* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%
}

body {
    font-size: 14px;
    color: #777;
    line-height: 28px;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: Muli, sans-serif
}

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

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

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

textarea {
    overflow: hidden;
    resize: none
}

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

.text,
p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin: 0;
    margin-bottom: 15px
}

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

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

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

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

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

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

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

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

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

.centered {
    text-align: center!important
}

.btn-style-two {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 15px 35px;
    font-weight: 700;
    background-color: #0b5d8c;
    border-radius: 50px;
    overflow: hidden
}

.btn-style-two .btn-title {
    position: relative
}

.btn-style-two:hover {
    color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ec6e8a;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -moz-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -o-transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    transition: transform .5s cubic-bezier(.86, 0, .070, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    -moz-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    -o-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    transition-timing-function: cubic-bezier(.86, 0, .070, 1)
}

.btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}

.list-style-one {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.list-style-one li {
    position: relative;
    font-size: 14px;
    line-height: 21px;
    color: #777;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 15px
}

.list-style-one li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 25px;
    color: #ff7e00;
    font-weight: 900;
    font-family: FontAwesome;
    content: "\f101"
}

.theme_color {
    color: #25262c
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

.tabs-box {
    position: relative
}

.tabs-box .tab {
    display: none
}

.tabs-box .active-tab {
    display: block
}

.scroll-to-top {
    position: fixed;
    top: auto;
    bottom: 13px;
    left: auto;
    right: 12px;
    height: 35px;
    width: 35px;
    font-size: 20px;
    line-height: 33px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    background: #225285;
    display: none;
    border-radius: 0;
    margin: 0 auto;
    -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 {
    background: #e45370;
    color: #fff
}

.main-header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

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

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

.main-header .top-left .text {
    position: relative;
    padding: 15px 0;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: 400
}

.main-header .top-left .text .icon {
    color: #ff7e00;
    margin-right: 5px
}

.main-header .top-right {
    position: relative;
    float: right;
    top: 20px;
    background-color: #ff7e00;
    padding-left: 30px
}

.main-header .top-right:before {
    position: absolute;
    left: -18px;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #ff7e00;
    content: "";
    transform: skew(30deg)
}

.main-header .header-top .contact-info {
    position: relative;
    float: left;
    margin-right: 145px
}

.main-header .header-top .contact-info li {
    position: relative;
    float: left;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    padding: 15px 0;
    margin-right: 45px
}

.main-header .header-top .contact-info li .icon {
    position: relative;
    top: 1px;
    float: left;
    color: #222;
    line-height: 30px;
    margin-right: 10px
}

.main-header .header-top .contact-info li a {
    color: #fff;
    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
}

.main-header .header-top .contact-info li a:hover {
    color: #222
}


.main-header .header-top .social-icon-one {
    position: relative;
    float: right;
    padding: 15px 0
}

.social-icon-one {
    position: relative
}

.social-icon-one li {
    position: relative;
    float: left;
    margin-left: 20px
}

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

.social-icon-one li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 29px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.social-icon-one li a:hover {
    color: #222
}

.header-top .change-language {
    position: relative;
    float: right;
    margin-left: 55px
}

.header-top .change-language .language {
    position: relative;
    padding: 0
}

.header-top .change-language .language .dropdown-menu {
    left: auto!important;
    right: 0;
    top: 120%!important;
    width: 170px;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    background-color: #222;
    border: 0;
    border-top: 2px solid #df6512;
    transform: none!important
}

.header-top .change-language .language>a {
    position: relative;
    display: block;
    border: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #ff7e00;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.header-top .change-language .language>a .flag {
    position: absolute;
    left: 0;
    top: 9px;
    width: 25px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center
}


/* .header-top .change-language .language>a .flag.eng {
    background-image: url(../images/icons/eng.html)
} */

.header-top .change-language .language>a i {
    float: right;
    top: 2px;
    font-size: 13px;
    line-height: 30px;
    color: #999;
    vertical-align: middle
}

.header-top .change-language .language .dropdown-menu>li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.header-top .change-language .language .dropdown-menu>li:last-child {
    border-bottom: 0
}

.header-top .change-language .language .dropdown-menu>li>a {
    padding: 8px 15px!important;
    line-height: 24px;
    display: block;
    color: #fff!important;
    text-align: left;
    font-size: 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
}

.header-top .change-language .language .dropdown-menu>li>a:hover {
    color: #fff;
    background: #df6512
}

.main-header .top-right .social-icon-one {
    float: left
}

.main-header .logo-outer {
    position: absolute;
    left: 4%;
    padding: 30px 0
}

.main-header .header-upper {
    padding-top: 20px
}

.main-header .header-upper .upper-right {
    position: relative;
    padding: 35px 0 0
}

.main-header .info-box {
    position: relative;
    margin-left: 80px
}

.main-header .info-box:first-child {
    margin-left: 0
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 0;
    top: -5px;
    height: 60px;
    width: 60px;
    text-align: left
}

.main-header .info-box .icon-box span {
    font-size: 50px;
    line-height: 60px;
    color: #000
}

.main-header .info-box li {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-weight: 400
}

.main-header .info-box li a {
    color: #777;
    -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-header .info-box li a:hover {
    color: #ff7e00
}

.main-header .info-box strong {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #222;
    font-size: 18px;
    line-height: 24px
}

.main-header .upper-right .btn-box {
    position: relative;
    padding-left: 0;
    margin-left: 100px
}

.main-header .upper-right .btn-box a {
    border-radius: 50px;
    font-weight: 400;
    padding: 15px 30px
}

.main-header .header-lower {
    position: relative
}

.main-header .header-lower .logo-box {
    position: relative;
    float: left
}

.main-header .header-lower .logo {
    position: relative;
    padding: 27px 0
}

.main-header .header-lower .logo img {
    position: relative;
    max-width: 100%;
    height: auto
}

.main-header .header-lower .nav-outer {
    position: relative
}

.main-header .main-box {
    position: relative;
    left: 0;
    top: 0;
    padding-left: 50px;
    border-radius: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    -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 {
    position: relative;
    float: left
}

.main-menu .navbar-header {
    display: none
}

.main-menu .navbar-collapse {
    padding: 0
}

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

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 11px 0;
    margin-right: 55px;
    -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>a {
    position: relative;
    display: block;
    color: #002121;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 600;
    font-size: 13px;
    padding: 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
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
    color: #e3689b
}

.main-menu .navigation>li>a:after {
    position: absolute;
    left: 50%;
    top: 30px;
    height: 3px;
    width: 0;
    /* background-image: url(../images/icons/current-after.png); */
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    -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.current>a:after,
.main-menu .navigation>li:hover>a:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 240px;
    z-index: 100;
    display: none;
    padding: 5px 20px;
    background: #11608e;
    border-top: 2px solid #f28491;
    -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);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

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

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

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    text-transform: capitalize;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

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

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

.main-menu .navigation>li>ul>li:hover {
    border-color: #ececec
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover,
.main-menu .navigation>li>ul>li:hover>a {
    color: #f1a2b0
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 0;
    top: 12px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 21px;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    margin-left: 20px;
    top: 12px;
    width: 240px;
    z-index: 100;
    display: none;
    padding: 5px 20px;
    background: #fff;
    border-top: 2px solid #e5679a;
    -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);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    text-transform: capitalize;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li:hover {
    border-color: #de699d
}

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

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

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

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    margin-top: 10px
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0
}

.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
}

.main-header .outer-box {
    position: relative;
    float: right
}
.dropdown-toggle::after {
    display: none
}
.header-style-two .header-lower {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.header-style-two .top-right {
    top: 0
}

.header-style-two .main-box {
    box-shadow: none;
    padding: 0
}

.header-style-two .logo-outer {
    position: relative;
    float: left;
    padding: 0
}

.header-style-two .logo-outer .logo {
    padding: 45px 0
}

.header-style-two .nav-outer {
    position: relative;
    float: right
}

.header-style-two .main-menu .navigation>li {
    padding: 55px 0;
    margin-right: 60px
}

.header-style-two .main-menu .navigation>li>a {
    color: #fff
}


/* .header-style-two .main-menu .navigation>li>a:after {
    background-image: url(../images/icons/current-after-2.png)
} */
.header-style-four {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: transparent
}

.header-style-four .logo-outer {
    padding: 45px 0
}

.header-style-four .header-upper {
    padding-top: 0;
    border-top: 2px solid #ec6e8a
}

.header-style-four .header-upper .upper-right {
    padding-top: 18px
}

.header-style-four .info-box {
    margin-left: 60px
}

.header-style-four .info-box li,
.header-style-four .info-box li a,
.header-style-four .info-box li strong,
.header-style-four .main-menu .navigation>li>a {
    color: #000
}

.header-style-four .info-box .icon-box span {
    color: #0b5d8c
}

.header-style-four .main-box {
    background-color: #fff;
    padding-left: 45px;
    border-radius: 0;
    box-shadow: none
}

.header-style-four .main-menu .navigation>li {
    margin-right: 54px;
    border-bottom: 1px solid transparent
}

.header-style-four .main-menu .navigation>li.current,
.header-style-four .main-menu .navigation>li:hover {
    border-bottom: 1px solid #fff
}

.header-style-four .outer-box .btn-box {
    position: relative;
    float: right;
    margin-left: 35px
}

.header-style-four .outer-box .btn-box .theme-btn {
    display: block;
    border-radius: 0;
    font-weight: 400;
    padding: 12px 45px;
    background-color: #11608e
}

.header-style-four .main-menu .navigation>li>a:after {
    display: none
}

.header-style-four .main-menu .navigation>li.current>a,
.header-style-four .main-menu .navigation>li:hover>a {
    color: #e3649b
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 87px;
    padding: 0;
    z-index: 99999;
    background: #fff;
    border-bottom: 1px solid #f1f1f1
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 999;
    visibility: visible;
    box-shadow: 0 0 10px
}

.fixed-header .sticky-header .logo {
    padding: 10px 0;
    left: 59px;
    width: 197px;
    top: 0
}

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

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

.sticky-header .main-menu .navigation>li>a {
    padding: 25px 0;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    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.current-menu-item>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
    opacity: 1;
    color: #ff7e00;
    background-color: #fff
}

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

.sticky-header .auto-container {
    max-width: 1200px
}

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

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

.mobile-menu .nav-logo {
    position: relative;
    padding: 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, .5);
    -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: 1;
    visibility: visible;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

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

.mobile-menu .menu-box .mCSB_inside>.mCSB_container {
    margin-right: 10px
}

.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: 14px;
    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 {
    color: #ff7e00;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

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

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

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

.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: 14px;
    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: 14px;
    text-transform: capitalize
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #ff7e00;
    -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,
.mobile-menu .navigation li>a:hover {
    color: #ff7e00
}

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

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    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 .dropdown-btn.open {
    background: #ff7e00;
    -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 5px 10px
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 28px;
    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
}

.mobile-menu .social-links li a:hover {
    color: #ff7e00
}

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

.sec-title .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #ec708a;
    font-weight: 700;
    margin-bottom: 15px
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 48px;
    color: #002121;
    font-weight: 600;
    padding-bottom: 23px
}

.sec-title .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #ddd;
    font-weight: 400;
    margin-top: 40px
}

.sec-title h2:before {
    position: absolute;
    bottom: 0;
    left: 60px;
    height: 4px;
    width: 10px;
    background-color: #0b5d8c;
    content: "";
    z-index: 1
}

.sec-title h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #ea8f9d;
    content: ""
}

.sec-title .text-column .text {
    margin-top: 48px;
    font-size: 18px;
    line-height: 30px;
    color: #666
}

.sec-title.text-center h2:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 10px;
    background-color: #ccc;
    content: "";
    z-index: 1;
    margin: 0 auto;
    -webkit-transform: translateX(35px);
    -moz-transform: translateX(35px);
    -ms-transform: translateX(35px);
    -o-transform: translateX(35px);
    transform: translateX(35px)
}

.sec-title.text-center h2:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #ec708a;
    content: "";
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px)
}

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

.light {
    margin-bottom: 20px!important
}

.page-title {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 139px 0 102px;
    text-align: center;
}

.page-title:before {
    content: '';
    display: block
}

.page-title h1 {
    position: relative;
    font-size: 27px;
    font-weight: 500;
    color: #225285;
    line-height: 1em;
    z-index: 99;
    margin-bottom: 0
}

.page-title .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #ff7e00;
    font-weight: 400
}

.page-title .page-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99
}

.page-info .bread-crumb {
    position: relative;
    float: right;
    padding: 11px 0;
    padding-left: 44px;
    border-radius: 40px 0 0 0;
    background-color: #ec6e8a
}

.page-info .bread-crumb:before {
    position: absolute;
    left: 100%;
    top: 0;
    width: 1000%;
    height: 100%;
    background-color: #ec6e8a;
    content: ""
}

.page-info .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #ececec;
    font-weight: 500;
    margin-right: 18px;
    padding-right: 18px
}

.page-info .bread-crumb li:last-child {
    margin-right: 0;
    padding-right: 0
}

.page-info .bread-crumb li:after {
    position: absolute;
    content: '|';
    top: 0;
    right: -4px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 700
}

.page-info .bread-crumb li:last-child:after {
    display: none
}

.page-info .bread-crumb li a {
    color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.page-info .bread-crumb li a:hover {
    color: #ff7e00
}

.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.play-now .icon {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #265a83;
    color: #fff;
    z-index: 1;
    padding-left: 5px;
    font-size: 24px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    -webkit-transform-origin: center;
    transform-origin: center
}

.play-now .ripple,
.play-now .ripple:after,
.play-now .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(252, 172, 212, .6);
    -moz-box-shadow: 0 0 0 0 rgba(252, 172, 212, .6);
    -ms-box-shadow: 0 0 0 0 rgba(252, 172, 212, .6);
    -o-box-shadow: 0 0 0 0 rgba(252, 172, 212, .6);
    box-shadow: 0 0 0 0 rgba(252, 172, 212, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}
.banner-section.style-four {
    position: relative
}

.banner-section.style-four .auto-container {
    position: relative
}

.banner-section.style-four .slide-item .content-box:after {
    background: 0;
    opacity: 1
}

.banner-section.style-four .slide-item .content-box {
    height: 930px
}

.banner-section.style-four .float-text {
    position: absolute;
    left: 5.5%;
    top: 250px;
    width: 10px;
    font-size: 18px;
    line-height: 38px;
    color: #ff7e00;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 9
}

.banner-section.style-four .slide-item .content {
    position: absolute;
    display: block;
    left: 0;
    bottom: 50px;
    width: 100%;
    padding-bottom: 120px
}

.banner-section.style-four .slide-item h2 {
    margin-bottom: 35px
}

.banner-section.style-four .slide-item .text {
    margin-bottom: 0
}

.banner-section.style-four .btn-box {
    position: absolute;
    right: 25px;
    bottom: 16px;
    top: auto;
    z-index: 99
}

.banner-section .banner-pagination {
    position: absolute;
    right: 0;
    top: 50%;
    width: 55px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    counter-reset: count
}

.banner-section .banner-pagination ul li {
    position: relative;
    margin-bottom: 15px
}

.banner-section .banner-pagination ul li a {
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 8px;
    text-align: center;
    padding-left: 0;
    border-radius: 20px 0 0 20px;
    background-color: #ec6f8a;
    min-width: 42px;
    -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 .banner-pagination ul li a:before {
    position: absolute;
    left: 25px;
    top: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    counter-increment: count;
    content: "0" counter(count);
    -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 .banner-pagination ul li a.active,
.banner-section .banner-pagination ul li a:hover {
    background-color: #11608e
}

.banner-section .bx-controls {
    display: none
}
.welcome-section {
    position: relative;
    padding: 27px 0;
    padding-bottom: 100px;
    background-color: #f5f5f5;
    background-image: url(../images/bg-coe.png)
}

.welcome-section .title-column {
    position: relative
}

.welcome-section .title-column .inner-column {
    position: relative;
    text-align: left;
    padding-right: 0;
    border-right: transparent
}

.welcome-section .title-column h2 {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 42px;
    color: #e5679a;
    font-weight: 500
}

.welcome-section .title-column h2 span {
    color: #0b5d8c;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
    position: relative
}

.welcome-section .title-column h2 label {
    margin-left: 90px;
    line-height: 20px;
    position: relative;
    top: -6px
}

.welcome-section .text-column {
    position: relative
}

.welcome-section .text-column .inner-column {
    position: relative;
    padding-right: 0
}

.welcome-section .text-column .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: inherit
}

.about-us {
    position: relative;
    padding: 100px 0 50px
}

.about-us .image-layer {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.about-us .image-layer .float-text {
    position: absolute;
    right: 38.5%;
    top: 260px;
    font-size: 110px;
    line-height: 1em;
    color: #000;
    font-weight: 700;
    opacity: .1;
    white-space: nowrap;
    transform: rotate(-90deg);
    transform-origin: bottom;
    margin-right: 35px
}

.about-us .image-layer .image-box {
    display: none;
    margin-bottom: 0
}

.about-us .image-layer .image-box img {
    display: block;
    width: 100%;
    height: auto
}

.about-us .content-column {
    position: relative;
    margin-bottom: 50px
}

.about-us .content-column .inner-column {
    margin-right: -10px
}

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

.about-us .sec-title h2 {
    font-weight: 700;
    padding-bottom: 40px
}

.about-us .content-column .message {
    position: relative;
    font-size: 24px;
    line-height: 36px;
    color: #222;
    font-weight: 500;
    margin-bottom: 30px
}

.about-us .content-column .text {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    font-weight: 400;
    margin-bottom: 50px
}

.about-us .content-column .link-box {
    position: relative
}

.about-us .content-column .link-box a {
    float: left;
    margin-right: 30px;
    padding: 15px 45px
}

.call-btn {
    position: relative;
    font-size: 20px;
    color: #002121;
    font-weight: 400;
    padding: 15px 25px 15px 80px!important;
    border: 1px solid #ddd;
    border-radius: 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
}

.call-btn .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #002121;
    color: #fff;
    font-size: 18px;
    line-height: 58px;
    border: 1px solid #222;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.call-btn:hover {
    color: #ff7e00
}

.call-btn:hover .icon {
    background-color: #ff7e00;
    border: 1px solid #ff7e00
}

.about-us-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0
}

.about-us-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .4;
    content: ""
}

.about-us-two .content-box {
    position: relative;
    max-width: 500px;
    width: 100%
}

.about-us-two .content-box:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #fff;
    content: ""
}

.about-us-two .content-box .inner {
    position: relative;
    padding: 100px 0 90px;
    padding-right: 85px;
    background-color: #fff
}


/* .about-us-two .content-box .inner:before {
    position: absolute;
    right: -170px;
    top: 0;
    width: 170px;
    height: 100%;
    background-image: url(../images/icons/pattern-4.png);
    background-repeat: repeat;
    content: ""
} */

.about-us-two .content-box .sec-title {
    margin-bottom: 30px
}

.about-us-two .content-box .message {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #222;
    font-weight: 700;
    margin-bottom: 28px
}

.about-us-two .content-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin-bottom: 45px
}

.about-us-two .content-box .btn-box a {
    position: relative;
    font-size: 14px;
    padding: 15px 40px
}

.about-us-two .content-box .video-link a {
    position: absolute;
    top: 50%;
    right: -40px;
    margin-top: -40px;
    height: 80px;
    width: 80px;
    background-color: #ff7e00;
    font-size: 24px;
    line-height: 80px;
    padding-left: 10px;
    color: #fff;
    text-align: center;
    border-radius: 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
}

.about-us-two .content-box .video-link a:hover {
    background-color: #002121
}

.video-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 150px
}

.video-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    content: "";
    opacity: .5
}

.video-section .content-box {
    position: relative;
    text-align: center
}

.video-section .content-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 35px
}

.video-section .content-box h2 {
    display: block;
    font-size: 48px;
    line-height: 72px;
    color: #fff;
    font-weight: 700
}

.video-section .play-now {
    display: inline-block;
    margin-bottom: 50px
}

.video-section .play-now .icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #ff7e00;
    padding-left: 0;
    font-size: 50px
}

.services-section {
    position: relative;
    padding: 100px 0
}

.services-section:before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 50%;
    width: 100%;
    /* background-image: url(../images/icons/pattern-6.png); */
    background-repeat: repeat;
    background-position: center top;
    content: "";
    margin-top: 10px
}

.services-section.alternate:before {
    top: 0;
    height: 100%;
    margin-top: 0;
    background-position: center
}

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

.services-section .sec-title {
    margin-bottom: 25px
}

.services-carousel {
    position: relative;
    padding-bottom: 75px
}

.services-carousel .service-block {
    position: relative;
    padding: 20px 15px 20px
}

.service-block .inner-box {
    position: relative;
    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
}

.service-block .inner-box:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, .25)
}

.service-block .image-box {
    position: relative
}

.service-block .image-box .image {
    position: relative;
    margin-bottom: 0
}

.service-block .image-box img {
    width: 100%;
    height: auto;
    display: block
}

.service-block .image-box .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

.service-block .image-box .overlay-link a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.service-block .image-box .overlay-link:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: padding-box content-box;
    background-color: #ff7e00;
    padding: 15px;
    content: "";
    outline: 2px solid rgba(255, 255, 255, .7);
    outline-offset: -15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.5) rotateX(180deg);
    -moz-transform: scale(.5) rotateX(180deg);
    -ms-transform: scale(.5) rotateX(180deg);
    -o-transform: scale(.5) rotateX(180deg);
    transform: scale(.5) rotateX(180deg);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.service-block .inner-box:hover .overlay-link:before {
    opacity: .7;
    -webkit-transform: scale(1) rotateX(0);
    -moz-transform: scale(1) rotateX(0);
    -ms-transform: scale(1) rotateX(0);
    -o-transform: scale(1) rotateX(0);
    transform: scale(1) rotateX(0);
    visibility: visible
}

.service-block .image-box .overlay-link .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    text-align: center;
    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
}

.service-block .inner-box:hover .overlay-link .icon {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.service-block .lower-content {
    position: relative;
    padding: 40px 35px 35px;
    border: 2px solid #e1e1e1;
    background-color: #fff
}

.service-block .lower-content .icon {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 40px;
    line-height: 1em;
    color: #ff7e00;
    margin-bottom: 24px
}

.service-block .lower-content h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #002121;
    font-weight: 600;
    margin-bottom: 15px
}

.service-block .lower-content h3 a {
    color: #002121;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-block .lower-content h3 a:hover {
    color: #ff7e00
}

.service-block .lower-content .text {
    position: relative;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    font-weight: 400;
    margin-bottom: 20px
}

.service-block .lower-content .read-more {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 1.2em;
    color: #ff7e00;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-block .lower-content .read-more:hover {
    color: #222
}

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

.services-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center
}

.services-carousel .owl-dots .owl-dot {
    position: relative;
    width: 20px;
    height: 8px;
    margin: 0 4px;
    display: inline-block;
    background-color: #ff7e00;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.services-carousel .owl-dots .owl-dot.active {
    width: 50px;
    background-color: #002121
}

.services-carousel .owl-dots .owl-dot:hover {
    background-color: #002121
}

.services-section-two {
    position: relative;
    padding: 100px 0
}

.services-section-two .layer-image {
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    width: 745px;
    margin-right: 230px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.services-section-two .layer-image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ebebeb;
    opacity: .8;
    content: ""
}

.service-block-two {
    position: relative
}

.service-block-two .image-column {
    position: relative
}

.owl-theme .service-block-two .image-column {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0
}

.owl-theme .active .service-block-two .image-column {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.service-block-two .image-column .inner-column {
    position: relative;
    margin-right: -30px
}

.service-block-two .image-column .image {
    position: relative;
    border: 5px solid #ff7e00;
    margin-bottom: 0
}

.service-block-two .image-column .image img {
    display: block;
    width: 100%
}

.service-block-two .content-column {
    position: relative
}

.owl-theme .service-block-two .content-column {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0
}

.owl-theme .active .service-block-two .content-column {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.service-block-two .content-column .inner-column {
    position: relative;
    padding: 45px 70px 30px
}

.service-block-two .content-column h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.25em;
    color: #002121;
    font-weight: 600;
    padding-bottom: 35px
}

.service-block-two .content-column h2:before {
    position: absolute;
    bottom: 0;
    left: 60px;
    height: 4px;
    width: 10px;
    background-color: #ccc;
    content: "";
    z-index: 1
}

.service-block-two .content-column h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #ff7e00;
    content: ""
}

.service-block-two .content-column .text {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin-top: 30px;
    margin-bottom: 40px;
    max-width: 360px
}

.service-block-two .content-column .btn-box a {
    position: relative;
    padding: 10px 30px;
    font-size: 14px
}

.services-carousel-two .owl-nav {
    display: none
}

.services-carousel-two .owl-dots {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    counter-reset: count
}

.services-carousel-two .owl-dot {
    position: relative;
    margin-bottom: 25px
}

.services-carousel-two .owl-dot:before {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #777;
    counter-increment: count;
    content: "0" counter(count);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.services-carousel-two .owl-dot.active:before,
.services-carousel-two .owl-dot:hover:before {
    color: #ff7e00
}

.services-carousel-two .owl-dot:last-child {
    margin-bottom: 0
}

.services-section-three {
    position: relative;
    padding: 100px 0 60px
}

.services-section-three:before {
    position: absolute;
    left: 0;
    bottom: 325px;
    height: 460px;
    width: 100%;
    /* background-image: url(../images/icons/pattern-2.png); */
    background-repeat: repeat;
    background-position: center top;
    content: ""
}

.service-block-three {
    position: relative;
    margin-bottom: 40px
}

.service-block-three .inner-box {
    position: relative;
    padding: 60px 40px 55px;
    border: 2px solid #e1e1e1;
    background-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
}

.service-block-three .inner-box:hover {
    background-color: #002121
}

.service-block-three .icon {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 1em;
    color: #ff7e00;
    margin-bottom: 33px
}

.service-block-three h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #002121;
    font-weight: 600;
    margin-bottom: 20px
}

.service-block-three h3 a {
    color: #002121;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-block-three .inner-box:hover h3 a {
    color: #fff
}

.service-block-three h3 a:hover {
    color: #ff7e00!important
}

.service-block-three .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    font-weight: 400;
    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
}

.service-block-three .inner-box:hover .text {
    color: #fff
}

.service-block-three .link-box {
    position: relative
}

.service-block-three .link-box a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 1.2em;
    color: #ff7e00;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-block-three .link-box a:hover {
    color: #fff;
    text-decoration: underline
}

.services-section-four {
    position: relative;
    padding: 60px 0;
    background-color: #fff;
    background-image: url(../images/bg-coe.png)
}

.services-section-four .slider-column {
    position: relative
}

.services-section-four .single-item-carousel {
    position: relative;
    padding-top: 60px;
    margin-left: -30px
}

.services-section-four .slide-item {
    position: relative;
    border: 2px dashed #d7d7d7;
    padding: 60px 40px 10px;
    border-left: 0
}

.services-section-four .slide-item .column {
    position: relative
}

.serivce-block-four {
    position: relative;
    margin-bottom: 59px
}

.serivce-block-four .inner-box {
    position: relative;
    padding-left: 80px
}

.serivce-block-four .icon-box {
    position: absolute;
    left: 0;
    top: 5px
}

.serivce-block-four .icon-box .icon {
    display: block;
    font-size: 50px;
    line-height: 1em;
    color: #ff7e00;
    font-weight: 400
}

.serivce-block-four h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #222;
    font-weight: 500;
    margin-bottom: 10px
}

.serivce-block-four h3 a {
    color: #222;
    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
}

.serivce-block-four h3 a:hover {
    color: #ff7e00
}

.serivce-block-four .text {
    font-size: 14px;
    line-height: 28px;
    color: #777;
    margin-bottom: 18px
}

.serivce-block-four .link-box {
    position: relative
}

.serivce-block-four .link-box a {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #222;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.serivce-block-four .link-box a i {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #ff7e00
}

.serivce-block-four .link-box a:hover {
    color: #ff7e00
}

.services-section-four .title-column {
    position: relative
}

.services-section-four .title-column .inner-column {
    position: relative
}

.services-section-four .title-column .title-box {
    position: relative;
    padding: 70px 50px 40px
}

.services-section-four .title-column .title-box .title {
    color: #ff7e00;
    margin-bottom: 10px
}

.services-section-four .title-column .title-box h2 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 27px
}

.services-section-four .title-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #002121;
    opacity: .8;
    content: ''
}

.services-section-four .title-box .text {
    position: relative;
    display: block
}

.services-section-four .title-box .text p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 28px
}

.services-section-four .owl-nav {
    display: none
}

.services-section-four .owl-dots {
    position: absolute;
    right: 0;
    top: 0
}

.services-section-four .owl-dot {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 4px;
    background-color: #000;
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.services-section-four .owl-dot.active,
.services-section-four .owl-dot:hover {
    border: 5px solid #fff;
    background-color: #ff7e00
}

.services-section-four .owl-dot:before {
    position: absolute;
    height: 20px;
    width: 20px;
    left: -5px;
    top: -5px;
    content: '';
    border: 1px solid #152545;
    content: "";
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.services-section-four .owl-dot.active:before,
.services-section-four .owl-dot:hover:before {
    opacity: 1
}

.service-detail-section {
    position: relative;
    padding: 100px 0 50px;
    overflow: hidden
}

.service-detail-section .content-side,
.service-detail-section .sidebar-side {
    margin-bottom: 50px
}

.service-detail {
    position: relative
}

.service-detail .image-box {
    position: relative;
    margin-bottom: 30px
}

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

.service-detail .lower-content {
    position: relative
}

.service-detail .lower-content>h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #002121;
    font-weight: 700;
    margin-bottom: 30px
}

.service-detail .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #002121;
    font-weight: 600;
    margin-bottom: 20px
}

.service-detail .lower-content p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    font-weight: 400;
    margin-bottom: 28px
}

.service-detail .choose-info {
    position: relative
}

.service-detail .choose-info li {
    position: relative;
    float: left;
    width: 25%;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #002121;
    padding-left: 70px;
    min-height: 50px;
    text-transform: capitalize;
    cursor: default;
    margin-bottom: 20px
}

.service-detail .choose-info li 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
}

.service-detail .choose-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #ff7e00;
    line-height: 1em;
    font-size: 48px;
    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
}

.service-detail .choose-info li:hover .icon,
.service-detail .choose-info li:hover a {
    color: #ff7e00
}

.service-detail .accordion-box .block:before {
    position: absolute;
    left: 68px;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background-color: #ddd;
    content: "";
    z-index: 2
}

.service-detail .accordion-box .block.active-block:before {
    background-color: #000;
    bottom: 25px
}

.service-detail .accordion-box .block .acc-btn {
    padding-left: 100px;
    line-height: 28px
}

.service-detail .accordion-box .block .icon {
    left: 30px;
    width: auto;
    right: auto;
    color: #777
}

.service-detail .accordion-box .block .acc-btn.active {
    background-color: transparent;
    color: #002121
}

.service-detail .accordion-box .block.active-block .icon:before {
    content: "\f309";
    color: #ff7e00
}

.service-detail .accordion-box .block .content {
    padding-left: 100px;
    padding-top: 0
}

.services-sidebar {
    position: relative
}

.services-sidebar .categories {
    position: relative;
    margin-bottom: 75px
}

.services--list {
    position: relative;
    background-color: #fff;
    border-top: 2px solid #bbb;
    border-bottom: 2px solid #bbb
}

.services--list li {
    position: relative;
    overflow: hidden;
    border: 2px solid #bbb;
    border-bottom: 0
}

.services--list li:first-child {
    border-top: 0
}

.services--list li a {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #002121;
    line-height: 26px;
    padding: 25px 35px;
    display: block;
    z-index: 8;
    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--list li a:before {
    position: absolute;
    content: "\f105";
    right: 33px;
    top: 18px;
    font-size: 16px;
    color: #222;
    line-height: 28px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.services--list li.active a:before,
.services--list li:hover a:before {
    color: #ff7e00
}

.services--list li.active a,
.services--list li:hover a {
    color: #fff
}

.services--list li a:after {
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    z-index: -1;
    background-color: #002121;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.services--list li.active a:after,
.services--list li:hover a:after {
    width: 101%
}

.services-sidebar .links-box {
    position: relative;
    margin-bottom: 60px
}

.services-sidebar .links-box h4 {
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #222;
    font-weight: 700;
    margin-bottom: 45px
}

.services-sidebar .brochure-link {
    position: relative;
    margin-bottom: 10px
}

.services-sidebar .brochure-link a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 10px 0;
    background-color: #225285;
    border-radius: 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;
    box-shadow: inset 0 1px 3px 4px #22528545
}

.skin-bg {
    background-image: url(../images/services/service-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px 30px!important
}

.skin-bg:before {
    background: #000000e0!important
}

.services-sidebar .brochure-link a i {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #222;
    font-weight: 400;
    margin-right: 25px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.services-sidebar .brochure-link a:hover i {
    color: #fff
}

.services-sidebar .brochure-link a.active {
    background-color: #f2abb6;
    color: #000
}

.services-sidebar .brochure-link a:hover {
    background-color: #f2abb6;
    color: #000
}

.brochure-box {
    position: relative;
    padding: 70px 50px 40px
}

.brochure-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #002121;
    opacity: .8;
    content: ''
}

.brochure-box .title {
    color: #ec6e8a;
    margin-bottom: 10px
}

.brochure-box h2 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 27px
}

.brochure-box .text {
    position: relative;
    display: block;
    margin-bottom: 40px
}

.brochure-box .text p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 28px
}

.brochure-box .btn-box a {
    padding: 10px 30px
}
.testimonial-section {
    position: relative;
    padding: 100px 0
}

.testimonial-section .outer-box {
    position: relative;
    border: 0 solid #ebebeb;
    margin-left: 0;
    margin-top: 0;
    box-shadow: 0 0 20px #292123
}

.testimonial-section .title-column {
    position: relative
}

.testimonial-section .title-column .inner-column {
    position: absolute;
    left: 15px;
    top: 0;
    background-color: #1a4a7d;
    padding: 45px 50px 55px;
    max-width: 390px;
    height: 100%
}

.testimonial-section .title-column .sec-title {
    margin-bottom: 23px
}

.testimonial-section .title-column .sec-title h2 {
    padding-bottom: 4px;
    font-size: 21px
}

.testimonial-section .title-column .text {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 12px
}

.testimonial-section .title-column .read-more {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #ffc107;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.testimonial-section .title-column .read-more:hover {
    color: #fff
}

.testimonial-section .testimonial-column {
    position: relative
}

.testimonial-section .testimonial-column .inner-column {
    position: relative;
    padding: 0 21px 23px 0
}

.testimonial-section .testimonial-column .icon {
    position: absolute;
    right: 85px;
    bottom: 0;
    height: 100px;
    width: 40px;
    background-color: #ec6e8a;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    border-radius: 20px 20px 0 0
}

.testimonial-section .testimonial-carousel {
    position: relative;
    padding-bottom: 80px
}

.testimonial-block {
    position: relative
}

.testimonial-block .inner-box {
    position: relative
}

.testimonial-block .info-box {
    position: relative;
    padding-left: 0;
    padding-top: 50px;
    min-height: 150px;
    margin-bottom: 0
}

.testimonial-block .info-box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 150px;
    width: 150px
}

.testimonial-block .info-box .thumb img {
    display: block;
    width: 100%;
    height: auto
}

.testimonial-block .info-box .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #002121;
    font-weight: 700
}

.testimonial-block .info-box .designation {
    font-size: 12px;
    line-height: 22px;
    color: #666;
    font-weight: 400
}

.testimonial-block .rating {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1em;
    color: #70a442;
    font-weight: 400;
    margin-top: 25px
}

.testimonial-block .text {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    font-weight: 400
}

.testimonial-block .text h2 {
    font-size: 20px
}

.testimonial-section .owl-nav {
    position: absolute;
    left: 0;
    bottom: 0
}

.testimonial-section .owl-next,
.testimonial-section .owl-prev {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    color: #222;
    text-align: center;
    border: 1px solid #222;
    background-color: #fff;
    margin: 0 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.testimonial-section .owl-next:hover,
.testimonial-section .owl-prev:hover {
    color: #ff7e00;
    border-color: #ff7e00
}

.about-company {
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 100px 0 120px
}

.about-company:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: .95;
    content: ""
}

.about-company .content-box {
    position: relative;
    text-align: center
}

.about-company .title {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #ff7e00;
    font-weight: 400;
    margin-bottom: 12px
}

.about-company h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 1.2em;
    color: #002121;
    font-weight: 700;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.about-company h2 span {
    font-weight: 400
}

.about-company h2:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 10px;
    background-color: #ccc;
    content: "";
    z-index: 1;
    margin: 0 auto;
    transform: translateX(35px)
}

.about-company h2:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #ff7e00;
    content: "";
    transform: translateX(-5px)
}

.about-company .text {
    font-size: 18px;
    line-height: 36px;
    color: #666;
    margin-bottom: 40px
}

.about-company .btn-box {
    position: relative
}

.about-company .btn-box a {
    padding: 15px 50px
}

.ceo-message {
    position: relative;
    padding: 100px 0 0
}

.ceo-message .content-column {
    position: relative
}

.ceo-message .content-column .inner-column {
    position: relative;
    padding-right: 30px;
    padding-left: 70px
}

.ceo-message .content-column .text-box {
    position: relative;
    margin-bottom: 35px
}

.ceo-message .content-column .text-box p {
    position: relative;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    font-weight: 400;
    margin-bottom: 28px
}

.ceo-message .image-column {
    position: relative
}

.ceo-message .image-column .inner-column {
    position: relative;
    text-align: center
}

.ceo-message .image-column .image {
    position: relative;
    margin-bottom: 0
}

.team-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0
}

.team-section .sec-title .title {
    color: #fff
}

.team-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #002121;
    content: "";
    opacity: .9
}

.team-section .title-column {
    position: relative;
    margin-bottom: 50px
}

.team-section .title-column {
    position: relative
}

.team-block {
    position: relative
}

.team-block .inner-box {
    position: relative
}

.team-block .image-box .image {
    position: relative;
    margin-bottom: 0;
    background-color: #ff7e00
}

.team-block .image-box .image img {
    display: block;
    width: 100%;
    -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 .inner-box:hover .image img {
    opacity: .7
}

.team-block .info-box {
    position: relative;
    padding: 38px 0 0;
    text-align: center
}

.team-block .info-box .name {
    display: block;
    font-size: 20px;
    line-height: 1em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px
}

.team-block .info-box .name a {
    color: #fff;
    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
}

.team-block .info-box .name a:hover {
    color: #ff7e00
}

.team-block .info-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    color: #ddd;
    font-weight: 400
}

.team-carousel .owl-nav {
    position: absolute;
    left: -300px;
    bottom: 80px
}

.team-carousel .owl-next,
.team-carousel .owl-prev {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #002121;
    font-weight: 400;
    border-radius: 50px;
    background-color: #fff;
    margin-right: 8px;
    -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-carousel .owl-next {
    left: auto;
    right: 0
}

.team-carousel .owl-next:hover,
.team-carousel .owl-prev:hover {
    color: #fff;
    background-color: #ff7e00
}

.team-section-two {
    position: relative;
    padding: 100px 0 40px
}

.team-section-two .team-block {
    position: relative;
    margin-bottom: 60px
}

.team-section-two .team-block .info-box .name a {
    color: #002121
}

.team-section-two .team-block .info-box .name a:hover {
    color: #ff7e00
}

.team-section-two .team-block .info-box .designation {
    color: #999
}

.faqs-section {
    position: relative
}

.faqs-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 32%;
    /* background-image: url(../images/icons/pattern-6.png); */
    content: "";
    background-repeat: repeat;
    background-position: left top
}

.faqs-section .faq-column {
    position: relative
}

.faqs-section .faq-column .inner-column {
    position: relative;
    padding: 100px 0 90px
}

.accordion-box {
    position: relative
}

.accordion-box .block {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ddd
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #002121;
    font-weight: 600;
    cursor: pointer;
    padding: 15px 30px;
    padding-right: 55px;
    background-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
}

.accordion-box .block .acc-btn.active {
    color: #fff;
    background-color: #ff7e00
}

.accordion-box .block .icon {
    position: absolute;
    right: 15px;
    top: 13px;
    height: 35px;
    width: 35px;
    font-size: 16px;
    line-height: 35px;
    color: #ff7e00;
    text-align: center;
    -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.active-block .icon:before {
    content: "\f056"
}

.accordion-box .block .acc-btn.active .icon {
    color: #222
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    background-color: #fff
}

.accordion-box .block .content {
    position: relative;
    padding: 20px 30px 25px
}

.accordion-box .block .acc-content.current {
    display: block
}

.accordion-box .block .content .text {
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #666;
    margin-bottom: 0
}

.faqs-section .image-column {
    position: relative;
    overflow: hidden
}

.faqs-section .image-column .image-box {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    text-align: center
}

.faqs-section .image-column .image {
    margin-bottom: 0
}

.faqs-section .image-column .image img {
    max-width: 100%;
    height: auto
}

.faq-form-section {
    position: relative;
    padding: 100px 0 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.faq-form-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ff7e00;
    opacity: .8;
    content: ""
}

.faq-form-section .inner-container {
    position: relative;
    max-width: 970px;
    margin: 0 auto
}

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

.faq-form-section .sec-title .devider:after,
.faq-form-section .sec-title .devider:before {
    background-color: #fff
}

.faq-form-section .sec-title span {
    color: #fff
}

.faq-form-section .sec-title h2 {
    color: #222
}

.faq-form-section .sec-title h2:after {
    background-color: #222
}

.faq-form-section .faq-form {
    position: relative
}

.faq-form .form-group {
    position: relative;
    margin-bottom: 30px
}

.faq-form .form-group input[type=email],
.faq-form .form-group input[type=text],
.faq-form .form-group input[type=url],
.faq-form .form-group select,
.faq-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    padding: 10px 25px;
    background-color: rgba(255, 255, 255, .1);
    font-weight: 400;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #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
}

.faq-form .form-group input:focus,
.faq-form .form-group select:focus,
.faq-form .form-group textarea:focus {
    border-color: #222
}

.faq-form .form-group textarea {
    height: 150px;
    resize: none;
    padding-top: 20px;
    border-radius: 20px
}

.faq-form .form-group button {
    border: 0;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px
}

.pricing-section {
    position: relative;
    padding: 100px 0
}

.pricing-table {
    position: relative;
    margin-bottom: 30px
}

.pricing-table .inner-box {
    position: relative;
    text-align: center;
    border: 2px solid #f5f5f5
}

.pricing-table .title {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 50px;
    color: #ff7e00;
    font-weight: 500;
    padding: 30px 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
}

.pricing-table .inner-box:hover .title,
.pricing-table.tagged .title {
    color: #222
}


/* .pricing-table .price-box {
    position: relative;
    padding: 25px 0;
    background-image: url(../images/icons/pricing-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
} */

.pricing-table .price-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #002121;
    opacity: .9;
    content: "";
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pricing-table .inner-box:hover .price-box:before,
.pricing-table.tagged .price-box:before {
    background-color: #ff7e00
}

.pricing-table .price {
    position: relative;
    font-size: 48px;
    line-height: 50px;
    color: #fff;
    font-weight: 700
}

.pricing-table .price span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color: #ff7e00;
    font-weight: 700;
    margin-right: 10px;
    top: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pricing-table .price sub {
    font-size: 18px;
    font-weight: 600;
    bottom: 0;
    right: 3px
}

.pricing-table.tagged .price span,
.pricing-table:hover .price span {
    color: #002121
}

.pricing-table .table-content {
    position: relative
}

.pricing-table .table-content ul {
    position: relative;
    text-align: left;
    padding-top: 15px;
    margin-bottom: 50px
}

.pricing-table .table-content ul li {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    font-weight: 600;
    padding: 20px 0
}

.pricing-table .table-content ul li span {
    position: relative;
    display: block;
    max-width: 220px;
    padding-left: 35px;
    width: 100%;
    margin: 0 auto
}

.pricing-table .table-content ul li:nth-child(even) {
    background-color: #f5f5f5
}

.pricing-table .table-content ul li span:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #ff7e00;
    font-weight: 900;
    content: "\f00c";
    font-family: "Font Awesome 5 Free"
}

.pricing-table .table-footer {
    position: relative;
    padding-bottom: 50px
}

.pricing-table .table-footer a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 40px;
    color: #222;
    font-weight: 700;
    background-color: #ff7e00;
    border-radius: 50px
}

.pricing-table .inner-box:hover .table-footer a,
.pricing-table.tagged .table-footer a {
    background-color: #002121;
    color: #fff
}

.pricing-tabs {
    position: relative
}

.pricing-tabs .tab-buttons {
    position: relative;
    text-align: center;
    margin-top: 40px
}

.pricing-tabs .tab-btns {
    position: relative;
    display: inline-block;
    width: 320px;
    border: 2px solid #ddd;
    border-radius: 50px
}

.pricing-tabs .tab-btns li {
    position: relative;
    float: left;
    width: 50%;
    font-size: 16px;
    line-height: 26px;
    padding: 15px 15px;
    text-align: center;
    color: #002121;
    font-weight: 700;
    cursor: pointer;
    border-radius: 50px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pricing-tabs .tab-btns .tab-btn.active-btn {
    background-color: #777;
    color: #fff
}

.testimonial-area {
    position: relative;
    padding-top: 0
}

.testimonial-area .outer-box {
    position: relative;
    max-width: 970px;
    padding: 23px 0;
    background-color: #f5f5f5;
    border-radius: 25px;
    margin: 0 auto;
    z-index: 9;
    box-shadow: 0 0 26px #000
}

.testimonial-area .single-item-carousel {
    position: relative
}

.testimonial-block-two {
    position: relative;
    max-width: initial;
    padding: 0 25px;
    margin: 0 auto
}

.testimonial-block-two .inner-box {
    position: relative;
    text-align: center
}

.testimonial-block-two .info {
    position: relative;
    margin-bottom: 15px
}

.testimonial-block-two .info .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #0b5d8c;
    font-weight: 500;
    margin-bottom: 10px
}

.testimonial-block-two .info .designation {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #002121;
    margin-bottom: 20px
}

.testimonial-block-two .rating {
    position: relative
}

.testimonial-block-two .rating span {
    display: inline-block;
    font-size: 14px;
    color: #e4669d
}

.testimonial-block-two .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #002121;
    font-weight: 400;
    margin-bottom: 28px
}

.testimonial-block-two .icon {
    position: relative;
    display: table;
    margin: auto;
    font-size: 36px;
    line-height: 1em;
    color: #002121
}

.testimonial-area .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%
}

.testimonial-area .owl-next,
.testimonial-area .owl-prev {
    position: absolute;
    top: -17px;
    left: -17px;
    height: 34px;
    width: 34px;
    background-color: #e4669b;
    border: transparent;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.testimonial-area .owl-next {
    left: auto;
    right: -17px
}

.testimonial-area .owl-next:hover,
.testimonial-area .owl-prev:hover {
    background-color: #222;
    color: #fff
}
.history-section {
    position: relative;
    padding: 50px 0 50px
}

.history-section:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: -75px;
    width: 100%;
    background-image: url(../images/bg-coe.png);
    background-repeat: repeat;
    content: ""
}

.history-block {
    position: relative;
    margin-bottom: 14px
}

.history-block .inner-box {
    position: relative;
    text-align: center;
    padding: 0 30px
}

.history-block .history {
    position: relative;
    display: inline-block;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    padding: 14px 14px;
    margin-bottom: 11px
}

.history-block .history:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    background-color: #b3acae33;
    content: "";
    border-radius: 50%
}

.history-block:last-child .history:after {
    display: none
}

.history-block .history:after {
    position: absolute;
    top: 25px;
    right: -109px;
    width: 2px;
    height: 94px;
    background-color: #929292;
    content: "";
    border-radius: 50%
}

.history-block .history span {
    position: relative;
    display: inline-block;
    height: 90px;
    z-index: 3;
    width: 90px;
    background-color: #fff;
    line-height: 86px;
    border-radius: 50%;
    box-shadow: 0 0 10px #696666;
    font-size: 24px;
    color: #ec6e8a;
    font-weight: 700;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.history-block .inner-box:hover .history span {
    background-color: #225285;
    color: #fff
}

.history-block h3 {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 28px;
    color: #131313;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase
}

.history-block h3 a {
    color: #002121;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.history-block h3 a:hover {
    color: #ff7e00
}

.history-block .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    font-weight: 400
}

.fluid-section-one {
    position: relative
}

.fluid-section-one .outer-container {
    position: relative;
    min-height: 350px
}

.fluid-section-one .image-column {
    position: absolute;
    float: left;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover
}

.fluid-section-one .image-column .image-box {
    position: relative;
    display: none
}

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

.fluid-section-one .content-column {
    position: relative;
    float: right;
    width: 50%;
    background-color: #fff
}

.fluid-section-one .content-column .inner-box {
    position: relative;
    max-width: 720px;
    padding: 100px 15px 50px 115px
}

.fluid-section-one .content-column .inner-box .sec-title h2 {
    padding-bottom: 40px
}

.fluid-section-one .content-column .inner-box .text {
    position: relative;
    margin-bottom: 50px
}

.fluid-section-one .content-column .inner-box .text p {
    position: relative;
    font-size: 14px;
    line-height: 27px;
    color: #777;
    margin-bottom: 27px
}

.fluid-section-one .content-column .inner-box .text p:last-child {
    margin-bottom: 0
}

.fluid-section-one .content-column .inner-box .choose-info {
    position: relative
}

.fluid-section-one .content-column .inner-box .choose-info li {
    position: relative;
    float: left;
    width: 50%;
    font-size: 18px;
    font-weight: 700;
    color: #002121;
    padding-left: 70px;
    min-height: 60px;
    line-height: 30px;
    text-transform: capitalize;
    cursor: default;
    margin-bottom: 60px
}

.fluid-section-one .content-column .inner-box .choose-info li a {
    color: #002121;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.fluid-section-one .content-column .inner-box .choose-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #999;
    line-height: 1em;
    font-size: 48px;
    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
}

.fluid-section-one .content-column .inner-box .choose-info li:hover .icon {
    color: #ff7e00
}

.quote-section {
    position: relative
}

.quote-section .outer-box {
    position: relative;
    margin-top: -60px
}

.quote-block {
    position: relative
}

.quote-block .inner-box {
    position: relative;
    background-color: #ff7e00;
    padding: 85px 15px 80px
}

.quote-block .content {
    position: relative;
    padding-left: 125px;
    max-width: 370px;
    width: 100%;
    margin: 0 auto
}

.quote-block .content .icon {
    position: absolute;
    left: 10px;
    top: 20px;
    height: 80px;
    width: 80px;
    background-color: #002121;
    border-radius: 50%;
    font-size: 36px;
    line-height: 80px;
    color: #fff;
    text-align: center
}

.quote-block .content .icon:after {
    position: absolute;
    left: -10px;
    top: -10px;
    height: 100px;
    width: 100px;
    border: 1px dashed #fff;
    border-radius: 50%;
    content: ""
}

.quote-block .content .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

.quote-block .content h3 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.1em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px
}

.quote-block .content h3 a {
    color: #fff;
    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
}

.quote-block .content h3 a:hover {
    color: #002121
}

.quote-block .content .text {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #fff
}

.quote-block.style-two .inner-box {
    background-color: #002121
}

.quote-block.style-two .content {
    max-width: 390px
}

.quote-block.style-two .content .icon {
    background-color: #ff7e00
}

.quote-block.style-two .content h3 a:hover {
    color: #ff7e00
}

.call-back-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 95px 0 0
}

.call-back-section:before {
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    width: 50%;
    /* background-image: url(../images/icons/pattern.png); */
    content: '';
    background-repeat: repeat;
    background-position: center top;
    margin-right: 360px
}

.call-back-section .form-column {
    position: relative
}

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

.call-back-section .form-group {
    position: relative;
    margin-bottom: 30px
}

.request-form .form-group input[type=email],
.request-form .form-group input[type=text],
.request-form .form-group input[type=url],
.request-form .form-group select,
.request-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #bbb;
    line-height: 20px;
    padding: 15px 28px;
    border: 1px solid #bbb;
    background-color: #fff;
    font-weight: 400;
    border-radius: 25px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.request-form .form-group input:focus,
.request-form .form-group select:focus,
.request-form .form-group textarea:focus {
    border-color: #ff7e00
}

.request-form .form-group textarea {
    height: 200px;
    resize: none;
    padding-top: 25px
}

.request-form .form-group button {
    text-transform: capitalize;
    font-size: 14px;
    padding: 15px 50px;
    line-height: 20px
}

.call-back-section .image-column {
    position: relative;
    text-align: center
}

.call-back-section .image-column .inner-column {
    position: relative
}

.call-back-section .image-column .image {
    position: relative;
    margin-bottom: 0
}

.call-back-section .image-column .image img {
    max-width: 100%;
    height: auto;
    display: inline-block
}

.call-back-section.style-two {
    position: relative;
    background-color: #ff7e00;
    padding: 100px 0 60px
}

.call-back-section.style-two:before {
    display: none
}

.call-back-section.style-two .sec-title {
    margin-bottom: 75px
}

.call-back-section.style-two .sec-title .title {
    color: #fff
}

.call-back-section.style-two .sec-title h2 {
    color: #222
}

.call-back-section.style-two .sec-title h2:before {
    background-color: #fff
}

.call-back-section.style-two .sec-title h2:after {
    background-color: #222
}

.call-back-section.style-two .request-form .form-group {
    margin-bottom: 40px
}

.call-back-section.style-two .request-form .form-group input[type=email],
.call-back-section.style-two .request-form .form-group input[type=text],
.call-back-section.style-two .request-form .form-group input[type=url],
.call-back-section.style-two .request-form .form-group select,
.call-back-section.style-two .request-form .form-group textarea {
    background-color: rgba(255, 255, 255, .1);
    border: 1px dashed #fff;
    color: #fff;
    padding: 20px 38px;
    height: 60px
}

.call-back-section.style-two .request-form .form-group button {
    padding: 20px 50px;
    font-weight: 400
}

.call-to-action {
    position: relative;
    padding: 50px 0 20px;
    background-color: #ff7e00
}

.call-to-action .title-box {
    position: relative;
    margin-bottom: 11px;
    text-align: center
}

.call-to-action .title-box h3 {
    position: relative;
    padding: 5px 0;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    font-weight: 400
}

.call-to-action .btn-box {
    position: relative;
    float: right;
    margin-bottom: 30px
}

.call-to-action .btn-box a {
    display: block
}

.call-to-action.pull-down {
    margin-bottom: 0;
    z-index: initial
}

.call-to-action.style-two {
    background-color: #0b3d5a;
    padding: 43px 0;
    padding-top: 127px;
    margin-top: -159px
}

.call-to-action.style-two .outer-box {
    position: relative;
    padding: 14px;
    border-radius: 200px
}

.call-to-action.style-two .outer-box:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #0d537b;
    content: "";
    border-radius: 200px;
    z-index: -1
}

.call-to-action.style-two .title-box h3 {
    font-size: 24px;
    font-weight: 600
}

.call-to-action.style-two .btn-box {
    margin-bottom: 25px
}

.call-to-action.style-two .btn-box a {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 35px;
    background-color: #e4669b
}

.call-to-action.style-three {
    background-color: #efefef
}

.call-to-action.style-three .title-box h3 {
    color: #002121
}

.call-to-action.style-three .btn-box a {
    padding: 10px 35px
}

.call-to-action-two {
    position: relative;
    padding: 170px 0;
    background-color: #f7f7f7
}

.call-to-action-two .bg-pattern {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.call-to-action-two .content-box {
    position: relative;
    text-align: center
}

.call-to-action-two .title {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #ff7e00;
    font-weight: 400;
    margin-bottom: 12px
}

.call-to-action-two h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 72px;
    color: #002121;
    font-weight: 700;
    margin-bottom: 35px
}

.call-to-action-two h2 span {
    font-weight: 400
}

.call-to-action-two .text {
    font-size: 18px;
    line-height: 36px;
    color: #666;
    margin-bottom: 50px
}

.call-to-action-two .btn-box {
    position: relative
}

.call-to-action-two .btn-box a {
    padding: 15px 50px
}

.news-section {
    position: relative;
    padding: 100px 0 60px
}

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

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

.news-block .image-box {
    position: relative
}

.news-block .image-box .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden
}

.news-block .image-box .icon-box {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background-color: #252525;
    -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 .image-box:hover .icon-box {
    background-color: #ff7e00
}

.news-block .image-box .owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -45px
}

.news-block .image-box .owl-nav .owl-next,
.news-block .image-box .owl-nav .owl-prev {
    position: absolute;
    width: 25px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    background-color: rgba(0, 0, 0, .8);
    -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 .image-box .owl-nav .owl-next {
    left: auto;
    right: 0
}

.news-block .image-box .owl-nav .owl-next:hover,
.news-block .image-box .owl-nav .owl-prev:hover {
    color: #222;
    background-color: rgba(255, 255, 255, .8)
}

.news-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto
}

.news-block .lower-content {
    position: relative;
    padding: 24px 0 0
}

.news-block .lower-content .post-info {
    position: relative;
    margin-bottom: 10px
}

.news-block .lower-content .post-info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-weight: 400;
    padding-right: 13px;
    margin-right: 13px
}

.news-block .lower-content .post-info li:before {
    position: absolute;
    right: -4px;
    top: 0;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-weight: 400;
    content: "|"
}

.news-block .lower-content .post-info li:last-child:before {
    display: none
}

.news-block .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 36px;
    color: #222;
    font-weight: 700;
    margin-bottom: 20px
}

.news-block .lower-content 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
}

.news-block .lower-content h3 a:hover {
    color: #ff7e00
}

.news-block .lower-content .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    font-weight: 400;
    margin-bottom: 25px
}

.news-block .lower-content .link-box {
    position: relative
}

.news-block .lower-content .link-box a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #ff7e00;
    text-transform: uppercase;
    font-weight: 700;
    -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 .lower-content .link-box a:hover {
    color: #222
}

.news-block .lower-content .link-box a i {
    margin-left: 5px
}

.news-section .form-column {
    position: relative;
    margin-bottom: 40px
}

.news-section .form-column .inner-column {
    position: relative;
    padding: 50px 40px 55px;
    overflow: hidden;
    background-color: #222
}

.news-section .form-column .inner-column:before {
    position: absolute;
    left: 2px;
    display: block;
    bottom: 45px;
    content: "\f1a7";
    font-family: Flaticon;
    font-size: 130px;
    color: #fff;
    opacity: .1
}

.subscribe-form {
    position: relative;
    margin-bottom: 75px
}

.subscribe-form h3 {
    position: relative;
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 55px
}

.subscribe-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.subscribe-form .form-group input[type=email],
.subscribe-form .form-group input[type=text],
.subscribe-form .form-group select,
.subscribe-form .form-group textarea {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #777;
    font-weight: 400;
    padding: 16px 35px;
    width: 100%;
    height: 52px;
    border-radius: 50px;
    background-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
}

.subscribe-form .form-group input[type=submit],
.subscribe-form button {
    padding: 15px 30px;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
    border: 1px solid transparent;
    border-radius: 0;
    border-radius: 50px
}

.news-section .form-column .call-us {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.news-section.alternate {
    background-color: #f5f5f5
}

.news-section.alternate .sec-title {
    margin-bottom: 60px
}

.news-section .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -45px
}

.news-section .owl-next,
.news-section .owl-prev {
    position: absolute;
    top: 0;
    left: -130px;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border: 1px solid #222;
    font-size: 14px;
    line-height: 38px;
    color: #222;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    -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-section .owl-next {
    left: auto;
    right: -130px
}

.news-section .owl-next:hover,
.news-section .owl-prev:hover {
    background-color: #222;
    color: #fff
}

.news-section .news-block .owl-next,
.news-section .news-block .owl-prev {
    border-radius: 0;
    position: absolute;
    width: 25px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 17px;
    color: #222!important;
    font-weight: 400;
    background-color: rgba(255, 255, 255, .7)!important
}

.news-section .news-block .owl-prev {
    left: 0
}

.news-section .news-block .owl-next:hover,
.news-section .news-block .owl-prev:hover {
    background-color: rgba(255, 126, 0, .7)!important;
    color: #fff!important
}

.news-section-two {
    position: relative;
    padding: 70px 0 0;
    background-color: #f5f5f5
}

.news-section-two .bg-pattern {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-position: inherit;
    background-size: initial;
    opacity: 1;
    background-image: url(../images/bg-coe.png)
}

.news-section-two .left-column {
    position: relative;
    margin-bottom: 0
}

.news-section-two .left-column .inner-column {
    position: relative;
    padding-right: 0
}

.news-section-two .right-column {
    position: relative;
    margin-bottom: 50px
}

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

.news-block-two .inner-box {
    position: relative;
    padding-left: 0;
    box-shadow: 0 0 14px #ccc
}

.news-block-two .image {
    position: relative;
    left: 0;
    top: 0;
    max-width: initial;
    margin-bottom: 0
}

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

.news-block-two .post-info {
    position: relative;
    margin-bottom: 10px;
    margin-top: 13px
}

.news-block-two .post-info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #e06899;
    font-weight: 500;
    margin-right: 10px
}

.news-block-two .post-info li a {
    color: #ff7e00;
    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
}

.news-block-two .post-info li a:hover {
    color: #222
}

.news-block-two h4 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 27px;
    color: #002121;
    font-weight: 700;
    margin-bottom: 24px
}

.news-block-two h4 a {
    color: #0c5e8c;
    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
}

.news-block-two h4 a:hover {
    color: #ec6e8a
}

.news-block-two .text {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #676565;
    margin-bottom: 13px
}

.news-block-three {
    position: relative
}

.news-block-three .inner-box {
    position: relative
}

.news-block-three .image-box {
    position: relative
}

.news-block-three .image {
    position: relative;
    margin-bottom: 0
}

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

.news-block-three .lower-content {
    position: relative;
    background-color: #fff;
    padding: 35px 35px 25px;
    box-shadow: 0 0 27px rgba(0, 0, 0, .13)
}

.news-block-three .post-info {
    position: relative;
    margin-bottom: 10px
}

.news-block-three .post-info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    font-weight: 500;
    margin-right: 10px
}

.news-block-three .post-info li a {
    color: #ff7e00;
    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
}

.news-block-three .post-info li a:hover {
    color: #222
}

.news-block-three h4 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 36px;
    color: #002121;
    font-weight: 700;
    margin-bottom: 12px
}

.news-block-three h4 a {
    color: #002121;
    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
}

.news-block-three h4 a:hover {
    color: #ff7e00
}

.news-block-three .text {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #777
}

.news-section-three {
    position: relative;
    padding: 100px 0 0
}

.news-section-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 540px;
    width: 100%;
    background-color: #f5f5f5;
    content: ""
}

.news-section-three .carousel-outer {
    position: relative;
    max-width: 1000px;
    margin: 0 auto
}

.news-section-three .news-block {
    background-color: #fff;
    text-align: center;
    margin-bottom: 0
}

.news-section-three .news-block .lower-content {
    position: relative;
    padding: 25px 30px 30px;
    border: 3px solid #f5f5f5
}

.news-section-three .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -33px
}

.news-section-three .owl-next,
.news-section-three .owl-prev {
    position: absolute;
    top: 0;
    left: -85px;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border: 1px solid #222;
    font-size: 14px;
    line-height: 38px;
    color: #222;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    -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-section-three .owl-next {
    left: auto;
    right: -85px
}

.news-section-three .owl-next:hover,
.news-section-three .owl-prev:hover {
    border-color: #ff7e00;
    color: #ff7e00
}

.news-section-three .news-block .owl-next,
.news-section-three .news-block .owl-prev {
    border-radius: 0;
    position: absolute;
    width: 25px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 17px;
    color: #222!important;
    font-weight: 400;
    background-color: rgba(255, 255, 255, .7)!important
}

.news-section-three .news-block .owl-prev {
    left: 0
}

.news-section-three .news-block .owl-next:hover,
.news-section-three .news-block .owl-prev:hover {
    background-color: rgba(255, 126, 0, .7)!important;
    color: #fff!important
}

.blog-default {
    position: relative
}

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

.news-block-four .inner-box {
    position: relative
}

.news-block-four .image-box {
    position: relative
}

.news-block-four .single-item-carousel {
    position: relative
}

.news-block-four .image-box .owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -60px
}

.news-block-four .image-box .owl-nav .owl-next,
.news-block-four .image-box .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    font-size: 18px;
    color: #222;
    font-weight: 400;
    background-color: rgba(255, 255, 255, .7);
    -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 .image-box .owl-nav .owl-next {
    left: auto;
    right: 0
}

.news-block-four .image-box .owl-nav .owl-next:hover,
.news-block-four .image-box .owl-nav .owl-prev:hover {
    background-color: rgba(255, 126, 0, .7);
    color: #fff
}

.news-block-four .image-box .icon-box {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #ff7e00;
    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
}

.news-block-four .image-box:hover .icon-box {
    background-color: #252525;
    color: #ff7e00
}

.news-block-four .image-box .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden
}

.news-block-four .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.news-block-four .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.news-block-four .lower-content {
    position: relative;
    padding: 30px 45px;
    border: 1px solid #ddd
}

.news-block-four .lower-content .info {
    position: relative;
    margin-bottom: 15px
}

.news-block-four .lower-content .info li {
    position: relative;
    float: left;
    margin-right: 17px;
    padding-right: 17px;
    font-size: 14px;
    line-height: 30px;
    color: #777;
    font-weight: 400
}

.news-block-four .lower-content .info li:before {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 30px;
    color: #777;
    content: "|"
}

.news-block-four .lower-content .info li:last-child:before {
    display: none
}

.news-block-four .lower-content .info li i {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #777;
    margin-right: 7px;
    -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 .lower-content .info li a {
    position: relative;
    display: inline-block;
    color: #777;
    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
}

.news-block-four .lower-content .info li a:hover,
.news-block-four .lower-content .info li:hover i {
    color: #ff7e00
}

.news-block-four .lower-content h4 {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: #222;
    font-weight: 600;
    margin-bottom: 18px
}

.news-block-four .lower-content 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
}

.news-block-four .lower-content h4 a:hover {
    color: #ff7e00
}

.news-block-four .lower-content .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    font-weight: 400
}

.news-block-four .lower-content .link-box {
    position: relative;
    margin-top: 25px
}

.news-block-four .lower-content .link-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #ff7e00;
    font-weight: 500;
    text-transform: uppercase;
    -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 .lower-content .link-box a:hover {
    color: #222
}

.news-block-four .blockquote {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 2px solid #d7d7d7;
    padding: 50px 50px 105px;
    padding-right: 180px;
    margin-bottom: 0
}

.news-block-four .blockquote .icon {
    position: absolute;
    left: 70px;
    top: -50px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 60px;
    color: #bbb;
    font-weight: 400
}

.news-block-four .blockquote h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 72px;
    color: #002121;
    font-weight: 500
}

.news-block-four .blockquote h2 span {
    color: #ff7e00;
    text-transform: uppercase
}

.news-block-four .blockquote .author {
    position: absolute;
    left: 0;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    background-color: #222;
    padding: 10px 15px;
    padding-left: 40px;
    bottom: 40px;
    border-radius: 0 20px 20px 0
}

.blog-detail {
    position: relative
}

.blog-detail .news-block-four {
    position: relative
}

.blog-detail .news-block-four h5 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #222;
    font-weight: 500;
    margin-bottom: 20px
}

.blog-detail .news-block-four p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    font-weight: 400;
    margin-bottom: 20px
}

.blog-detail .news-block-four .lower-content {
    padding-bottom: 10px;
    border: 2px solid #ddd;
    border-top: 0
}

.blog-detail .post-images {
    position: relative;
    margin-bottom: 10px
}

.blog-detail .post-images .image {
    margin-bottom: 15px
}

.blog-detail .post-images .image img {
    display: block;
    width: 100%;
    height: auto
}

.blog-detail .post-share-options {
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 60px
}

.blog-detail .post-share-options .icon {
    position: relative;
    float: left;
    height: 48px;
    width: 50px;
    background-color: #ebebeb;
    text-align: center;
    font-size: 18px;
    color: #222;
    line-height: 48px
}

.blog-detail .post-share-options .tags {
    position: relative;
    float: left;
    padding: 8px 25px
}

.blog-detail .post-share-options .tags li {
    position: relative;
    display: inline-block
}

.blog-detail .post-share-options .tags a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #777;
    -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-detail .post-share-options .tags a:hover {
    color: #ff8a00
}

.blog-detail .post-share-options .social-icon {
    position: relative;
    float: left;
    padding: 10px 13px
}

.blog-detail .post-share-options .social-icon li {
    position: relative;
    float: left;
    margin: 0 13px
}

.blog-detail .post-share-options .social-icon li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #777;
    -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-detail .post-share-options .social-icon li a:hover {
    color: #ff8a00
}

.author-box {
    position: relative;
    padding: 50px 50px;
    border: 1px solid #ddd;
    margin-bottom: 55px;
    border-radius: 20px
}

.author-box .inner-box {
    position: relative;
    padding-left: 190px;
    min-height: 150px;
    padding-top: 10px
}

.author-box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px
}

.author-box .thumb img {
    display: block;
    width: 100%;
    height: auto
}

.author-box .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #222;
    font-weight: 500;
    margin-bottom: 5px
}

.author-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777;
    font-weight: 400;
    margin-bottom: 18px
}

.author-box .social-icon {
    position: relative
}

.author-box .social-icon li {
    position: relative;
    display: inline-block;
    margin-right: 20px
}

.author-box .social-icon li:last-child {
    margin-right: 0
}

.author-box .social-icon li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #777;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.author-box .social-icon li a:hover {
    color: #ff8a00
}

.blog-detail .post-controls {
    position: relative;
    text-align: left;
    padding: 35px 35px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px
}

.blog-detail .post-controls .inner {
    position: relative
}

.blog-detail .post-controls:before {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    border-right: 1px solid #ddd;
    content: ""
}

.blog-detail .post-controls .title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777;
    font-weight: 400;
    margin-bottom: 5px
}

.blog-detail .post-controls h5 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    font-weight: 600;
    max-width: 230px
}

.blog-detail .post-controls h5 a {
    display: inline-block;
    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
}

.blog-detail .post-controls h5 a:hover {
    color: #ff8a00
}

.blog-detail .post-controls .prev-post {
    position: relative;
    float: left;
    width: 50%
}

.blog-detail .post-controls .next-post {
    position: relative;
    float: right;
    width: 50%;
    text-align: right
}
.contact-section {
    position: relative;
    padding: 0 0 125px
}

.contact-section .inner-container {
    position: relative
}

.contact-section .form-column {
    position: relative;
    float: right;
    padding-top: 100px;
    max-width: 670px;
    width: 100%
}

.contact-section .form-column .inner-column {
    position: relative
}

.contact-section .form-column .sec-title h2 {
    font-size: 30px;
    padding-bottom: 30px
}

.contact-form {
    position: relative;
    z-index: 1;
    padding-right: 40px;
    margin-bottom: 45px
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 30px
}

.contact-form .form-group:last-child {
    margin-bottom: 0
}

.contact-form .form-group input[type=email],
.contact-form .form-group input[type=tel],
.contact-form .form-group input[type=text],
.contact-form .form-group input[type=url],
.contact-form .form-group select,
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #ccc;
    font-weight: 400;
    height: 48px;
    padding: 15px 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 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
}

.contact-form .form-control {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #ccc;
    font-weight: 400;
    height: 48px;
    padding: 15px 30px;
    background-color: #c1bdbd29;
    border: 1px solid #ddd;
    border-radius: 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
}

.contact-form ::-webkit-input-placeholder {
    color: #999
}

.contact-form ::-moz-input-placeholder {
    color: #999
}

.contact-form ::-ms-input-placeholder {
    color: #999
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #ff9f14
}

.contact-form .form-group textarea {
    height: 127px;
    border-radius: 15px;
    resize: none
}

.contact-form .form-group button,
.contact-form .form-group input[type=submit] {
    text-transform: capitalize;
    padding: 15px 45px
}

.contact-form .form-group label.error {
    color: red
}

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

.contact-section .contact-info ul {
    position: relative;
    float: left;
    width: 33.33333%
}

.contact-section .contact-info ul li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-weight: 400
}

.contact-section .contact-info ul li strong {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #222;
    font-weight: 700;
    margin-bottom: 15px
}

.contact-section .contact-info ul li a {
    display: inline-block;
    color: #777;
    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
}

.contact-section .contact-info ul li a:hover {
    color: #ff7e00
}

.contact-section .map-column {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 370px;
    background-color: #222
}

.contact-section .map-column .map-canvas {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.contact-page-section {
    position: relative;
    padding: 0
}

.contact-page-section .column {
    position: relative;
    margin-bottom: 40px
}

.contact-page-section .sec-title h2 {
    font-size: 30px
}

.contact-page-section .contact-form {
    padding-right: 0;
    margin: 0;
    box-shadow: 0 0 10px #000;
    padding: 65px 30px;
    background-color: #f5f5f5
}

.contact-page-section .contact-form .form-group button,
.contact-page-section .contact-form .form-group input[type=submit] {
    margin-top: 20px
}

.contact-page-section .text {
    position: relative;
    font-size: 14px;
    line-height: 28px;
    color: #777;
    margin-bottom: 30px
}

.contact-page-section .contact-info {
    position: relative;
    margin-bottom: 0
}

.contact-page-section .contact-info li {
    position: relative;
    padding-left: 70px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid
}

.contact-page-section .contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 36px;
    line-height: 1.4em;
    color: #efebeb
}

.contact-page-section .contact-info li strong {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px
}

.contact-page-section .contact-info li a {
    color: #fff;
    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
}

.contact-page-section .contact-info li a:hover {
    color: #ff7e00
}

.social-icon-three {
    position: relative;
    display: block
}

.social-icon-three .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #002121;
    font-weight: 700;
    margin-bottom: 20px
}

.social-icon-three li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #002121;
    margin-right: 22px
}

.social-icon-three li:last-child {
    margin-right: 0
}

.social-icon-three li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #002121;
    -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 a:hover {
    color: #ff7e00
}

.contact-map-section {
    position: relative;
    padding: 0 0 100px
}

.contact-map-section .map-outer {
    position: relative;
    width: 100%
}

.contact-map-section .map-canvas {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.map-canvas {
    position: relative
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em
}

.map-data a {
    display: block
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212
}

.main-footer {
    position: relative
}

.main-footer .widgets-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 66px 0 0;
    margin-top: -85px
}

.main-footer .widgets-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    opacity: .95;
    content: ""
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 17px
}

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

.main-footer .footer-column .widget-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #225285;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 18px
}

.main-footer .footer-column .widget-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 40px;
    background-color: #e968a0;
    content: ''
}

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

.main-footer .logo {
    position: relative;
    margin: auto;
    margin-bottom: 15px;
    width: 228px
}

.main-footer .footer-logo figure {
    margin: 0
}

.main-footer .footer-logo img {
    display: block;
    max-width: 100%
}

.main-footer .about-widget .text {
    position: relative;
    margin-bottom: 16px
}

.main-footer .about-widget .text p {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    margin-bottom: 19px
}

.social-icon-two {
    position: relative;
    display: block
}

.social-icon-two .title {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    margin-right: 15px
}

.social-icon-two li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-right: 13px
}

.social-icon-two li:last-child {
    margin-right: 0
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    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;
    width: 35px;
    height: 35px;
    border: 1px solid;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    background-color: #ec6e8a
}

.social-icon-two li a:hover {
    color: #ff7e00
}

.recent-posts {
    position: relative
}

.recent-posts .post {
    position: relative;
    min-height: 90px;
    padding-left: 110px;
    margin-bottom: 30px
}

.recent-posts .post:last-child {
    margin-bottom: 0
}

.recent-posts .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    width: 90px;
    overflow: hidden
}

.recent-posts .post .thumb a {
    display: block
}

.recent-posts .post .thumb img {
    display: block;
    width: 100%;
    height: auto
}

.recent-posts .post h4 {
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: 700;
    top: -5px
}

.recent-posts .post 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
}

.recent-posts .post h4 a:hover {
    color: #ff7e00
}

.recent-posts .post .date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #bbb
}

.user-links {
    position: relative
}

.user-links li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 10px
}

.user-links li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    font-weight: 900;
    content: "";
    font-family: "Font Awesome 5 Free";
    content: "\f105"
}

.user-links li a {
    display: block;
    color: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.user-links li a:hover {
    color: #f6828e
}

.main-footer .contact-list {
    position: relative
}

.main-footer .contact-list li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px
}

.main-footer .contact-list li:last-child {
    margin-bottom: 0
}

.main-footer .contact-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    line-height: 1em;
    color: #ec6e8a
}

.main-footer .contact-list li strong {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #235285;
    font-weight: 700
}

.main-footer .contact-list li .text {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400
}

.main-footer .contact-list li .text a {
    color: #000;
    -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-footer .contact-list li .text a:hover {
    color: #ff7e00
}

.main-footer .footer-bottom {
    position: relative;
    width: 100%;
    background-color: transparent
}

.main-footer .footer-bottom .inner-container {
    position: relative
}

.main-footer .footer-bottom .copyright-text {
    position: relative;
    float: inherit;
    padding: 20px 0;
    text-align: center
}

.main-footer .footer-bottom .copyright-text p {
    position: relative;
    line-height: 20px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0
}

.main-footer .footer-bottom .copyright-text a {
    color: #ec6e8a;
    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
}

.main-footer .footer-bottom .copyright-text a:hover {
    color: #fff
}

.main-footer .footer-bottom .footer-nav {
    position: relative;
    float: right
}

.main-footer .footer-bottom .footer-nav ul {
    position: relative;
    padding: 20px 0
}

.main-footer .footer-bottom .footer-nav ul li {
    position: relative;
    float: left;
    padding-left: 30px;
    margin-left: 30px
}

.main-footer .footer-bottom .footer-nav ul li:first-child {
    margin-left: 0;
    padding-left: 0
}

.main-footer .footer-bottom .footer-nav ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    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
}

.main-footer .footer-bottom .footer-nav ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    content: '|'
}

.main-footer .footer-bottom .footer-nav ul li a:hover {
    color: #002121
}

.main-footer .footer-bottom .footer-nav ul li:first-child:before {
    display: none
}

.main-footer.style-two {
    position: relative
}

.main-footer.style-two:before {
    display: none
}

.main-footer.style-two .footer-upper {
    padding: 100px 0 60px
}

.main-footer.style-two .widget-title {
    position: relative;
    font-size: 18px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 400;
    padding-bottom: 0
}

.main-footer.style-two .widget-title:before {
    display: none
}

.main-footer.style-two .about-widget {
    max-width: 370px
}

.main-footer.style-two .logo {
    margin-bottom: 40px
}

.main-footer.style-two .links-widget {
    position: relative;
    float: left;
    padding: 0 15px;
    width: 33.333333%
}

.footer-links {
    position: relative;
    display: block
}

.footer-links li {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.footer-links li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    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
}

.footer-links li a:hover {
    color: #ff7e00
}

.main-footer.style-two .footer-bottom {
    position: relative;
    background-color: #002121;
    z-index: 9
}

.social-icon-four {
    position: relative;
    float: left;
    background-color: #ff7e00;
    margin-top: -25px;
    border-radius: 30px
}

.social-icon-four:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 1000%;
    background-color: #ff7e00;
    content: "";
    border-radius: 30px
}

.social-icon-four li {
    position: relative;
    float: left;
    margin-right: 30px
}

.social-icon-four li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0;
    color: #222;
    font-weight: 400;
    border-radius: 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
}

.social-icon-four li a:hover {
    color: #fff
}

.main-footer.style-two .copyright-text {
    position: relative;
    float: left;
    width: 100%;
    padding: 35px 0
}

.main-footer.style-two .copyright-text p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 25px
}

.main-footer.style-two .copyright-text a {
    color: #ff7e00
}

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

.main-footer.style-two .scroll-to-top {
    position: absolute;
    right: 0;
    left: auto;
    top: -25px;
    height: 50px;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 65px 15px 25px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    color: #fff;
    background: #ff7e00;
    display: none;
    border-radius: 30px;
    transform: 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
}

.main-footer.style-two .scroll-to-top:hover {
    background: #fff;
    color: #ff7e00;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.main-footer.style-two .scroll-to-top .icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
    color: #222;
    background: #fff;
    border-radius: 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
}

.main-footer.style-two .scroll-to-top:hover .icon {
    background-color: #ff7e00;
    color: #fff
}

.main-footer.style-two .footer-nav {
    position: relative;
    float: right;
    margin-top: 25px;
    padding: 35px 0
}

.main-footer.style-two .footer-nav li {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-left: 25px
}

.main-footer.style-two .footer-nav li:first-child {
    margin-left: 0;
    padding-left: 0
}

.main-footer.style-two .footer-nav a {
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    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
}

.main-footer.style-two .footer-nav li:before {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    content: '|'
}

.main-footer.style-two .footer-nav li a:hover {
    color: #ff7e00
}

.main-footer.style-two .footer-nav li:first-child:before {
    display: none
}

.sidebar-widget {
    position: relative;
    margin-bottom: 55px
}

.sidebar-side .sidebar-widget:last-child {
    margin-bottom: 0
}
.group-title {
    position: relative;
    margin-bottom: 30px
}

.group-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #222;
    font-weight: 500
}

.logo {
    position: absolute;
    top: 17px;
    left: 0;
    right: auto;
    z-index: 99;
    width: 300px
}

.top-socila li {
    float: left
}

ul.top-socila {
    display: table;
    margin-top: 5px
}

.top-socila li a {
    width: 35px;
    height: 35px;
    background-color: #ccc;
    color: #fff!important;
    float: left;
    border-radius: 100%;
    margin-left: 5px;
    text-align: center;
    line-height: 33px
}

.top-socila li a.fb {
    background-color: #0a61b3
}

.top-socila li a.yt {
    background-color: #dc3545
}

.top-socila li a.tw {
    background-color: #109fc5
}

.top-socila li a.in {
    background-color: #e8497f
}

.top-socila li a.li {
    background-color: #0b6ba2
}

.appointment {
    background-color: #265b83;
    color: #fff;
    position: absolute;
    left: 0;
    padding: 13px;
    z-index: 99;
    text-transform: uppercase;
    text-align: center;
    top: 35%;
    line-height: 18px;
    cursor: pointer
}

.welcome-section .title-column p {
    color: #e5679a;
    font-size: 20px;
    margin-bottom: 12px
}

.mv-sections {
    text-align: center;
    position: relative;
    margin-top: 38px;
    padding: 0
}

.mv-sections::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    background-color: #fff;
    left: 71px;
    top: -13px;
    border: transparent;
    border-radius: 50%;
    box-shadow: 0 0 10px #757575
}

.mv-sections img {
    position: relative;
    z-index: 9;
    margin-bottom: 18px;
    width: 55px;
    padding-top: 3px
}

.mv-sections h4 {
    color: #ec6f8a;
    text-transform: uppercase;
    display: table;
    margin: auto;
    margin-top: 10px;
    border-bottom: 2px solid;
    font-size: 18px
}

.mv-sections p {
    line-height: 20px;
    margin-top: 12px;
    color: #333;
    margin-bottom: 0
}

.mv-before::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 72px;
    border-right: 3px dashed #807d7d;
    right: 0;
    top: 56px
}

.ser-blocks {
    text-align: center;
    margin-bottom: 38px
}

.ser-blocks h4 {
    font-size: 14px
}

.kidney-services::before {
    content: "";
    position: absolute;
    width: 24%;
    height: 100%;
    background-image: url(../images/kidney-ser-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    background-color: #e9f5ff
}

.kidney-services::after {
    content: "";
    position: absolute;
    width: 24%;
    height: 100%;
    background-image: url(../images/skin-ser-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0
}

.skin-services::before {
    content: "";
    position: absolute;
    width: 37%;
    height: 100%;
    background-image: url(../images/skin-ser-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0
}

.ser-head {
    max-width: 100%;
    width: 100%;
    float: inherit;
    text-align: center;
    margin: 0 0 60px 0;
    padding: 15px;
    background-color: transparent
}

.skin-head {
    float: left;
    margin: 0 0 60px 0;
    background-color: transparent
}

.ser-head h5 {
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    margin-bottom: 0;
    position: relative
}

.ser-head p {
    color: #fff
}

.kidney-blocks {
    position: relative;
    left: 0;
    background-color: #f5faff;
    padding: 34px 12px 0 12px
}

.skin-blocks {
    position: relative;
    right: 0;
    background-color: #ffeef2;
    padding: 34px 12px 0 12px;
    z-index: 1
}

.kidney-head .kid-img {
    position: absolute;
    background-color: transparent;
    right: 251px;
    width: 75px;
    top: -56px;
    height: 88px;
    border-radius: 54px 54px 0 0;
    text-align: center;
    padding-right: 0;
    transform: rotate(90deg)
}

.kidney-head .kid-img img {
    width: 43px;
    padding-top: 16px
}

.skin-head .skin-img {
    position: absolute;
    background-color: transparent;
    right: 246px;
    width: 75px;
    top: 25px;
    height: 88px;
    border-radius: 54px 54px 0 0;
    text-align: center;
    padding-right: 0;
    transform: rotate(90deg)
}

.skin-head .skin-img img {
    width: 43px;
    padding-top: 16px
}

.ser-img {
    padding: 0 21px
}

.ser-img img {
    border-radius: 50px 0;
    transition: ease-in-out .2s
}

.ser-blocks:hover .ser-img img {
    border-radius: 0 50px
}

.ser-blocks h4 a {
    color: #000;
    padding: 10px 0;
    display: block
}

.ser-blocks h4 {
    background-color: #f7f7f7;
    display: table-cell;
    width: 304px;
    height: 53px;
    vertical-align: middle;
    color: #000;
    box-shadow: 0 27px 18px -9px #b9b8b8;
    border-bottom: 2px solid #0b5d8c
}

.kidney-blocks .ser-blocks:hover h4 {
    background-color: #0b5d8c;
    color: #fff
}

.ser-blocks:hover h4 a {
    color: #fff
}

.skin-blocks .ser-blocks h4 {
    border-bottom: 2px solid #ec708a
}

.skin-blocks .ser-blocks:hover h4 {
    background-color: #ec708a;
    color: #fff
}

.kidney-services .ser-head {
    margin-top: 0;
    position: absolute;
    left: -331px;
    transform: rotate(-90deg);
    top: 190px
}

.kidney-services .skin-head {
    margin-top: 0;
    position: absolute;
    left: auto;
    right: -331px;
    transform: rotate(-90deg);
    top: 190px;
    z-index: 9
}

.service-title {
    position: absolute;
    top: -60px;
    left: 0;
    font-size: 41px;
    right: 0;
    margin: auto;
    text-align: center;
}

.service-title .set1 {
    color: #215185
}

.service-title .set2 {
    color: #e35371
}

.call-to-action.style-two .subscribe-block .title-box h3 {
    color: #f9a8b3;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase
}

.kidney-right {
    right: 10px
}

.skin-left {
    left: 10px
}

.subscribe-block p {
    color: #fff
}

.subscribe-section {
    max-width: 700px;
    margin: auto;
    margin-bottom: 13px
}

.subscribe-section .form-control {
    float: left;
    width: 88%;
    border-radius: 0;
    border: 0
}

.subscribe-section .btn {
    border: 0;
    border-radius: 0;
    background-color: #ec6e8a
}

.call-to-action.style-two {
    background-image: url(../images/subscribe-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.news-section-two {
    background-image: url(../images/bg-coe.png)
}

.main-footer {
    background-image: url(../images/footer2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.add-img-box {
    box-shadow: 0 0 17px #7d7c7c;
    padding: 8px;
    margin-top: 0;
    position: relative;
    right: 26px
}

.health-quote {
    background-color: #225285;
    color: #fff;
    text-align: center;
    max-width: 858px;
    font-size: 18px;
    padding: 20px 0;
    border-radius: 10px;
    margin: auto;
    position: relative;
    z-index: 1;
    margin-top: 29px
}

.welcome-section .title-column h2 span::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    border-right: 3px solid #0b5d8c;
    left: -11px;
    top: -3px
}

.welcome-section .title-column h2 span::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    border: 1px solid #0b5d8c;
    right: -68px;
    top: 22px
}

.appointment-dialouge {
    max-width: 406px;
    margin: 10% auto
}

button.app-close.close {
    position: absolute;
    right: 0;
    background-color: #f9768c;
    opacity: 1;
    color: #fff;
    padding: 3px 9px 7px;
    top: -18px;
    right: 16px
}

.app-header.modal-header {
    text-align: center;
    display: block;
    padding: 7px 0
}

.form select optgroup {
    color: #ec6f8a
}

.form .form-control {
    background-color: #f5f5f5
}

.form .theme-btn {
    padding: 4px 34px
}


.navicon {
    width: 100%;
    background: #ec6e8a;
    margin: 0;
    position: absolute;
    height: auto;
    width: auto;
    padding: 13px;
    padding-top: 16px;
    top: 16px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    right: 6px;
    text-align: center;
    z-index: 99;
    -webkit-transition: linear .5s all;
    transition: linear .5s all
}

.navicon--active {
    margin-top: 0;
    -webkit-transition: linear .5s all;
    transition: linear .5s all
}

.toggle {
    display: block;
    margin: 0;
    width: 281px;
    height: 100vh;
    overflow-y: auto;
    background-color: #295f8d;
    padding: 15px;
    display: block;
    opacity: 0;
    -webkit-transition: ease-in .5s all;
    transition: ease-in .5s all;
    -ms-transform: translateY(-200%);
    transform: translatex(200%);
    min-width: inherit;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999
}

.toggle--active {
    display: block;
    opacity: 1;
    -webkit-transition: ease-in .5s all;
    transition: ease-in .5s all;
    -ms-transform: translateY(0);
    transform: translatex(0);
    background-image: url(../images/nav-bg.jpg);
    background-repeat: no-repeat
}

.toggle-menu {
    margin-bottom: 25px
}

.toggle-menu li {
    width: 25%;
    display: block;
    margin: 10px auto
}

.toggle-menu li a {
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    -webkit-transition: linear .5s all;
    transition: linear .5s all;
    font-weight: 500;
    padding: 5px 0
}

.toggle-menu li a span {
    text-transform: lowercase
}

.toggle-menu li a:hover {
    color: #db5523;
    border-bottom: 2px solid #db5523;
    -webkit-transition: linear .5s all;
    transition: linear .5s all;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    font-weight: 700
}

.navicon span {
    display: block;
    width: 30px;
    height: 2px;
    display: block;
    background-color: #fff;
    margin-bottom: 8px
}

.toogle-icon {
    position: fixed;
    right: 28.8%;
    z-index: 99999
}

.fixed-header .toogle-icon {
    right: 10%
}

.main-header .toogle-icon li {
    position: relative
}

.main-header .toogle-icon li::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #efc2c7;
    left: -72px;
    top: 4px;
    border-radius: 50%
}

.navicon span:last-child {
    margin-bottom: 0
}

.banner-section .bx-viewport {
    border-radius: 0 0 172px 0
}

.main-header .toogle-icon li .ripple,
.main-header .toogle-icon li .ripple:after,
.main-header .toogle-icon li .ripple:before {
    position: absolute;
    top: 44px;
    left: -33px;
    height: 80px;
    width: 80px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(252, 172, 212, .6);
    -moz-box-shadow: 0 0 0 0 rgba(252, 172, 212, .6);
    -ms-box-shadow: 0 0 0 0 rgba(252, 172, 212, .6);
    -o-box-shadow: 0 0 0 0 rgba(252, 172, 212, .6);
    box-shadow: 0 0 0 0 rgba(252, 172, 212, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.appointment i {
    position: absolute;
    bottom: auto;
    top: 5px;
    left: -29px;
    transform: rotate(-52deg);
    width: 100px;
    height: 39px;
    background-color: #265a83;
    padding: 4px 13px 4px 0;
    text-align: right;
    z-index: -1;
    font-size: 18px;
    line-height: 32px;
    border-radius: 0 20px 20px 0;
    color: #fdbad2
}

.address-info {
    position: absolute;
    z-index: 99;
    margin-top: -76px;
    bottom: auto;
    background-color: #f5f5f5;
    padding: 8px 22px;
    padding-left: 0;
    border-radius: 0 23px 23px 0
}

.address-info li {
    float: left;
    padding-left: 15px;
    position: relative;
    width: auto;
    text-align: center
}

.address-info li a {
    color: #000;
    word-break: break-word;
    font-size: 17px
}

.address-info li a i {
    width: 30px;
    height: 30px;
    background-color: #f4dde7;
    text-align: center
}

.socila-media {
    position: absolute;
    right: 2%
}

span.folow {
    text-align: center;
    display: block;
    font-size: 23px
}

.app-content.modal-content {
    background-color: #e6e6e6;
    border: 0
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu {
    width: auto;
    color: #fff;
    margin-top: 41px
}

#cssmenu ul ul {
    display: none
}

.align-right {
    float: right
}

#cssmenu>ul>li>a {
    padding: 21px 20px;
    border-bottom: 1px solid #cccccc52;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .35);
    background: -moz-linear-gradient(#36aae7, #1fa0e4);
    background: -o-linear-gradient(#36aae7, #1fa0e4);
    background: -ms-linear-gradient(#36aae7, #1fa0e4)
}

#cssmenu>ul>li.active>a,
#cssmenu>ul>li.open>a,
#cssmenu>ul>li>a:hover {
    color: #eee;
    background: -moz-linear-gradient(#1fa0e4, #1992d1);
    background: -o-linear-gradient(#1fa0e4, #1992d1);
    background: -ms-linear-gradient(#1fa0e4, #1992d1)
}

#cssmenu>ul>li.last>a,
#cssmenu>ul>li:last-child>a {
    border-bottom: 0
}

.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0
}

.holder::after,
.holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.holder::after {
    top: 17px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff
}

#cssmenu>ul>li.active>a>span::after,
#cssmenu>ul>li.open>a>span::after,
#cssmenu>ul>li>a:hover>span::after {
    border-color: #eee
}

.holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit
}

#cssmenu ul ul li a {
    cursor: pointer;
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 16px;
    color: #ea899f;
    background: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

#cssmenu ul ul li.active>a,
#cssmenu ul ul li.open>a,
#cssmenu ul ul li:hover>a {
    background: #ec6e8a;
    color: #fff
}

#cssmenu ul ul li:first-child>a {
    box-shadow: none
}

#cssmenu ul ul ul li:first-child>a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

#cssmenu ul ul ul li a {
    padding-left: 30px;
    color: #ffcd36;
    font-size: 13px
}

#cssmenu>ul>li>ul>li.last>a,
#cssmenu>ul>li>ul>li:last-child>a {
    border-bottom: 0
}

#cssmenu>ul>li>ul>li.last.open>a,
#cssmenu>ul>li>ul>li.open:last-child>a {
    border-bottom: 1px solid #32373e
}

#cssmenu>ul>li>ul>li.open:last-child>ul>li:last-child>a {
    border-bottom: 0
}

#cssmenu ul ul li.has-sub>a::after {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    border-top: 2px solid #eee;
    border-left: 2px solid #eee;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

#cssmenu ul ul li.active>a::after,
#cssmenu ul ul li.open>a::after,
#cssmenu ul ul li>a:hover::after {
    border-color: #fff
}

.close-nav {
    position: absolute;
    background-color: #ec6e8a;
    color: #fff;
    padding: 1px 10px;
    left: 0;
    cursor: pointer
}

.toggle::-webkit-scrollbar {
    width: 4px
}

.toggle::-webkit-scrollbar-track {
    background: #f1f1f1
}

.toggle::-webkit-scrollbar-thumb {
    background: #ec6e8a
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.about-image {
    position: relative;
    background-color: #f5f5f5;
    box-shadow: 0 0 10px #000;
    margin-top: 37px;
    padding: 8px
}

.about-image::before {
    content: "";
    position: absolute;
    width: 168px;
    height: 168px;
    background-color: #ec6e8a;
    right: -17px;
    bottom: -17px
}

.about-image img {
    z-index: 2;
    position: relative
}

.app-content h4 {
    color: #cc2359;
    text-transform: uppercase
}

.nav-overlay {
    display: block;
    transition: ease-in .5s all;
    transform: translatex(200%);
    opacity: 0
}

body {
    overflow-y: auto
}

.overlay-s {
    overflow-y: hidden
}

.overlay-s .nav-overlay {
    opacity: 1;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #163772ba;
    transform: translatex(0);
    transition: ease-in .5s all;
    top: 0
}

.testimonial-section {
    padding: 22px 0;
    z-index: 9
}

.small-container::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #f5f5f5
}

.mac-os .toogle-icon {
    position: fixed;
    right: 24.8%
}

.news-block-two .inner-box::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #f9f8f8
}

.news-block-two .inner-box .col-md-5 {
    padding: 0
}

.inner-content {
    margin-bottom: 0;
    padding: 60px 0;
    min-height: 46vh
}

.map iframe {
    width: 100%;
    height: 260px
}

.inner-body .main-footer .widgets-section {
    margin-top: 0
}

.bread-crumb {
    background-image: url(../images/bread-cumb.jpg);
    background-position: center;
    background-size: cover
}

.ul-bred-cumb {
    background-image: none
}

.contact-page-section .colum2 {
    position: relative;
    padding: 16px
}

.contact-page-section .colum2::before {
    content: "";
    position: absolute;
    width: 106%;
    height: 69%;
    left: -16px;
    top: 0;
    background-color: #cc2f4e
}

.contact-page-section .contact-info li:last-child {
    border-bottom: 0
}

.map {
    position: relative
}

.map iframe {
    border: 8px solid #c1c1c1
}

.facilites-text {
    background-color: #2b5c8b;
    color: #fff;
    text-align: center;
    margin-top: 24px;
    padding: 5px 0;
    margin-bottom: 16px;
    font-size: 17px
}

.ol-styles li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 9px;
    color: #333
}

.ol-styles li::before {
    content: "";
    position: absolute;
    background-image: url(../images/list.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    left: 0;
    background-size: 24px
}

.about-us-left ul {
    margin-top: 30px
}

.about-us-left ul li span {
    font-size: 36px;
    font-weight: 800;
    color: #c1c1c1
}

.about-us-left ul li {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 25px;
    box-shadow: 0 0 10px #ddd;
    padding: 12px
}

.about-us-left ul li:first-child {
    color: #1abc9c
}

.about-us-left ul li:nth-child(2) {
    color: #3498db
}

.about-us-left ul li:nth-child(3) {
    color: #e74c3c
}

.about-us-left ul li:nth-child(4) {
    color: #e73cb4
}

.about-doctor {
    color: #012c50;
    font-weight: 600;
    font-size: 33px;
    margin-bottom: 16px
}

.about-doctor .theme-color {
    color: #ffc107
}

.about-bottom-left h2,
.about-bottom-right h2 {
    background: #225285;
    font-size: 17px;
    color: #fff!important;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    position: absolute;
    margin-top: 20px;
    margin-left: -10px;
    transition: .3s ease-in-out;
    box-shadow: 0 0 10px #444343
}

.about-bottom-right h2 {
    background: #ec6e8a
}

.about-bottom-left p,
.about-bottom-right p {
    font-size: 15px;
    color: #000;
    line-height: 26px;
    background-color: #afd1f5;
    padding: 80px 35px 30px 35px;
    background-image: url(../images/about-mission.png);
    background-repeat: no-repeat;
    background-position: 103% -4%;
    border-radius: 7px;
    min-height: 188px;
    background-size: 92px
}

.about-bottom-right p {
    background-color: #ffdcdc;
    background-image: url(../images/about-vision.png);
    background-position: 103% -4%
}

.about-bottom-left:hover h2,
.about-bottom-right:hover h2 {
    margin-left: 20px
}

.mission-vission {
    margin-top: 72px
}

.values {
    position: relative;
    max-width: 836px;
    margin: 14px auto auto
}

.values h2 {
    background: #ffbf00;
    font-size: 17px;
    color: #000!important;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    position: absolute;
    margin-top: 20px;
    box-shadow: 0 0 10px #444343;
    margin-left: -10px;
    transition: .3s ease-in-out
}

.values p {
    font-size: 15px;
    color: #000;
    line-height: 26px;
    background-color: #f9e7b2;
    padding: 80px 35px 30px 35px;
    background-image: url(../images/values-Icon.png);
    background-repeat: no-repeat;
    background-position: 101% -2%;
    border-radius: 7px;
    min-height: 268px;
    background-size: 100px
}

.values:hover h2 {
    margin-left: 20px
}

.values-block span {
    float: left;
    width: 30%;
    text-align: center;
    background-color: #ecd78d;
    margin: 10px;
    padding: 4px
}

.frst-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 39px 0
}

.frst-container::after {
    content: '';
    display: table;
    clear: both
}

.frst-timeline {
    position: relative
}

.frst-right-align {
    text-align: right
}

.frst-timeline-block {
    position: relative;
    min-height: 16px;
    padding-left: 35px;
    padding-right: 35px
}

.frst-timeline-block::before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0
}

.frst-timeline-block:last-child::before {
    display: none
}

.frst-right-align .frst-timeline-block::before {
    right: 0;
    left: auto!important;
    margin-left: 0!important
}

.frst-timeline-block::after {
    content: "";
    display: table;
    clear: both
}

.frst-date,
.frst-timeline-img i {
    display: block
}

.frst-timeline-img {
    position: absolute;
    min-width: 1px;
    min-height: 1px;
    left: 0;
    top: 0
}

.frst-right-align .frst-timeline-img {
    margin-left: 0!important;
    left: auto!important;
    right: 0
}

.frst-last-empty-item .frst-timeline-img span {
    vertical-align: top
}

.frst-timeline-content-inner {
    position: relative
}

.cssanimations .frst-timeline-content.is-hidden {
    visibility: hidden
}

.cssanimations .frst-timeline-content.animated {
    visibility: visible
}

.frst-labels span {
    display: inline-block
}

.frst-labels {
    padding: 20px 0
}

.frst-labels.frst-start-label {
    padding-top: 0!important
}

.frst-labels.frst-end-label {
    margin-bottom: 0!important
}

.turqoise {
    background: #00a79d!important
}

.light-blue {
    background: #27aae2!important
}

.blue {
    background: #1d75bd!important
}

.violette {
    background: #2b3991!important
}

.dark-violette {
    background: #272264!important
}

@media only screen and (min-width:679px) {
    .frst-date-opposite,
    .frst-left-align.frst-date-opposite {
        margin-left: 190px
    }
    .frst-right-align.frst-date-opposite {
        margin-right: 190px;
        margin-left: 0;
        text-align: right
    }
    .frst-date-opposite.frst-alternate {
        margin: 0
    }
    .frst-timeline.frst-alternate.frst-left-align .frst-timeline-content,
    .frst-timeline.frst-alternate.frst-right-align .frst-timeline-content,
    .frst-timeline.frst-date-opposite.frst-left-align .frst-timeline-content,
    .frst-timeline.frst-date-opposite.frst-right-align .frst-timeline-content {
        width: 100%
    }
    .frst-alternate .frst-timeline-block::before {
        left: 50%
    }
    .frst-alternate .frst-timeline-img {
        left: 50%!important
    }
    .frst-alternate .frst-timeline-block.frst-even-item .frst-timeline-content {
        float: right
    }
    .frst-alternate .frst-timeline-block.frst-odd-item .frst-timeline-content {
        float: left
    }
    .frst-date-opposite .frst-date {
        position: absolute;
        top: 0;
        text-align: right
    }
    .frst-alternate .frst-timeline-block.frst-odd-item .frst-timeline-content,
    .frst-alternate.frst-date-opposite .frst-timeline-block.frst-even-item .frst-date,
    .frst-date-opposite.frst-left-align .frst-date,
    .frst-right-align {
        text-align: right
    }
    .frst-alternate.frst-date-opposite .frst-timeline-block.frst-odd-item .frst-timeline-content .frst-date,
    .frst-date-opposite.frst-right-align .frst-date {
        text-align: left
    }
    .frst-alternate .frst-timeline-label-block {
        text-align: center
    }
    .frst-alternate .frst-timeline-label-block .frst-labels span {
        left: 0;
        right: 0;
        margin-bottom: 35px;
        font-size: 23px;
        font-weight: 500;
        text-transform: uppercase
    }
}

@media only screen and (max-width:678px) {
    .frst-timeline {
        margin-left: 20px
    }
    .frst-timeline.frst-responsive-right,
    .frst-timeline.frst-right-align {
        margin-right: 20px;
        margin-left: 0
    }
    .frst-responsive-right .frst-timeline-block::before,
    .frst-responsive-right .frst-timeline-img {
        margin-left: 0!important;
        left: auto!important;
        right: 0
    }
    .frst-responsive-right {
        text-align: right
    }
    .frst-date {
        margin-bottom: 10px
    }
}

.frst-timeline-style-4 {
    color: #000
}

.frst-timeline-style-4 .frst-timeline-block::before {
    width: 3px;
    background: #8e8f93;
    margin-left: -2px;
    top: 36px
}

.frst-timeline-style-4.frst-right-align .frst-timeline-block::before {
    margin-right: -2px
}

.frst-timeline-block {
    padding-bottom: 0;
    padding-left: 45px;
    padding-right: 45px
}

.frst-timeline-style-4 .frst-timeline-img {
    padding: 0;
    margin-left: -18px;
    top: 30px;
    width: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    font-size: 24px
}

.frst-timeline-content-inner p {
    color: #444
}

.frst-timeline-style-4 .frst-timeline-img span {
    box-shadow: 0 0 0 3px #fff;
    display: inline-block;
    margin: auto;
    padding: 6px;
    min-width: 8px;
    min-height: 8px;
    background: #f13d9e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    vertical-align: top
}

.frst-timeline-style-4 .frst-timeline-img i {
    display: block
}

.frst-timeline-style-4.frst-right-align .frst-timeline-img {
    margin-right: -18px
}

.frst-timeline-style-4 .frst-timeline-content {
    color: #777
}

.frst-timeline-style-4 .frst-date {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
    line-height: 30px
}

.frst-timeline-style-4 h2 {
    margin: 0 0 5px;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    color: #235285;
    text-transform: uppercase
}

.frst-timeline-style-4 p {
    margin: 0
}

.frst-timeline-style-4 .frst-labels span {
    position: relative;
    left: -47px;
    background: #70a442;
    color: #fff;
    font-weight: 800;
    padding: 10px 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.frst-timeline-style-4.frst-right-align .frst-labels span {
    left: auto;
    right: -47px
}

.content-alternate .frst-odd-item .frst-timeline-content-inner .side-border,
.content-right-align .frst-odd-item .frst-timeline-content-inner .side-border {
    width: 75%;
    background: #777;
    position: absolute;
    top: 34px;
    height: 2px;
    right: 89px
}

.frst-odd-item .frst-timeline-content-inner {
    width: 95%;
    float: right
}

.frst-odd-item .frst-timeline-content-inner h2 {
    text-align: left
}

.frst-even-item .frst-timeline-content-inner {
    width: 95%;
    float: left
}

.content-right-align .frst-even-item .frst-timeline-content-inner {
    float: right
}

.content-left-align .frst-even-item .frst-timeline-content-inner,
.content-left-align .frst-odd-item .frst-timeline-content-inner {
    float: left
}

.content-alternate .frst-even-item .frst-timeline-content-inner h2 {
    text-align: left;
    position: relative;
    left: 11%;
    margin-top: 15px
}

.content-alternate .frst-even-item .frst-timeline-content-inner p {
    position: RELATIVE;
    right: -30px;
    width: 95%;
    float: right
}

.content-right-align .frst-even-item .frst-timeline-content-inner h2 {
    text-align: left
}

.frst-odd-item .frst-timeline-content-inner .side-border h2 {
    position: absolute;
    top: -30px;
    right: 40%;
    font-size: 22px;
    font-weight: 300;
    color: #777
}

.content-alternate .frst-even-item .frst-timeline-content-inner .side-border {
    width: 75%;
    background: #777;
    position: absolute;
    top: 34px;
    height: 2px;
    left: 89px
}

.content-left-align .frst-even-item .frst-timeline-content-inner .side-border,
.content-left-align .frst-odd-item .frst-timeline-content-inner .side-border {
    width: 75%;
    background: #777;
    position: absolute;
    top: 34px;
    height: 2px;
    left: 89px
}

.content-left-align .frst-even-item .frst-timeline-content-inner .side-border:before,
.content-left-align .frst-odd-item .frst-timeline-content-inner .side-border:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 12px solid #727272;
    position: absolute;
    top: -11px;
    right: -1px
}

.frst-even-item .frst-timeline-content-inner .side-border:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 12px solid #727272;
    position: absolute;
    top: -11px;
    right: -1px
}

.frst-even-item .frst-timeline-content-inner .side-border h2 {
    position: absolute;
    top: -47px;
    left: 40%;
    font-size: 22px;
    font-weight: 300;
    color: #777
}

.frst-odd-item .frst-timeline-content-inner .icon-section {
    font-size: 1.5em;
    border: 4px solid #777;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-right: 20px
}

.frst-even-item .frst-timeline-content-inner .icon-section {
    font-size: 1.5em;
    border: 4px solid #777;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-left: 20px
}

.content-right-align .frst-timeline-content-inner .icon-section {
    font-size: 1.5em;
    border: 4px solid #777;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-right: 20px
}

.content-left-align .frst-timeline-content-inner .icon-section {
    font-size: 1.5em;
    border: 4px solid #777;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-left: 20px
}

.content-alternate .frst-even-item .frst-timeline-content-inner .icon-section::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 17px solid #727272;
    position: absolute;
    top: 24px;
    left: -19px;
    transform: rotate(180deg)
}

.content-alternate .frst-even-item .frst-timeline-content-inner .icon-section::after {
    content: "";
    display: block;
    height: 5px;
    border-top: 2px solid #8e8f93;
    width: 40px;
    position: absolute;
    top: 30px;
    left: -58px
}

.content-alternate .frst-odd-item .frst-timeline-content-inner .icon-section::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 17px solid #727272;
    position: absolute;
    top: 25px;
    left: 64px
}

.content-alternate .frst-odd-item .frst-timeline-content-inner .icon-section::after {
    content: "";
    display: block;
    height: 5px;
    border-top: 2px solid #8e8f93;
    width: 40px;
    position: absolute;
    top: 31px;
    left: 80px
}

.content-right-align .frst-timeline-content-inner .icon-section::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 17px solid #727272;
    position: absolute;
    top: 25px;
    left: 64px
}

.content-right-align .frst-timeline-content-inner .icon-section::after {
    content: "";
    display: block;
    height: 5px;
    border-top: 2px solid #8e8f91;
    width: 40px;
    position: absolute;
    top: 31px;
    left: 79px
}

.content-right-align .frst-even-item .frst-timeline-content-inner .side-border {
    width: 75%;
    background: #777;
    position: absolute;
    top: 34px;
    height: 2px;
    right: 89px
}

.content-right-align .frst-even-item .frst-timeline-content-inner .side-border::before,
.content-right-align .frst-odd-item .frst-timeline-content-inner .side-border:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 12px solid #727272;
    position: absolute;
    top: -11px;
    left: -1px;
    transform: rotate(90deg)
}

.content-right-align .frst-even-item .frst-timeline-content-inner .icon-section:after {
    content: "";
    display: block;
    height: 5px;
    border-top: 2px solid #8e8f91;
    width: 40px;
    position: absolute;
    top: 31px;
    left: 79px
}

.content-left-align .frst-timeline-content-inner .icon-section::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 17px solid #727272;
    position: absolute;
    top: 24px;
    left: -19px;
    transform: rotate(180deg)
}

.content-left-align .frst-timeline-content-inner .icon-section::after {
    content: "";
    display: block;
    height: 5px;
    border-top: 2px solid #8e8f91;
    width: 40px;
    position: absolute;
    top: 30px;
    left: -58px
}

.frst-timeline-content-inner .icon-section i {
    position: relative;
    top: 12px
}

.aqua-blue .frst-timeline-img span {
    background: #fff;
    box-shadow: 0 0 0 3px #225285
}

.aqua-blue .frst-timeline-content-inner .icon-section {
    border: 4px solid #225285!important;
    color: #225285
}

.aqua-blue .frst-timeline-content-inner .icon-section:before {
    border-left: 17px solid #225285!important
}

.aqua-blue .frst-timeline-content-inner .side-border {
    background: #225285!important
}

.aqua-blue .frst-timeline-content-inner .side-border h2 {
    color: #225285
}

.aqua-blue .frst-timeline-content-inner .side-border:before {
    border-right: 12px solid #225285!important
}

.red .frst-timeline-img span {
    background: #fff;
    box-shadow: 0 0 0 3px #ec6e8a
}

.red .frst-timeline-content-inner .icon-section {
    border: 4px solid #ec6e8a!important;
    color: #ec6e8a
}

.red .frst-timeline-content-inner .icon-section:before {
    border-left: 17px solid #ec6e8a!important
}

.red .frst-timeline-content-inner .side-border {
    background: #ec6e8a!important
}

.red .frst-timeline-content-inner .side-border h2 {
    color: #ec6e8a
}

.red .frst-timeline-content-inner .side-border:before {
    border-right: 12px solid #ec6e8a!important
}

.orange .frst-timeline-img span {
    background: #fff;
    box-shadow: 0 0 0 3px #eb8d23
}

.orange .frst-timeline-content-inner .icon-section {
    border: 4px solid #eb8d23!important;
    color: #eb8d23
}

.orange .frst-timeline-content-inner .icon-section:before {
    border-left: 17px solid #eb8d23!important
}

.orange .frst-timeline-content-inner .side-border {
    background: #eb8d23!important
}

.orange .frst-timeline-content-inner .side-border h2 {
    color: #eb8d23
}

.orange .frst-timeline-content-inner .side-border:before {
    border-right: 12px solid #eb8d23!important
}

.light-green .frst-timeline-img span {
    background: #fff;
    box-shadow: 0 0 0 3px #70a442
}

.light-green .frst-timeline-content-inner .icon-section {
    border: 4px solid #70a442!important;
    color: #70a442
}

.light-green .frst-timeline-content-inner .icon-section:before {
    border-left: 17px solid #70a442!important
}

.light-green .frst-timeline-content-inner .side-border {
    background: #70a442!important
}

.light-green .frst-timeline-content-inner .side-border h2 {
    color: #70a442
}

.light-green .frst-timeline-content-inner .side-border:before {
    border-right: 12px solid #70a442!important
}

@media(min-width:679px) and (max-width:967px) {
    .content-alternate .frst-even-item .frst-timeline-content-inner,
    .content-alternate .frst-odd-item .frst-timeline-content-inner {
        width: 100%
    }
}

@media only screen and (min-width:679px) {
    .frst-date-opposite {
        margin-left: 203px
    }
    .frst-left-align.frst-date-opposite {
        margin-left: 203px
    }
    .frst-right-align.frst-date-opposite {
        margin-right: 203px;
        margin-left: 0
    }
    .frst-timeline-style-4.frst-alternate .frst-timeline-content,
    .frst-timeline-style-4.frst-date-opposite .frst-timeline-content {
        width: calc(50% - 44px)
    }
    .frst-timeline-style-4.frst-date-opposite .frst-date {
        left: -248px;
        line-height: 39px;
        width: 160px
    }
    .frst-timeline-style-4.frst-date-opposite.frst-alternate .frst-timeline-block.frst-odd-item .frst-date,
    .frst-timeline-style-4.frst-date-opposite.frst-right-align .frst-date {
        right: -248px;
        left: auto;
        text-align: left
    }
    .content-alternate .frst-odd-item .frst-timeline-content-inner .side-border:before,
    .content-right-align .frst-odd-item .frst-timeline-content-inner .side-border:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 0 solid transparent;
        border-right: 12px solid #727272;
        position: absolute;
        top: -11px;
        left: -1px;
        transform: rotate(90deg)
    }
    .frst-odd-item .frst-timeline-content-inner p {
        position: RELATIVE;
        left: 0;
        text-align: left;
        width: 95%
    }
    .content-left-align .frst-even-item .frst-timeline-content-inner h2,
    .content-left-align .frst-odd-item .frst-timeline-content-inner h2 {
        text-align: right
    }
    .content-left-align .frst-even-item .frst-timeline-content-inner p,
    .content-left-align .frst-odd-item .frst-timeline-content-inner p {
        text-align: left;
        right: -35px;
        float: right;
        position: RELATIVE;
        left: unset;
        width: 80%
    }
    .content-right-align .frst-even-item .frst-timeline-content-inner p {
        position: RELATIVE;
        left: 0;
        text-align: left;
        width: 80%
    }
}

@media only screen and (max-width:678px) {
    .frst-timeline-style-4.frst-responsive-right .frst-timeline-block::before {
        margin-right: -3px
    }
    .frst-timeline-style-4.frst-responsive-right .frst-timeline-img {
        margin-right: -18px
    }
    .frst-timeline-style-4.frst-responsive-right .frst-labels span {
        left: auto;
        right: -47px
    }
    .content-alternate .frst-odd-item .frst-timeline-content-inner .side-border {
        width: 75%;
        background: #777;
        position: absolute;
        top: 34px;
        height: 2px;
        left: 89px
    }
    .content-alternate .frst-odd-item .frst-timeline-content-inner {
        width: 70%;
        float: left
    }
    .content-alternate .frst-odd-item .frst-timeline-content-inner h2 {
        text-align: left;
        position: relative;
        left: 28%
    }
    .content-alternate .frst-odd-item .frst-timeline-content-inner p {
        position: RELATIVE;
        right: -30px;
        width: 80%;
        float: right
    }
    .content-right-align .frst-even-item .frst-timeline-content-inner p,
    .content-right-align .frst-odd-item .frst-timeline-content-inner p {
        position: RELATIVE;
        left: -10px;
        width: 80%;
        float: left;
        text-align: left
    }
    .content-right-align .frst-even-item .frst-timeline-content-inner .icon-section h2,
    .content-right-align .frst-odd-item .frst-timeline-content-inner .icon-section h2 h2 {
        text-align: left;
        position: relative;
        left: -4%
    }
    .content-left-align .frst-even-item .frst-timeline-content-inner h2,
    .content-left-align .frst-odd-item .frst-timeline-content-inner h2 {
        text-align: right
    }
    .content-left-align .frst-even-item .frst-timeline-content-inner p,
    .content-left-align .frst-odd-item .frst-timeline-content-inner p {
        text-align: left;
        right: -35px;
        float: right;
        position: RELATIVE;
        left: unset;
        width: 80%
    }
    .content-alternate .frst-odd-item .frst-timeline-content-inner .side-border:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 0 solid transparent;
        border-right: 12px solid #727272;
        position: absolute;
        top: -11px;
        right: -1px
    }
    .frst-odd-item .frst-timeline-content-inner .side-border h2 {
        position: absolute;
        top: -30px;
        left: 40%;
        font-size: 22px;
        font-weight: 300;
        color: #777
    }
    .content-alternate .frst-odd-item .frst-timeline-content-inner .icon-section {
        font-size: 1.5em;
        border: 4px solid #777;
        border-radius: 50%;
        width: 70px;
        height: 70px;
        position: relative;
        margin: 0 auto;
        text-align: center;
        margin-left: 20px
    }
    .content-alternate .frst-odd-item .frst-timeline-content-inner .icon-section::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 17px solid #727272;
        position: absolute;
        top: 24px;
        left: -19px;
        transform: rotate(180deg)
    }
    .content-alternate .frst-odd-item .frst-timeline-content-inner .icon-section::after {
        content: "";
        display: block;
        height: 5px;
        border-top: 2px solid #8e8f93;
        width: 40px;
        position: absolute;
        top: 30px;
        left: -58px
    }
}

.common-bg-color {
    background-color: #f5f5f5
}

.service-head img {
    padding: 5px;
    margin-bottom: 18px;
    box-shadow: 0 0 10px
}

.service-head h3 {
    color: #225285;
    font-size: 24px;
    margin-bottom: 10px
}

.service-head h4 {
    color: #ec6e8a;
    font-size: 17px;
    margin-bottom: 10px
}

.service-head h2 {
    font-size: 28px;
    color: #e35371;
    margin-bottom: 22px
}

.kidney-bg {
    background-image: url(../images/services/kidney-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px 30px!important
}

ol.ol-styles.row {
    margin: 0
}

.inner-body .fixed-header .toogle-icon {
    right: 10%
}

.view-fifth img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.view-fifth .mask {
    background-color: rgba(225, 222, 219, .42);
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.view-fifth h2 {
    background: rgba(255, 255, 255, .5);
    color: #000;
    -webkit-box-shadow: 0 1px 3px rgba(159, 141, 140, .5);
    -moz-box-shadow: 0 1px 3px rgba(159, 141, 140, .5);
    box-shadow: 0 1px 3px rgba(159, 141, 140, .5)
}

.view-fifth p {
    opacity: 0;
    color: #333;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.view-fifth:hover .mask {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.view-fifth:hover img {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -o-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px)
}

.view-fifth:hover p {
    opacity: 1
}

.view {
    width: auto;
    height: auto;
    margin: 2px;
    margin-bottom: 30px;
    float: left;
    border: #ffdead;
    overflow: hidden;
    position: relative;
    padding: 5px;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 0 2px 13px #000;
    cursor: default;
    background-image: url(../images/bg-coe.png)
}

.view .content,
.view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.view img {
    display: block;
    position: relative
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, .8);
    margin: 20px 0 0 0
}

.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 18px 14px;
    font-size: 32px;
    background: #225285;
    margin-top: 24%;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 10px #615e5e;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 10px #615e5e
}

.view a.info:hover {
    box-shadow: 0 0 5px #000
}

.location-block {
    position: absolute;
    right: 19%;
    top: 25px
}

.location-block a {
    display: block
}

.slide1 {
    background-image: url(../images/main-slider/1.jpg)
}

.slide2 {
    background-image: url(../images/main-slider/2.jpg)
}

.facilities-blocks {
    text-align: center;
    margin-bottom: 34px;
    position: relative;
    box-shadow: 0 0 10px #a9a9a9;
    border: 2px solid #f5f5f5;
    overflow: hidden
}

.facilities-blocks h4 {
    position: absolute;
    right: 0;
    bottom: 15px;
    background-color: #e45370;
    color: #fff;
    padding: 7px 9px;
    padding-left: 25px;
    line-height: 25px;
    text-transform: uppercase;
    border-radius: 22px 0 0 22px;
    font-size: 14px;
    box-shadow: 0 0 10px #000
}

.facilities-blocks img {
    transition: ease-in-out .5s
}

.facilities-blocks img:hover {
    transform: scale(1.5)
}

.app-header {
    padding: 0
}

.popupheader.modal-header {
    padding: 0
}

.popup-body.modal-body {
    padding: 0
}

.popup-body .owl-nav {
    display: none!important
}

.popup-dialouge.modal-dialog {
    max-width: 565px;
    margin-top: 13%
}

button.app-close.close {
    background-color: #d63984;
    top: -15px
}

.doctor-des h3 {
    color: #e35371;
    margin: 20px 0 14px 0;
    font-size: 22px
}

.doctor-des h4 {
    color: #225285;
    margin-bottom: 12px;
    font-size: 18px
}

.doctoer-img {
    padding: 6px;
    background-color: #d0cece;
    box-shadow: 0 0 10px #000;
    margin-bottom: 20px
}

.taranides {
    margin-top: 20px
}

.video-block iframe {
    width: 100%;
    height: 250px;
    border: 7px solid #ccc;
    box-shadow: 0 0 10px #000
}

.main-footer .footer-bottom .copyright-text a:hover {
    color: #225285
}

.contact-page-section h2 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #e35371
}

.contact-page-section h3 {
    color: #065285;
    font-size: 20px
}

.contact-page-section img {
    box-shadow: 0 1px 10px 3px #000
}

.blog-1 {
    padding: 15px;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 20px
}

.blog-1 .blog-more {
    padding: 5px;
    background-color: #e35371;
    color: #fff;
    border-radius: 6px
}

ul.topic-siblinks>li {
    padding: 5px 2px 5px 25px;
    background: url(../images/siblink.png) left center no-repeat;
    margin: 0;
    font-size: 16px
}

ul.topic-siblinks>li.parent {
    font-size: 28px;
    font-weight: 700;
    color: #065285;
}

ul.topic-siblinks>li>a:hover {
    color: #0082ca
}

ul.topic-siblinks>li.active {
    padding: 0 0 0 20px;
    font-weight: 700
}

ul.topic-siblinks>li.active div {
    padding: 7px 2px 4px 4px;
    border: 1px solid #f33475;
    -ms-word-break: break-word;
    word-break: break-word;
    background-color: #065285;
    color: #fff
}

ul.topic-siblinks {
    list-style: none;
    padding: 0;
    margin: -30px 0 0;
    marker: none
}

.topic-siblinks .active a {
    text-decoration: none;
    cursor: pointer;
    color: #f3e9eb;
    font-size: 13px
}

.web-visit {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 200px
}

.blog_page_section img {
    border: 11px solid #ccc;
    box-shadow: 0px 0px 10px #686868;
    margin: 33px 0 0;
}
.banner-section {
    position: relative
}

.banner-section .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh
}

.banner-section .slide-item .content-box {
    position: relative;
    height: 850px;
    width: 100%;
    display: table;
    vertical-align: middle
}

.banner-section .slide-item .content-box:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
    content: ""
}

.banner-section .slide-item .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 9
}

.banner-section .slide-item .title {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ff7e00;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.banner-section .active .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms
}

.banner-section .slide-item h2 {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.banner-section .active h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.banner-section .slide-item .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 40px;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.banner-section .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    -ms-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms
}

.banner-section .slide-item .btn-box {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.banner-section .slide-item .btn-box .theme-btn {
    margin-right: 25px
}

.banner-section .active .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.banner-section .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1770px;
    margin: 0 auto
}

.banner-section .owl-next,
.banner-section .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #fff;
    min-width: 100px;
    text-align: center;
    letter-spacing: .3em;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.banner-section .owl-next {
    left: auto;
    right: 0
}

.banner-section .owl-next:hover,
.banner-section .owl-prev:hover {
    background-color: #ff7e00;
    border-color: #ff7e00
}

.banner-section .owl-dots {
    display: none
}
.service-title h1{
}