*,
li,
ol,
ul {
    margin: 0
}

.mobile-menu-visible,
.page-wrapper {
    overflow: hidden
}

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

.abt-sec .abt-matter h4,
.abt-sec .sec-title h2 {
    text-transform: uppercase
}

.modal-box .modal-dialog .modal-content .modal-body .subscribe:hover:before,
body {
    background: #fff
}

.main-timeline .timeline-content:hover,
a,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

* {
    padding: 0;
    border: none;
    outline: 0;
    font-size: 100%;
    line-height: inherit
}

:root {
    --color-primary: #2b3978;
    --color-secondary: #cf2353;
    --color-default: #3f3f3f;
    --color-slight: #fbd4d8
}

.bread_cumb_wrap ul li:last-child:before,
.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-view,
.ol-style.style2 li::before {
    display: none
}

body {
    font-size: 16px;
    color: #000;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: Mulish, sans-serif
}

.bottom-footer a,
.main-menu .navigation>li .active,
a {
    color: #051810
}

a {
    cursor: pointer
}

a:focus,
a:hover,
a:visited {
    outline: 0
}

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

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

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

li,
ol {
    padding: 0
}

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

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

.page-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../gallery/bg.jpg);
    background-size: 15%;
    opacity: .1;
    z-index: -1
}

.top-wrap {
    position: relative;
    height: 100vh
}

.header-main {
    position: absolute;
    width: 100%;
    z-index: 5
}

.abt-sec .doc-shape,
.banner-wrapper,
.exp-sec,
.header-one,
.header-one .container,
.main-timeline,
.testi-bottom,
.timings,
.tips-sec,
.top-wrap1 {
    position: relative
}

.header-one .lower-box {
    position: relative;
    height: 100%
}

.lower-box .logo {
    top: 42px;
    position: absolute;
    display: inline-block;
    z-index: 999;
    width: 308px
}

.lower-box .nav-outer {
    position: relative;
    display: inline-block;
    text-align: right;
    margin-left: 0;
    width: 100%;
    padding: 0;
    margin-top: 0
}

.main-menu {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 55px 0 0;
    top: 20px;
    border-top: 1px solid var(--color-default);
    border-bottom: 1px solid var(--color-default)
}

.ad-sec p,
.sec-title,
.sec-title h2,
.sec-title p {
    margin-bottom: 0
}

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

.main-menu .navigation {
    position: relative;
    display: block;
    padding: 0 11px;
    border-radius: 24px 0 1px 24px
}

.main-menu .navigation>li {
    position: relative;
    display: inline-table
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    border-right: 0px;
    padding: 5px 12px;
    opacity: 1;
    color: #000
}

.logins_section {
    position: absolute;
    right: 13px;
    z-index: 99;
    top: 30px
}

.logins_section span {
    display: inline-block;
    color: #fff;
    padding: 6px 16px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    border-radius: 20px;
    background: linear-gradient(to right, var(--color-secondary), var(--color-primary))
}

.logins_section ul li {
    display: inline-block;
    padding: 4px 0;
    margin-right: 0;
    color: #000;
    font-size: 15px
}

.logins_section ul li .fa {
    color: var(--color-primary);
    font-size: 20px
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    cursor: pointer;
    display: none;
    z-index: 5
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 25px 0
}

.nav-outer .mobile-nav-toggler .inner {
    position: relative;
    display: block;
    padding: 3px 5px
}

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

.mobile-menu .menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1d1d1d;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    z-index: 1
}

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

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

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

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

.mobile-menu .close-btn,
.scroll-to-top {
    color: #fff;
    text-align: center;
    cursor: pointer
}

.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block
}

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

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

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

.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    line-height: 30px;
    width: 24px;
    z-index: 10;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    transition: .9s
}

.mobile-menu .navigation li>a,
.mobile-menu .navigation li>a:before {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

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

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

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

.mobile-menu .navigation li {
    position: relative;
    display: block
}

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

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

.mobile-menu .navigation li>a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    transition: .5s
}

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

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

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

.main-menu .navigation>li>a:hover {
    color: #000;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    visibility: hidden;
    border-top: 3px solid var(--color-secondary);
    left: 0;
    width: 285px;
    opacity: 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 0 5px #a5a5a5
}

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

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

.main-menu .navigation>li>ul>li>a:hover {
    background: var(--color-primary);
    color: #fff
}

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

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

.main-menu .navigation>li>.cstmwidth {
    width: 160px
}

.banner-one__slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.slide-one {
    background-image: url(../gallery/main-slider/Banner1.png)
}

.scroll-to-top,
.scroll-to-top:hover,
.social-icon-two li a {
    background: linear-gradient(to right, var(--color-primary), var(--color-secondary))
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    font-size: 20px;
    line-height: 48px;
    z-index: 100;
    display: none;
    border-radius: 50%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.sec-title h1 {
    font-size: 32px
}

.sec-title h3 {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 49px
}

.abt-sec .sec-title h2 {
    font-size: 50px;
}

.sec-title h2 {
    font-size: 25px;
}

.sec-title h5 {
    font-size: 23px;
    display: inline-block;
    color: var(--color-default);
    line-height: 32px
}

.sec-title p {
    position: relative;
    z-index: 99
}

.abt-sec,
.testi-sec,
.tips-left ul li,
.tips-right ul li {
    position: relative;
    margin-bottom: 45px
}

.abt-sec   .sec-title h3 {
    font-size: 21px;
    border: 1px dashed var(--color-default);
    border-left: transparent;
    border-right: transparent;
    color: #2F5D50;
    display: inline-block;
    line-height: 32px;
}





.abt-sec .abt-matter {
    margin-top: 10px;
    font-size: 15.5px;
    line-height: 29px;
    text-align: justify
}

.abt-sec .abt-matter h4 {
    background-color: #fbd4d8;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 25px
}

.ad-sec .ad-blk {
    position: relative;
    box-shadow: 0 3px 7px #7d7d7d;
    background-color: #fff;
    border-radius: 20px
}

.ad-sec span {
    font-size: 35px;
    line-height: 35px;
    font-weight: 800;
    color: #2F5D50;
}

.ad-sec p {
    font-size: 20px;
    padding: 21px 0
}

.abt-matter h4::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 170%;
    top: 17px;
    left: -86px;
    right: 0;
    background-color: var(--color-default);
    z-index: -1;
    margin: auto
}

.abt-matter span {
    font-size: 28px;
    font-weight: 600;
    padding-top: 35px;
    color: var(--color-default)
}

.serv-sec {
    position: relative;
    color: #fff;
    padding: 45px 0 0
}

.serv-sec .sec-title h2 {
    color: #fff;
    color: var(--color-default)
}

.serv-sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../gallery/serv-bg.png) center no-repeat;
    top: 0;
    left: 0;
    opacity: .3;
    background-size: coverr
}

.serv-inner-blk {
    position: relative;
    transition: .5s linear;
    min-height: 300px;
    top: 10px;
    text-align: center;
    padding-bottom: 20px
}

.serv-inner-blk .serv-text {
    padding: 100px 20px 20px;
    background-color: #e8e5e5;
    margin-top: -100px;
    min-height: 210px;
    text-align: center;
    box-shadow: 0 2px 6px #a3a3a3;
    border-radius: 10px
}

.serv-inner-blk .serv-img {
    position: relative;
    margin: 20px 20px 0
}

.serv-inner-blk .serv-img img {
    filter: grayscale(1);
    transition: .3s ease-in-out;
    border: 5px solid #d3dedf
}

.serv-img img:hover {
    filter: grayscale(0)
}

.serv-inner-blk:hover {
    top: -10px;
    transition: .3s ease-in-out
}

.serv-inner-blk h2 {
    color: var(--color-default);
    text-align: center;
    margin-top: 12px;
    font-size: 20px;
    text-transform: capitalize
}

.serv-inner-blk a,
.tips-blk::after {
    position: absolute;
    left: 0;
    margin: auto;
    right: 0
}

.footer-section h2,
.sec-title1 h2,
.single-blog-post .content-box h3,
.sub-title h4,
.tips-sec span {
    text-transform: uppercase
}

.serv-inner-blk a {
    color: #051810;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid;
    padding: 0 11px;
    bottom: 30px;
    display: none;
    transition: .6s
}

.tips-left ul li::after,
.tips-right ul li::before {
    top: -5px;
    width: 100%;
    height: 100%;
    margin: auto -15px;
    border-radius: 32px;
    padding: 20px 0;
    content: "";
    z-index: -1
}

.serv-inner-blk:hover a {
    display: inline-table
}

.tips-sec h2 {
    color: var(--color-default);
    position: relative;
    text-align: center
}

.tips-sec span {
    font-weight: 700
}

.tips-blk {
    position: relative;
    padding-top: 45px;
    min-height: 650px
}

.tips-blk::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../gallery/tip-bg.png) center/55% no-repeat;
    top: 0;
    left: 0;
    filter: grayscale(1)
}

.tips-blk::after {
    content: "";
    width: 500px;
    height: 500px;
    top: 0;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    bottom: 0;
    box-shadow: 0 0 32px #ddd
}

.tips-blk .tips-left {
    margin-right: 145px;
    padding-top: 75px
}

.tips-blk .tips-right {
    margin-left: 145px;
    padding-top: 75px
}

.shape::before,
.timings .ser-btm-line {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto
}

.tips-left {
    text-align: right
}

.shape,
.timings-sec {
    text-align: center;
    position: relative
}

.tips-left ul li::after {
    background: linear-gradient(to left, #ddd, transparent);
    position: absolute;
    right: 2px
}

.tips-right ul li::before {
    background: linear-gradient(to right, #ddd, transparent);
    position: absolute
}

.tips-left ul li:first-child {
    margin-right: 0
}

.tips-left ul li:nth-child(7) {
    margin-right: 35px
}

.tips-left ul li:nth-child(2),
.tips-left ul li:nth-child(6) {
    margin-right: 55px
}

.tips-left ul li:nth-child(3),
.tips-left ul li:nth-child(5) {
    margin-right: 75px
}

.tips-left ul li:nth-child(4) {
    margin-right: 95px
}

.social-icon-two li:first-child,
.tips-right ul li:first-child {
    margin-left: 0
}

.tips-right ul li:nth-child(7) {
    margin-left: 35px
}

.tips-right ul li:nth-child(2),
.tips-right ul li:nth-child(6) {
    margin-left: 55px
}

.tips-right ul li:nth-child(3),
.tips-right ul li:nth-child(5) {
    margin-left: 75px
}

.tips-right ul li:nth-child(4) {
    margin-left: 95px
}

.shape {
    display: block;
    width: 10%;
    height: 3px;
    left: 0;
    right: 0;
    margin: 10px auto auto;
    background-color: var(--color-secondary)
}

.eme-number,
.footer-section .f-reach h2,
.img-cap-effect .img-box .img-caption .box-holder ul li,
.social-icon-two li {
    display: inline-block
}

.shape::before {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    top: -4px;
    rotate: 45deg;
    background-color: var(--color-secondary)
}

.serv-sec .sec-title h3 {
    color: var(--color-primary)
}

.bottom-footer span,
.modal-box .modal-dialog .modal-content .modal-body .subscribe:hover,
.serv-sec .sec-title p {
    color: var(--color-default)
}

.timings-sec {
    padding: 40px 200px 0
}

.timings-sec p {
    font-size: 15px;
    margin-bottom: 0
}

.eme-number {
    color: #333;
    padding: 35px 26px 40px;
    font-size: 26px;
    background-color: #e8e5e5;
    margin-bottom: 40px;
    box-shadow: 0 17px 18px -9px #434141;
    border-radius: 8px
}

.eme-number a {
    color: #fffffe;
    background-color: #333;
    padding: 4px 8px;
    position: relative;
    top: 0;
    left: 0;
    font-size: 21px
}

.timings-sec h3 {
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 15px;
    color: var(--color-default)
}

.timings .ser-btm-line {
    width: 45%;
    height: 1px;
    background: #b7b6b6;
    bottom: 90px;
    z-index: -1
}

.testi-blk .testi-text,
.testi-blk .testi-text2 {
    min-height: 300px;
    padding: 115px 57px;
    width: 430px;
    position: absolute
}

.testi-blk .testi-text {
    top: -68px;
    left: 17px
}

.testi-blk .testi-text2 {
    top: -73px;
    left: -13px
}

.testi-top-img {
    width: 425px
}

.testi-blk .testi-text h2,
.testi-blk .testi-text2 h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    position: relative
}

.testi-blk .testi-right {
    min-height: 400px
}

.testi-right::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../gallery/testi-rt.png) center/cover no-repeat;
    top: 0;
    left: 0
}

.testi-blk .testi-text h2::after,
.testi-blk .testi-text2 h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color:#2F5D50;
    bottom: 0
} 

.testi-text p,
.testi-text2 p {
    margin-bottom: 2px
}

.footer-section {
    padding: 45px 0 0
}

.bottom-footer,
.footer-about {
    padding-top: 15px
}

.footer-section .footer-logo {
    width: 300px
}

.footer-section .footer-about p {
    font-size: 14px;
    line-height: 25px;
    text-align: justify
}

.footer-section .footer-about a {
    color: #051810;
    font-weight: 600
}

.social-icon-two {
    position: relative;
    margin: 13px 0
}

.social-icon-two li {
    position: relative;
    text-align: center
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 18px;
    width: 38px;
    height: 38px;
    line-height: 37px;
    color: #fff;
    border-radius: 50%;
    font-weight: 400;
    margin: 0 1px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer-section .footer-left ul li a,
.footer-section .footer-middle ul li a {
    display: block;
    line-height: 25px;
    text-transform: capitalize;
    transition: .4s;
    text-align: left;
    position: relative
}

.social-icon-two li a:hover {
    background: var(--color-secondary)
}

.bottom-footer {
    padding-bottom: 5px;
    position: relative;
    margin-top: 5px
}

.bottom-footer p {
    margin: 0;
    color: #000;
    font-size: 15px
}

.footer-section h2 {
    color: var(--color-default);
    font-size: 21px;
    font-weight: 600;
    text-align: left
}

.footer-section .footer-left-sec ul li {
    padding-left: 20px
}

.footer-section .footer-left,
.footer-section .footer-middle {
    margin-bottom: 15px
}

.footer-section .footer-left ul li::before,
.footer-section .footer-middle ul li::before {
    content: "\f0da";
    position: absolute;
    left: 14px;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: var(--color-primary);
    font-weight: 900;
    font-family: "Font Awesome 5 Free"
}

.footer-section .footer-middle ul li a {
    font-size: 15px
}

.footer-section .footer-left ul li a {
    font-size: 15px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    color: #000
}

.footer-section .footer-left-sec a {
    color: #000;
    font-size: 15px
}

.footer-section .f-call {
    border-right: 1px dashed #000
}

.footer-section .f-ad {
    border-top: 1px dashed #000;
    text-align: center;
    padding-top: 6px
}

.f-ad p {
    font-size: 15px
}

.footer-section .f-ad,
.footer-section .f-call,
.footer-section .f-mail {
    text-align: center;
    margin-bottom: 10px
}

.footer-section .f-ad i,
.footer-section .f-call i,
.footer-section .f-mail i {
    margin-right: 15px;
    font-size: 20px
}

.footer-section .footer-btm {
    margin-top: 25px
}

.footer-section .f-reach h2 {
    position: relative;
    text-align: center
}

.f-reach {
    left: 41%;
    position: relative
}

.newletter_section {
    z-index: 1;
    position: relative;
    padding-top: 35px
}

.subscribe-block {
    position: relative;
    padding: 25px 20px;
    background-color: #1557249e
}

.sub-title h4 {
    color: #fff;
    font-size: 33px
}

.subscribe-input {
    position: relative;
    margin-top: 8px
}

.sub-title p {
    margin: 0;
    color: #f8f9fa;
    font-size: 14px
}

.subscribe-input .form-control {
    height: 58px;
    background-color: #f8f9fa;
    border: 1px solid #e4e4e4;
    color: var(--color-secondary)
}

.subscribe-input .form-control::placeholder {
    color: #6b6b6b
}

.subscribe-input .btn {
    position: absolute;
    top: 7px;
    right: 8px;
    background: #2F5D50;
    border: none;
    border-radius: 0;
    padding: 11px 16px;
    color: #fff
}

.footer-section .separator::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000
}

.footer-section .separator::after {
    position: absolute;
    bottom: -2px;
    content: '';
    right: -15px;
    width: 5px;
    height: 5px;
    background-color: #000
}

.footer-section .separator {
    position: relative;
    width: 40px;
    height: 5px
}

.testi-left .testi-bottom {
    position: relative;
    margin-top: 5px
}

.testi-left .testi-bottom a {
    padding: 10px 15px;
    border-radius: 10px;
    background-color: var(--color-primary);
    color: #fff;
    font-size: 18px
}

.testi-left .testi-bottom a:hover {
    color: #fff
}

.testi-left .testi-bottom i {
    border-radius: 50%;
    font-size: 29px;
    line-height: 48px;
    margin: 0;
    position: relative;
    color: #fff;
    top: 4px
}

.footer-section .top-border {
    width: 75%;
    height: 5px;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    background: linear-gradient(to right, var(--color-secondary), transparent, var(--color-primary));
    border-radius: 10px
}

.blog-row {
    padding-top: 30px
}

.latest-blog {
    padding-bottom: 70px
}

.form-sec .appt-head,
.sec-title1 {
    text-align: center
}

.sec-title1 h2 {
    padding-bottom: 18px;
    font-size: 42px;
    font-weight: 500
}

.sec-title1 h2::before {
    content: " ";
    position: absolute;
    width: 10%;
    left: 45%;
    background: #000;
    top: 55px;
    border-bottom: 2px solid
}

.sec-title1 h2::after {
    content: " ";
    position: absolute;
    border-radius: 50%;
    background: #cc3052;
    width: 17px;
    height: 17px;
    left: 0;
    right: 0;
    margin: auto;
    top: 48px
}

.single-blog-post .content-box,
.single-blog-post .img-box {
    display: table-cell;
    vertical-align: middle
}

.single-blog-post .img-box {
    width: 270px
}

.single-blog-post .content-box {
    padding: 5px 5px 5px 10px
}

.single-blog-post .content-box .date {
    font-size: 18px;
    color: #444;
    margin-bottom: 9px
}

.single-blog-post .content-box .date span {
    font-size: 45px;
    color: #242424
}

.single-blog-post .content-box h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 4px
}

.single-blog-post .content-box p {
    color: #000;
    font-size: 14px;
    margin-bottom: 0
}

.img-cap-effect:hover .img-box .img-caption {
    top: 0
}

.img-cap-effect:hover .img-box .img-caption:before {
    bottom: 10px;
    opacity: 1
}

.img-cap-effect:hover .img-box .img-caption .box-holder ul {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.img-cap-effect .img-box {
    position: relative;
    overflow: hidden
}

.img-cap-effect .img-box .img-caption {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #90EE904D;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s
}

.img-cap-effect .img-box .img-caption:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 100%;
    opacity: 0;
    border: 5px solid #fff;
    border-bottom: 0;
    border-right: 0;
    -webkit-transition: .5s .5s;
    transition: .5s .5s
}

.img-cap-effect .img-box .img-caption .box-holder {
    width: 100%;
    height: 100%;
    display: table
}

.img-cap-effect .img-box .img-caption .box-holder ul {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: .5s 1s;
    transition: .5s 1s
}

.img-cap-effect .img-box .img-caption .box-holder ul li a {
    display: block;
    width: 30px;
    height: 30px;
    background: #cc3052;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px
}

.single-blog-post {
    background: #f5f5f5;
    box-shadow: 0 6px 5px #8b8b8b
}

.abt-text .sec-title p {
    text-transform: capitalize;
    font-size: 16px
}

.serv-blk .col-md-3:nth-child(10) .serv-inner-blk p {
    bottom: 30px
}

.footer-title {
    margin-bottom: 10px
}

.doc-abt-img,
.doc-img {
    box-shadow: 0 0 5px #8b8b8b;
    border: 8px solid #fff
}

.serv-sec .serv-blk,
.testi-sec .testi-blk {
    padding-top: 25px
}

.testi-left img {
    border: 8px solid #f5f5f5;
    box-shadow: 0 -1px 7px 0 #b6b6b6
}

.modal-box .show-modal {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    outline: 0;
    display: block;
    transition: .3s
}

.modal-box .show-modal:focus,
.modal-box .show-modal:hover {
    color: #fff;
    border: none;
    outline: 0;
    text-decoration: none;
    text-shadow: 0 0 3px #000;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .4)
}

.modal-backdrop.in {
    opacity: 0
}

.modal-box .modal {
    top: 10px !important
}

.modal-box .modal-dialog {
    width: 400px;
    margin: 15px auto 10px
}

.modal-box .modal-dialog .modal-content {
    background: var(--color-default);
    border-radius: 25px;
    box-shadow: 0 0 25px -8px #555;
    position: relative;
    border: none
}

.modal-box .modal-dialog .modal-content .close {
    color: #fff;
    background-color: var(--color-secondary);
    font-size: 33px;
    line-height: 28px;
    height: 28px;
    width: 28px;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    left: auto;
    right: -7px;
    top: -7px;
    z-index: 1;
    transition: .3s
}

.modal-box .modal-dialog .modal-content .close span {
    margin: -4px 0 0;
    display: block
}

.modal-box .modal-dialog .modal-content .close:hover {
    color: #fff;
    background-color: var(--color-secondary)
}

.modal-box .modal-dialog .modal-content .modal-body {
    padding: 30px !important
}

.modal-box .modal-dialog .modal-content .modal-body .icon {
    color: #f2f7fb;
    font-size: 80px;
    text-align: center;
    line-height: 100px;
    margin: 0 0 35px
}

.modal-box .modal-dialog .modal-content .modal-body .title {
    color: #009688;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin: 0 0 10px
}

.modal-box .modal-dialog .modal-content .modal-body .description {
    color: #777;
    font-size: 13px;
    text-align: center;
    margin: 0 0 15px
}

.modal-content .form-control {
    color: #cfcfcf;
    font-size: 16px;
    min-height: 40px;
    padding: 2px 15px;
    display: inline-block;
    transition: .3s;
    border: none;
    border-bottom: 1px solid #cfcfcf42;
    background-color: transparent
}

.modal-content .form-control::placeholder {
    color: #cfcfcf;
    font-size: 16px
}

.modal-content .form-control:hover {
    box-shadow: 0 8px 16px rgba(3, 4, 28, .3)
}

.modal-box .modal-dialog .modal-content .modal-body .subscribe {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 3px 15px;
    margin: 0 auto;
    border: none;
    border-radius: 50px;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
    transition: .3s;
    background-color: var(--color-secondary)
}

@media only screen and (max-width:768px) {
    .modal-dialog {
        width: 400px !important
    }
}

@media only screen and (max-width:576px) {
    .modal-dialog {
        width: 95% !important
    }

    .modal-box .modal-dialog .modal-content .modal-body .title {
        font-size: 33px
    }
}

.modal-backdrop.fade {
    opacity: 0;
    z-index: -1
}

.app-text {
    padding: 0 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 100;
    color: #fff;
    text-align: center
}

.form-sec h2 {
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 26px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 400
}

.bread_cumb_wrap {
    position: relative;
    text-align: right;
    left: 0;
    right: 0;
    padding: 222px 0 60px
}

.bread_cumb_wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 119px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 44px;
    background: linear-gradient(to left, var(--color-slight), #daf4ef00, var(--color-slight))
}

.breadcrumb,
.main-timeline .timeline-icon,
.main-timeline .timeline:after {
    background-color: var(--color-default)
}

.bread_cumb_wrap h1 {
    text-transform: capitalize;
    color: #000;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600
}

.breadcrumb h2,
.contact_form h4,
.doc-abt-content h2,
.left_address h3,
.main-timeline .title {
    text-transform: uppercase
}

.bread_cumb_wrap ul {
    display: inline-block;
    border-radius: 30px
}

.bread_cumb_wrap ul li {
    display: inline-block;
    position: relative;
    padding: 3px 0 3px 10px;
    color: var(--color-default)
}

.bread_cumb_wrap i {
    color: var(--color-secondary);
    position: relative
}

.bread_cumb_wrap ul li a {
    display: block;
    color: var(--color-default);
    font-size: 17px
}

.inner-section {
    position: relative;
    min-height: 47vh;
    padding: 41px 0
}

.main-timeline:after {
    content: '';
    display: block;
    clear: both
}

.main-timeline:before {
    content: '';
    height: 100%;
    width: 7px;
    border-left: 3px solid #ccc;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0
}

.main-timeline .timeline {
    width: 50%;
    padding: 0 0 0 40px;
    margin: 0 0 0 20px;
    float: right;
    position: relative
}

.main-timeline .timeline:after {
    content: '';
    height: 35px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 60px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%)
}

.main-timeline .timeline-content {
    text-align: center;
    padding: 35px 40px;
    display: block;
    position: relative;
    z-index: 1
}

.main-timeline .timeline-content:after,
.main-timeline .timeline-content:before {
    content: '';
    background-color: #fff;
    border-radius: 50px 0;
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, .5);
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 0;
    top: 0;
    z-index: -1
}

.main-timeline .timeline-content:after {
    background-color: transparent;
    box-shadow: none;
    border: 2px solid var(--color-default);
    left: 0;
    bottom: 0;
    right: 10px;
    top: 10px
}

.main-timeline .timeline-icon {
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.contact_form h4,
.left_address ol li i,
.main-timeline .title,
.serv-matter h2 {
    /*color: #051810*/
}

.main-timeline .title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px
}

.main-timeline .description {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 0 10px
}

.main-timeline .timeline:nth-child(2n) {
    float: left;
    padding: 0 40px 0 0;
    margin: 0 20px 0 0
}

.main-timeline .timeline:nth-child(2n):after {
    transform: rotateY(180deg);
    left: auto;
    right: 0
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .timeline-content:before {
    border-radius: 0 50px
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    left: auto;
    right: 0
}

@media screen and (max-width:767px) {

    .main-timeline .timeline:last-child:after,
    .main-timeline:before {
        display: none
    }

    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(2n) {
        width: 100%;
        padding: 0 0 35px;
        margin: 0
    }

    .main-timeline .timeline:last-child {
        padding: 0
    }

    .main-timeline .timeline:after,
    .main-timeline .timeline:nth-child(2n):after {
        transform: translateX(-50%) rotate(-90deg);
        left: 50%;
        top: auto;
        bottom: 0
    }
}

@media screen and (max-width:576px) {
    .main-timeline .title {
        font-size: 18px
    }
}

.left_address {
    background: rgba(0, 128, 0, 0.3);
    color: #fff;
    padding: 43px 26px;
    margin-bottom: 30px;
    text-align: center
}

.left_address h3 {
    margin-bottom: 20px
}

.left_address ol {
    list-style-type: none;
    padding: 0
}

.left_address ol li {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 25px;
    padding-bottom: 25px
}

.left_address ol li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.left_address ol li i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    font-size: 26px;
    line-height: 51px;
    margin-bottom: 15px;
    border-radius: 50%
}

.left_address ol li span {
    display: block
}

.c_map iframe {
    width: 100%;
    height: 243px;
    border: 5px solid #ccc;
    box-shadow: 0 0 10px
}

.contact_form {
    position: relative;
    padding: 20px;
    margin-bottom: 32px;
    text-align: center
}

.contact_form h4 {
    margin-bottom: 30px;
    font-size: 37px;
    display: inline-block;
    border-bottom: 2px dashed
}

.contact_form .form-control {
    height: 45px;
    background-color: #e9e7e7;
    border-bottom: 0
}

.contact_form textarea.form-control {
    height: 80px
}

.contact_form .btn {
    margin-top: 40px
}

.serv-blk .col-md-3:nth-child(10) .serv-inner-blk .serv-text {
    min-height: 230px
}

.inner-section1 {
    padding: 100px 0
}

.serv-img img {
    border: 7px solid #f5f5f5;
    box-shadow: 0 0 10px #9f9f9f;
    margin-bottom: 15px;
    width: 100%
}

.serv-matter p {
    font-size: 15px;
    margin-bottom: 7px;
    text-align: justify;
    line-height: 30px
}

.serv-matter h2 {
    font-size: 23px;
    margin-bottom: 10px
}

.ol-style {
    padding: 0 0 0 20px
}

.ol-style li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 7px;
    line-height: 28px;
    font-size: 15px
}

.ol-style li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    line-height: 28px;
    color: #373434;
    font-weight: 900;
    content: "\f101";
    font-family: "Font Awesome 5 Free"
}

.ol-style.style2 li {
    padding-left: 0;
    list-style: auto
}

.ol-style.style2 {
    padding-left: 40px
}

.doc-abt-content h2 {
    padding-top: 20px;
    margin-top: 0;
    font-size: 39px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--color-primary)
}

.doc-abt-content h5 {
    border: 1px dashed var(--color-default);
    border-left: transparent;
    border-right: transparent;
    display: inline-block;
    line-height: 32px;
    color: #2F5D50;
}

.doc-abt-content p {
    position: relative;
    text-align: center;
    line-height: 23px;
    padding-top: 10px;
    font-size: 16px
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: "/"
}

.breadcrumb-outer {
    padding-top: 148px
}

.breadcrumb {
    text-align: right;
    color: #fff;
    padding: 25px;
    border-radius: 0
}

.breadcrumb ol>li {
    text-align: center;
    display: inline-block
}

.breadcrumb a {
    color: #fff;
    font-weight: 400;
    font-size: 16px
}

.breadcrumb h1 {
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff
}

.breadcrumb h2 {
    font-size: 25px;
    font-weight: 400;
    color: #fff
}

.f-ad h3,
.left_address h4 {
    font-size: 20px;
    text-transform: uppercase
}

.blog-inner-content a,
.blog-inner-content h2,
.f-ad h3 {
    color: #051810
}

.blog-inner-content h2 {
    font-size: 24px;
    margin-bottom: 10px
}

.blog-inner-content p {
    line-height: 30px;
    text-align: justify
}

.blog-inner-content a {
    border: 1px solid var(--color-secondary);
    padding: 3px 10px
}

.blog-inner-image img {
    border: 8px solid #fff;
    box-shadow: 0 0 14px #00000038
}

.mg-top {
    margin-top: 40px;
}

.vide-page iframe {
    border: 4px solid #f5f5f5;
    height: 220px;
    box-shadow: 0px 0px 7px #00000052;
    width: 100%;
    margin-bottom: 30px;
}