
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,400i,500,600,700,800,900');

body {
    font-family: 'Fira Sans', sans-serif;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5;
    color: #565857;
    overflow-x: hidden;
}


/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
    }

h1 {
    font-size: 70px;
    font-style: normal;
    line-height: 75px;
    font-weight: 600;
    text-transform: capitalize;
    color: #4ab242;
}

h2 {
    font-size: 21px;
    font-style: normal;
    line-height: 46px;
    font-weight: 700;
    color: #202125;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}

h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 30px;
    color: #202125;
}

h5 {
    font-size: 20px;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 26px;
    color: #fdf0ff;
}

h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    /* margin-bottom: 10px; */
    color: #202125;
}

ul {
    margin: 0px;
    padding: 0px;
}


/* ------------------------
    Helper class
------------------------*/
p {
    line-height: 1.7;
}

.grey-bg p {
    color: #ffffff;
    text-align: justify;
}

.lead {
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
}

.z-index-0 {
    z-index: 0;
    position: relative;
}

.z-index-1 {
    z-index: 1;
    position: relative;
}

h1 span {
    color: #4ab242;
}

section {
    padding: 26px 0;
}

.section-title {
    margin-bottom: 50px;
}

    .section-title p {
        font-size: 16px;
    }


.font-w-3 {
    font-weight: 300;
}

.font-w-4 {
    font-weight: 400;
}

.font-w-5 {
    font-weight: 500;
}

.font-w-6 {
    font-weight: 600;
}

.font-w-7 {
    font-weight: 700;
}

.font-w-8 {
    font-weight: 800;
}

.font-w-9 {
    font-weight: 900;
}


.line-h-2 {
    line-height: 1.6;
}

.line-h-3 {
    line-height: 1.7;
}

.line-h-4 {
    line-height: 1.8;
}

.line-h-5 {
    line-height: 1.9;
}

.letter-space-1 {
    letter-spacing: 5px;
}

.letter-space-2 {
    letter-spacing: 10px;
}

.letter-space-3 {
    letter-spacing: 15px;
}


/* ------------------------
    Text color
------------------------*/
.text-theme {
    color: #388ec3;
}

.text-black {
    color: #202125 !important;
}

.text-grey {
    color: #565857 !important;
}

.text-yellow {
    color: #4ab242;
}

.text-rgba {
    color: rgba(255,255,255,0.8);
}


/* ------------------------
    Background color
------------------------*/
.white-bg {
    background-color: #ffffff !important;
}

.dark-bg {
    background-color: #1b1b1b;
}

.grey-bg {
    background: url(../images/about_bottom.jpg) no-repeat;
    background-size: cover;
}

.theme-bg {
    background-color: #EEECF9;
    padding: 20px 9px;
    border-radius: 25px;
}

.transparent-bg {
    background-color: inherit !important;
}


/* ------------------------
    Jarallax
------------------------*/
.jarallax {
    position: relative;
    z-index: 0;
}

    .jarallax > .jarallax-img {
        position: absolute;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }


/* ------------------------
    Border Radius
------------------------*/
.radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.radius-0 {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.radius-1 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.radius-2 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.radius-3 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.radius-4 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* ------------------------
    Banner
------------------------*/
.fullscreen-banner {
    position: relative;
    min-height: 631px;
}

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.align-center {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9;
}

.align-end {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.fullscreen-banner .owl-carousel, .fullscreen-banner .owl-stage-outer, .fullscreen-banner .owl-stage, .fullscreen-banner .owl-item, .fullscreen-banner .item {
    min-height: 876px;
}

.banner-slider h1 {
    letter-spacing: 8px;
    text-transform: capitalize;
    font-weight: 800;
}

.banner-slider h5 {
    position: relative;
    padding-left: 40px;
    display: inline-block;
    background: #4ab242;
}

    .banner-slider h5:before {
        content: "";
        position: absolute;
        background: #ffffff;
        left: 0;
        top: 50%;
        margin-top: -1px;
        width: 30px;
        height: 2px;
    }

.banner-slider.owl-carousel .owl-dots {
    bottom: 4%;
}


/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-pos-l {
    background-position: left;
}

.bg-pos-r {
    background-position: right;
}

.bg-pos-rt {
    background-position: right top;
}

.bg-pos-lt {
    background-position: left top;
}

.bg-pos-rb {
    background-position: right bottom;
}

.bg-pos-lb {
    background-position: left bottom;
}

.bg-repeat {
    background-repeat: repeat;
}


/* ------------------------
    About Us
------------------------*/
.about-2 {
    display: inline-block;
    text-align: center;
    border: 8px solid #4ab242;
    width: 100%;
}

    .about-2 h3 {
        background: #4ab242;
        color: #ffffff;
        padding: 15px;
        margin-bottom: 0;
        text-transform: capitalize;
    }

    .about-2 .working-hours {
        padding: 30px;
        display: inline-block;
        width: 100%;
    }

        .about-2 .working-hours li {
            border-color: #ffffff;
            font-size: 16px;
            font-weight: bold;
        }

    .about-2:before {
        z-index: 0;
    }

.appoinment-img {
    bottom: 0;
    position: absolute;
}


/* ------------------------
    Countdown
------------------------*/
.countdown {
    margin: 50px 0;
    display: table;
    width: 100%;
}

    .countdown > li {
        padding: 0 30px;
        font-weight: 700;
        text-align: center;
        border-right: 1px dashed rgba(0,0,0,0.1);
        list-style-type: none;
        display: table-cell;
        width: auto;
    }

        .countdown > li:last-child {
            border-right: none;
        }

        .countdown > li span {
            font-size: 70px;
            font-weight: 300;
            line-height: 60px;
            margin-bottom: 20px;
            display: inline-block;
        }

        .countdown > li p {
            font-size: 20px;
            text-transform: uppercase;
            line-height: 30px;
            margin-bottom: 0;
            color: #4ab242;
        }

.dark-bg .countdown > li {
    border-color: rgba(255,255,255,0.2)
}

/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p {
    margin-bottom: 25px;
}

.terms-and-conditions ul.list {
    margin-bottom: 20px;
    display: block;
}

    .terms-and-conditions ul.list li i {
        padding-right: 12px;
        font-size: 15px;
    }

/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p {
    margin-bottom: 25px;
}

.privacy-policy ul.list {
    margin-bottom: 20px;
    display: block;
}

    .privacy-policy ul.list li i {
        padding-right: 12px;
        font-size: 15px;
    }

/* ------------------------
    Contact
------------------------*/
.contact-info li {
    padding-left: 50px;
    position: relative;
}

    .contact-info li i {
        position: absolute;
        left: 0;
        top: 0;
        line-height: 24px;
        font-size: 30px;
        color: #4ab242;
        text-align: center;
    }

    .contact-info li span {
        font-size: 16px;
        color: #202125;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        margin-bottom: 8px;
    }

    .contact-info li p {
        margin-bottom: 0;
        line-height: 24px;
    }

    .contact-info li a {
        color: #202125;
    }

.dark-bg .contact-info li a {
    color: #ffffff;
}

.contact-info li a:hover {
    color: #4ab242;
}

.theme-bg .contact-info span, .dark-bg .contact-info span {
    color: #ffffff
}

.theme-bg .contact-info li i {
    color: #ffffff;
}

.theme-bg .contact-info li a {
    color: #ffffff;
}

    .theme-bg .contact-info li a:hover {
        color: #202125;
    }

.contact-1 .contact-box {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    width: 100%;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

label {
    font-size: 14px;
    color: #333
}

.form-control {
    height: 50px;
    font-size: 14px;
    color: #202125;
    background: #f1f1f1;
    border: none;
    border-bottom: 2px solid #f5f5f5;
    box-shadow: none;
    border-radius: 10px;
    font-weight: 600;
}

.dark-bg .form-control, .theme-bg .form-control {
    color: #ffffff;
}

.dark-bg select.form-select option, .theme-bg select.form-select option {
    color: black;
}

.grey-bg .form-control {
    background: #ffffff
}

textarea.form-control {
    height: 150px;
}

.form-control:focus {
    box-shadow: none;
    background: none;
    border-color: #020926;
}

.theme-bg .form-control:focus {
    border-color: #202125;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 50px !important;
}

iframe {
    width: 100%;
    border: none;
    pointer-events: auto;
}

.iframe-h {
    height: 500px !important;
}

.iframe-h-2 {
    height: 600px !important;
}

.map iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.help-block.with-errors {
    position: absolute;
    color: red;
    right: 15px;
    font-size: 10px;
    line-height: 14px;
}

.form-control::-webkit-input-placeholder {
    color: #202125;
}

.form-control::-moz-placeholder {
    color: #202125;
}

.form-control:-ms-input-placeholder {
    color: #202125;
}

.form-control:-moz-placeholder {
    color: #202125;
}

.dark-bg .form-control::-webkit-input-placeholder, .theme-bg .form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.dark-bg .form-control::-moz-placeholder, .theme-bg .form-control::-moz-placeholder {
    color: #ffffff;
}

.dark-bg .form-control:-ms-input-placeholder, .theme-bg .form-control:-ms-input-placeholder {
    color: #ffffff;
}

.dark-bg .form-control:-moz-placeholder, .theme-bg .form-control:-moz-placeholder {
    color: #ffffff;
}


/* ------------------------
    Video
------------------------*/
.video-btn {
    position: relative;
    display: inline-block;
    min-height: 50px;
    min-width: 60px;
}

    .video-btn .btn-play {
        font-size: 30px;
        background: #4ab242;
        color: #fff;
        line-height: 50px;
        width: 70px;
        height: 70px;
        border: 10px solid rgba(0,0,0,0.1);
        -webkit-border-radius: 100%;
        border-radius: 100%;
        text-align: center;
        cursor: pointer;
        display: inline-block;
        -webkit-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        -webkit-transition-property: color, background, border-color;
        transition-property: color, background, border-color;
    }

    .video-btn .btn-play {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -30px;
        z-index: 5;
    }

        .video-btn .btn-play:after, .video-btn .btn-play:before {
            content: '';
            border: 10px solid;
            border-color: inherit;
            width: 270%;
            height: 270%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            position: absolute;
            left: -85%;
            top: -85%;
            opacity: 1;
            -webkit-animation: 1s videomodule-anim linear infinite;
            animation: 1s videomodule-anim linear infinite;
        }

        .video-btn .btn-play:before {
            -webkit-animation-delay: .5s;
            animation-delay: .5s;
        }

.video-btn-pos {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto !important;
}

.theme-bg .video-btn .btn-play, .dark-bg .video-btn .btn-play {
    background: #ffffff;
    border-color: #ddd;
    color: #4ab242;
}

.html5-video {
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

    .html5-video video {
        width: 100%;
    }

/* ------------------------
    Side Background
------------------------*/
.image-column {
    position: absolute;
    left: 0px;
    top: 0;
}

    .image-column.right {
        left: inherit;
        right: 0;
    }

/* ------------------------
    Popup
------------------------*/
.modal {
    z-index: 99999;
    top: 150px;
}

.modal-backdrop {
    z-index: 9999;
}

.modal-dialog {
    margin: 0 auto;
}

/* ------------------------
    Menu Price List
------------------------*/
.pricing-list li {
    border-top: 1px dashed #ddd;
    color: #4ab242;
    font-weight: 500;
    float: left;
    padding: 11px 0 12px;
    position: relative;
    text-align: right;
    width: 100%;
}

    .pricing-list li:first-child {
        border-top: none;
    }

    .pricing-list li span {
        float: left;
        font-size: 16px;
        font-weight: 600;
        color: #202125;
        position: relative;
        text-align: left;
        text-transform: capitalize;
        width: auto;
    }


/* ------------------------
    List Icon
------------------------*/
.list-icon li {
    position: relative;
    padding-left: 20px;
}

    .list-icon li i {
        position: absolute;
        left: 0;
        top: 5px;
        color: #4ab242
    }


/* ------------------------
    Nice Select
------------------------*/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.75rem;
    border-bottom: 2px solid #f5f5f5;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}

.dark-bg .nice-select span, .theme-bg .nice-select span {
    color: #ffffff;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #4ab242;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.theme-bg .nice-select:after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

    .nice-select.disabled:after {
        border-color: #cccccc;
    }

.nice-select.wide {
    width: 100%;
}

    .nice-select.wide .list {
        left: 0 !important;
        right: 0 !important;
    }

.nice-select.right {
    float: right;
}

    .nice-select.right .list {
        left: auto;
        right: 0;
    }

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

    .nice-select.small:after {
        height: 4px;
        width: 4px;
    }

    .nice-select.small .option {
        line-height: 34px;
        min-height: 34px;
    }

.nice-select .list {
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 99;
}

    .nice-select .list:hover .option:not(:hover) {
        background-color: transparent !important;
    }

.nice-select .option {
    color: #202125;
    width: 100%;
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
        background-color: #f6f6f6;
    }

    .nice-select .option.selected {
        font-weight: bold;
    }

    .nice-select .option.disabled {
        background-color: transparent;
        color: #999;
        cursor: default;
    }

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

h2.text-white.mb-3.animated8 {
    text-shadow: 3px 3px 28px #000000cc;
}
/*----banner--*/
section.text-center.theme-bg.py-5 .owl-carousel .owl-item img {
    box-shadow: 4px 5px 4px #d9d9d9;
    background-color: #fff;
    padding: 14px;
    border-radius: 25px;
    margin: 9px 0px;
}

.footer {
    position: relative;
    width: 100%;
    min-height: 100px;
    padding: 0px 50px 0px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: -1;
    background: url(../images/about_bottom.jpg) no-repeat;
    background-size: cover;
}

    .footer:after {
        content: url(../images/footer_map.png);
        position: absolute;
        top: -60px;
        left: -10px;
        overflow: hidden;
        z-index: 1;
        animation: witr_rotate_180 50s linear 1s infinite alternate running;
    }

    .footer:before {
        content: url(../images/footer_bg.png);
        position: absolute;
        bottom: -5px;
        right: 0px;
        overflow: hidden;
        z-index: -1;
    }

    .footer .common_container {
        z-index: 9;
    }


.Footer_wave {
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    height: 70px;
    background: url("../images/wave.png");
    background-size: 1000px 70px;
}

    .Footer_wave#wave1 {
        opacity: 1;
        bottom: 0;
        animation: animateWaves 7s linear infinite;
    }

    .Footer_wave#wave2 {
        opacity: 0.5;
        bottom: 10px;
        animation: animate 6s linear infinite !important;
    }

    .Footer_wave#wave3 {
        opacity: 0.2;
        bottom: 15px;
        animation: animateWaves 5s linear infinite;
    }

    .Footer_wave#wave4 {
        opacity: 0.7;
        bottom: 20px;
        animation: animate 4s linear infinite;
    }

@keyframes wave {
    to {
        background-position-x: 118px;
    }
}

@keyframes animate {
    0% {
        background-position-x: -1000px;
    }

    100% {
        background-positon-x: 0px;
    }
}

ul.list-inline {
    margin-right: 20px;
}

i.fa.fa-arrow-up {
    font-size: 22px;
    color: #061117 !important;
}

element.style {
}

.carousel-caption.d-none.d-md-block h5 {
    font-size: 31px;
    background: linear-gradient(90deg, transparent, #000000, transparent);
    padding: 11px;
}

section#catalogue {
    background-color: #fdf7f0;
}

.inner-page-scheme {
    padding-bottom: 12rem;
}

.back-btn {
    background-color: #593495;
    padding: 34px 8px 8px 8px;
    display: block;
    width: 99px;
    height: 60px;
    line-height: normal;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-top: 0px;
    transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    position: relative;
    margin-top: -26px;
}

    .back-btn:before {
        content: "";
        position: absolute;
        left: -19px;
        top: 1px;
        border-top: 25px solid transparent;
        border-bottom: 34px solid transparent;
        border-right: 19px solid #593495;
        height: 59px;
    }

    .back-btn:after {
        content: "";
        position: absolute;
        right: 0px;
        top: -1px;
        border-top: 23px solid transparent;
        border-bottom: 35px solid transparent;
        border-right: 14px solid #ffecf6;
        height: 60px;
    }

    .back-btn:hover {
        color: #fff;
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
    }

.inner-page-scheme.p-0 .service-item {
    position: relative;
    overflow: hidden;
    background: #fbfbfb;
    padding: 30px 30px;
    padding-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #ededed;
}

    .inner-page-scheme.p-0 .service-item.h-100.text-start h5 {
        color: black;
        padding-bottom: 22px;
        font-size: 17px;
    }

.inner-page-scheme.p-0 h2 {
    text-transform: uppercase;
}


.dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
}

.dropdown-item:hover {
    background-color: lightsalmon;
    color: #fff;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}

.service-item.h-100.text-start ul li {
    text-align: justify;
}

.service-item.h-100.text-start p {
    text-align: justify;
}

.certified {
    text-align: center;
}

    .certified li {
        float: left;
        list-style: none;
    }

        .certified li a {
        }

            .certified li a img {
                width: 125px;
            }

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #c3c3c3;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    padding: 2px 0px;
    text-decoration: none;
    margin: 0px;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.footer .btn.btn-link:hover {
    background-color: transparent !important;
    color: #fb97b4;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 13px;
    border-top: rgb(144 166 191 / 29%) 1px solid;
    margin-top: 20px;
    color: #adadad;
}

.service-images img {
    border-radius: 50% !important;
    border: 2px solid #fff !important;
}

.container.theme-bg img {
    border: none;
    border-radius: 0%;
}

.service-item h4 a:hover {
    color: #fb97b4;
}

#header-wrap {
    background-color: #fff;
    position: relative;
    padding-bottom: 0px;
    height: 57px;
    box-shadow: 0px 0px;
}

/* #header-wrap::after {
        content: '';
        position: absolute;
        left: 0;
        top: 48px;
        background-image: url(../images/top_head_cloud.png);
        width: 100%;
        background-repeat: repeat-x;
        height: 100%;
        z-index: -1;
        filter: drop-shadow(0px 14px 6px #0a0a0a0e);
    }*/

.grid_sec .h2 {
    font-weight: 700;
    font-size: 42px;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 25px;
}

    .grid_sec .h2 img {
        width: 93px;
        transition: 0.2s;
    }

.grid_sec:hover .h2 img {
    width: 93px;
    transform: scale(1.2);
}

.grid_sec p {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    line-height: 23px;
}

.grid_sec {
    padding: 45px;
}

.service-item.h-100.text-start .card__body {
    padding: 10px;
}


#about {
    background: url(../images/about_bg.jpg) no-repeat fixed;
    background-size: contain;
    padding: 33px 0 !important;
    background-repeat: no-repeat;
}

h6.fs-6.mb-3.inner_head {
    text-align: justify;
    font-weight: 600;
    background-color: #f3f3f3;
    padding: 6px 13px;
    border-radius: 5px;
    color: #262626;
    font-size: 16px !important;
    font-style: normal;
}

.certi {
    text-align: center;
    position: relative;
    margin: 0px;
}

    .certi ul {
    }

        .certi ul li {
            float: left;
            list-style: none;
            margin-left: 47px;
        }

            .certi ul li a {
            }

                .certi ul li a img {
                    width: 160px;
                    transition: 0.2s;
                    border: 2px solid #ddd;
                    border-radius: 10px;
                    background-color: #f5f5f5;
                }

                    .certi ul li a img:hover {
                        transform: scale(1.1);
                    }

/*------------SOCIAL_ICONS---------------*/

.social {
    position: fixed;
    top: 30%;
    width: 0;
    z-index: 99;
}

    .social ul {
        padding: 0;
        transform: translate(-285px, 0px);
    }

        .social ul li {
            background: rgba(106, 106, 106, 0.7) none repeat scroll 0 0;
            border-radius: 0 30px 30px 0;
            display: block;
            margin: 5px 15px;
            padding: 0;
            text-align: right;
            transition: all 1s ease 0s;
            width: 300px;
        }

            .social ul li:hover {
                background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
                transform: translate(110px, 0px);
            }

                .social ul li:hover a {
                    color: #fff;
                }

    .social span {
        display: inline-block;
        position: relative;
        right: 10px;
        top: 0;
    }

    .social ul li:hover img {
        color: #fff;
        transform: rotate(360deg);
        transition: all 1s ease 0s;
    }

    .social ul li i {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 50%;
        color: #000;
        font-size: 20px;
        height: 20px;
        margin-left: 10px;
        padding: 10px;
        transform: rotate(0deg);
        width: 20px;
    }
