@import url(https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;display=swap);
@import url(font-awesome-all.css);
@import url(flaticon.css);
@import url(owl.css);
@import url(bootstrap.css);
@import url(jquery.fancybox.min.css);
@import url(animate.css);
* {
    margin: 0;
    FONT-VARIANT: JIS04;
    padding: 0;
    border: none;
    outline: 0
}

body {
    font-size: 15px;
    color: #8a8d91;
    line-height: 26px;
    font-weight: 400;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px;
        padding: 0
    }
}

.container-fluid {
    padding: 0
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.small-container {
    max-width: 680px;
    margin: 0 auto
}

.boxed_wrapper {
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

a {
    text-decoration: none;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    color: #7363a4;
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: #f2be00
}

button,
input,
select,
textarea {
    font-weight: 400;
    font-size: 15px
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}

input {
    transition: all .5s ease
}

button:focus,
input:focus,
textarea:focus {
    outline: 0;
    box-shadow: none;
    transition: all .5s ease
}

p {
    position: relative;
    line-height: 26px;
    color: #424242;
    margin-bottom: 0;
    font-style: normal;
    transition: all .5s ease
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    color: #000;
    margin: 0;
    transition: all .5s ease
}

.centred {
    text-align: center
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.gray-bg {
    background: #f5f4f0
}

figure {
    margin: 0
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 15px rgba(110, 204, 132, .6), 0 0 0 30px rgba(110, 204, 132, .2)
    }
}

@keyframes pulse-2 {
    50% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, .5), 0 0 0 15px rgba(255, 255, 255, .5)
    }
}

.theme-btn {
    position: relative;
    display: inline-block;
    font-size: 17px;
    padding: 10px 22px;
    background: #7363a4;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    text-transform: capitalize;
    transition: all .5s ease;
    cursor: pointer;
    text-align: center;
    z-index: 1
}

.theme-btn:hover {
    background: #000;
    color: #fff
}

.theme-btn-two {
    position: relative;
    display: inline-block;
    font-size: 17px;
    padding: 15px 45px;
    background: 0 0;
    border: 2px solid #ededed;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    border-radius: 30px;
    text-transform: capitalize;
    transition: all .5s ease;
    cursor: pointer;
    text-align: center;
    z-index: 1
}

.theme-btn-two:hover {
    color: #fff;
    background: #6ecc84;
    border-color: #6ecc84
}

.pagination {
    position: relative;
    display: block
}

.pagination li {
    display: inline-block;
    margin: 0 5px
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    height: 60px;
    font-weight: 600;
    width: 60px;
    line-height: 60px;
    border: 1px solid #e5e5e5;
    text-align: center;
    color: #848484;
    background: 0 0;
    border-radius: 50%;
    transition: all .5s ease
}

.pagination li a.active,
.pagination li a:hover {
    background: #6ecc84;
    color: #fff;
    border-color: #6ecc84;
    box-shadow: 0 10px 30px 1px rgba(0, 0, 0, .1)
}

.sec-pad {
    padding: 154px 0 120px 0
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.gif)
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #ff7c4e;
    transition: 1s ease
}

.scroll-top.open {
    bottom: 30px
}

.scroll-top:hover {
    background: #3b3634
}

.scroll-top span {
    color: #fff
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 80%)
}

.sec-title h1 {
    position: relative;
    display: block;
    font-size: 34px;
    line-height: 50px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 27px;
    line-height: 30px;
    color: #7363a4;
    margin-bottom: 1px
}

.switcher .switch_btn button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #6ecc84;
    font-size: 24px;
    background: 0 0;
    cursor: pointer;
    transition: all .5s ease
}

.switcher .switch_btn {
    position: absolute;
    right: -50px;
    z-index: -1
}

.switcher {
    position: fixed;
    top: 400px;
    z-index: 999999;
    left: -200px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.switcher .switch_menu {
    width: 200px;
    background: #fff;
    position: relative;
    padding: 15px 15px 30px 15px;
    text-align: center;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1)
}

.switcher .switch_menu h5 {
    position: relative;
    display: block;
    font-weight: 600;
    margin-bottom: 0
}

.switcher.switcher-show {
    left: 0
}

.switcher .switch_menu .switch_body .box {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-top: 12px
}

.switcher .switch_menu .switch_body .box>div {
    width: 80px;
    height: 50px;
    background: #fff;
    border: 2px solid #999
}

.switcher .switch_menu .switch_body .box>div>span {
    display: block;
    width: 60px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5
}

.switcher .switch_menu .switch_body .box p {
    position: relative;
    display: block;
    font-size: 16px;
    color: #999;
    font-weight: 500;
    margin-bottom: 0
}

.main_page.active_boxlayout {
    max-width: 1550px;
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    background: url(../images/icons/pattern.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: hidden
}

.main_page {
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

.main_page::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg.jpg);
    top: 0;
    opacity: .1;
    z-index: -1
}

.main-header {
    position: absolute;
    left: 0;
    top: 0;
    background: 0 0;
    z-index: 999;
    width: 100%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-header::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 68px;
    left: 0;
    top: 0
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    left: 0;
    top: 0;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    z-index: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: .5s;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.main-header .header-top {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: transparent
}

.container {
    position: relative
}

.logo-box {
    position: absolute;
    top: 18px;
    left: 0;
    box-shadow: 0 0 10px #d4d4d4;
    border-radius: 8px;
    width: 332px
}

.main-header .header-top .container {
    max-width: 1219px;
    height: 68px;
    border-radius: 0 49px 49px 0
}

.main-header .header-top .top-left .text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #000;
    margin: 0
}

.main-header .header-top .top-right .topbar-info li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-left: 25px
}

.main-header .header-top .top-right .topbar-info li:first-child {
    margin-left: 0
}

.main-header .header-top .top-right .topbar-info li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #000
}

.main-header .header-top .top-right .topbar-info li i {
    font-size: 14px;
    color: #fff;
    margin-right: 8px;
    width: 30px;
    height: 30px;
    background-color: #4ebb4c;
    text-align: center;
    line-height: 30px
}

.main-header .header-top .top-right .topbar-info li a:hover {
    color: #6ecc84
}

.main-header .header-bottom {
    position: relative;
    display: block;
    background: #fff;
    padding: 0 60px
}

.main-header .header-bottom .logo-box {
    position: absolute;
    float: left;
    padding: 7px;
    top: -59px;
    width: 216px;
    left: 0;
    background-color: #ffff;
    box-shadow: 0 0 10px #807f7e
}

.main-header .header-bottom .logo-box:before {
    position: absolute;
    content: '';
    background: #e3e3e5;
    height: 50px;
    width: 1px;
    top: 24px;
    right: 0
}

.main-header .header-bottom .nav-outer {
    position: relative;
    float: right;
    background-color: #1c447a;
    padding: 0 25px;
    padding-right: 73px;
    border-radius: 27px 0 0 27px;
    width: 65%
}

.main-header .header-bottom .nav-outer .menu-area {
    position: relative;
    float: right;
    margin-right: 220px
}

.main-header .header-bottom .nav-outer .outer-box {
    position: relative;
    float: left
}

.main-header .header-bottom .nav-outer .outer-box .btn-box,
.main-header .header-bottom .nav-outer .outer-box .search-box-outer {
    position: relative;
    display: inline-block
}

.main-header .header-bottom .nav-outer .outer-box {
    position: absolute;
    margin-top: 0;
    right: 0
}

.main-header .search-box-outer {
    position: relative;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle
}

.main-header .search-box-btn {
    position: relative;
    font-size: 17px;
    line-height: 28px;
    color: #818181;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    background: 0 0;
    transition: all .5s ease
}

.main-header .search-box-btn:hover {
    color: #6ecc84
}

.main-header .header-upper.dark .search-box-btn {
    color: #818181
}

.main-header .search-box-outer .dropdown-menu {
    top: 40px!important;
    padding: 0;
    width: 330px;
    border-radius: 0;
    background: #fff;
    right: 0;
    left: auto!important;
    transform: translate3d(0, 0, 0) scale3d(.8, .8, .8)!important;
    border-color: transparent;
    border-radius: 3px;
    box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, .15);
    transition: .5s ease;
    display: block;
    opacity: 0;
    visibility: hidden
}

.main-header .search-box-outer .show .dropdown-menu {
    display: block;
    transform: scale3d(1, 1, 1)!important;
    opacity: 1;
    visibility: visible
}

.main-header .search-panel .form-container {
    padding: 30px
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0
}

.main-header .search-panel input[type=password],
.main-header .search-panel input[type=search],
.main-header .search-panel input[type=text],
.main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 9px 50px 9px 15px;
    height: 50px;
    border: 1px solid #f3f5fe;
    border-radius: 3px;
    background: #f3f5fe
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #f3f5fe
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 50px;
    height: 48px;
    text-align: center;
    color: #7363a4;
    background: #f3f5fe;
    font-size: 14px;
    border-radius: 0 3px 3px 0;
    cursor: pointer
}

.dropdown-toggle::after {
    display: none
}

.main-menu .navbar-collapse {
    padding: 0
}

.main-menu .navigation>li {
    position: relative;
    display: inline-block
}

.main-menu .navigation>li:first-child {
    margin-left: 0
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    font-weight: 600;
    opacity: 1;
    text-transform: uppercase;
    padding: 18px 18px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
    color: #60b8de
}

.main-menu .navigation {
    position: relative
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 454px;
    z-index: 100;
    display: none;
    background: #7363a4;
    border-top: 3px solid #7363a4;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.main-menu .navigation>li.minwdth>ul {
    width: 130px
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 2px 30px;
    border-bottom: 1px solid #e5e5e5;
    transition: all .5s ease
}

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    background: #fef9f9;
    width: 8px;
    height: 8px;
    left: 15px;
    top: 15px;
    border-radius: 50%
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 4px 0;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    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 {
    background: #60b8de;
    border-bottom: 1px solid #7363a4
}

.main-menu .navigation>li>ul>li:hover a {
    color: #fff;
    padding-left: 10px
}

.main-menu .navigation>li>ul>li:last-child:hover {
    border-bottom: none
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: -15px;
    top: 18px;
    font-size: 17px;
    color: #fdf3f5;
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 5;
    transition: all .5s ease;
    
}

.main-menu .navbar-collapse>ul li.current.dropdown .dropdown-btn,
.main-menu .navbar-collapse>ul li:hover .dropdown-btn {
    color: #60b8de;
}

.navbar-header {
    display: none
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 230px;
    z-index: 100;
    display: none;
    padding: 0 0;
    background-color: #fff;
    border-top: 3px solid #6ecc84;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #e5e5e5
}

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 8px;
    height: 8px;
    left: 15px;
    top: 19px;
    z-index: 1
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 18px 10px 25px!important;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #000!important;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #fff!important;
    background: #6ecc84;
    padding-left: 35px!important
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    content: "\f105";
    font-size: 16px;
    color: #222;
    top: 6px;
    right: -12px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    cursor: pointer;
    transition: all .5s ease
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: #fff
}

.sticky-header .main-menu .navigation>li {
    margin: 0
}

.sticky-header .main-menu .navigation>li>a {
    padding: 21px 25px
}

.sticky-header .main-menu .navigation>li>a {
    color: #222
}

.fixed-header.main-header .header-top .container {
    background: 0 0
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
    background: #7363a4;
    color: #fff
}

.sticky-header .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    display: none
}

.sticky-header .logo-box {
    position: relative;
    float: left;
    margin-top: 10px
}

.sticky-header .menu-area {
    position: relative;
    float: right
}

.sticky-header .main-menu .navigation>li>a:before {
    display: none
}

.main-slider {
    position: relative;
    background: #fff
}

.main-slider .slide {
    position: relative;
    padding: 130px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.main-slider .slide:before {
    position: absolute;
    content: '';
    background: 0 0;
    width: 55px;
    height: 100%;
    left: 0;
    top: 0
}

.main-slider .content-box {
    position: relative;
    float: right;
    background: #fff;
    max-width: 570px;
    padding: 55px 50px 67px 50px;
    border-radius: 60px;
    width: 100%;
    margin: 0 auto
}

.main-slider .content-box {
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px)
}

.main-slider .active .content-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1s
}

.main-slider .content-box h1 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 16px
}

.main-slider .content-box span {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: Pacifico, cursive;
    color: #6ecc84;
    margin-bottom: 22px
}

.main-slider .content-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 32px
}

.main-slider .owl-dots {
    position: absolute;
    text-align: center;
    left: 50px;
    bottom: 30px
}

.main-slider .owl-dots .owl-dot span {
    position: relative;
    width: 10px;
    height: 11px;
    border-radius: 50%;
    border: none;
    background: #545353;
    cursor: pointer;
    margin: 0 8px;
    transition: all .5s ease
}

.main-slider .owl-dots .owl-dot.active span,
.main-slider .owl-dots .owl-dot:hover span {
    background: #7363a4;
    border: none
}

.main-slider .owl-dots .owl-dot span:before {
    position: absolute;
    
    width: 23px;
    height: 23px;
    right: -6px;
    bottom: -6px;
    opacity: 0;
    transition: all .5s ease;
    border: 2px solid #686868;
    border-radius: 50%
}

.main-slider .owl-dots .owl-dot.active span:before,
.main-slider .owl-dots .owl-dot:hover span:before {
    opacity: 1
}

.main-slider .owl-nav {
    display: none!important
}

.about-section {
    position: relative;
    display: block;
    padding: 147px 0 222px 0
}

.about-section .content-box {
    position: relative;
    display: block;
    margin-right: 30px;
    margin-top: 57px
}

.about-section .content-box .sec-title {
    position: relative;
    display: block;
    margin-bottom: 5px
}

.about-section .content-box .bold-text {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px
}

.about-section .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 14px
}

.about-section.style-two .content-box .text p {
    margin-bottom: 17px;
    font-size: 15px;
    line-height: 27px
}

.about-section .content-box .theme-btn {
    padding: 7px 20px
}

.about-section .video-content .image-box .image-1 {
    position: relative;
    float: right;
    border-radius: 10px
}

.about-section .video-content .image-box .image-1 img {
    border-radius: 10px
}

.about-section .video-content .image-box img {
    position: relative;
    display: inline-block;
    width: 100%
}

.about-section .video-content .image-box .image-2 {
    position: absolute;
    left: 42px;
    bottom: -45px;
    border-radius: 10px;
    border: 8px solid #6ecd84;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden
}

.about-section .video-content {
    position: relative;
    display: block
}

.about-section .video-content .video-icon {
    position: absolute;
    left: 70px;
    top: 55px;
    z-index: 1
}

.about-section .video-content .video-icon a {
    position: relative;
    display: inline-block;
    width: 125px;
    height: 125px;
    line-height: 125px;
    text-align: center;
    background: #6ecc84;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    transition: all 2s ease;
    -webkit-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
    animation: pulse 3s infinite
}

.service-section {
    position: relative;
    display: block;
    padding: 100px 0 90px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.service-section .sec-title {
    position: relative;
    display: block;
    margin-bottom: 0;
    margin-top: 12%
}

.service-section .sec-title h1 {
    margin-bottom: 21px
}

.service-section .sec-title p {
    position: relative;
    display: block;
    color: #828282;
    font-size: 36px;
    line-height: 54px
}

.ser_ttitle_btm {
    text-align: center;
    font-size: 32px;
    line-height: 61px;
    background: linear-gradient(to right, rgb(0 0 0 / 0%), #7363a4);
    position: absolute;
    color: #fff;
    padding: 21px 6px;
    top: 147px
}

.service-block-one {
    position: relative;
    display: block;
    background: #fff;
    padding: 32px 15px 27px 15px;
    border-radius: 10px;
    margin-bottom: 30px
}

.service-block-one .icon-box {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 50px;
    background: #f2f1ed;
    color: #6ecc84;
    margin-bottom: 26px;
    border-radius: 50%;
    z-index: 1;
    transition: all .5s ease
}

.service-block-one:hover .icon-box {
    color: #fff
}

.service-block-one .icon-box:before {
    position: absolute;
    content: '';
    background: #6ecc84;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    transform: scale(0, 0);
    z-index: -1;
    transition: all .5s ease
}

.service-block-one:hover .icon-box:before {
    transform: scale(1, 1)
}

.service-block-one h4 {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: 000;
    margin-bottom: 19px
}

.service-block-one h4 a {
    position: relative;
    display: inline-block;
    color: #000
}

.service-block-one h4 a:hover {
    color: #6ecc84
}

.work-section {
    position: relative;
    display: block;
    background: #fff;
    padding: 113px 0 0 0
}

.work-section .sec-title {
    position: relative;
    display: block;
    margin-bottom: 69px
}

.work-section .sec-title h1 {
    margin-bottom: 33px
}

.work-section .inner-box .single-item .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 32px
}

.work-section .inner-box .single-item .icon-box .number {
    position: absolute;
    top: 5px;
    right: -14px;
    width: 60px;
    height: 60px;
    line-height: 44px;
    text-align: center;
    border: 8px solid #fff;
    background: #6ecc84;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    z-index: 2;
    transition: all .9s ease
}

.work-section .inner-box .single-item:hover .icon-box .number {
    background: #000
}

.work-section .inner-box .single-item .icon-box .icon {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 170px;
    line-height: 170px;
    background: #f5f4f0;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transition: all .5s ease
}

.work-section .inner-box .single-item .icon-box .icon img {
    position: relative;
    transition: all .9s ease .2s;
    transform: perspective(1200px) rotateY(0) translateZ(0)
}

.work-section .inner-box .single-item:hover .icon-box .icon img {
    transform: perspective(1200px) rotateY(360deg) translateZ(0)
}

.work-section .inner-box .single-item .icon-box .icon:before {
    position: absolute;
    content: '';
    background: #6ecc84;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    transform: scale(0, 0);
    z-index: -1;
    transition: all .5s ease
}

.work-section .inner-box .single-item:hover .icon-box .icon:before {
    transform: scale(1, 1)
}

.work-section .inner-box .single-item h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 14px
}

.work-section .inner-box .single-item h3 a {
    position: relative;
    display: inline-block;
    color: #000
}

.work-section .inner-box .single-item h3 a:hover {
    color: #6ecc84
}

.work-section .inner-box .column {
    position: relative
}

.work-section .inner-box .column:before {
    position: absolute;
    content: '';
    background: url(../images/icons/icon-1.png);
    width: 92px;
    height: 30px;
    top: 70px;
    right: -40px;
    background-repeat: no-repeat
}

.work-section .inner-box .column:last-child:before {
    display: none
}

.work-section .inner-box {
    position: relative;
    display: block;
    padding-bottom: 112px;
    border-bottom: 1px solid #e5e5e5
}

.event-section {
    position: relative;
    display: block;
    background: #fff;
    padding: 113px 0 120px 0
}

.event-section .sec-title {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.event-block-one {
    position: relative;
    display: block;
    border-radius: 10px;
    background: #fff;
    transition: all .5s ease
}

.event-block-one:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1)
}

.event-block-one .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

.event-block-one .image-box:before {
    position: absolute;
    content: '';
    background: rgba(110, 204, 132, .8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateY(-90deg) translateZ(0);
    opacity: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: all .5s ease
}

.event-block-one:hover .image-box:before {
    transform: perspective(1200px) rotateY(0) translateZ(0);
    transition-delay: 0.1s;
    opacity: 1
}

.event-block-one .image-box img {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: all .3s ease
}

.event-block-one .lower-content {
    position: relative;
    display: block;
    padding: 0 15px 40px 15px
}

.event-block-one .lower-content .date {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #f5f4f0;
    border-radius: 50%;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    color: #6ecc84;
    line-height: 30px;
    padding: 25px 0;
    margin-top: -50px;
    margin-bottom: 24px;
    transition: all .9s ease .2s;
    transform: perspective(1200px) rotateY(0) translateZ(0)
}

.event-block-one:hover .lower-content .date {
    transform: perspective(1200px) rotateY(360deg) translateZ(0)
}

.event-block-one .lower-content .date span {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #000
}

.event-block-one .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px
}

.event-block-one .lower-content h3 a {
    position: relative;
    display: inline-block;
    color: #000
}

.event-block-one .lower-content h3 a:hover {
    color: #6ecc84
}

.event-block-one .lower-content .text {
    position: relative;
    display: block;
    margin-bottom: 23px
}

.event-block-one .lower-content .theme-btn-two {
    padding: 10px 31px
}

.testimonial-section {
    position: relative;
    display: block;
    background: 0 0;
    padding: 0;
    width: 100%
}

.testimonial-section .image-column {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat
}

.testimonial-section .content-box {
    position: relative;
    display: block;
    margin-right: 100px
}

.testimonial-section .client-thumb-outer {
    position: relative;
    max-width: 280px;
    margin: 0 auto;
    overflow: hidden
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel {
    position: relative;
    max-width: 100px;
    margin: 0 auto;
    margin-bottom: 5px
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .owl-stage-outer {
    overflow: visible
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item {
    position: relative;
    width: 100px;
    border-radius: 50%;
    -o-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    -webkit-transform: scale(.8, .8);
    transform: scale(.8, .8)
}

.testimonial-section .client-thumb-outer .thumb-item .thumb-box {
    width: 100px;
    height: 100px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 50%
}

.testimonial-section .owl-item .thumb-item .thumb-box:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    opacity: .5
}

.testimonial-section .owl-item.active .thumb-item .thumb-box:after {
    background: 0 0
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%
}

.testimonial-section .owl-nav {
    display: none
}

.testimonial-section .sec-title h1 {
    color: #fff
}

.testimonial-section .sec-title {
    position: relative;
    display: block;
    margin-bottom: 33px
}

.testimonial-section .testimonial-content .icon-box {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: #6ecc84;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 42px
}

.testimonial-section .testimonial-content .text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #ccc;
    margin-bottom: 11px
}

.testimonial-section .testimonial-content .author {
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase
}

.testimonial-section .testimonial-content {
    position: relative;
    display: block;
    margin-bottom: 16px
}

.testimonial-section .sec-title .title {
    margin-bottom: 14px
}

.testimonial-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    border: none;
    background: #6f6f71;
    width: 9px;
    height: 9px;
    margin: 0 10px;
    cursor: pointer
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span {
    background: #6ecc84
}

.testimonial-section .owl-theme .owl-dots .owl-dot span:before {
    position: absolute;
    content: '';
    /*background: url(../images/icons/nav-icon.png);*/
    width: 20px;
    height: 23px;
    right: -8px;
    bottom: -8px;
    opacity: 0;
    transition: all .5s ease
}

.testimonial-section .owl-dots .owl-dot.active span:before,
.testimonial-section .owl-dots .owl-dot:hover span:before {
    opacity: 1
}

.testimonial-section .owl-theme .owl-dots {
    display: none!important;
    position: relative;
    margin-top: 55px
}

.faq-section {
    position: relative;
    display: block;
    background: #fff;
    padding: 120px 0
}

.faq-section .content-box .sec-title {
    position: relative;
    display: block;
    margin-bottom: 45px
}

.faq-section .content-box .bold-text {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 26px
}

.faq-section .content-box {
    position: relative;
    display: block;
    margin-right: 40px
}

.accordion-box {
    position: relative
}

.accordion-box .block {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    transition: all .5s ease
}

.accordion-box .block.active-block {
    border: 1px solid transparent;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1)
}

.accordion-box .block:last-child {
    margin-bottom: 0
}

.accordion-box .block .acc-btn h5 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    padding: 20px 60px 22px 25px;
    background: #fff;
    border-radius: 10px;
    transition: all .5s ease
}

.accordion-box .block .acc-btn.active h5 {
    background: #6ecc84;
    color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion-box .block .acc-content {
    position: relative;
    display: none
}

.accordion-box .block .acc-content.current {
    display: block
}

.accordion-box .block .content .text {
    position: relative;
    display: block;
    padding: 22px 45px 28px 30px
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    top: 22px;
    right: 20px;
    font-size: 12px;
    color: #848484;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease;
    z-index: 1
}

.accordion-box .block .acc-btn.active .icon-outer {
    color: #fff
}

.accordion-box .block .acc-btn.active .icon-outer i:before {
    position: relative;
    font-size: 12px;
    font-family: Flaticon;
    font-weight: 700;
    margin: 0;
    content: "\f10c"
}

.faq-section .faq-content {
    position: relative;
    display: block;
    margin-left: 30px
}

.ebook-section {
    position: relative;
    display: block;
    padding: 100px 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}

.ebook-section:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.ebook-section .image-box {
    position: relative;
    display: block;
    margin-right: 70px
}

.ebook-section .image-box .image {
    position: relative;
    display: block;
    background: #6ecc84
}

.ebook-section .image-box .image img {
    width: 100%
}

.ebook-section .sec-title .title {
    color: #fff
}

.ebook-section .content-box h1 {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 50px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 32px
}

.ebook-section .content-box h1 span {
    font-weight: 600
}

.ebook-section .content-box .text {
    position: relative;
    display: block;
    color: #fff;
    margin-bottom: 43px
}

.ebook-section .content-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    padding: 17px 58px;
    background: #fff;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    border-radius: 30px;
    text-transform: capitalize;
    transition: all .5s ease;
    cursor: pointer;
    text-align: center;
    z-index: 1
}

.ebook-section .content-box .btn-box a:hover {
    color: #fff;
    background: #000
}

.ebook-section .content-box {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 11px
}

.news-section {
    position: relative;
    display: block;
    padding: 70px 0 99px
}

.news-section .sec-title {
    margin-bottom: 13px
}

.news-block-one {
    position: relative;
    display: block
}

.news-block-one .image-box {
    position: relative;
    display: block;
    background: #000;
    overflow: hidden;
    border-radius: 10px
}

.news-block-one .image-box img {
    width: 100%;
    border-radius: 10px;
    transition: all .5s ease
}

.news-block-one:hover .image-box img {
    width: 100%;
    opacity: .2;
    transform: scale(1.1)
}

.news-block-one .inner-box {
    position: relative;
    padding: 23px 157px 23px 27px;
    background-color: #fff;
    box-shadow: 0 0 10px #e0e0e0;
    margin-top: 24px
}

.news-block-one .inner-box .categorie-list {
    position: absolute;
    left: 17px;
    top: 17px
}

.news-block-one .inner-box .categorie-list a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #6ecc84;
    background: #fff;
    padding: 2px 22px 3px 23px;
    border-radius: 25px;
    margin: 0 3px
}

.news-block-one .inner-box .categorie-list a:last-child {
    color: #000
}

.news-block-one .lower-content {
    position: relative;
    display: block;
    padding-top: 0;
    text-align: inherit
}

.news-block-one .lower-content .post-info {
    position: relative;
    display: block
}

.news-block-one .lower-content .post-info li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #7363a4;
    line-height: 20px;
    margin-bottom: 8px
}

.news-block-one .lower-content .post-info li:before {
    position: absolute;
    content: '';
    background: #8a8d91;
    width: 1px;
    height: 10px;
    top: 5px;
    right: 0
}

.news-block-one .lower-content .post-info li:last-child:before {
    display: none
}

.news-block-one .lower-content .post-info li span {
    color: #6ecc84
}

.news-block-one .lower-content h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 9px;
    border-left: 3px solid;
    padding-left: 8px
}

.news-block-one .lower-content h3 a {
    position: relative;
    display: inline-block;
    color: #000
}

.news-block-one .lower-content h3 a:hover {
    color: #7363a4
}

.news-block-one .lower-content .theme-btn-two {
    padding: 3px 13px;
    background-color: transparent;
    color: #212a35;
    border-color: #212a35;
    margin-top: 10px;
    font-size: 14px
}

.subscribe-section {
    position: relative;
    display: block;
    background: #7363a4;
    padding: 44px 0 56px 0
}

.subscribe-section:before {
    position: absolute;
    content: '';
    background: #212a35;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0
}

.subscribe-section h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px
}

.subscribe-section .left-content {
    position: relative;
    display: block;
    padding: 0 100px
}

.subscribe-section .left-content .theme-btn {
    padding: 14px 40px;
    background-color: transparent;
    color: #fff;
    border: 2px solid
}

.subscribe-section .right-content {
    position: relative;
    display: block;
    max-width: 490px;
    width: 100%;
    margin: 0 auto
}

.subscribe-section .right-content h2 {
    color: #fff
}

.subscribe-section .right-content .form-group {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0
}

.subscribe-section .right-content .form-group input[type=email] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: 0 0;
    border: 1px solid;
    color: #fff;
    font-size: 15px;
    padding: 10px 35px;
    border-radius: 30px;
    transition: all .5s ease
}

.subscribe-section .right-content .form-group input:focus {
    border-color: #000
}

.subscribe-section .right-content input::-webkit-input-placeholder {
    color: #fff
}

.subscribe-section .right-content .form-group button {
    position: absolute;
    top: 4px;
    right: 5px;
    font-size: 17px;
    padding: 13px 32px;
    background: #fff;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    border-radius: 30px;
    text-transform: capitalize;
    transition: all .5s ease;
    cursor: pointer;
    text-align: center;
    z-index: 1
}

.subscribe-section .right-content .form-group button:hover {
    background: #7363a4;
    color: #fff
}

.subscribe-section .scroll-btn {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -29px;
    z-index: 99
}

.subscribe-section .scroll-btn i {
    position: relative;
    display: inline-block;
    height: 57px;
    width: 57px;
    line-height: 57px;
    background: #6ecc84;
    background-image: linear-gradient(132deg, #000 0, #7363a4 75%);
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    cursor: pointer;
    transition: all 2s ease;
    -webkit-animation: pulse-2 3s infinite;
    -o-animation: pulse-2 3s infinite;
    animation: pulse-2 3s infinite;
    z-index: 99
}

.main-footer {
    position: relative;
    display: block
}

.main-footer .footer-top {
    position: relative;
    display: block;
    background-color: transparent;
    padding: 80px 0 27px 0
}

.main-footer .footer-top .logo-widget {
    position: relative;
    display: block;
    margin-right: 0;
    margin-top: 0;
    text-align: center
}

.main-footer .footer-top .logo-widget .footer-logo {
    position: relative;
    display: block;
    margin: auto;
    margin-bottom: 5px;
    width: auto;
    text-align: center
}

.main-footer .footer-top .logo-widget p {
    position: relative;
    display: block;
    color: #000;
    margin-bottom: 10px;
    text-align: center
}

.main-footer .footer-top .logo-widget .theme-btn {
    padding: 4px 13px;
    margin-bottom: 35px
}

.main-footer .footer-top .widget-title {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 14px;
    text-transform: uppercase
}

.main-footer .footer-top .links-widget .widget-content ul li {
    position: relative;
    display: block;
    margin-bottom: 9px
}

.main-footer .footer-top .links-widget .widget-content ul li:last-child {
    margin-bottom: 0
}

.main-footer .footer-top .links-widget .widget-content ul li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    padding: 0 0 0 15px
}

.main-footer .footer-top .contact-widget .widget-content .info-list li a:hover,
.main-footer .footer-top .links-widget .widget-content ul li a:hover,
.main-footer .footer-top .links-widget .widget-content ul li a:hover:before {
    color: #7363a4
}

.main-footer .footer-top .links-widget .widget-content ul li a:before {
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    font-weight: 700;
    color: #7363a4;
    left: 0;
    top: 1px;
    transition: all .5s ease
}

.main-footer .footer-top .contact-widget .widget-content .text {
    position: relative;
    display: block;
    color: #000;
    margin-bottom: 15px
}

.main-footer .footer-top .contact-widget .widget-content .info-list li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #000;
    margin-bottom: 19px;
    padding-left: 0;
    text-align: center;
    border-bottom: 1px dashed;
    padding-bottom: 19px;
    line-height: 22px
}

.main-footer .footer-top .contact-widget .widget-content .info-list li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.main-footer .footer-top .contact-widget .widget-content .info-list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #000
}

.main-footer .footer-top .contact-widget .widget-title {
    margin-bottom: 29px;
    text-align: center
}

.main-footer .footer-bottom {
    position: relative;
    display: block;
    background-color: transparent;
    padding: 13px 0 15px 0
}

.main-footer .footer-bottom .left-content .copyright {
    position: relative;
    display: block;
    color: #000;
    margin-top: 8px;
    text-align: center;
    border-top: 1px solid;
    padding-top: 16px
}

.main-footer .footer-bottom .left-content .copyright a,
.main-footer .footer-bottom .right-content .footer-nav li a:hover {
    color: #7363a4;
    font-weight: 600
}

.main-footer .footer-bottom .left-content .copyright a:hover {
    text-decoration: underline
}

.main-footer .footer-bottom .right-content .footer-nav {
    position: relative;
    display: inline-block;
    margin-right: 230px;
    top: -2px
}

.main-footer .footer-bottom .right-content .footer-social {
    position: relative;
    display: inline-block
}

.main-footer .footer-bottom .right-content .footer-nav li {
    position: relative;
    display: inline-block;
    margin: 0 10px
}

.main-footer .footer-bottom .right-content .footer-nav li:before {
    position: absolute;
    content: '';
    background: #b5b5b8;
    width: 1px;
    height: 14px;
    top: 8px;
    right: -12px
}

.main-footer .footer-bottom .right-content .footer-nav li:last-child:before {
    display: none
}

.main-footer .footer-nav li a {
    position: relative;
    display: inline-block;
    color: #cdced1
}

.main-footer .footer-social li {
    position: relative;
    display: inline-block;
    margin-left: 7px
}

.main-footer .footer-social li:first-child {
    margin-left: 0
}

.main-footer .footer-social li a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    text-align: center
}

.main-footer .footer-social li:first-child a {
    background: #dd4b39
}

.main-footer .footer-social li:nth-child(2) a {
    background: #4a6fbe
}

.main-footer .footer-social li:nth-child(3) a {
    background: #ea4c89
}

.main-footer .footer-social li:last-child a {
    background: #55acee
}

.main-footer .footer-social li a:hover {
    background: #212a35!important
}

.main-header.style-two .outer-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-image: none;
    padding: 0 60px;
    box-shadow: none
}

.main-slider.style-two .slide {
    padding: 0;
    height: 100vh
}

.main-slider .owl-dots .owl-dot span {
    position: relative;
    width: 10px;
    height: 11px;
    border-radius: 50%;
    border: none;
    background: #545353;
    cursor: pointer;
    margin: 0 8px;
    transition: all .5s ease;
    display: block
}

.main-slider .owl-dots .owl-dot span:before {
    position: absolute;
    content: '';
    width: 23px;
    height: 23px;
    right: -6px;
    bottom: -6px;
    opacity: 0;
    transition: all .5s ease;
    border: 2px solid #686868;
    border-radius: 50%
}

.main-slider .owl-dots .owl-dot {
    display: inline-block
}

.main-slider .owl-dots .owl-dot.active span:before,
.main-slider .owl-dots .owl-dot:hover span:before {
    opacity: 1
}

.main-slider.style-two .owl-dots {
    right: inherit;
    left: 0;
    background-color: #fefcfd;
    padding: 4px 16px;
    border-radius: 0 16px 16px 0;
    border: transparent;
    box-shadow: 0 0 24px #6d6d6d
}

.feature-section {
    position: relative;
    display: block;
    background: #fff
}

.feature-section .feature-content .feature-block {
    position: relative;
    float: left;
    width: 25%;
    background: #f0efeb;
    padding: 32px 40px 32px 60px;
    transition: all .5s ease
}

.feature-section .feature-content .feature-block:hover {
    background: #f5f5f5
}

.feature-section .feature-content .feature-block:before {
    position: absolute;
    content: '';
    background: #d8d7d3;
    width: 1px;
    height: 67px;
    top: 42px;
    right: 0
}

.feature-section .feature-content .feature-block:last-child:before {
    display: none
}

.feature-section .feature-content .feature-block .inner-box {
    position: relative;
    display: block;
    padding-left: 20px;
    text-align: center
}

.feature-section .feature-content .feature-block .inner-box .icon-box {
    position: relative;
    left: 0;
    top: 1px;
    font-size: 50px;
    color: #6ecc84;
    line-height: 50px;
    transition: all .5s ease
}

.feature-section .feature-content .feature-block:hover .inner-box .icon-box {
    color: #000
}

.feature-section .feature-content .feature-block .inner-box h5 {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0
}

.feature-section .feature-content .feature-block .inner-box h5 a {
    position: relative;
    display: inline-block;
    color: #000
}

.feature-section .feature-content .feature-block .inner-box h5 a:hover {
    color: #6ecc84
}

.about-section.style-two {
    padding: 74px 0 54px
}

.about-section.style-two .image-box {
    position: relative;
    display: block;
    margin-right: 40px
}

.about-section.style-two .image-box .image {
    position: relative;
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1)
}

.about-section.style-two .image-box .image img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 10px
}

.about-section.style-two .image-box .image:before {
    position: absolute;
    content: '';
    background: #6ecc84;
    width: 125px;
    height: 125px;
    border-radius: 10px;
    left: -51px;
    bottom: 68px
}

.about-section.style-two .image-box .image:after {
    position: absolute;
    content: '';
    background: url(../images/icons/icon-2.png);
    width: 105px;
    height: 105px;
    top: 80px;
    right: -35px;
    background-repeat: no-repeat;
    z-index: -1
}

.about-section.style-two .content-box {
    margin: auto;
    text-align: inherit
}

.doctor_block {
    position: relative;
    border-radius: 187px 0 0 187px
}

.doctor_info {
    position: relative;
    text-align: center;
    padding: 0;
    top: 0;
    z-index: 1;
    margin-top: 18px
}

.doctor_info::before {
    content: "";
    position: absolute;
    width: 359px;
    height: 359px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    top: 19px;
    overflow: hidden;
    background: #7363a4;
    z-index: -1;
    box-shadow: 0 0 10px
}

.doctor_info::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 118px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -116px;
    background: #7363a4;
    z-index: -1
}

._doc_pic {
    width: 345px;
    height: 345px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden
}

._doc_profile {
    margin-top: 0;
    padding: 19px 0 9px;
    position: relative
}

._doc_profile::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    left: -65%
}

._doc_profile h1 {
    text-transform: capitalize;
    font-size: 35px;
    color: #7363a4
}

._doc_profile h2 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700
}

._doc_profile h4 {
    font-size: 15px;
    margin-bottom: 5px;
    border-bottom: 1px dashed;
    padding-bottom: 5px
}

._doc_profile p {
    color: #333
}

._doc_profile a {
    display: inline-block;
    color: #7363a4;
    border: 1px solid;
    padding: 1px 16px;
    border-radius: 30px;
    margin-top: 12px;
    position: relative
}

.appointment_form {
    position: relative;
    text-align: center;
    padding: 38px 46px 35px;
    background: #212a35
}

.appointment_form h3 {
    text-transform: capitalize;
    color: #eee;
    margin-bottom: 11px;
    font-size: 39px
}

.appointment_form .form-control {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px dashed #ccc;
    color: #eee
}

.appointment_form .form-control::placeholder {
    color: #ccc
}

.appointment_form .btn {
    background-color: #7363a4;
    border-color: transparent;
    color: #f5f5f5;
    margin-top: 16px
}

.service-style-two {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    margin-top: 0
}

.service-style-two:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.service-style-two:before {
    position: absolute;
    content: '';
    background: #212a35;
    width: 44%;
    height: 100%;
    right: 0;
    top: 0
}

.tabs-box .tab {
    position: relative;
    display: none;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.tabs-box .tab.active-tab {
    display: block
}

.tabs-box .tab {
    transform: scale(.9, .9) translateY(0)
}

.tabs-box .tab.active-tab {
    transform: scale(1) translateY(0)
}

.service-style-two .content-box .sec-title h1 {
    color: #fff;
    margin-bottom: 0;
    font-size: 34px
}

.service-style-two .content-box .text {
    position: relative;
    display: block;
    color: #d3c0ed;
    margin-bottom: 49px;
    text-align: center
}

.service-style-two .content-box .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    width: 183px;
    height: 124px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 3px;
    padding-left: 44px;
    padding-right: 35px;
    padding-top: 26px;
    cursor: pointer;
    transition: all .5s ease;
    text-transform: uppercase;
    background-image: linear-gradient(141deg, #7363a4 0, #383737 51%, #3a3737 75%)
}

.service-style-two .content-box .tab-btns li.active-btn,
.service-style-two .content-box .tab-btns li:hover {
    color: #ffc107
}

.service-style-two .content-box .tab-btns li:before {
    position: absolute;
    content: '';
    background: #ffc107;
    width: 38px;
    height: 2px;
    left: 0;
    top: 40px;
    transform: scale(0, 0);
    transition: all .5s ease
}

.service-style-two .content-box .tab-btns li.active-btn:before,
.service-style-two .content-box .tab-btns li:hover:before {
    transform: scale(1, 1)
}

.service-style-two .content-box .tab-btns li:last-child {
    margin-bottom: 0
}

.service-style-two .tabs-content .inner-box {
    position: relative;
    display: block;
    margin-left: 0;
    top: 0;
    box-shadow: none;
    border-radius: 10px;
    margin-top: 0
}

.service-style-two .tabs-content .inner-box .image-box {
    position: relative;
    display: block;
    background: 0 0;
    padding: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: none;
    z-index: 1;
    text-align: center
}

.service-style-two .tabs-content .inner-box .image-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: all .5s ease;
    z-index: -1
}

.service-style-two .tabs-content .inner-box .image-box img {
    width: 268px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: transparent;
    border-bottom: 0
}

.service-style-two .tabs-content .inner-box .lower-content {
    position: relative;
    display: table;
    background: 0 0;
    max-width: initial;
    width: 100%;
    padding: 0;
    margin: auto;
    margin-top: -10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 1;
    text-align: center;
    text-transform: uppercase
}

.service-style-two .tabs-content .inner-box .lower-content .icon-box {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 50px;
    line-height: 50px;
    color: #fff
}

.service-style-two .tabs-content .inner-box .lower-content .content {
    position: relative;
    padding-left: 0
}

.service-style-two .tabs-content .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 14px
}

.service-style-two .tabs-content .inner-box .lower-content h3 a {
    position: relative;
    display: inline-block;
    color: #fff
}

.service-style-two .tabs-content .inner-box .lower-content .text {
    position: relative;
    display: block;
    color: #fff
}

.blog_image_right {
    width: 330px;
    height: 330px;
    margin: 44px auto 23px;
    border: 9px solid;
    border-radius: 50%
}

.work-style-two {
    position: relative;
    display: block;
    background-image: url(../images/preview_newborn-baby.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 43px 0 53px;
    background-attachment: fixed
}

.work-style-two::before {
    content: "";
    position: absolute;
    background: #212a35;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0
}

.blo_img_title {
    text-align: center;
    font-size: 39px;
    line-height: 42px;
    color: #212a35
}

.work-style-two .sec-title {
    position: relative;
    display: block;
    padding: 16px 0 15px 0
}

.work-style-two .sec-title h2 {
    font-size: 34px;
    margin-bottom: 19px;
    color: #fff;
}

.work-style-two .sec-title p {
    position: relative;
    display: block
}

.work-style-two .sec-title p:before {
    position: absolute;
    content: '';
    background: #6ecc84;
    width: 2px;
    height: 70px;
    left: 50%;
    bottom: -98px;
    z-index: 1
}

.work-style-two .inner-content {
    position: relative;
    display: block;
    padding: 0 0
}

.work-style-two .inner-content .inner-box {
    position: relative;
    display: block;
    padding-bottom: 64px;
    margin-bottom: 70px;
    border-bottom: 1px solid #e6e6e6
}

.work-style-two .inner-content .inner-box:last-child {
    padding: 0;
    margin: 0;
    border-bottom: none
}

.work-style-two .inner-content .inner-box .image-box {
    position: relative;
    margin-right: 20px
}

.work-style-two .inner-content .inner-box .image-box .image {
    position: relative;
    display: block;
    background: #fff;
    padding: 10px;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .2)
}

.work-style-two .inner-content .inner-box .image-box .image:before {
    position: absolute;
    content: '';
    background: #6ecc84;
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    transition: all .5s ease;
    border-radius: 10px;
    z-index: -1
}

.work-style-two .inner-content .inner-box:hover .image-box .image:before {
    height: 100%
}

.work-style-two .inner-content .inner-box .image-box .image img {
    width: 100%;
    border-radius: 10px;
    transition: all .5s ease
}

.work-style-two .inner-content .inner-box:hover .image-box .image img {
    opacity: .8
}

.work-style-two .inner-content .inner-box .content-box .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: Pacifico, cursive;
    color: #6ecc84;
    margin-bottom: 20px
}

.work-style-two .inner-content .inner-box .content-box h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    margin-bottom: 22px
}

.work-style-two .inner-content .inner-box .content-box h2 a {
    position: relative;
    display: inline-block;
    color: #000
}

.work-style-two .inner-content .inner-box .content-box h2 a:hover {
    color: #6ecc84
}

.work-style-two .inner-content .inner-box .content-box {
    position: relative;
    display: block;
    margin-right: 100px;
    margin-top: 18px
}

.work-style-two .inner-content .inner-box:last-child .content-box {
    text-align: right;
    margin-right: 0;
    margin-left: 100px
}

.work-style-two .inner-content .inner-box:last-child .image-box {
    margin: 0 0 0 20px
}

.testimonial-section.style-two {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    text-align: center
}

.testimonial-section.style-two:before {
    position: absolute;
    content: '';
    background: tr;
    height: 100%;
    left: 0;
    top: 0
}

.testimonial-section.style-two .testimonial-content {
    padding-left: 0
}

.testimonial-section.style-two .testimonial-content:before {
    position: absolute;
    content: '';
    background: #e0e0e0;
    width: 70px;
    height: 2px;
    left: 30%;
    top: 32px
}

.testimonial-section.style-two .testimonial-content:after {
    position: absolute;
    content: '';
    background: #e0e0e0;
    width: 70px;
    height: 2px;
    right: 30%;
    top: 32px
}

.testimonial-section.style-two .testimonial-content .icon-box {
    background: #e0e0e0;
    width: 60px;
    height: 60px;
    line-height: 52px;
    color: #7363a4
}

.testimonial-section.style-two .content-box {
    margin: 0
}

.testimonial-section.style-two .client-thumb-outer {
    margin: 0;
    margin-left: 0;
    display: table;
    margin: auto;
    width: 100%
}

.faq-section.style-two {
    position: relative;
    padding-bottom: 0
}

.faq-section.style-two .inner-content {
    position: relative;
    display: block;
    padding-bottom: 125px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e5e5e5
}

.page-title {
    position: relative;
    display: block;
    width: 100%;
    padding: 182px 0 178px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.page-title:before {
    position: absolute;
    content: '';
    background-image: linear-gradient(0deg, rgba(49, 49, 51) -50%, rgba(49, 49, 51, .5) 50%, rgba(49, 49, 51, .1) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.page-title .content-box h1 {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px
}

.page-title .content-box .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    padding-right: 18px;
    margin-right: 5px
}

.page-title .content-box .bread-crumb li:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 7px;
    height: 7px;
    top: 11px;
    right: 0;
    border-radius: 50%
}

.page-title .content-box .bread-crumb li:last-child:before {
    display: none
}

.page-title .content-box .bread-crumb li:last-child {
    padding: 0;
    margin: 0
}

.page-title .content-box .bread-crumb li a {
    position: relative;
    display: inline-block;
    color: #fff
}

.page-title .content-box .bread-crumb li a:hover {
    color: #6ecc84
}

.about-page-section {
    position: relative;
    display: block;
    background: #fff
}

.select-box .ui-state-default {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e5e5e5!important;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    outline: medium none;
    width: 100%;
    cursor: pointer
}

.select-box .ui-selectmenu-button span.ui-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 60px;
    height: 48px;
    text-indent: 0;
    margin: 0
}

.select-box .ui-selectmenu-button span.ui-icon::before {
    color: #b0b0b0;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 15px;
    overflow: visible;
    position: absolute;
    right: 21px;
    top: 12px
}

.select-box .ui-state-default {
    width: 100%!important
}

.ui-selectmenu-open .ui-widget-content {
    border: none;
    background: #fff;
    color: #222;
    border-radius: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.ui-selectmenu-open .ui-widget-content .ui-state-focus {
    border: none;
    background: #6ecc84;
    font-weight: 400;
    color: #fff;
    font-size: 14px
}

.ui-selectmenu-open .ui-menu .ui-menu-item {
    border-bottom: 1px solid #efebea;
    position: relative;
    margin: 0;
    padding: 10px 15px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    transition: all .5s ease
}

.ui-selectmenu-open .ui-menu .ui-menu-item:last-child {
    border-bottom: none
}

.select-box .ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    line-height: 18px;
    overflow: hidden;
    padding: 15px 19px;
    text-align: left;
    margin-right: 0
}

.ui-selectmenu-menu .ui-menu {
    transform: scaleY(0);
    transform-origin: top center;
    transition: .4s ease;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.ui-selectmenu-open .ui-menu {
    transform: scaleY(1);
    top: 100%
}

.ui-selectmenu-menu {
    transform: scaleY(0);
    transform-origin: top center;
    display: block
}

.ui-selectmenu-open {
    transform: scaleY(1)
}

.about-page-section .sidebar {
    position: relative;
    display: block;
    padding: 107px 30px 50px 30px;
    margin-right: 30px
}

.sidebar .sidebar-form h3 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px
}

.sidebar .sidebar-form .text {
    position: relative;
    display: block;
    color: #494948;
    margin-bottom: 16px
}

.sidebar .sidebar-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 13px
}

.sidebar .sidebar-form .form-group:last-child {
    margin-bottom: 0
}

.sidebar .sidebar-form .form-group label {
    position: relative;
    display: block;
    font-size: 14px;
    color: #000;
    margin-bottom: 2px
}

.sidebar .sidebar-form .form-group input[type=email],
.sidebar .sidebar-form .form-group input[type=text],
.sidebar .sidebar-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: #fff;
    font-size: 14px;
    color: #000;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px 15px;
    transition: all .5s ease
}

.sidebar .sidebar-form .form-group input:focus,
.sidebar .sidebar-form .form-group textarea:focus {
    border-color: #6ecc84
}

.sidebar .sidebar-form .form-group textarea {
    height: 120px;
    resize: none;
    margin-bottom: 20px
}

.sidebar .sidebar-form .form-group .theme-btn {
    display: block;
    width: 100%
}

.about-page-section .about-page-content {
    position: relative;
    padding: 112px 0 130px 0
}

.social-style-one li {
    position: relative;
    display: inline-block
}

.social-style-one li a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
    text-align: center
}

.social-style-one li:first-child a {
    background: #7363a4
}

.social-style-one li:nth-child(2) a {
    background: #4a6fbe
}

.social-style-one li:nth-child(3) a {
    background: #ea4c89
}

.social-style-one li:last-child a {
    background: #55acee
}

.social-style-one li a:hover {
    background: #6ecc84!important
}

.about-page-section .about-page-content .content-style-one .social-style-one li {
    margin-left: 7px
}

.about-page-section .about-page-content .content-style-one .social-style-one li:first-child {
    margin-left: 0
}

.about-page-section .about-page-content .content-style-one .social-links {
    position: relative;
    margin-top: 58px
}

.about-page-section .about-page-content .content-style-one .title-box {
    position: relative;
    display: block;
    margin-bottom: 53px
}

.about-page-section .about-page-content .content-style-one .bold-text {
    position: relative;
    display: block;
    font-weight: 600;
    color: #000;
    margin-bottom: 26px
}

.about-page-section .about-page-content .content-style-one {
    position: relative;
    display: block;
    padding-bottom: 44px
}

.about-page-section .about-page-content p {
    margin-bottom: 26px
}

.about-page-section .about-page-content .content-style-two .image-box {
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1);
    z-index: 1
}

.about-page-section .about-page-content .content-style-two .image-column {
    position: relative
}

.about-page-section .about-page-content .content-style-two .image-column:before {
    position: absolute;
    content: '';
    background: url(../images/icons/icon-3.png);
    width: 125px;
    height: 125px;
    right: -65px;
    bottom: 85px;
    background-repeat: no-repeat
}

.about-page-section .about-page-content .content-style-two .image-box img {
    width: 100%;
    border-radius: 10px;
    position: relative
}

.about-page-section .about-page-content .content-style-two .text {
    position: relative;
    display: block;
    margin-top: 3px
}

.about-page-section .about-page-content .content-style-two {
    position: relative;
    display: block;
    margin-bottom: 84px
}

.about-page-section .about-page-content .content-style-three h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    margin-bottom: 24px
}

.about-page-section .about-page-content .content-style-three .top-content {
    position: relative;
    display: block;
    padding-bottom: 41px
}

.about-page-section .about-page-content .content-style-three .qualifications .list li {
    position: relative;
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
    padding-left: 20px
}

.about-page-section .about-page-content .content-style-three .qualifications .list li:before {
    position: absolute;
    content: '';
    background: #b0b0b0;
    width: 7px;
    height: 7px;
    left: 0;
    top: 10px;
    border-radius: 50%
}

.about-page-section .about-page-content .content-style-three .qualifications .list li:last-child {
    margin-bottom: 0
}

.about-page-section .about-page-content .content-style-three .qualifications {
    position: relative;
    display: block;
    margin-bottom: 69px
}

.about-page-section .about-page-content .content-style-three .certificates h3 {
    margin-bottom: 32px
}

.about-page-section .about-page-content .content-style-three .certificates img {
    width: 100%;
    box-shadow: 0 10px 30px 1px rgba(0, 0, 0, .1)
}

.service-page-section {
    position: relative;
    display: block;
    background: #fff
}

.service-sidebar {
    position: relative;
    display: block;
    margin-right: 30px;
    padding: 121px 30px 77px 30px
}

.service-sidebar .sidebar h3 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    margin-bottom: 21px
}

.service-sidebar .sidebar .text {
    position: relative;
    display: block;
    margin-bottom: 38px
}

.service-sidebar .sidebar .list li {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.service-sidebar .sidebar .list li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding-left: 80px;
    color: #000
}

.service-sidebar .sidebar .list li a:before {
    position: absolute;
    content: '';
    background: #6ecc84;
    width: 50px;
    height: 2px;
    left: 0;
    top: 13px;
    transform: scale(0, 0);
    transition: all .5s ease
}

.service-sidebar .sidebar .list li a:hover:before,
.service-sidebar .sidebar .list li.active a:before {
    transform: scale(1, 1)
}

.service-sidebar .sidebar .list li a:hover,
.service-sidebar .sidebar .list li.active a {
    color: #6ecc84
}

.service-sidebar .sidebar .list li:last-child {
    margin-bottom: 0
}

.service-page-section .service-content {
    position: relative;
    display: block;
    padding: 112px 0 90px 0
}

.service-page-section .service-content .service-block-one {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 46px 15px 41px 15px;
    transition: all .5s ease
}

.service-page-section .service-content .service-block-one:hover {
    box-shadow: 0 10px 30px 1px rgba(0, 0, 0, .1);
    border: 1px solid transparent
}

.service-page-section .service-content .sec-title {
    position: relative;
    display: block;
    margin-bottom: 54px
}

.service-page-section .service-content .title-box .bold-text {
    position: relative;
    display: block;
    font-weight: 600;
    color: #000;
    margin-bottom: 38px
}

.service-details {
    position: relative;
    display: block;
    background: #fff
}

.service-details .service-details-content {
    position: relative;
    display: block;
    padding: 112px 0 113px 0
}

.service-details .service-details-content .sec-title {
    margin-bottom: 34px
}

.service-details .service-details-content .title-box {
    position: relative;
    display: block;
    margin-bottom: 71px
}

.service-details .service-details-content .title-box .bold-text {
    position: relative;
    display: block;
    font-weight: 600;
    color: #000
}

.service-details .service-details-content .inner-box h3 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 38px;
    color: #000;
    font-weight: 500;
    margin-bottom: 22px
}

.service-details .service-details-content .inner-box p {
    margin-bottom: 26px
}

.service-details .service-details-content .content-style-one .image-box {
    position: relative;
    display: block;
    border-radius: 10px;
    margin-top: 6px;
    box-shadow: 0 10px 30px 1px rgba(0, 0, 0, .1)
}

.service-details .service-details-content .content-style-one .image-box:before {
    position: absolute;
    content: '';
    background: url(../images/icons/icon-3.png);
    width: 125px;
    height: 125px;
    right: -80px;
    bottom: 65px;
    background-repeat: no-repeat
}

.service-details .service-details-content .content-style-one .image-box img {
    position: relative;
    width: 100%;
    border-radius: 10px
}

.service-details .service-details-content .content-style-one p:last-child {
    margin-bottom: 0
}

.service-details .service-details-content .content-style-one .list-content {
    position: relative;
    display: block;
    margin-top: 72px;
    margin-bottom: 65px
}

.service-details .service-details-content .content-style-one .list-content li {
    position: relative;
    display: block;
    margin-bottom: 8px;
    padding-left: 22px
}

.service-details .service-details-content .content-style-one .list-content li:before {
    position: absolute;
    content: '';
    background: #b0b0b0;
    width: 7px;
    height: 7px;
    left: 0;
    top: 10px;
    border-radius: 50%
}

.service-details .service-details-content .content-style-one .list-content li:last-child {
    margin-bottom: 0
}

.service-details .service-details-content .content-style-two .single-item {
    position: relative;
    display: block
}

.service-details .service-details-content .content-style-two .single-item .count-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 44px;
    background: #6ecc84;
    border: 8px solid #fff;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 10px 30px 1px rgba(0, 0, 0, .1);
    margin-bottom: 24px
}

.service-details .service-details-content .content-style-two .single-item h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 14px
}

.service-details .service-details-content .content-style-two h3 {
    margin-bottom: 30px
}

.team-section {
    position: relative;
    display: block;
    background: #fff;
    padding: 120px 0 70px 0
}

.team-block-one {
    position: relative;
    display: block;
    margin-bottom: 43px
}

.team-block-one .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px
}

.team-block-one .image-box .social-icons {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%)
}

.team-block-one .image-box .social-icons li {
    position: relative;
    display: inline-block;
    margin: 0 3px
}

.team-block-one .image-box .social-icons li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    color: #6ecc84;
    opacity: 0;
    transform: scale(0, 0);
    transition: all 2s ease
}

.team-block-one .image-box .social-icons li a:hover {
    background: #000;
    color: #fff
}

.team-block-one:hover .image-box .social-icons li a {
    transform: scale(1, 1);
    opacity: 1
}

.team-block-one .image-box img {
    width: 100%;
    border-radius: 10px
}

.team-block-one:hover .image-box:before {
    transform: perspective(1200px) rotateY(0) translateZ(0);
    transition-delay: 0.1s;
    opacity: 1
}

.team-block-one .image-box:before {
    position: absolute;
    content: '';
    background: rgba(110, 204, 132, .8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateY(-90deg) translateZ(0);
    opacity: 0;
    border-radius: 10px;
    transition: all .5s ease
}

.team-block-one .lower-content {
    position: relative;
    display: block;
    padding-top: 24px
}

.team-block-one .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    margin-bottom: 6px
}

.team-block-one .lower-content h3 a {
    position: relative;
    display: inline-block;
    color: #000
}

.team-block-one .lower-content h3 a:hover {
    color: #6ecc84
}

.team-block-one .lower-content .designation {
    position: relative;
    display: block;
    font-size: 16px;
    color: #6ecc84;
    font-weight: 500;
    margin-bottom: 14px
}

.team-details {
    position: relative;
    display: block;
    background: #fff
}

.team-details .single-team-member {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 70px
}

.team-details .single-team-member:after {
    position: absolute;
    content: '';
    background: url(../images/icons/icon-4.png);
    width: 250px;
    height: 342px;
    top: 0;
    right: 0;
    background-repeat: no-repeat
}

.team-details .single-team-member .inner-box {
    position: relative;
    display: block;
    margin-bottom: -70px;
    z-index: 1
}

.team-details .single-team-member:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, .9);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.team-details .single-team-member .image-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    z-index: 1
}

.team-details .single-team-member .image-column {
    position: relative
}

.team-details .single-team-member .image-column:before {
    position: absolute;
    content: '';
    background: url(../images/icons/icon-5.png);
    width: 363px;
    height: 346px;
    left: -70px;
    top: -18px;
    background-repeat: no-repeat
}

.team-details .single-team-member .image-box img {
    width: 100%;
    border-radius: 10px
}

.team-details .single-team-member .content-box h1 {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px
}

.team-details .single-team-member .content-box .designation {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #6ecc84;
    margin-bottom: 25px
}

.team-details .single-team-member .content-box .text {
    position: relative;
    display: block;
    font-weight: 600;
    line-height: 28px;
    color: #48494a;
    font-style: italic
}

.team-details .single-team-member .content-box {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 102px
}

.team-details .team-social-bar {
    position: relative;
    display: block;
    background: #5b5b60;
    padding: 48px 0 47px 0
}

.team-details .team-social-bar .call {
    position: relative;
    display: inline-block;
    margin-right: 192px;
    z-index: 1
}

.team-details .team-social-bar .call i {
    position: relative;
    display: inline-block;
    font-size: 18px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    color: #6ecc84;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px
}

.team-details .team-social-bar .call a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff
}

.team-details .team-social-bar .call a:hover {
    color: #6ecc84
}

.team-details .team-social-bar .social-style-one {
    position: relative;
    display: inline-block;
    z-index: 1
}

.team-details .team-social-bar .social-style-one li {
    margin-left: 7px
}

.team-details .team-social-bar .social-style-one li:first-child {
    margin-left: 0
}

.team-details .lower-content {
    position: relative;
    display: block;
    padding: 70px 0 113px 0
}

.team-details .lower-content .sidebar {
    position: relative;
    display: block;
    padding: 107px 30px 50px 30px;
    margin-left: 30px
}

.team-details .lower-content .content-box h1 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    color: #000;
    margin-bottom: 22px
}

.team-details .lower-content .content-box .italic-text {
    position: relative;
    display: block;
    font-weight: 600;
    color: #000;
    font-style: italic;
    margin-bottom: 26px
}

.team-details .lower-content .content-box .content-style-one .text {
    position: relative;
    display: block;
    margin-bottom: 52px
}

.team-details .lower-content .content-box h3 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    color: #000;
    margin-bottom: 22px
}

.team-details .lower-content .content-box .list li {
    position: relative;
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
    padding-left: 20px
}

.team-details .lower-content .content-box .list li:before {
    position: absolute;
    content: '';
    background: #b0b0b0;
    width: 7px;
    height: 7px;
    left: 0;
    top: 10px;
    border-radius: 50%
}

.team-details .lower-content .content-box .list li:last-child {
    margin-bottom: 0
}

.team-details .lower-content .content-box .content-style-one {
    position: relative;
    display: block;
    margin-bottom: 52px
}

.team-details .lower-content .content-box .content-style-two p {
    margin-bottom: 26px
}

.team-details .lower-content .content-box .content-style-two .text {
    position: relative;
    display: block;
    padding-bottom: 26px
}

.career-page-section {
    position: relative;
    display: block;
    background: #fff;
    padding: 110px 0 50px 0
}

.career-page-section .career-content-box .career {
    position: relative;
    display: block;
    margin-bottom: 52px
}

.career-page-section .career-content-box h1 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    color: #000;
    margin-bottom: 22px
}

.career-page-section .career-content-box .career .italic-text {
    position: relative;
    display: block;
    font-weight: 600;
    color: #000;
    font-style: italic;
    margin-bottom: 26px
}

.career-page-section .career-content-box h3 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px
}

.career-page-section .career-content-box .category .inner-box {
    position: relative;
    display: block;
    margin: 0 -5px
}

.career-page-section .career-content-box .category .inner-box .single-item {
    position: relative;
    display: block;
    float: left;
    max-width: 250px;
    width: 100%;
    background: #f5f4f0;
    text-align: center;
    padding: 35px 15px 31px 15px;
    margin: 0 5px;
    margin-bottom: 10px;
    transition: all .5s ease
}

.career-page-section .career-content-box .category .inner-box .single-item:hover {
    background: #6ecc84
}

.career-page-section .career-content-box .category .inner-box .single-item .icon-box {
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 35px;
    color: #6ecc84;
    margin-bottom: 13px;
    transition: all .5s ease
}

.career-page-section .career-content-box .category .inner-box .single-item:hover .icon-box,
.career-page-section .career-content-box .category .inner-box .single-item:hover h4,
.career-page-section .career-content-box .category .inner-box .single-item:hover h4 a,
.career-page-section .career-content-box .category .inner-box .single-item:hover span {
    color: #fff
}

.career-page-section .career-content-box .category .inner-box .single-item h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0
}

.career-page-section .career-content-box .category .inner-box .single-item h4 a {
    position: relative;
    display: inline-block;
    color: #000
}

.career-page-section .career-content-box .category .inner-box .single-item span {
    position: relative;
    display: block;
    font-size: 15px;
    transition: all .5s ease
}

.career-page-section .career-content-box .category {
    position: relative;
    display: block;
    margin-bottom: 54px
}

.career-page-section .career-content-box .positions {
    position: relative;
    display: block
}

.career-page-section .career-content-box .positions .text p {
    margin-bottom: 56px
}

.career-page-section .career-content-box .positions .single-item .inner-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    margin-bottom: 14px
}

.career-page-section .career-content-box .positions .single-item .inner-title span {
    color: #6ecc84
}

.career-page-section .career-content-box .positions .single-item .text {
    position: relative;
    display: block;
    margin-bottom: 35px
}

.career-page-section .career-content-box .positions .single-item h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 14px
}

.career-page-section .career-content-box .positions .single-item .list {
    position: relative;
    display: block;
    margin-bottom: 43px
}

.career-page-section .career-content-box .positions .single-item .list li {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 8px
}

.career-page-section .career-content-box .positions .single-item .list li:last-child {
    margin-bottom: 0
}

.career-page-section .career-content-box .positions .single-item .list li:before {
    position: absolute;
    content: '';
    background: #b0b0b0;
    width: 7px;
    height: 7px;
    left: 0;
    top: 10px;
    border-radius: 50%
}

.career-page-section .career-content-box .positions h3 {
    margin-bottom: 22px
}

.career-page-section .career-content-box .positions .single-item {
    position: relative;
    display: block;
    margin-bottom: 62px
}

.career-page-section .career-content-box .positions .single-item .theme-btn-two {
    padding: 10px 32px
}

.career-page-section .career-sidebar {
    position: relative;
    display: block;
    padding: 44px 30px 50px 30px;
    margin-left: 30px;
    margin-top: 10px
}

.career-page-section .career-sidebar h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px
}

.career-page-section .career-sidebar .text {
    position: relative;
    display: block;
    margin-bottom: 36px
}

.career-page-section .career-sidebar .info-list {
    position: relative;
    display: block;
    margin-bottom: 42px
}

.career-page-section .career-sidebar .info-list li {
    position: relative;
    display: block;
    font-size: 15px;
    margin-bottom: 11px
}

.career-page-section .career-sidebar .info-list li:last-child {
    margin-bottom: 0
}

.career-page-section .career-sidebar .info-list li span {
    color: #000;
    font-weight: 500
}

.career-page-section .career-sidebar .theme-btn {
    display: block
}

.faq-page-section {
    position: relative;
    display: block;
    background: #fff;
    padding: 110px 0 120px 0
}

.faq-page-section .faq-content-side h1 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    color: #000;
    margin-bottom: 22px
}

.faq-page-section .faq-content-side .italic-text {
    position: relative;
    display: block;
    font-weight: 600;
    color: #000;
    font-style: italic;
    margin-bottom: 26px
}

.faq-page-section .faq-content-side .text p {
    margin-bottom: 52px
}

.faq-page-section .faq-content-side h3 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    color: #000;
    margin-bottom: 12px
}

.faq-page-section .faq-content-side .faq-content-one p {
    margin-bottom: 33px
}

.faq-page-section .faq-content-side .accordion-box .block {
    border: none;
    background: #f5f4f0;
    border-radius: 0;
    margin-bottom: 20px
}

.faq-page-section .faq-content-side .accordion-box .block:last-child {
    margin-bottom: 0
}

.faq-page-section .faq-content-side .accordion-box .block.active-block {
    background: #6ecc84
}

.faq-page-section .faq-content-side .accordion-box .block .acc-btn h5 {
    background: 0 0;
    border-radius: 0;
    font-size: 20px;
    line-height: 30px;
    padding: 20px 60px 20px 25px
}

.faq-page-section .faq-content-side .accordion-box .block.active-block .content .text {
    color: #fff;
    padding: 1px 45px 31px 30px
}

.faq-page-section .faq-content-side .faq-content-one {
    position: relative;
    display: block;
    margin-bottom: 65px
}

.faq-page-section .faq-content-side .faq-content-two p {
    margin-bottom: 33px
}

.faq-page-section .faq-content-side .faq-content-two .accordion-box {
    max-height: 450px
}

.faq-page-section .faq-content-side .faq-content-one .accordion-box {
    max-height: 540px
}

.faq-page-section .faq-sidebar {
    position: relative;
    display: block;
    margin-left: 30px;
    padding: 46px 30px 50px 30px
}

.pricing-section {
    position: relative;
    display: block;
    background: #fff;
    padding: 113px 0 120px 0
}

.pricing-section .sec-title {
    margin-bottom: 53px
}

.pricing-section .sec-title h1 {
    margin-bottom: 32px
}

.pricing-table {
    position: relative;
    display: block;
    background: #f5f4f0;
    padding: 48px 40px 51px 40px;
    transition: all .5s ease
}

.pricing-table:hover {
    background: #6ecc84
}

.pricing-table .table-header span {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 4px;
    transition: all .5s ease
}

.pricing-table:hover .table-header h1,
.pricing-table:hover .table-header span {
    color: #fff
}

.pricing-table .table-header h1 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #6ecc84
}

.pricing-table .table-header h1 span {
    display: inline-block;
    font-size: 17px;
    color: #6ecc84;
    text-transform: lowercase
}

.pricing-table .table-header {
    position: relative;
    display: block;
    margin-bottom: 33px
}

.pricing-table .table-content {
    position: relative;
    display: block;
    background: #fff;
    padding: 43px 15px 41px 30px;
    margin-bottom: 60px;
    transition: all .5s ease
}

.pricing-table:hover .table-content {
    background: #76db8e
}

.pricing-table .table-content:before {
    position: absolute;
    content: '';
    background: #f9f9f6;
    width: 85%;
    height: 10px;
    left: 20px;
    bottom: -10px;
    transition: all .5s ease
}

.pricing-table:hover .table-content:before {
    background: #73d68b
}

.pricing-table .table-content:after {
    position: absolute;
    content: '';
    background: #f6f6f2;
    width: 70%;
    height: 10px;
    left: 40px;
    bottom: -20px;
    transition: all .5s ease
}

.pricing-table:hover .table-content:after {
    background: #70d187
}

.pricing-table .table-content li {
    position: relative;
    display: block;
    text-align: left;
    font-size: 16px;
    color: #111;
    margin-bottom: 15px;
    padding-left: 25px;
    transition: all .5s ease
}

.pricing-table:hover .table-content li,
.pricing-table:hover .table-content li:before {
    color: #fff!important
}

.pricing-table .table-content li:before {
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-size: 17px;
    font-weight: 700;
    color: #6ecc84;
    left: 0;
    top: 0;
    transition: all .5s ease
}

.pricing-table .table-content li:last-child,
.pricing-table .table-content li:nth-child(4) {
    color: #8a8d91
}

.pricing-table .table-content li:last-child:before,
.pricing-table .table-content li:nth-child(4):before {
    color: #ccc
}

.pricing-table .table-content li:last-child {
    margin-bottom: 0
}

.pricing-table .table-footer a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #6ecc84;
    border: 1px solid #6ecc84;
    border-radius: 30px;
    text-align: center;
    text-transform: capitalize;
    padding: 16px 47px
}

.pricing-table:hover .table-footer a {
    border-color: #fff;
    background: #fff
}

.error-section {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    padding: 150px 0
}

.error-section .error-img {
    position: relative;
    display: block;
    margin-bottom: 48px
}

.error-section .error-img img {
    position: relative;
    display: inline-block;
    width: auto
}

.error-section .inner-content h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 95px
}

.sidebar-page-container {
    position: relative;
    display: block;
    background: #fff;
    padding: 120px 0
}

.sidebar-page-container .news-block-one {
    margin-bottom: 70px
}

.sidebar-page-container .sidebar .sidebar-widget {
    position: relative;
    display: block;
    background: #f5f4f0;
    padding: 32px 30px 35px 30px;
    margin-bottom: 30px
}

.sidebar-page-container .sidebar .sidebar-title {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px
}

.sidebar-page-container .sidebar .sidebar-about .author-image {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 18px
}

.sidebar-page-container .sidebar .sidebar-about .author-image img {
    width: 100%;
    border-radius: 50%
}

.sidebar-page-container .sidebar .sidebar-about h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 14px
}

.sidebar-page-container .sidebar .sidebar-about .text {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 17px
}

.sidebar-page-container .sidebar .sidebar-about .signature {
    position: relative;
    display: inline-block;
    margin-bottom: 23px
}

.sidebar-page-container .sidebar .sidebar-about .social-list li {
    position: relative;
    display: inline-block;
    margin-right: 22px
}

.sidebar-page-container .sidebar .sidebar-about .social-list li:last-child {
    margin-right: 0
}

.sidebar-page-container .sidebar .sidebar-about .social-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #000
}

.sidebar-page-container .sidebar .sidebar-about .social-list li a:hover {
    color: #6ecc84
}

.sidebar-page-container .sidebar {
    position: relative;
    display: block;
    margin-left: 20px
}

.sidebar-page-container .sidebar .sidebar-category .widget-content ul li {
    position: relative;
    display: block;
    padding: 8px 0 13px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px
}

.sidebar-page-container .sidebar .sidebar-category .widget-content ul li:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.sidebar-page-container .sidebar .sidebar-category .widget-content ul li a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    color: #777
}

.sidebar-page-container .sidebar .sidebar-category .widget-content ul li a:hover {
    color: #6ecc84
}

.sidebar-page-container .sidebar .sidebar-category {
    padding-bottom: 20px
}

.sidebar-page-container .sidebar .sidebar-post .post {
    position: relative;
    display: block;
    padding: 5px 0 7px 105px;
    min-height: 90px;
    margin-bottom: 30px
}

.sidebar-page-container .sidebar .sidebar-post .post:last-child {
    margin-bottom: 10px
}

.sidebar-page-container .sidebar .sidebar-post .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    overflow: hidden;
    background: #6ecc84;
    border-radius: 50%
}

.sidebar-page-container .sidebar .sidebar-post .post .post-thumb img {
    width: 100%;
    transition: all .5s ease
}

.sidebar-page-container .sidebar .sidebar-post .post:hover .post-thumb img {
    transform: scale(1.1);
    opacity: .5
}

.sidebar-page-container .sidebar .sidebar-post .post .post-date {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #6ecc84;
    margin-bottom: 10px
}

.sidebar-page-container .sidebar .sidebar-post .post h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #000
}

.sidebar-page-container .sidebar .sidebar-post .post h5 a {
    position: relative;
    display: inline-block;
    color: #000
}

.sidebar-page-container .sidebar .sidebar-post .post h5 a:hover {
    color: #6ecc84
}

.sidebar-page-container .sidebar .sidebar-tags .tag-list {
    position: relative;
    display: block;
    margin: 0 -5px
}

.sidebar-page-container .sidebar .sidebar-tags .tag-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 5px;
    margin-bottom: 10px
}

.sidebar-page-container .sidebar .sidebar-tags .tag-list li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    background: 0 0;
    border: 1px solid #d9d9d9;
    text-align: center;
    border-radius: 25px;
    padding: 9px 15px
}

.sidebar-page-container .sidebar .sidebar-tags .tag-list li a:hover {
    color: #fff;
    border-color: #6ecc84;
    background: #6ecc84
}

.sidebar-page-container .sidebar .sidebar-tags {
    padding-bottom: 30px
}

.blog-details {
    position: relative;
    display: block;
    background: #fff
}

.blog-details .top-post {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 329px 0 78px 0
}

.blog-details .top-post:before {
    position: absolute;
    content: '';
    background-image: linear-gradient(0deg, rgba(49, 49, 51) -50%, rgba(49, 49, 51, .5) 50%, rgba(49, 49, 51, .1) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.blog-details .top-post .content-box .categorie-list a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #6ecc84;
    background: #fff;
    padding: 2px 22px 3px 23px;
    border-radius: 25px;
    margin-right: 6px
}

.blog-details .top-post .content-box .categorie-list a:last-child {
    color: #000;
    margin-right: 0
}

.blog-details .top-post .content-box .categorie-list {
    position: relative;
    display: block;
    margin-bottom: 26px
}

.blog-details .top-post .content-box h1 {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 13px
}

.blog-details .top-post .content-box .post-info li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #c9ceca;
    line-height: 20px;
    padding-right: 14px;
    margin-right: 10px
}

.blog-details .top-post .content-box .post-info li:before {
    position: absolute;
    content: '';
    background: #c9ceca;
    width: 1px;
    height: 12px;
    top: 4px;
    right: 0;
}

.blog-details .top-post .content-box .post-info li:last-child:before {
    display: none
}

.blog-details .top-post .content-box .post-info li:last-child {
    padding: 0;
    margin: 0
}

.blog-details .top-post .content-box .post-info li span {
    color: #6ecc84
}

.sidebar-page-container .blog-details-content .inner-box .bold-text {
    position: relative;
    display: block;
    font-weight: 600;
    color: #000;
    margin-bottom: 26px
}

.sidebar-page-container .blog-details-content .inner-box .text p {
    margin-bottom: 26px
}

.sidebar-page-container .blog-details-content .inner-box .text p:last-child {
    margin-bottom: 0
}

.sidebar-page-container .blog-details-content .inner-box .text {
    position: relative;
    display: block;
    margin-bottom: 69px
}

.sidebar-page-container .blog-details-content .inner-box .two-column .image-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1)
}

.sidebar-page-container .blog-details-content .inner-box .two-column .image-column {
    position: relative
}

.sidebar-page-container .blog-details-content .inner-box .two-column .image-column:before {
    position: absolute;
    content: '';
    /*background: url(../images/icons/icon-6.png);*/
    width: 125px;
    height: 185px;
    left: -45px;
    bottom: 65px;
    background-repeat: no-repeat
}

.sidebar-page-container .blog-details-content .inner-box .two-column .image-box img {
    position: relative;
    width: 100%;
    border-radius: 10px
}

.sidebar-page-container .blog-details-content .inner-box .two-column .text {
    position: relative;
    display: block;
    margin-top: 4px;
    margin-bottom: 0
}

.sidebar-page-container .blog-details-content .inner-box .two-column {
    position: relative;
    display: block;
    margin-bottom: 71px
}

.sidebar-page-container .blog-details-content .author-box {
    position: relative;
    display: block;
    background: #f5f4f0;
    padding: 30px 30px 30px 30px;
    margin-bottom: 51px
}

.sidebar-page-container .blog-details-content .author-box .author-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%
}

.sidebar-page-container .blog-details-content .author-box .author-image img {
    width: 100%;
    border-radius: 50%
}

.sidebar-page-container .blog-details-content .author-box .author-content {
    position: relative;
    display: block;
    padding: 0 0 0 140px
}

.sidebar-page-container .blog-details-content .author-box .author-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 13px
}

.sidebar-page-container .blog-details-content .author-box .author-content .text {
    position: relative;
    display: block;
    margin-bottom: 18px
}

.sidebar-page-container .blog-details-content .author-box .author-content .social-list li {
    position: relative;
    display: inline-block;
    margin-right: 22px
}

.sidebar-page-container .blog-details-content .author-box .author-content .social-list li:last-child {
    margin-right: 0
}

.sidebar-page-container .blog-details-content .author-box .author-content .social-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #000
}

.sidebar-page-container .blog-details-content .author-box .author-content .social-list li a:hover {
    color: #6ecc84
}

.sidebar-page-container .blog-details-content .group-title {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    color: #000;
    margin-bottom: 23px
}

.sidebar-page-container .blog-details-content .comments-area .comment {
    position: relative;
    display: block;
    padding: 0 0 23px 117px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e5e5
}

.sidebar-page-container .blog-details-content .comments-area .comment:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.sidebar-page-container .blog-details-content .comments-area .comment .thumb-box {
    position: absolute;
    left: 0;
    top: 7px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%
}

.sidebar-page-container .blog-details-content .comments-area .comment .comment-inner h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0
}

.sidebar-page-container .blog-details-content .comments-area .comment .comment-inner .comment-time {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px
}

.sidebar-page-container .blog-details-content .comments-area .comment .comment-inner .clearfix {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.sidebar-page-container .blog-details-content .comments-area .comment .comment-inner .clearfix a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #6ecc84;
    border: 1px solid #e5e5e5;
    padding: 1px 18px;
    border-radius: 25px;
    text-align: center
}

.sidebar-page-container .blog-details-content .comments-area .comment .comment-inner .clearfix a:hover {
    background: #6ecc84;
    border-color: #6ecc84;
    color: #fff
}

.sidebar-page-container .blog-details-content .comments-area {
    position: relative;
    display: block;
    margin-bottom: 36px
}

.sidebar-page-container .blog-details-content .comments-form-area .form-group {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.sidebar-page-container .blog-details-content .comments-form-area .form-group:last-child {
    margin-bottom: 0
}

.sidebar-page-container .blog-details-content .comments-form-area .form-group input[type=email],
.sidebar-page-container .blog-details-content .comments-form-area .form-group input[type=text],
.sidebar-page-container .blog-details-content .comments-form-area .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 0;
    font-size: 14px;
    font-style: italic;
    border-bottom: 1px solid #e5e5e5;
    transition: all .5s ease
}

.sidebar-page-container .blog-details-content .comments-form-area .form-group textarea {
    height: 110px;
    resize: none;
    margin-bottom: 15px
}

.sidebar-page-container .blog-details-content .comments-form-area .form-group input:focus,
.sidebar-page-container .blog-details-content .comments-form-area .form-group textarea:focus {
    border-color: #6ecc84
}

.sidebar-page-container .blog-details-content .comments-form-area .form-group .theme-btn {
    padding: 17px 54px
}

.contact-section {
    position: relative;
    display: block;
    background: #fff
}

.contact-section .info-column {
    position: relative;
    display: block;
    padding: 110px 15px 120px 15px
}

.contact-section .info-column .contact-info {
    position: relative;
    display: block;
    margin-right: 70px
}

.contact-section h1 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    color: #000;
    margin-bottom: 22px
}

.contact-section .contact-info .bold-text {
    position: relative;
    display: block;
    font-weight: 600;
    color: #000;
    margin-bottom: 55px
}

.contact-section .contact-info .inner-box .single-item h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 14px
}

.contact-section .contact-info .inner-box .single-item .text a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #8a8d91
}

.contact-section .contact-info .inner-box .single-item .text a:hover {
    color: #6ecc84
}

.contact-section .contact-info .inner-box .single-item {
    position: relative;
    display: block;
    margin-bottom: 27px
}

.contact-section .contact-info .inner-box {
    position: relative;
    display: block;
    padding-bottom: 42px
}

.contact-section .contact-info .google-map-area {
    position: relative;
    display: block;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1)
}

.contact-section .contact-info .google-map-area #contact-google-map {
    position: relative;
    display: block;
    width: 100%;
    height: 250px
}

.contact-section .contact-form-area {
    position: relative;
    display: block;
    background: #f5f4f0;
    padding: 110px 50px 148px 50px
}

.contact-section .contact-form-area .form-group {
    position: relative;
    display: block;
    margin-bottom: 13px
}

.contact-section .contact-form-area .form-group:last-child {
    margin-bottom: 0
}

.contact-section .contact-form-area .form-group label {
    position: relative;
    display: block;
    font-size: 14px;
    color: #000;
    margin-bottom: 2px
}

.contact-section .contact-form-area .form-group input[type=email],
.contact-section .contact-form-area .form-group input[type=text],
.contact-section .contact-form-area .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
    padding: 10px 15px;
    transition: all .5s ease
}

.contact-section .contact-form-area .form-group textarea {
    height: 120px;
    resize: none;
    margin-bottom: 7px
}

.contact-section .contact-form-area .form-group input:focus,
.contact-section .contact-form-area .form-group textarea:focus {
    border-color: #6ecc84
}

.contact-section .contact-form-area .text {
    position: relative;
    display: block;
    margin-bottom: 16px
}

.contact-section .contact-form-area .form-group .theme-btn {
    padding: 17px 44px
}

.fixed-header .sticky-header .logo-box {
    position: absolute;
    width: 200px;
    padding: 0;
    margin-top: 0;
    top: 0;
    box-shadow: none
}

.welcome-text {
    position: absolute;
    top: auto;
    background-color: rgba(255, 255, 255, .7019607843137254);
    z-index: 9;
    padding: 10px;
    padding-right: 29px;
    max-width: 501px;
    width: 100%;
    bottom: 0
}

.welcome-text a {
    color: #000;
    display: inline-block;
    font-size: 15px;
    margin-left: 62px;
    position: relative;
    padding-left: 25px
}

.welcome-text a:nth-child(1) i:after {
    content: "";
    position: absolute;
    left: -10px;
    width: 2px;
    height: 36px;
    border-right: 1px solid;
    top: 6px
}

.welcome-text a:nth-child(2) i:after {
    content: "";
    position: absolute;
    left: -30px;
    width: 2px;
    height: 36px;
    border-right: 1px solid;
    top: 6px
}

.welcome-text i {
    display: table;
    margin: auto
}

.welcome-text span {
    color: #ffadaf
}

.welcome-text h2 {
    color: #fff;
    text-transform: uppercase
}

.welcome-text p {
    color: #fff
}

.about-section::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: transparent;
    height: 73px;
    width: 37%;
    z-index: -1;
    border-radius: 0
}

.service-icon {
    position: absolute;
    right: -116px;
    top: 97px
}

.service-style-two .tab-btn-box {
    position: relative
}

.service-style-two .tab-btn-box::before {
    position: absolute;
    content: "";
    background-image: none;
    width: 424px;
    height: 383px;
    top: -24px
}

.icon-box img {
    width: 57px;
    margin-bottom: 11px
}

.work-style-two .sec-title h1::before {
    position: absolute;
    content: '';
    background: #e0e0e0;
    width: 2px;
    height: 45px;
    left: 50%;
    bottom: -50px;
    z-index: 1
}

.main-footer {
    position: relative
}

.main-footer .footer-top .contact-widget .widget-content .info-list li i {
    position: relative;
    left: 0;
    display: table;
    margin: 0 auto 7px;
    width: 36px;
    height: 36px;
    background-color: #7363a4;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    top: 0
}

.main-footer .footer-top .contact-widget .widget-content .info-list li h4 {
    text-transform: uppercase;
    color: #7363a4;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 4px
}

.right-social {
    position: absolute;
    left: 13px;
    z-index: 99;
    width: 40px;
    top: 11rem;
    bottom: auto
}

.right-social ul li {
    display: inline-block
}

.right-social ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #fff;
    color: #477ad8;
    font-size: 20px;
    line-height: 37px;
    border-radius: 3px;
    box-shadow: 0 0 10px #b7b7b7;
    border: 1px solid
}

.right-social ul li:nth-child(2) a {
    color: #ff00e0
}

.right-social ul li:nth-child(3) a {
    color: #34c7de
}

.right-social ul li:nth-child(4) a {
    color: red
}

.right-social ul li:nth-child(5) a {
    color: #dca90e
}

.right-social ul li:nth-child(6) a {
    color: #9352e8
}

.right-social ul li:nth-child(7) a {
    color: #36c156
}

.right-social::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 77px;
    left: 20px;
    top: 303px;
    z-index: 1
}

.right-social a {
    margin: 6px 0;
    display: block
}

.floow {
    position: absolute;
    bottom: auto;
    top: 217px;
    width: 88px;
    background-color: transparent;
    left: -24px;
    text-align: center;
    color: #7363a4;
    padding: 4px 7px 5px 0;
    border-radius: 0 21px 21px 0;
    transform: rotate(-90deg)
}

.main-header .header-bottom .nav-outer .outer-box .theme-btn {
    background: #30bb4d;
    padding: 16px 19px;
    border-radius: 0
}

.slide1 {
    background-image: url(../images/main-slider/p1.png)
}

.slide2 {
    background-image: url(../images/main-slider/p2.png)
}

.slide3 {
    background-image: url(../images/main-slider/p33.png)
}

.slide4 {
    background-image: url(../images/main-slider/p44.png)
}


.carousel-caption .carousel_button{
    background-color: #7363a4;
    width: 25%;
    height: 50px;
    line-height: 10px;
    line-height-step: 1px;
    border: 3px solid white;
    border-radius: 10px;
    margin-left: 80%;
    color: white;
}



.feature-content.clearfix {
    z-index: 9;
    position: relative
}

.service-style-two .tabs-content .inner-box .image-box:before {
    position: absolute;
    content: '';
    background: 0 0;
    width: 100%;
    height: 100%;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    transition: inherit;
    z-index: -1
}

.services-title {
    position: absolute;
    right: -139px;
    transform: rotate(-90deg);
    font-size: 83px;
    text-transform: uppercase;
    color: #cccccc57;
    top: 67px
}

.top-right {
    position: absolute;
    right: 0;
    width: 67%;
    top: 33px;
    background: #7363a4;
    padding: 0 14px;
    border-radius: 37px
}

.outer-box.clearfix {
    position: absolute;
    right: 16px;
    top: 9px
}

.outer-box .theme-btn {
    border-radius: 30px;
    background: #fefcfd;
    text-transform: uppercase;
    padding: 8px 24px;
    color: #7363a4
}

.main-slider::before {
    content: "";
    position: absolute;
    width: 68px;
    height: 100vh;
    left: 0
}

.top-wrapper {
    position: relative;
    HEIGHT: 100vh
}

.down-icon {
    position: absolute;
    z-index: 99;
    bottom: -32px;
    color: #7363a4;
    font-size: 31px;
    left: 0;
    cursor: pointer;
    width: 63px;
    height: 63px;
    right: 0;
    margin: auto;
    background: #f5f5f5;
    text-align: center;
    line-height: 59px;
    border-radius: 50%;
    box-shadow: 0 0 10px #333
}

.feature-block .inner-box {
    text-align: center;
    padding: 53px 0;
    box-shadow: 0 0 10px #b5b4b4;
    margin: auto;
    margin-bottom: 20px;
    background-color: #fff;
    display: table;
    width: 100%;
    height: auto
}

.feature-content {
    position: relative
}

.feature-block {
    padding: 0 10px;
    position: relative
}

.feature-block .inner-box span {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px;
    display: block
}

.feature-block .inner-box h5 {
    color: #7363a4;
    font-weight: 500
}

.feature-block .inner-box.f-bg1 {
    background-color: #212a35
}

.feature-block .inner-box.f-bg1 h5,
.feature-block .inner-box.f-bg1 span,
.feature-block .inner-box.f-bg4 h5,
.feature-block .inner-box.f-bg4 span {
    color: #fff
}

.feature-block .inner-box.f-bg4 {
    background-color: #7363a4
}

.about-section.style-two .content-box .sec-title h2 {
    text-transform: uppercase;
    font-size: 39px;
    font-weight: 600;
    color: #7363a4;
    margin-bottom: 15px
}

.plus-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background: linear-gradient(to left, #212a35, #7363a4);
    text-align: center;
    font-size: 30px;
    top: 145px;
    color: #fff;
    z-index: 1;
    border-radius: 50%;
    border: 5px solid #ccc;
    line-height: 50px
}

.home-contact-info {
    color: #fff;
    font-size: 25px;
    padding-top: 7px
}

.ser-title-head {
    color: #fff;
    text-align: center;
    padding: 22px 9px
}

.ser-title-head .title {
    background: #f5cdce;
    display: inline-block;
    color: #212a35;
    font-size: 21px;
    padding: 7px 18px;
    border-radius: 30px
}

.ser-title-head h2 {
    color: #000;
    margin: auto;
    border-bottom: 2px dashed #ccc;
    margin-bottom: 19px;
    padding-bottom: 13px;
    text-transform: capitalize;
    font-size: 38px
}

.ser_row .col-md-4 {
    padding: 0 10px
}

.service-box {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px #9a9a9acc;
    display: block
}

.service-box::before {
    content: "";
    position: absolute;
    bottom: -163px;
    right: 0;
    left: 0;
    margin: auto;
    width: 237px;
    height: 237px;
    /* background: rgb(206 41 46 / 69%); */
    background: rgba(96, 184, 222,0.4);
    z-index: 1;
    border-radius: 50%;
    transition: all ease-in-out .7s
}

.service-box:hover::before {
    width: 100%;
    height: 100%;
    bottom: 0;
    border-radius: 0
}

.ser-image {
    position: relative;
    height: 220px;
}

.ser-title {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    padding: 5px 17px;
    text-transform: capitalize;
    transition: all ease-in-out .3s;
    z-index: 1
}

.ser-title a{
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: all ease-in-out 1s;
   
}
.ser-title a:hover{
    border-color: white;
   
   
}

.ser-title span {
    display: block
}

.ser-image::before {
    content: "";
    position: absolute;
    background-image: linear-gradient(#ffffff00, #212a35);
    width: 100%;
    height: 100%;
    transition: all cubic-bezier(0, 0, .68, .5) .3s
}

.service-box:hover .ser-image::before {
    opacity: 1;
    visibility: visible;
  
}


.add-img img {
    width: 100%
}

.work-style-two .inner-content::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 0
}

.blog-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.news-block-one::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 90px;
    border-right: 8px solid #7363a4;
    right: -6px;
    top: 58px
}

.blo_img {
    position: absolute;
    right: 0;
    width: 131px;
    z-index: 1;
    top: 37px
}

#accordion {
    padding-left: 70px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 11px
}

#accordion:before {
    content: "";
    width: 5px;
    height: 100%;
    background: #7363a4;
    position: absolute;
    top: 0;
    left: 29px;
    z-index: -1
}

#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0
}

#accordion .panel-title a {
    display: block;
    padding: 10px 30px 15px 13px;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #1d2a3a;
    position: relative;
    transition: all .5s ease 0s;
    text-transform: capitalize
}

#accordion .panel-title a:before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    background: #eee;
    text-align: center;
    font-size: 17px;
    color: #7363a4;
    border: 6px solid #212a35;
    position: absolute;
    top: 0;
    left: -63px
}

#accordion .panel-title a.collapsed:before {
    content: "\f067";
    background: #fff
}

#accordion .panel-body {
    padding: 29px 15px;
    background: #ffebec;
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .5) inset, 0 1px 2px rgba(255, 255, 255, .9);
    font-size: 16px;
    color: #000;
    line-height: 25px
}

.panel-collapse.collapse.in {
    display: block
}

.bread_cumb {
    text-align: center;
    position: relative;
    padding: 150px 0 50px;
    background-image: url(../images/abstractimage.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}


.bread_cumb h1 {
    text-transform: capitalize;
    color: #002146;
    font-weight: 600;
    font-size: 31px;
    margin-bottom: 14px
}

.bread_cumb ul {
    display: inline-block;
    list-style: none;
    background: #fff;
    padding: 4px 24px;
    border: 3px solid #ccc;
    border-radius: 30px;
    box-shadow: 0 0 10px
}

.bread_cumb ul li {
    display: inline-block;
    position: relative;
    padding: 0 16px;
    color: #000
}

.bread_cumb ul li::before {
    content: "\f140";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    right: -9px;
    top: 1px;
    color: #7363a4;
    
}

.bread_cumb ul li:last-child:before {
    display: none
}

.bread_cumb ul li a {
    display: block;
    color: #7363a4
}

.inner_container {
    position: relative;
    padding: 58px 0 90px;
    min-height: 60vh
}

.services_text h2 {
    font-size: 23px;
    font-weight: 600;
    color: #60b8de;
    margin: 21px 0 13px
}

.services_text h3 {
    font-size: 23px;
    color: #60b8de;
    font-weight: 500;
    display: inline-block;
    margin: 11px 0 10px
}

.services_text p {
    font-size: 15px;
    line-height: 28px
}

.liststyele {
    position: relative;
    list-style-type: none;
    padding-left: 22px
}

.liststyele li {
    position: relative;
    padding-left: 25px;
    line-height: 28px;
    font-size: 15px;
    color: #333
}

.liststyele li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 14px;
    height: 2px;
    border-bottom: 2px solid;
    top: 13px
}

.ser_image {
    position: relative;
    padding: 25px 15px;
    border: 2px dashed #333;
    margin: 17px 0 18px;
    text-align: center
}

.ser_image img {
    box-shadow: 0 0 10px #333
}

.inner_abot span {
    font-size: 20px;
    color: #034ea2
}

.services_text p {
    margin-bottom: 10px
}

.contact-details {
    height: auto;
    border: 6px solid #ccc;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 11px 9px
}

.details-box {
    padding: 15px 39px 39px;
    background: #7363a4;
    margin: 0;
    text-align: center
}

.details-box ._con_locationaddress {
    color: #fff;
    text-transform: uppercase
}

.details-box p {
    color: #fff;
    z-index: 9;
    font-size: 16px;
    margin-bottom: 0;
    padding: 24px 30px;
    border-bottom: 1px dashed
}

.details-box p:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.details-box p i {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    background: #fff;
    color: #010101;
    font-size: 21px;
    line-height: 43px;
    border-radius: 50%;
    border: 2px solid #d6ecc5;
    box-shadow: 0 0 10px #000
}

.details-box p span {
    display: block
}

.details-box p span._kh_aadress {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px
}

.contact-us {
    padding: 24px
}

.contact-us h4 {
    font-size: 25px;
    color: #010101;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600
}

.contact-us .form-control {
    height: 45px;
    border-radius: 0;
    background: #f5f5f5
}

.contact-us textarea.form-control {
    height: 80px
}

.contact-us .btn-contact {
    background: #212a35;
    border: transparent;
    padding: 10px 30px;
    margin-bottom: 19px
}

.map-contact iframe {
    width: 100%;
    height: 364px;
    box-shadow: 0 0 10px #ccc;
    padding: 10px
}

.serviceBox {
    text-align: center;
    padding: 0 16px
}

.serviceBox .service-icon {
    color: #4e4e4e;
    background: #212a35;
    font-size: 50px;
    line-height: 96px;
    width: 99px;
    height: 99px;
    margin: 0 auto 40px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    right: 0;
    top: 0
}

.serviceBox .service-icon:after,
.serviceBox .service-icon:before {
    content: "";
    background: #faf6f7;
    width: 88%;
    height: 88%;
    border-radius: 15px;
    box-shadow: 5px 0 5px rgba(0, 0, 0, .4);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1
}

.serviceBox .service-icon:after {
    background: #212a35;
    width: 20px;
    height: 20px;
    border-radius: 0;
    box-shadow: none;
    top: auto;
    bottom: -30px;
    clip-path: polygon(0 0, 50% 100%, 100% 0)
}

.serviceBox .title {
    color: #212a35;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px
}

.serviceBox .description {
    color: #555;
    font-size: 15px;
    line-height: 22px;
    margin: 0
}

.serviceBox.red .service-icon,
.serviceBox.red .service-icon:after {
    background-color: #ec2b00;
    color: #ff5b60
}

.serviceBox.red .title {
    color: #ec2b01
}

@media only screen and (max-width:990px) {
    .serviceBox {
        margin: 0 0 30px
    }
}

.testimonial_row .col-md-4 {
    border-right: 1px dashed #333
}

.testimonial_row .col-md-4:nth-child(3) {
    border-right: 0px
}

.doctor_info_block {
    position: relative;
    border: 2px dashed #333;
    padding: 10px;
    margin-bottom: 23px
}

.doctor_info_block img {
    box-shadow: 0 0 10px #333
}

.docotor_info_text h3 {
    color: #7363a4;
    font-size: 34px;
    font-weight: 600;
    margin: 27px 0 26px
}

.docotor_info_text h4 {
    color: #333;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 13px;
    padding-bottom: 13px;
    font-size: 21px
}

.docotor_info_text h4:last-child {
    border: none;
    margin: 0;
    padding: 0
}

.inner_aboyt_txt p {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 34px;
    background: #212a35;
    color: #fff;
    padding: 12px 20px
}

.inner_aboyt_txt h3 {
    display: inline-block;
    font-weight: 600;
    font-size: 23px;
    border-top: 2px solid #7363a4;
    border-bottom: 2px solid #7363a4;
    padding: 5px 4px;
    margin: 17px 0 10px
}

.inner_aboyt_txt h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600
}

.books {
    padding: 20px;
    background: #7363a4;
    color: #fff;
    text-align: center;
    margin: 25px 0
}

.books h6 {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px
}

.f_row .col-md-5:nth-child(2) {
    border-right: 1px solid #7d7d7d
}

.exp_blocks {
    text-align: center;
    padding: 59px 42px;
    background: #7363a4
}

.exp_top {
    text-align: center;
    max-width: 100%;
    border-bottom: 1px dashed #fff;
    padding-bottom: 15px
}

.exp_top h3 {
    font-size: 121px;
    font-weight: 700;
    line-height: 104px;
    margin-bottom: 11px;
    color: #fefefe
}

.exp_top p {
    font-size: 25px;
    text-transform: uppercase;
    color: #eee
}

.exp_bottom {
    display: inline-block;
    color: #fff;
    font-size: 28px;
    padding: 0;
    line-height: 46px;
    text-transform: capitalize;
    font-weight: 300
}

.blog_list_ {
    border-bottom: 1px dashed #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.blog_list_:last-child {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.blog_list_ h2 {
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #7363a4;
}

.blog_list_ p {
    text-align: justify;
}

.blog_list_ a {
    display: inline-block;
    background: linear-gradient(to left, #60b8de, #7363a4);
    color: #fff;
    padding: 6px 11px;
    margin: 12px 0 0;
}

._blog_nav {
    position: relative;
    padding: 17px 18px;
    margin: 0 0 24px;
    border-top: 4px solid #333;
    background: #f3f3f3;
}

._blog_nav h4 {
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 10px;
    display: inline-block;
    color: #7363a4;
    font-weight: 700;
}

._blog_nav ul {
    padding: 0;
    list-style: none;
}

._blog_nav ul li a {
    display: block;
    position: relative;
    border-bottom: 1px dashed #939393;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 17px;
    color: #333;
    font-size: 16px;
}

._blog_nav ul li a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #7363a4;
    left: 0;
    border-radius: 50%;
    top: 8px;
}

._blog_nav ul li:last-child a {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.youtube-links{
    width: 100%;
    border-radius: 10px;
}