@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,800;1,300;1,400;1,600;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap);
body {
    font-family: Nunito, sans-serif;
    color: #444
}

body::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .1;
    z-index: -1
}

a {
    color: #1977cc;
    text-decoration: none
}

a:hover {
    color: #3291e6;
    text-decoration: none
}

#header {
    background-color: #fff;
    transition: all .5s;
    z-index: 997;
    padding: 15px 0;
    top: 50px;
    box-shadow: 0 2px 15px rgba(25, 119, 204, .1)
}

#header.header-scrolled {
    top: 0
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    letter-spacing: .5px;
    font-family: Poppins, sans-serif;
    position: absolute;
    width: 156px;
    height: 156px;
    top: -52px;
    background: #fff;
    left: 0;
    border-radius: 50%;
    text-align: center;
    line-height: 144px;
    box-shadow: 0 0 17px 0 #848484;
    z-index: 999
}

.header-scrolled .logo {
    border-radius: 0 0 50% 50%!important;
    top: -20px!important
}

#header .logo img {
    width: 129px
}

.appointment-btn {
    margin-left: 25px;
    background-image: linear-gradient(45deg, #e54146, #52535b);
    margin-top: 2px;
    color: #fff;
    border-radius: 50px;
    padding: 11px 25px;
    white-space: nowrap;
    transition: .3s;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0
}

.appointment-btn:hover {
    background-image: linear-gradient(180deg, #e54146, #52535b);
    color: #fff
}

@media (max-width:768px) {
    .appointment-btn {
        padding: 6px 18px
    }
}

.navbar {
    padding: 0 0 0 14px;
    display: block;
    text-align: center
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    align-items: center
}

.navbar li {
    position: relative
}

.navbar>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 8px 0 8px 20px;
    display: inline-block
}

.navbar>ul>li>a {
    font-size: 15px;
    color: #191919;
    font-weight: 600
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #ec3237;
    white-space: nowrap;
    transition: .3s;
    border-bottom: 2px solid #fff;
    padding: 5px 2px
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
}

.navbar .active,
.navbar .active:focus,
.navbar a:hover,
.navbar li:hover>a {
    color: #ec3237
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 20px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 17px 0 #848484;
    transition: .3s
}

.navbar .dropdown ul li {
    min-width: 200px
}

.navbar .dropdown ul a {
    padding: 6px 21px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #082744;
    border: none
}

.navbar .dropdown ul a i {
    font-size: 12px
}

.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover>a {
    color: #d44349
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}

.dropdown ul li .active {
    color: #ec3237
}

.dropdown ul li .active {
    color: #fff;
    text-align: center;
    background-color: #ec3237
}

.dropdown ul li .active:hover {
    color: #fff!important;
    border: 2px solid #52535b;
    text-align: center;
    background-color: #ec3237
}

@media (max-width:1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

.mobile-nav-toggle {
    color: #2c4964;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .5s
}

.mobile-nav-toggle.bi-x {
    color: #fff
}

@media (max-width:991px) {
    .mobile-nav-toggle {
        display: block
    }
    .navbar ul {
        display: none
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(28, 47, 65, .9);
    transition: .3s;
    z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: .3s
}

.navbar-mobile>ul>li {
    padding: 0
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #2c4964;
    border: none
}

.navbar-mobile .active,
.navbar-mobile a:hover,
.navbar-mobile li:hover>a {
    color: #d44349
}

.navbar-mobile .getstarted {
    margin: 15px
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25)
}

.navbar-mobile .dropdown ul li {
    min-width: 200px
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px
}

.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #d44349
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block
}

#hero {
    width: 100%;
    height: 110vh;
    background-size: cover
}

#hero .container {
    position: relative
}

#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #e54146;
    position: absolute
}

#hero h2 {
    color: #52535b;
    margin: 10px 0 0 0;
    font-size: 24px
}

#hero .btn-get-started {
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    margin-top: 30px;
    border-radius: 50px;
    transition: .5s;
    color: #fff;
    background-image: linear-gradient(45deg, #e54146, #52535b);
    color: #fff
}

#hero .btn-get-started:hover {
    background-image: linear-gradient(200deg, #e54146, #52535b);
    color: #fff
}

#hero .swiper-container {
    width: 100%;
    height: 100%
}

#hero .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

#hero .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#hero .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, .2)
}

#hero .swiper-pagination-bullet-active {
    color: #fff;
    background: #ed3237
}

#hero .swiper-image {
    position: relative
}

@media (min-width:1024px) {
    #hero {
        background-attachment: fixed
    }
}

@media (max-width:992px) {
    #hero {
        margin-bottom: 0;
        height: 100vh
    }
    #hero .container {
        padding-bottom: 63px
    }
    #hero h1 {
        font-size: 28px;
        line-height: 36px
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px
    }
}

@media (max-height:600px) {
    #hero {
        height: 110vh
    }
}

section {
    padding: 0 0
}

.section-bg {
    background-color: #f1f7fd
}

.section-title {
    text-align: center
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #000;
    text-transform: uppercase
}

.section-title h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px)
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #ed3237;
    bottom: 0;
    left: calc(50% - 20px)
}

.title2 h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #33353f!important;
    bottom: 0;
    left: calc(50% - 20px)
}

.section-title p {
    margin-bottom: 0
}

.blog-bar {
    max-width: 43em;
    padding: 2em 1em;
    background: #f7f7f7;
    margin: 91px 0 30px;
    box-shadow: 0 0 17px 0 #e6e6e6;
    border: 2px solid #ccc
}

.blog-bar h3 {
    font-weight: 700;
    padding: .125em 0;
    line-height: 1em;
    margin: 0 0 .25em 0!important;
    left: 0;
    font-size: 2.75em;
    position: relative;
    transition: all .125s linear;
    color: #ed3237
}

.blog-bar ul {
    padding: 0
}

.blog-bar ul li {
    padding: 0;
    margin-bottom: 1em;
    line-height: 1.5em;
    display: block;
    margin: 0;
    position: relative!important;
    font-weight: 300;
    font-size: 1em
}

.blog-bar li a {
    padding: 0 0 12px 17px;
    margin-bottom: 12px;
    position: relative;
    display: block;
    color: #363232;
    list-style: none;
    font-size: 14px;
    border-bottom: 1px dashed
}

.blog-bar li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.blog-bar li a:hover {
    color: #e54146
}

.blog-bar ul li:hover {
    background-color: #e54146
}

.blog-bar ul li:hover a {
    color: #fff
}

.blog-bar ul li:hover a::before {
    color: #fff
}

.blog-bar li a::before {
    display: block;
    font-weight: 700;
    color: #ed3237;
    font-size: 1.25em;
    font-family: boxicons;
    content: "\e9b2";
    padding: 0;
    position: absolute;
    top: -.1em;
    left: 0;
    -webkit-transition: all .125s linear;
    -moz-transition: all .125s linear;
    -o-transition: all .125s linear;
    transition: all .125s linear
}

.blog-bar li a:hover:before {
    left: .25em
}

.about h4 {
    color: #5f727e;
    font-size: 4vmin;
    font-weight: 600
}

.about h1 {
    color: #e54146;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase
}

.about p {
    color: #555;
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px
}

.custom-btn {
    padding: 10px 25px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    background: 0 0;
    outline: 0!important;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    display: inline-block;
    right: 0
}

.btn-4 {
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
    text-align: center;
    color: #000
}

.btn-4 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.btn-4:after,
.btn-4:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: #e54146;
    transition: all .3s ease
}

.btn-4:before {
    height: 50%;
    width: 2px
}

.btn-4:after {
    width: 20%;
    height: 2px
}

.btn-4:hover:before {
    height: 100%
}

.btn-4:hover:after {
    width: 100%
}

.btn-4 span:after,
.btn-4 span:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #e54146;
    transition: all .3s ease
}

.btn-4 span:before {
    width: 2px;
    height: 50%
}

.btn-4 span:after {
    width: 20%;
    height: 2px
}

.btn-4 span:hover:before {
    height: 100%
}

.btn-4 span:hover:after {
    width: 100%
}

.share {
    position: relative;
    z-index: 999
}

.share ul {
    list-style: none;
    position: fixed;
    top: 50%;
    left: -34px;
    transform: translateY(-50%)
}

.share ul li a {
    display: block;
    margin-left: 0;
    height: 45px;
    width: 60px;
    border-radius: 0 25px 25px 0;
    border: 2px solid #000;
    background: #fff;
    margin-bottom: 1em;
    transition: all .4s ease-in-out;
    color: #2980b9;
    text-decoration: none;
    line-height: 42px;
    position: relative
}

.share ul li a:hover {
    cursor: pointer;
    width: 150px;
    color: #fff
}

.share ul li a:hover span {
    left: 0
}

.share ul li a span {
    padding: 0 30px 0 15px;
    position: absolute;
    left: -120px;
    transition: left .4s ease
}

.share ul li a i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 1.5em
}

.share ul li .facebook {
    background: rgba(255, 255, 255);
    border-color: #378bf8;
    color: #378bf8
}

.share ul li .facebook:hover {
    background: #378bf8
}

.share ul li .youtube {
    background: #fff;
    border-color: #e62222;
    color: #e62222
}

.share ul li .youtube:hover {
    background: #e62222
}

.share ul li .twitter {
    background: #ffff;
    border-color: #833ab4;
    color: #833ab4
}

.share ul li .twitter:hover {
    background: #833ab4
}

.share ul li .blogger {
    background: #fff;
    border-color: #e67e22;
    color: #e67e22
}

.share ul li .blogger:hover {
    background: #e67e22
}

.share1 {
    position: relative;
    z-index: 999
}

.share1 ul {
    list-style: none;
    position: fixed;
    top: 42%;
    right: 0;
    width: 51px;
    padding: 0
}

.share1 ul li a {
    display: block;
    margin-right: -2px;
    height: 45px;
    width: 305px;
    text-align: center;
    border-radius: 25px 0 0 25px;
    border: 2px solid #000;
    background: #fff;
    margin-bottom: 1em;
    transition: all .4s ease;
    color: #2980b9;
    text-decoration: none;
    line-height: 42px;
    left: 0;
    position: relative
}

.share1 ul li a:hover {
    cursor: pointer;
    left: -237px;
    color: #fff
}

.share1 ul li a span {
    padding: 0 30px 0 15px;
    position: absolute;
    right: -2px;
    transition: right .4s ease
}

.share1 ul li a i {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 1.5em
}

.share1 ul li .gmail {
    background: rgba(255, 255, 255);
    border-color: #378bf8;
    color: #378bf8
}

.share1 ul li .gmail:hover {
    background: #378bf8
}

.share1 ul li .phone-call {
    background: #fff;
    border-color: #e62222;
    color: #e62222
}

.share1 ul li .phone-call:hover {
    background: #e62222
}

.container {
    position: relative
}

.icon-box img {
    text-align: center;
    width: 72px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.img-box {
    background-color: #fff;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    text-align: center;
    align-items: center;
    box-shadow: 0 0 17px 4px #d0d0d0;
    position: relative;
    border: 8px solid #ccc;
    line-height: 122px
}

.img-box:hover {
    background-color: #ec3237
}

.img-box:hover img {
    filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1)
}

.icon-box {
    display: inline-block;
    text-align: center;
    margin-bottom: 38px
}

.icon-box h3 {
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
    color: #2c4964;
    text-transform: uppercase
}

.php-email-form {
    width: 100%
}

.php-email-form .form-group {
    padding-bottom: 8px
}

.php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px
}

.php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.php-email-form .error-message br+br {
    margin-top: 25px
}

.php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite
}

.php-email-form input,
.php-email-form select,
.php-email-form textarea {
    border-bottom: 1px solid #ffff;
    box-shadow: none;
    font-size: 14px;
    padding: 10px!important
}

.php-email-form input:focus,
.php-email-form select:focus,
.php-email-form textarea:focus {
    color: #fff;
    box-shadow: none;
    background-color: transparent
}

option {
    color: #000;
    background-color: transparent!important
}

.php-email-form input,
.php-email-form select {
    height: 44px;
    background: #75070700;
    color: #bf4646;
    border: 0;
    border-bottom: 1px solid #fff;
    width: 90%;
    border-radius: 0
}

.php-email-form textarea {
    background: 0 0;
    color: #fff;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    height: 82px
}

.php-email-form input::placeholder,
.php-email-form textarea::placeholder {
    color: #ffff
}

.php-email-form .form-select {
    background-color: transparent
}

.php-email-form textarea {
    padding: 10px 12px
}

.php-email-form button[type=submit] {
    background-color: #f7f7f7;
    padding: 10px 35px;
    color: #000;
    transition: .4s;
    border-radius: 50px;
    margin-top: 5px
}

.php-email-form button[type=submit]:hover {
    background-color: #413939;
    color: #fff
}

.testimonial-section {
    background-image: url(../img/testimonials_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    padding: 90px 0
}

.testimonial-section::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 56%;
    height: 100%;
    background-color: rgb(0 0 0 / 83%)
}

.testimonials .testimonial-wrap {
    padding-left: 50px
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 0 0 0 60px;
    margin: 30px 2px 0;
    position: relative;
    background: 0 0;
    color: #fff;
    text-align: left
}

.testimonials .testimonial-item .testimonial-img {
    width: 114px;
    border-radius: 50%;
    position: absolute;
    left: -46px;
    top: 0;
    padding: 7px
}

.testimonials .testimonial-item h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0 5px 0;
    color: #f5c10a;
    text-transform: uppercase
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0
}

.testimonials .testimonial-item p {
    color: #fff
}

.mom {
    width: 100%!important;
    box-shadow: 0 0 21px 4px #797878
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #f7baba;
    font-size: 26px
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px auto 15px auto
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #e54146
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e54146
}

@media (max-width:767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0
    }
    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px
    }
    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto
    }
}

.subscribe-area {
    background-image: linear-gradient(to top, #e54146 0, #e54146 100%);
    position: relative;
    padding: 30px 0
}

.pt-70 {
    padding-top: 20px
}

.mb-15 {
    margin-bottom: 15px
}

.subscribe-text span {
    font-size: 18px;
    color: #fff
}

.subscribe-text h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase
}

.subscribe-wrapper {
    overflow: hidden;
    position: relative
}

.mb-15 {
    margin-bottom: 15px
}

.subscribe2-wrapper .subscribe-form input {
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 57px;
    margin-right: 17px;
    padding-left: 35px;
    width: 100%;
    cursor: pointer
}

.subscribe2-wrapper .subscribe-form button {
    background: #ffff;
    border: none;
    border-radius: 30px;
    color: #4b5d73;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 19px 46px;
    transition: all .3s ease 0s;
    position: absolute;
    right: 0;
    top: 0
}

.subscribe2-wrapper .subscribe-form button i {
    font-size: 18px;
    padding-left: 5px
}

.subscribe-form input::placeholder {
    color: #ffff
}

#footer {
    color: #444;
    font-size: 14px;
    background: #f1f1f7;
    position: relative
}

#footer .footer-top {
    background-color: #f1f1f7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 58px 0 16px
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-contact h3 {
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    color: #e54146
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Raleway, sans-serif;
    color: #000
}

#footer .footer-top h4 {
    font-size: 21px;
    font-weight: 700;
    color: #0f1921;
    position: relative;
    padding-bottom: 12px;
    text-transform: uppercase
}

#footer .footer-top .footer-links {
    margin-bottom: 37px
}

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

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #d64248;
    font-size: 25px;
    line-height: 1
}

#footer .footer-top .footer-links ul li {
    padding: 7px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #000;
    transition: .3s;
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #d24348
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #444
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #1977cc;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .social-links a:nth-child(2) {
    background: #ec32c4
}

#footer .social-links a:nth-child(3) {
    background: #e62222
}

#footer .social-links a:nth-child(4) {
    background: #e54146
}

#footer .footer-newsletter {
    font-size: 15px;
    border: 0
}

.news {
    border-right: 1px dashed
}

#footer .footer-newsletter h4 {
    font-size: 22px;
    font-weight: 700;
    color: #ec3237;
    position: relative
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #bfdcf7;
    width: 50%;
    margin: auto
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px)
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 20px;
    background-image: linear-gradient(45deg, #e54146, #212529);
    color: #fff;
    transition: .3s;
    border-radius: 50px
}

#footer .footer-newsletter form input[type=submit]:hover {
    background-image: linear-gradient(270deg, #e54146, #212529)
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #212526
}

#footer .credits a {
    color: #e54146
}

#footer .credits a:hover {
    color: #b91f24
}

#footer .social-links a {
    color: #fff;
    text-decoration: none
}

#footer .social-links a:hover {
    background: #212526;
    color: #fff;
    text-decoration: none
}

iframe {
    box-shadow: 0 0 17px 0 #848484
}

.map {
    position: absolute;
    z-index: -1
}

.footer-map {
    width: 400px;
    height: 200px
}

#footer .call-action {
    padding: 20px;
    border-radius: 15px;
    position: relative;
    background: #212529;
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 73%;
    text-align: center;
    margin: 0 auto;
    bottom: 30px
}

#footer .card.call-action:hover {
    transition: width .7s;
    width: 100%
}

@media (max-width:768px) {
    .icon-box img {
        width: 70px
    }
    .img-box {
        width: 120px;
        height: 120px
    }
    .icon-box h3 {
        font-size: 13px
    }
    #header .logo img {
        width: 100px
    }
    #header .logo {
        width: 120px;
        height: 120px;
        top: -36px;
        line-height: 116px
    }
    .share ul {
        left: -5%
    }
    .footer-map {
        width: 100%;
        height: 200px
    }
    .section-title {
        padding-bottom: 0
    }
    .testimonials .testimonial-wrap {
        padding-left: 0
    }
    #footer .call-action {
        bottom: 10px
    }
    #footer .footer-newsletter form {
        width: 80%
    }
    .order-last {
        order: 0!important
    }
}

@media (max-width:425px) {
    #header {
        top: 37px
    }
    #footer .call-action {
        bottom: 0
    }
    #footer .card.call-action {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    #footer .footer-newsletter form {
        width: 90%
    }
    .order-last {
        order: 0!important
    }
    .section-title {
        padding-top: 30px;
        padding-left: 0;
        margin-left: -20px
    }
}

.contact-info li {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 14px;
    padding: 0 0 20px 44px;
    border-bottom: 1px dashed #949393;
    list-style: none
}

.copyright.text-center {
    font-size: 16px;
    border-top: 1px dashed;
    padding-top: 13px
}

.contact-info li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    font-size: 16px;
    line-height: 29px;
    width: 30px;
    height: 30px;
    background: linear-gradient(to left, #e54146, #212526);
    text-align: center;
    color: #fff;
    border-radius: 3px
}

.contact-info li a {
    color: #000
}

.accordion .card-title {
    border-radius: 10px
}

.accordion .card {
    background-color: #ec32371a
}

.accordion-button {
    box-shadow: 0 0 21px 4px #ccc;
    background-color: #e54146
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #212526
}

.Departments {
    background-color: #d64348;
    padding: 40px 45px;
    border: 10px solid #ccc;
    margin: 0 0 72px
}

.abt_btn {
    text-align: right
}

.container {
    max-width: 1192px
}

.faq_s {
    position: relative;
    padding: 67px 0 86px
}

.faqcard h4 {
    font-size: 20px;
    color: red
}

.faqcard span {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 10px;
    position: relative;
    width: 40px;
    height: 40px;
    border: 2px solid;
    line-height: 36px;
    border-radius: 50%;
    background: #152129;
    box-shadow: 0 0 10px #989898
}

.faq_row .col-md-4,
.faq_row .col-md-6 {
    padding: 26px 22px
}

.faq_row .col-md-4 {
    border-bottom: 1px dashed #ccc;
    border-right: 1px dashed #ccc
}

.faq_row .col-md-4:nth-child(3) {
    border-right: 0px
}

.faq_row .col-md-4:nth-child(2) {
    background-color: #f5f5f5
}

.faq_row .col-md-6:nth-child(4) {
    border-right: 1px dashed #ccc
}

.inner_content {
    position: relative;
    min-height: 47vh;
    padding: 59px 0 80px
}

.inner_content p {
    line-height: 30px!important
}

.inner-content {
    min-height: 60vh
}

.breadcumb_section {
    position: relative;
    padding: 189px 0 16px;
    text-align: center
}

.breadcumb_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(to bottom, #ffd7d9, transparent);
    transform: skew(0deg, 0)
}

.breadcrumb_container {
    position: relative;
    top: 0;
    left: 0
}

.breadcumb_section .breadcrumb_container h1 {
    text-transform: capitalize;
    color: #1b2a37;
    font-size: 30px;
    padding-bottom: 0;
    font-weight: 700
}

.breadcumb_section .breadcrumb_container ul {
    list-style: none;
    padding: 5px;
    display: inline-block;
    background-color: #d2393d;
    border-bottom: 2px solid #191818;
    border-radius: 10px;
    text-align: center
}

.breadcumb_section .breadcrumb_container ul li {
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    border-radius: 0 25px 0 25px;
    margin-bottom: 5px;
    text-align: center;
    margin-left: -8px
}

.breadcumb_section .breadcrumb_container ul li a {
    color: #fff!important;
    border-radius: 0 25px 0 25px
}

.breadcumb_section .breadcrumb_container ul li a:hover {
    color: #000!important
}

.breadcumb_section .breadcrumb_container ul li::before {
    content: "";
    position: absolute
}

.breadcumb_section .breadcrumb_container ul li:last-child:before {
    content: none
}

.contact .info-box {
    color: #444;
    text-align: center;
    box-shadow: 0 0 6px rgb(154 155 156 / 60%);
    padding: 25px 36px 29px;
    border-radius: 4px;
    background: linear-gradient(to left, #ffd7d8, transparent, #f7f7f7)
}

.contact .info-box i {
    font-size: 32px;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    background: #ca2628
}

.contact .info-box h3 {
    font-size: 20px;
    color: #444;
    font-weight: 700;
    margin: 12px 0 0;
    text-transform: uppercase
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.contact .php-email-form {
    padding: 21px;
    border-radius: 19px;
    background-color: #1e2a32;
    border: 12px solid #ccc
}

.contact .php-email-form .error-message {
    display: none;
    color: #3f3f3f;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px
}

.contact .php-email-form .sent-message {
    display: none;
    color: #3f3f3f;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .loading {
    display: none;
    background: #3f3f3f;
    text-align: center;
    padding: 15px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite
}

.contact .php-email-form .form-group {
    margin-bottom: 25px
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    background: #e03a3c00;
    border-color: #fff
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #111
}

.contact .php-email-form input {
    padding: 10px 15px
}

.contact .php-email-form textarea {
    padding: 12px 15px
}

.contact .php-email-form button[type=submit] {
    background: #e03a3c;
    border: 0;
    padding: 10px 32px;
    color: #fff;
    transition: .4s;
    border-radius: 4px;
    box-shadow: 0 0 0 3px
}

.contact .php-email-form button[type=submit]:hover {
    background: #e35052
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.app input::placeholder,
.app textarea::placeholder {
    color: #fff!important
}

.add {
    position: relative;
    top: 76px
}

.map_location iframe {
    width: 100%;
    height: 224px;
    border: 3px solid #ccc
}

.map_location {
    position: relative;
    top: 50px
}

.separator {
    content: "";
    height: 9px;
    width: 9px;
    background-color: #fff;
    position: relative;
    TOP: 5px
}

.testimonial {
    background: #fff;
    margin: 0 20px 30px;
    text-align: center;
    box-shadow: 0 10px 10px #ccc;
    border-top: 4px solid #ec3236;
    min-height: 296px
}

.testimonial .description {
    padding: 40px 30px 16px;
    font-size: 15px;
    color: #464545;
    position: relative
}

.testimonial .description:before {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-size: 21px;
    color: #fff;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 51px;
    background: #1c1c1c;
    text-align: center;
    line-height: 48px;
    border-radius: 50%
}

.testimonial .description:after {
    content: "";
    width: 50%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0
}

.testimonial .testimonial-content {
    position: relative;
    top: -1px
}

.testimonial .testimonial-content:before {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    top: -50px;
    left: 50%
}

.testimonial .testimonial-content:after {
    content: "";
    width: 2px;
    height: 40px;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0
}

.testimonial .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    top: -22px
}

.testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%
}

.testimonial .title {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    background-color: #ec3236;
    padding-left: 46px;
    position: relative;
    left: -37px;
    top: -22px;
    padding: 6px 6px 6px 20px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

#wrap {
    overflow: hidden;
    padding: 3%
}

#gallery {
    padding: 20px
}

#gallery li {
    list-style: none;
    perspective: 100px;
    -webkit-perspective: 100px;
    margin: 1px;
    float: right;
    position: relative;
    transition: .1s;
    -webkit-transition: .1s
}

#gallery li.video::before {
    content: '\25BA';
    color: #fff;
    font-size: 20px;
    height: 20px;
    width: 20px;
    line-height: .9;
    position: absolute;
    bottom: 3px;
    left: 4px;
    z-index: 1;
    background: rgba(0, 0, 0, .4);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .4);
    border-radius: 0 3px 0 0;
    pointer-events: none;
    opacity: 0;
    transition: .5s .2s
}

#gallery li.loaded.video::before {
    opacity: 1
}

#gallery a {
    display: block;
    width: 75px;
    height: 68px;
    overflow: hidden;
    background: rgba(0, 0, 0, .1);
    transition: .4s ease-out;
    -webkit-transition: .4s ease-out;
    -webkit-transform: rotateX(90deg) translate(-50px, -50%);
    transform: rotateX(90deg) translate(-50px, -50%)
}

#gallery a:active,
#gallery a:focus {
    outline: 0
}

#gallery a img {
    min-height: 100%;
    width: 100%;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out
}

#gallery .loaded a {
    -webkit-transform: rotateX(0) translate(0, 0);
    transform: rotateX(0) translate(0, 0)
}

#gallery li.loaded:hover {
    z-index: 2;
    transform: scale(1.5);
    -webkit-transform: scale(1.5)
}

#gallery li.loaded a:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 20px 5px #000;
    transition: .1s;
    -webkit-transition: .1s
}

#gallery li.loaded:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

#gallery li.loaded.video:hover::before {
    opacity: 0
}

#pbPrevBtn b:before {
    content: ''
}

#pbNextBtn b:after {
    content: ''
}

.service-ques {
    font-weight: 700;
    color: #ec3237;
    display: inline-block;
}

.inner_service_list li {
    list-style: none
}

.inner_service_list li img {
    width: 65px;
    height: auto
}

.inner_service_list {
    padding-left: 5px
}

.service-procedure p {
    color: #333
}

.service_img {
    padding: 11px;
    border: 2px dashed #4c4c4c;
    margin-bottom: 27px
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px
}

.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-bottom: 10px
}

.our-team-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px
}

.our-team-section:before {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    /**background: url(img/service-section-bottom.png);**/
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99
}

.our-team {
    padding: 0 0 12px;
    background: #fff6f6;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 32px;
    box-shadow: 0 10px 10px #b7b7b7;
    border-bottom: 5px solid #16232d
}

.our-team .pic {
    display: inline-block;
    width: 212px;
    height: 212px;
    margin-bottom: 2px;
    z-index: 1;
    position: relative
}

.our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #16232d;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    transition: all .3s linear 0s
}

.our-team:hover .pic:before {
    height: 100%;
    background: #d2393d
}

.our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .3s linear 0s
}

.our-team .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(1);
    transition: all .9s ease 0s;
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(.7);
    position: relative;
    z-index: 2
}

.our-team:hover .pic img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(.7)
}

.our-team .team-content {
    margin-bottom: 41px
}

.our-team .title {
    font-size: 24px;
    font-weight: 700;
    color: #d2393d;
    text-transform: uppercase;
    margin-bottom: 5px
}

.our-team .post {
    display: block;
    font-size: 22px;
    color: #4e5052;
    text-transform: capitalize
}

.our-team .social {
    width: 100%;
    padding-top: 10px;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all .5s ease 0s
}

.our-team:hover .social {
    bottom: 0
}

.our-team .social li {
    display: inline-block
}

.our-team .social li a {
    display: block;
    padding: 3px;
    font-size: 15px;
    color: #fff;
    transition: all .3s ease 0s;
    margin-bottom: 3px
}

.our-team .social li a:hover {
    color: #ec3237;
    background: #f7f5ec
}

@media only screen and (max-width:990px) {
    .our-team {
        margin-bottom: 10px
    }
}

.btn-5 {
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, .5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1.25s cubic-bezier(.19, 1, .22, 1);
    background-color: #ec3237;
    position: relative;
    top: 0;
    left: -15px;
    right: 0;
    margin: auto
}

.btn-5:hover {
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388
}

.list {
    column-count: 3
}

.list2 {
    column-count: 2
}

.serviceBox {
    color: #555;
    font-family: Poppins, sans-serif;
    text-align: right;
    padding: 10px 10px 10px 20px;
    position: relative;
    z-index: 1;
    text-align: center
}

.serviceBox:after,
.serviceBox:before {
    content: '';
    width: 2px;
    height: 22px;
    position: absolute;
    bottom: 42px;
    left: 0;
    right: 0;
    margin: auto;
    border-right: 2px solid
}

.serviceBox:after {
    border: none;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    left: 0
}

.service-icon img {
    border-radius: 50%
}

.serviceBox .service-icon {
    color: #fff;
    background-color: #f1f1f1;
    font-size: 50px;
    text-align: center;
    line-height: 100px;
    height: 160px;
    width: 160px;
    margin: 0 0 30px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 86%);
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 11px
}

.serviceBox .service-icon:before {
    content: '';
    border: 2px solid #333;
    border-left-color: transparent;
    border-top-color: transparent;
    border-radius: inherit;
    transform: rotate(45deg);
    position: absolute;
    right: -9px;
    top: -9px;
    bottom: -9px;
    left: -9px
}

.serviceBox .title {
    color: #1a1a1a;
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    margin: 0 0 5px;
    border-top: 2px solid;
    display: inline-block
}

.serviceBox .description {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    letter-spacing: .5px;
    margin: 0
}

.serviceBox.cyan .service-icon {
    background-color: #ec3237
}

.serviceBox.cyan .title {
    color: #ed3237
}

.serviceBox.blue .service-icon {
    background-color: #2c69ba
}

.serviceBox.blue .title {
    color: #2c69ba
}

.serviceBox.purple .service-icon {
    background-color: #ab37ad
}

.serviceBox.purple .title {
    color: #ab37ad
}

@media only screen and (max-width:990px) {
    .serviceBox {
        margin: 0 auto 30px
    }
}

@media only screen and (max-width:767px) {
    .serviceBox {
        width: 250px
    }
}

.pt-50 {
    padding-top: 79px
}

.serviceBox:hover .service-icon {
    background-color: #f19193
}

.serviceBox:hover .title {
    color: #ed7c7f
}

.breadcumb_section .breadcrumb_container ul li {
    display: inline-block;
    padding: 0;
    color: #fff;
    border-radius: 0;
    margin-bottom: 5px;
    text-align: center;
    margin-left: 7px
}

.doc-img {
    display: inline-block;
    width: 100%;
    z-index: 1
}

.doc-img img {
    width: 100%;
    box-shadow: 0 10px 10px #747474
}

.doc-img::before {
    content: "";
    position: absolute;
    height: 82px;
    width: 100%;
    left: 13px;
    right: 0;
    top: 0;
    background-color: #d2393d;
    z-index: -1;
    border-radius: 0 44px 44px 0
}

.doc-info {
    margin-top: 10px;
    color: #fff;
    text-align: center
}

.doc {
    text-align: center
}

.doc p {
    margin-top: 20px!important
}

.doc-certification h6 {
    font-size: 17px;
    color: #fff;
    padding: 10px;
    text-align: center;
    background: #3d5362;
    border-radius: 8px
}

.doc h3 {
    text-align: center;
    padding: 11px 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #d44349;
    display: inline-block;
    border-radius: 31px;
    font-size: 20px;
    background: #e3e3e3;
    margin: 11px 0 18px
}

.inner_service_list {
    text-align: left
}

.inner_service_list li {
    position: relative;
    color: #484848;
    margin: 10px;
    font-size: 15px;
    padding-left: 18px;
    margin-top: 1px
}

.inner_service_list li:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    left: 0;
    background-size: cover;
    top: 4px;
    border: 2px solid #ed6063
}

.doc-activities {
    text-align: center
}

.doc-activities h3 {
    text-align: center;
    padding: 11px 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #d44349;
    display: inline-block;
    border-radius: 31px;
    font-size: 20px;
    background: #e3e3e3;
    margin: 31px 0 18px
}

.aboutBox {
    color: #666;
    background: linear-gradient(to bottom, #fff, #ffe7e7);
    text-align: center;
    border: 10px solid #f1f1f1;
    padding: 20px;
    transition: all .3s;
    box-shadow: 0 11px 10px 0 #949292a8;
    margin-bottom: 24px
}

.aboutBox .title {
    color: #ec3237;
    font-weight: 600;
    font-size: 27px;
    text-transform: uppercase;
    margin: 0 0 10px
}

.aboutBox .description {
    font-size: 15px;
    line-height: 24px
}

.aboutBox ul {
    padding: 0;
    max-width: 258px;
    margin: auto
}

.aboutBox ul li {
    margin: 8px auto 0;
    color: #fff;
    font-size: 19px;
    background: #2a4354;
    border-radius: 999px;
    padding: 2px 0;
    list-style: none;
    display: block
}

.php-email-form input[type=date] {
    color: #fff
}

.facrow,
.mvvrows {
    justify-content: center
}

.mvvrows {
    align-items: center
}

.about_inner_content {
    text-align: center
}

.about_inner_content p:nth-child(1) {
    background-color: #2a4354;
    color: #fff;
    padding: 19px 31px;
    border-radius: 10px
}

.contact-info {
    padding: 0
}

.inner-section {
    min-height: 60vh;
    padding: 80px 0 62px;
}

.services-content h2 {
    color: #d2393d;
    font-size: 26px;
}

.services-content p {
    line-height: 26px;
    margin-bottom: 16px;
    font-weight: 400
}

.text-left {
    text-align: left!important
}

._blog_nav {
    position: relative;
    box-shadow: 0 0 10px #ccc;
    padding: 17px 18px;
    margin-top: 37px;
    border-top: 4px solid #191818;
    background: #d2393d
}

._blog_nav h4 {
    text-transform: capitalize;
    font-size: 25px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid;
    color: #fff
}

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

._blog_nav ul li a {
    display: block;
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 17px;
    color: #fefffc;
    font-size: 18px
}

._blog_nav ul li:last-child a {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

._blog_nav ul li a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid;
    left: 0;
    border-radius: 50%;
    top: 8px
}

ol,
ul {
    list-style: none
}

.btn-success {
    color: #fff;
    background-color: #221f21;
    border-color: #313835
}

.blog_text h2 {
    font-size: 25px;
    color: #ec3237;
    font-weight: 700;
}

.blog_lists_ {
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.blog_lists_:last-child {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.blog_text h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}