/* =========================================
  Project: Ayurvedic
  Authot: Bizberg_themes
  URL: https://themeforest.net/user/bizberg_themes/portfolio
  Created: 1/27/2022
 ========================================= */
@import url("https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* ========================================= */
/*          Default CSS                      */
/* ========================================= */
header,
nav,
section,
article,
aside,
footer {
    display: block;
}

#tsparticles {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    top: 0;
    bottom: 0;
}

* {
    margin: 0;
    padding: 0;

}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1240px;
    }
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    font-weight: 400;
    background: #ffffff;
    color: #7a7a7a;
    letter-spacing: 0.9px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #aee6fb3f;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #0398ce;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 0 0 1rem;
    color: #204066;
    line-height: 1.2;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

@media (max-width: 991px) {
    h2 {
        font-size: 28px;
    }
}

p {
    margin-bottom: 0;
    font-family: "Jost", sans-serif !important;
}

span {
    font-family: "Jost", sans-serif !important;
}

.default__p p {
    margin-bottom: 1rem;
}

.footer_social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer_social ul li {
    margin-bottom: 0px;
    line-height: 1.5;
    color: #7a7a7a;
    position: relative;
    display: inline-block;
    padding: 0;
}


/*ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul li {
    margin-bottom: 0px;
    line-height: 1.5;
    color: #7a7a7a;
    position: relative;
    display: inline-block;
    padding: 0;
}*/

ol {
    margin: 0;
    counter-reset: i;
    position: relative;
}

ol li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #7a7a7a;
    padding-left: 0;
    position: relative;
}

.list-item li {
    display: list-item !important;
}

a {
    color: #039a21;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000 !important;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    outline: none;
}

h3 a,
h4 a {
    color: #204066;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #000000;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #7a7a7a;
    text-transform: capitalize;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #7a7a7a;
    text-transform: capitalize;
}

::-ms-input-placeholder {
    color: #7a7a7a;
    text-transform: capitalize;
}

::placeholder {
    color: #7a7a7a;
    text-transform: capitalize;
}

.accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

img {
    max-width: 100%;
}

.btn {
    position: relative;
    background: #039a21;
    color: #ffffff;
    padding: 14px 24px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px 0 #00000021;
    box-shadow: 0 0 15px 0 #00000021;
    font-size: 15px;
    border: none;
    line-height: 1.4;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.btn:hover {
    background: #204066;
    color: #ffffff;
}

.btn::after {
    position: relative;
    top: 2px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 0.5;
}

.btn.btn-na::after {
    display: none;
}

.btn-curve {
    border-radius: 30px;
    padding: 14px 50px;
    text-transform: uppercase;
}

.btn-white {
    background: #ffffff;
    color: #204066;
}

.btn-white-lb {
    background: #ffffff;
    color: #204066;
}

.btn-blue {
    background: #204066;
}

.btn-blue-1 {
    background: #233653;
}

a.bl-link {
    color: #1bbde4;
    font-size: 12px;
    text-transform: uppercase;
}

.form-group {
    width: 100%;
    display: inline-block;
}

.form-group select {
    padding: 10px 20px 10px 35px;
}

.search-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 15px 20px;
    background: #039a21;
    color: #ffffff !important;
}

.search-btn.sh-hover:hover {
    background: #204066 !important;
}

.nice-select.niceSelect {
    background: #fbfbfb;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #eee;
    padding: 14px 20px;
    height: 55px;
}

.nice-select.niceSelect.open .list {
    border-radius: 5px;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="date"],
input[type="time"],
textarea,
select,
.form-select {
    font-size: 16px;
    font-weight: 400;
    background-color: #fbfbfb;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px 20px;
    color: #7a7a7a;
    margin-bottom: 0;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
textarea:focus,
select:focus,
.form-select:focus {
    outline: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
textarea:focus,
select:focus {
    color: #7a7a7a;
    background: #fafafa;
    border-color: #eee;
}

select {
    padding: 8px 20px;
    width: 100%;
    height: inherit;
}

select option {
    color: #000000;
}

textarea {
    border-radius: none;
    resize: vertical;
    height: 120px;
}

.form-control {
    border: none;
    padding: 10px 20px;
}

label {
    display: inline-block;
    color: #7a7a7a;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 15px;
}

.border-none {
    border: none !important;
}

.before-x::before,
.after-x::after {
    display: none;
}

.bw-2 {
    border-width: 2px !important;
}

.bw-3 {
    border-width: 7px !important;
}

.bc-green {
    border-color: #000 !important;
}

.border-light-c {
    border-color: #f1f1f1 !important;
}

.border-light-c1 {
    border-color: #f5f5f5 !important;
}

.border-light-c2 {
    border-color: #ddd !important;
}

.border-bt-dash {
    border-bottom: 1px dashed #b3b3b3;
}

blockquote {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    border: 0;
    padding: 45px 65px;
    line-height: 1.5;
    color: #ffffff;
    margin: 40px 0;
    text-align: center;
    position: relative;
    line-height: 30px;
    background: #204066;
}

blockquote::before {
    content: "\f10d";
    font-family: "fontawesome";
    font-size: 3rem;
    position: relative;
    display: block;
    text-align: center;
    color: #ffffff;
    width: 100%;
    padding-bottom: 15px;
}

blockquote p {
    margin: 10px 0;
    font-size: 16px;
}

blockquote button.btn {
    padding: 6px 25px;
    text-transform: capitalize;
    font-size: 14px;
}

@media (max-width: 480px) {
    blockquote {
        padding: 40px;
    }
}

table>tbody tr td,
table>tbody tr th,
table>tfoot tr td,
table>tfoot tr th,
table>thead tr td,
table>thead tr th {
    padding: 10px;
    vertical-align: sub !important;
}

table {
    width: 100%;
}

table thead tr th {
    border-bottom: none !important;
}

section {
    padding: 57px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

/*heading title*/
.sc-title-two,
.sc-title-two-white {
    position: relative;
    margin: 0 auto 20px;
}

.sc-title-two h4,
.sc-title-two h2,
.sc-title-two-white h4,
.sc-title-two-white h2 {
    margin-bottom: 5px;
}

.sc-title-two-white::after {
    background-color: #ffffff00;
}

.sc-border-left::after {
    right: inherit;
    width: 10%;
}

.sc-border-none:after {
    display: none;
}

.title-bg::before,
.title-bg-h4::before,
.title-bg-h5::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -0;
    background: #204066;
    z-index: -1;
}

.title-bg::before {
    height: 36%;
}

.title-bg-h4::before {
    height: 40%;
}

.title-bg-h5::before {
    height: 55%;
}

@media (max-width: 991px) {

    .sc-title-two,
    .sc-title-two-white {
        width: 100%;
        text-align: center;
    }

    .sc-border-left::after {
        right: 0;
        width: 10%;
    }

    .title-bg-h4::before {
        height: 25%;
    }
}

.form-btn {
    background: #707070;
    padding: 15px 50px;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.sym-btn {
    background: #000000;
    padding: 10px 20px;
    color: #ffffff;
}

.sym-btn:hover {
    background: #000000;
    color: #ffffff;
}

.bx-shadow {
    -webkit-box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
}

.row.slick-slider {
    margin: 0 -15px;
}

.slider .slick-prev,
.slider .slick-next {
    background: #ffffff;
    border-radius: 50%;
}

.slider .slick-prev::before,
.slider .slick-next::before {
    color: #204066;
}

.slider .slick-prev:hover,
.slider .slick-next:hover {
    background: #039a21;
}

.slider .slick-prev:hover:before,
.slider .slick-next:hover:before {
    color: #ffffff;
}

.slider .slick-prev {
    left: 30px;
}

.slider .slick-next {
    right: 30px;
}

.sc-bg-right::before,
.sc-bg-left::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 70%;
    height: 100%;
    background-color: #4b9a44;
    z-index: -1;
}

.sc-bg-right.bg-w-50::before,
.sc-bg-left.bg-w-50::before {
    width: 50%;
}

.sc-bg-right::before {
    right: 0;
}

.sc-bg-left::before {
    left: 0;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
}

#preloader #status {
    position: fixed;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    width: 695px;
    height: 500px;
    margin: 0 auto;
    background-image: url("../assets/image/dr.ravi22.png");
    background-size: cover;
    background-position: center;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    z-index: 9999999999;
}

/* End Preloader */
.sidebar-search .form-outline {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.sidebar-search .form-outline input {
    border: none;
}

.sidebar-search button.btn {
    border-radius: 0;
    border: none;
    width: 15%;
    padding: 0;
}

.sidebar-social a {
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 70px;
    right: 20px;
}

#back-to-whatsapp {
    position: fixed;
    z-index: 1000;
    bottom: 120px;
    right: 20px;
}

#back-to-youtube {
    position: fixed;
    z-index: 1000;
    bottom: 170px;
    right: 20px;
}

#back-to-instagram {
    position: fixed;
    z-index: 1000;
    bottom: 220px;
    right: 20px;
}

#back-to-facebook {
    position: fixed;
    z-index: 1000;
    bottom: 270px;
    right: 20px;
}

#back-to-top a {
    display: block;
    width: 40px;
    height: 40px;
    background: #039a21;
    position: relative;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    text-align: center;
    border-radius: 50px;
}

#back-to-whatsapp a {
    display: block;
    width: 40px;
    height: 40px;
    background: #039a21;
    position: relative;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    text-align: center;
    border-radius: 50px;
}

#back-to-youtube a {
    display: block;
    width: 40px;
    height: 40px;
    background: #039a21;
    position: relative;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    text-align: center;
    border-radius: 50px;
}

#back-to-instagram a {
    display: block;
    width: 40px;
    height: 40px;
    background: #039a21;
    position: relative;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    text-align: center;
    border-radius: 50px;
}

#back-to-facebook a {
    display: block;
    width: 40px;
    height: 40px;
    background: #039a21;
    position: relative;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    text-align: center;
    border-radius: 50px;
}

.phone:after {
    content: "\f095";
    font-family: FontAwesome;
}

.user_circle:after {
    content: "\f007";
    font-family: FontAwesome;
}

.home:after {
    content: "\f015";
    font-family: FontAwesome;
}

.whatsapp:after {
    content: "\f232";
    font-family: FontAwesome;
}

.gallery:after {
    content: "\f03e";
    font-family: FontAwesome;
}

.location:after {
    content: "\f041" !important;
    font-family: FontAwesome;
}


#back-to-top a:after {
    position: absolute;
    content: "\f139";
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    color: #ffffff;
    top: 51%;
    left: 49%;
    z-index: 1;
    font-weight: 600;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#back-to-whatsapp a:after {
    position: absolute;
    content: "\f232";
    font-family: FontAwesome;
    font-size: 30px;
    color: #ffffff;
    top: 50%;
    left: 48%;
    z-index: 1;
    font-weight: 600;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#back-to-youtube a:after {
    position: absolute;
    content: "\f16a";
    font-family: FontAwesome;
    font-size: 26px;
    color: #ffffff;
    top: 51%;
    left: 50%;
    z-index: 1;
    font-weight: 600;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#back-to-instagram a:after {
    position: absolute;
    content: "\f16d";
    font-family: FontAwesome;
    font-size: 30px;
    color: #ffffff;
    top: 50%;
    left: 48%;
    z-index: 1;
    font-weight: 600;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#back-to-facebook a:after {
    position: absolute;
    content: "\f09a";
    font-family: FontAwesome;
    font-size: 26px;
    color: #ffffff;
    top: 54%;
    left: 48%;
    z-index: 1;
    font-weight: 600;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* .overlays {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background: #04711a;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    z-index: -1;
}

.overlays .overlay-op1 {
    opacity: 1;
}

.overlay-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #204066;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    opacity: 0.8;
}

.sl-overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #204066;
    background-repeat: repeat;
    content: "";
    z-index: -1;
    opacity: 0.8;
} */

.sl-overlay.darkclr::after {
    background-color: #181d38;
}

.shape_big2::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/image/dr.ravi22.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    z-index: -1;
}

.heat {
    background-image: url(../slider-1.jpg);
}

.heat1 {
    background-image: url(../slider-2.jpg);
}

.heat2 {
    background-image: url(../slider-3.jpg);
}

.social-links-a li a {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fafafa;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #7a7a7a;
    border-radius: 50px;
    margin: 0 3px;
}

.social-links-a li a:hover {
    background: #039a21;
    color: #ffffff;
}

.social-links-a.square-link li a {
    border-radius: 4px;
    background: #204066;
    color: #ffffff;
    width: 35px;
    height: 35px;
}

.social-links-a.square-link li a:hover {
    background: #ffffff;
    color: #039a21 !important;
    box-shadow: 0px 0px 4px 1px #039a21;
}

.social-links-nl li a {
    font-size: 18px;
    color: #7a7a7a;
    margin-right: 10px;
}

.ratings li i {
    font-size: 11px;
    color: #f0ad4e;
}

.ct-searchForm {
    display: table;
    z-index: 9999;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: rgba(22, 22, 63, 0.9);
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
}

.ct-searchForm.is-open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.ct-searchForm .inner {
    display: table-cell;
    vertical-align: middle;
}

.ct-searchForm .form-group {
    position: relative;
    margin-bottom: 0;
}

.ct-searchForm .form-control {
    background-color: transparent;
    border-radius: 0;
    background-clip: padding-box;
    border: 0 none;
    border-bottom: 2px solid #fff;
    height: auto;
    padding: 15px 35px;
    text-align: center;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 36px;
}

.ct-searchForm .form-control::-webkit-input-placeholder {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 36px;
}

.ct-searchForm .form-control:-moz-placeholder {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 36px;
}

.ct-searchForm .form-control::-moz-placeholder {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 36px;
}

.ct-searchForm .form-control:-ms-input-placeholder {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 36px;
}

.ct-searchForm .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ct-searchForm .ct-searchForm-close {
    margin-top: 25px;
    font-size: 25px;
    color: #fff;
    display: inline-block;
}

.ct-searchForm .ct-search-btn {
    position: absolute;
    top: 50%;
    right: 0;
    border: 0 none;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    font-size: 1.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ct-searchForm--default .form-group {
    position: relative;
    margin-bottom: 0;
}

.ct-searchForm--default .form-control {
    background-color: transparent;
    border-radius: 0;
    background-clip: padding-box;
    border: 0 none;
    border-bottom: 2px solid #fff;
    height: auto;
    padding: 10px 35px 10px 10px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 36px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ct-searchForm--default .form-control::-webkit-input-placeholder {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 36px;
}

.ct-searchForm--default .form-control:-moz-placeholder {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 36px;
}

.ct-searchForm--default .form-control::-moz-placeholder {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 36px;
}

.ct-searchForm--default .form-control:-ms-input-placeholder {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 36px;
}

.ct-searchForm--default .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ct-searchForm--default .ct-search-btn {
    position: absolute;
    top: 50%;
    right: 0;
    border: 0 none;
    background-color: transparent;
    color: #e6e6e6;
    font-size: 20px;
    font-size: 2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ct-searchForm--default .ct-search-btn:hover {
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .ct-searchForm--default .form-control {
        padding: 15px 75px 15px 35px;
    }

    .ct-searchForm--default .ct-search-btn {
        right: 30px;
    }
}

@-webkit-keyframes pulse-white {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse-white {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes ripple {
    from {
        opacity: 1;
        -webkit-transform: scale3d(0.75, 0.75, 1);
        transform: scale3d(0.75, 0.75, 1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(1.5, 1.5, 1);
        transform: scale3d(1.5, 1.5, 1);
    }
}

@keyframes ripple {
    from {
        opacity: 1;
        -webkit-transform: scale3d(0.75, 0.75, 1);
        transform: scale3d(0.75, 0.75, 1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(1.5, 1.5, 1);
        transform: scale3d(1.5, 1.5, 1);
    }
}

.fsc-1 {
    font-size: 4.5rem !important;
}

.fsc-2 {
    font-size: 4rem !important;
}

.fsc-3 {
    font-size: 3.5rem !important;
}

.fsc-4 {
    font-size: 3rem !important;
}

.fsc-5 {
    font-size: 2.75rem !important;
}

.fsc-s-1 {
    font-size: 11px !important;
}

.fsc-s-2 {
    font-size: 12px !important;
}

.fsc-s-3 {
    font-size: 13px !important;
}

.fsc-s-4 {
    font-size: 14px !important;
}

.zindex-n1 {
    z-index: -1 !important;
}

.zindex-0 {
    z-index: 0 !important;
}

.zindex-1 {
    z-index: 1 !important;
}

.cl-white {
    color: #204066 !important;
}

.cl-blue {
    color: #204066 !important;
}

.cl-lblue {
    color: #1bbde4 !important;
}

.cl-green {
    color: #00a5e1 !important;
}

.cl-lgreen {
    color: #0093c8 !important;
}

.cl-grey {
    color: #7a7a7a !important;
}

.cl-lgrey {
    color: #eaeaea !important;
}

.cl-lgrey2 {
    color: #adadad !important;
}

.bg-dblue {
    background: #0398ce !important;
}

.bg-lblue {
    background: #1bbde4 !important;
}

.bg-lblue1 {
    background: #025645 !important;
}

.bg-green {
    background: #039a21 !important;
}

.bg-ftblue0 {
    background: #033f33 !important;
}

.bg-ftblue {
    background: #3ba3c3 !important;
}

.bg-sfgrey {
    background: #fafafa !important;
}

.bg-sfgrey-2 {
    background: #fbfbfb !important;
}

.bg-sfgrey-3 {
    background: #f1f1f1 !important;
}

.bg-lgreen {
    background: #0398ce !important;
}

.bg-footer-blue {
    background: #0398ce !important;
}

.bg-fb {
    background: #4267b2 !important;
}

.bg-twitter {
    background: #1da1f2 !important;
}

.bg-pin {
    background: #e60023 !important;
}

.bg-youtube {
    background: #ff0000 !important;
}

.bg-dribble {
    background: #ea4c89 !important;
}

.bg-linkedin {
    background: #0077b5 !important;
}

.bgc-dblue {
    background-color: #dff5ffcf !important;
}

.bgc-sfgrey-3 {
    background-color: #F5F7F8 !important;
}

.mt-1,
.my-1 {
    margin-top: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 2rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mt-6,
.my-6 {
    margin-top: 3rem !important;
}

.mt-7,
.my-7 {
    margin-top: 3.5rem !important;
}

.mt-8,
.my-8 {
    margin-top: 4rem !important;
}

.mt-9,
.my-9 {
    margin-top: 4.5rem !important;
}

.mt-10,
.my-10 {
    margin-top: 5rem !important;
}

.mt-11,
.my-11 {
    margin-top: 8rem !important;
}

.mt-n1 {
    margin-top: -1rem !important;
}

.mt-n2 {
    margin-top: -2rem !important;
}

.mt-n3 {
    margin-top: -3rem !important;
}

.mt-n4 {
    margin-top: -4rem !important;
}

.mt-n5 {
    margin-top: -5rem !important;
}

.mt-n6 {
    margin-top: -6rem !important;
}

.mt-n7 {
    margin-top: -7rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 2rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 2.5rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 3rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 3.5rem !important;
}

.mb-8,
.my-8 {
    margin-bottom: 4rem !important;
}

.mb-9,
.my-9 {
    margin-bottom: 4.5rem !important;
}

.mb-10,
.my-10 {
    margin-bottom: 5rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 2rem !important;
}

.pt-5,
.py-5 {
    padding-top: 2.5rem !important;
}

.pt-6,
.py-6 {
    padding-top: 3rem !important;
}

.pt-7,
.my-7 {
    padding-top: 3.5rem !important;
}

.pt-8,
.my-8 {
    padding-top: 4rem !important;
}

.pt-9,
.my-9 {
    padding-top: 4.5rem !important;
}

.pt-10,
.my-10 {
    padding-top: 5rem !important;
}

.pt-14,
.my-14 {
    padding-top: 7rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 2rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 2.5rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 3rem !important;
}

.pb-7,
.my-7 {
    padding-bottom: 3.5rem !important;
}

.pb-8,
.my-8 {
    padding-bottom: 4rem !important;
}

.pb-9,
.my-9 {
    padding-bottom: 4.5rem !important;
}

.pb-10,
.my-10 {
    padding-bottom: 5rem !important;
}

.pb-14,
.my-14 {
    padding-bottom: 7rem !important;
}

.pb-20,
.my-20 {
    padding-bottom: 10rem !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 0.5rem !important;
}

.pl-2 {
    padding-left: 1rem !important;
}

.pl-3 {
    padding-left: 1.5rem !important;
}

.pl-4 {
    padding-left: 2rem !important;
}

.pl-5 {
    padding-left: 2.5rem !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 0.5rem !important;
}

.pr-2 {
    padding-right: 1rem !important;
}

.pr-3 {
    padding-right: 1.5rem !important;
}

.pr-4 {
    padding-right: 2rem !important;
}

.pr-5 {
    padding-right: 2.5rem !important;
}

@media (min-width: 991px) {
    .p-lg-0 {
        padding: 0 !important;
    }

    .pr-lg-0 {
        padding-right: 0 !important;
    }

    .pl-lg-0 {
        padding-left: 0 !important;
    }

    .pr-lg-5 {
        padding-right: 2.5rem !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .border-lg-0 {
        border: none !important;
    }
}

@media (max-width: 991px) {
    .bg-md-white {
        background: #ffffff !important;
    }

    .mb-xs-0 {
        margin-bottom: 0 !important;
    }

    .mt-xs-3 {
        margin-top: 1.5rem !important;
    }

    .mt-xs-4 {
        margin-top: 2rem !important;
    }

    .mb-xs-3 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xs-4 {
        margin-bottom: 2rem !important;
    }

    .flex-mxl-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    #main_headerr {
        padding: 34px 0 !important;
    }
}

/*Navbar*/
.navbar-default {
    background: #f5f5f5;
}

.navbar {
    border-bottom: 0;
    padding: 0;
}

.sidebar .navbar-nav {
    background: transparent;
    margin: 0;
}

.navbar.navbar-default {
    -webkit-transition: none;
    transition: none;
}

header #navbar {
    width: 100%;
    background: #f49b00;
}

.navbar-default a.navbar-brand {
    width: 60%;
}

.navbar-default .navbar-nav li,
.navbar-default .navbar-nav li.active {
    background: #f33807;
}

.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li.active a,
.navbar-default .navbar-nav li.active a:hover {
    color: #ffffff;
    background: #f33807;
}

.navbar-nav li>ul>li:last-child>a {
    border-bottom: 0;
}

.navbar-nav li>ul>li ul>li:last-child>a {
    border-bottom: 0;
}

.social-links ul li {
    display: inline-block;
}

.social-links ul li a {
    color: #000000;
    display: inline-block;
    text-align: center;
    font-size: 18px;
}

.social-links ul li a:hover {
    color: #000000;
}

#hyper_header {
    margin-bottom: -31px;
}

.main_header_area .header_menu {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 1px -1px 20px 6px rgb(0 197 255 / 13%);
}

.main_header_area .header_menu.fixed-top {
    background: #ffffff;
}

.main_header_area .topbar-wrap {
    padding: 10px 0;
}

.main_header_area .topbar-wrap ul li {
    color: #ffffff;
}

.main_header_area .topbar-wrap .t-address li {
    margin-right: 5px;
}

.main_header_area .topbar-wrap .t-address li i {
    padding-right: 10px;
}

.main_header_area .topbar-wrap .t-address li::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 3px;
    height: 90%;
    width: 1px;
    background: #dddddd2e;
}

.main_header_area .topbar-wrap .t-address li:last-child::after {
    display: none;
}

.main_header_area .topbar-wrap .t-social li a {
    color: #ffffff;
    padding: 8px;
}

.header_menu .navbar.navbar-default .navbar-collapse {
    text-align: right;
    padding: 0;
}

.header_menu .navbar.navbar-default .nav.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center;
    background: transparent;
    width: 100%;
    position: relative;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li {
    display: inline-block;
    margin-right: 0px;
    padding: 0px 20px 0px 20px;
    background: transparent;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li:last-child {
    margin: 0;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a {
    background: transparent;
    color: #204066;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.45px;
    line-height: inherit;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    border: none;
    padding: 4px 0;
    text-transform: capitalize;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a i {
    font-size: 12px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a i.fa-angle-right {
    position: absolute;
    right: 15px;
    top: 12px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a:after {
    display: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a:hover {
    color: #06bbcc;
}

.header_menu .navbar.navbar-default .nav.navbar-nav>li>a:hover {
    border-bottom: 2px solid #13c1ff;
    color: #13c1ff !important;
}


.header_menu .navbar.navbar-default .nav.navbar-nav>li>a:nth-child(6) .header_menu .navbar.navbar-default .nav.navbar-nav>li>a:hover {
    border-bottom: 0px solid #13c1ff !important;
    color: #13c1ff !important;
}


.header_menu .navbar.navbar-default .nav.navbar-nav li:hover a,
.header_menu .navbar.navbar-default .nav.navbar-nav li.active a {
    color: #204066;
    background: transparent;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu {
    position: relative;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
    border: none;
    padding: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li {
    display: block;
    float: none;
    margin-right: 0px;
    padding: 4px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a {
    line-height: 2.7;
    color: #204066;
    font-size: 15px;
    padding: 0px 20px;
    font-weight: 400;
    letter-spacing: 0.3px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    display: block;
    text-transform: capitalize;
    transition: 0.3s;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a:hover {
    color: #000 !important;
    background-color: #45c9ff40;
    border-left: 9px solid #00c4ff40;
    border-radius: 0 0 0 26px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li:last-child {
    border-bottom: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li ul {
    overflow: visible;
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li:last-child {
    margin-right: 0px;
}

.header_menu .navbar.navbar-default.navbar-sticky-in .nav.navbar-nav li:hover>a,
.header_menu .navbar.navbar-default.navbar-sticky-in .nav.navbar-nav li.active>a {
    color: #204066;
}

@media (min-width: 992px) {
    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
        position: absolute;
        top: 50px;
        left: 0px;
        min-width: 220px;
        background: #fff;
        -webkit-box-shadow: 0 0 15px #cccccc57;
        box-shadow: 0 0 11px 1px #00a8ff26;
        text-align: left;
        opacity: 0;
        -webkit-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
        visibility: hidden;
        display: block;
        border: none;
        padding: 3px;
        border-radius: 0px;
    }

    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        position: absolute;
        left: 100%;
        right: auto;
        width: auto;
        top: 0;
    }

    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li a {
        line-height: 2.7;
        color: #204066;
        font-size: 16px;
        padding: 0px 20px;
        letter-spacing: 0.3px;
        -webkit-transition: all 150ms linear;
        transition: all 150ms linear;
        display: block;
    }

    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li:hover a {
        background: #039a21;
        color: #ffffff;
    }

    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu:hover .dropdown-menu {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
        left: 0px;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .header-btn {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-default a.navbar-brand {
        width: 100%;
        margin-left: 30px;
    }
}

header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 22;
}

.logo a {
    font-size: 28px;
    color: #ffffff;
}

.logo a [class^="flaticon-"]:before {
    font-size: 28px;
    color: #ffffff;
}

nav.navbar.navbar-default .logo-white {
    display: block;
}

nav.navbar.navbar-default .logo-black {
    display: none;
}

nav.navbar.navbar-default.navbar-sticky-in .logo-white {
    display: none;
}

nav.navbar.navbar-default.navbar-sticky-in .logo-black {
    display: block;
}

.nav-btn {
    display: inline-block;
}

.navbar-sticky-in .nir-btn:hover {
    color: #039a21;
}

.slicknav_btn {
    right: 20px !important;
}

.slicknav_btn.slicknav_open:before,
.slicknav_btn.slicknav_collapsed:before {
    font-size: 28px !important;
    color: #204066 !important;
    position: absolute;
    right: 22px;
    top: -10px;
}

.navbar-sticky-in .slicknav_btn.slicknav_open:before,
.navbar-sticky-in .slicknav_btn.slicknav_collapsed:before {
    color: #444 !important;
}

@media (max-width: 991px) {
    .social-links {
        display: none;
    }

    .main_header_area .navbar>.container {
        max-width: 100%;
        padding: 0;
    }

    .main_header_area .header_menu.fixed-top {
        position: relative;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: 1px -1px 20px 6px rgb(0 197 255 / 13%);
    }
}

/*          Breadcrumb  CSS        */
.breadcrumb-wrap {
    position: relative;
    display: block;
    padding: 80px 0px 80px 0px;
    margin-top: -75px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    z-index: 0;
}

.breadcrumb-wrap .breadcrumb-inner {
    position: relative;
    text-align: center;
}

@media (max-width: 991px) {
    .breadcrumb-wrap {
        margin-top: -120px;
        padding: 80px 40px;
    }
}

/*          Banner  CSS        */



.banner {
    position: relative;
    margin-top: 135px;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, right top, from(#e9f3fa), to(#fbfbfb));
    background-image: linear-gradient(90deg, #e9f3fa 0%, #fbfbfb 100%);
    padding: 100px 0 40px;
}

.banner .banner-content {
    position: relative;
}

.banner .banner-content .banner-image {
    position: relative;
    padding: 0 40px;
}

.banner .banner-content .banner-image img {
    position: relative;
    -webkit-animation: bgshape 4s infinite;
    animation: bgshape 4s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.banner .svg-image path {
    fill: #ffffff;
}



.banner-main .h2-slider-list {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0;
    overflow: hidden;
    z-index: 0;
}

.banner-main .h2-slider-list .slide-contain {
    position: relative;
    color: #fff;
    width: 60%;
    margin: auto;
    text-align: center;
    font-size: 22px;
    z-index: 1;
}

@media (max-width: 991px) {

    .banner-main .h2-slider-list .slide-contain {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .browse-main .browse-list {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .banner-main .h2-slider-list {
        text-align: center;
    }

    .banner-main .h2-slider-list .slide-contain h1 {
        font-size: 38px;
    }

    .banner-main .h2-slider-list .slide-contain p {
        font-size: 18px;
    }

    .banner-main .h2-slider-list .slide-contain .btn {
        padding: 21px 21px 19px;
    }

    .banner h1 {
        font-size: 38px;
    }
}

.svg-img-rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@-webkit-keyframes bgshape {
    0% {
        top: 0px;
    }

    25% {
        top: 10px;
    }

    50% {
        top: 30px;
    }

    75% {
        top: 10px;
    }

    100% {
        top: 0px;
    }
}

@keyframes bgshape {
    0% {
        top: 0px;
    }

    25% {
        top: 10px;
    }

    50% {
        top: 30px;
    }

    75% {
        top: 10px;
    }

    100% {
        top: 0px;
    }
}

@media (max-width: 1200px) {
    .banner {
        padding-bottom: 60px;
    }

    .banner::before {
        right: -200px;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .main_header_area .topbar-wrap {
        display: none;
    }

    .banner {
        margin-top: 77px;
        overflow: hidden;
    }

    .banner:after {
        background-position: center;
    }

    .banner .banner-ct-wrap {
        padding: 0 0 30px;
        text-align: center;
    }
}

@media (max-width: 639px) {
    .banner .slider .swiper-container-vertical>.swiper-pagination-bullets {
        display: none;
    }
}

/*          About  CSS        */
.about-detail ul {
    margin: 15px 0;
}

.about-detail ul li {
    padding: 10px 0 10px 30px;
    border-bottom: 1px dashed #eee;
}

.about-detail ul li:last-child {
    border: none;
}

.about-detail ul li i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}

@media (max-width: 480px) {

    .about-detail .w-50,
    .pricing-all .w-50 {
        width: 100% !important;
    }
}

.book-now {
    position: relative;
    z-index: 1;
}

/*          Process  CSS        */
.w-process .price_head h2 {
    color: #fff !important;
}

.w-process .price_head span {
    color: #fff !important;
    background: #00a4df75;
}

.w-process {
    background-image:
        radial-gradient(circle at 25% 50%,
            rgb(95, 225, 255, 0.29) 0%,
            rgb(255, 255, 255, 0) 50%,
            rgba(133, 133, 133, 0.08) 49%,
            rgba(0, 190, 255, 0.2) 70%,
            rgba(151, 151, 151, 0.08) 69%,
            rgba(0, 190, 255, 0.2) 90%,
            rgba(150, 150, 150, 0.08) 89%),
        radial-gradient(circle at 75% 50%,
            rgb(95, 225, 255, 0.29) 0%,
            rgba(255, 255, 255, 0) 50%,
            rgba(133, 133, 133, 0.08) 49%,
            rgba(0, 190, 255, 0.2) 70%,
            rgba(151, 151, 151, 0.08) 69%,
            rgba(0, 190, 255, 0.2) 90%,
            rgba(150, 150, 150, 0.08) 89%),
        linear-gradient(40deg, #041452, #041452);
    background-repeat: no-repeat;
    background-size: cover;
}


.w-process .course_price {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    color: #0093c8;
    margin-bottom: 15px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    display: inline-block;
    background: #0093c826;
}

.w-process .card {
    padding: 60px 0px;
    text-align: center;
    background: transparent;
    box-shadow: none;
    position: relative;
    border-radius: 5px;
    border: 0px solid black;
}

.w-process .card-body {
    padding: 0;
    text-align: center !important;
}

.w-process .card .card-body img {
    max-height: 100px;
    object-fit: cover;
}


/* .w-process .pcs-list {
    padding: 30px 20px;
    background-color: #b6e6ff4f !important;
}

.w-process .pcs-list i {
    color: #039a21;
    font-size: 3rem;
    margin-bottom: 16px;
}

.w-process .pcs-list h3,
.w-process .pcs-list h4 {
    margin-bottom: 0.5rem;
} */





.bg-map {
    background-image: url("../image/testimonial.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 0;
    padding-bottom: 0px;
}

.short-info {
    border-top: 2px dashed #eee;
}

.wprocess-1 {
    margin-top: -5rem;
    padding-top: 11rem;
    z-index: 0;
}

@media (max-width: 991px) {
    .w-process .pcs-list {
        margin-bottom: 25px;
        text-align: center;
    }
}

/*-------------------------------------------------------------- Services  CSS ---------------------------------------------------------------*/
.service .service-list {
    padding: 30px 0;
    border-radius: 25px;
}

.service .service-list i {
    font-size: 3rem;
    color: #0093c8;
}

@media (max-width: 991px) {
    .service .service-list {
        margin-bottom: 1.5rem;
        text-align: center;
    }
}



/*------------------------------------------------------------ Appointment  CSS ---------------------------------------------------------------*/
.appointment .appoint-wrap .sc-title-two h2,
.appointment .appoint-wrap .sc-title-two h4,
.appointment .appoint-wrap .sc-title-two h5,
.appointment .appoint-wrap .sc-title-two-white h2,
.appointment .appoint-wrap .sc-title-two-white h4,
.appointment .appoint-wrap .sc-title-two-white h5 {
    margin-bottom: 20px;
}

.appointment .checkup-img img {
    border: 4px solid #039a21;
}

.appoint-info i {
    font-size: 3.5rem;
    color: #fff;
    border-radius: 50px;
    width: 95px;
    height: 95px;
    background: #039a21;
    text-align: center;
    padding: 15px;
}

@media (max-width: 991px) {
    .appointment .appoint-wrap {
        margin-bottom: 0;
        text-align: center;
    }

    .appoint-form {
        padding: 1.5rem !important;
        margin-bottom: 1rem;
    }

    .appoint-detail {
        text-align: center;
    }

    .partners {
        text-align: center;
    }
}

/*          Team  CSS        */
.team .team-wrap .team-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.team .team-wrap .team-img .social-links-a {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.team .team-wrap:hover .team-img:before {
    opacity: 1;
}

.team .team-wrap:hover .social-links-a {
    top: 50%;
    opacity: 1;
}

@media (max-width: 991px) {
    .team .team-wrap {
        margin-bottom: 30px;
    }
}

/*          Experience  CSS        */
.experience .exp-detail .exp-list-wrap {
    position: relative;
}

.experience .exp-detail .exp-list-wrap .value-pin span {
    font-size: 44px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.experience .exp-detail .exp-list-wrap .value-pin span::after {
    content: "+";
    padding-left: 5px;
}

.experience .exp-detail .exp-list-wrap .value-pin p {
    font-size: 19px;
    line-height: 2.5;
}

.experience .exp-detail .exp-list-wrap::before,
.experience .exp-detail .exp-list-wrap::after {
    content: "";
    position: absolute;
    background: #ffffff8c;
}

.experience .exp-detail .exp-list-wrap::before {
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
}

.experience .exp-detail .exp-list-wrap::after {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
}

@media (max-width: 991px) {
    .experience .exp-detail {
        margin-bottom: 30px;
        text-align: center;
    }
}

@media (max-width: 576px) {

    .experience .exp-detail .exp-list-wrap::before,
    .experience .exp-detail .exp-list-wrap::after {
        display: none;
    }
}

/*          Testimonial  CSS        */
.testimonials {
    background: url(../images/shape/testimonial.png) #fff;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials .review-wrap {
    border-bottom: 3px solid #039a2152;
}

.call-to.bg-green .btn {
    font-family: "Poppins", sans-serif;
}

/*          Blog  CSS        */
.blog-main .blog-wrap .article-list .at-thumbnail {
    position: relative;
}

.blog-main .blog-wrap .article-list .at-thumbnail::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: #f0f2f000;
    background: -webkit-gradient(linear, left bottom, left top, from(#0000008d), to(#f0f2f000));
    background: linear-gradient(to top, #0000008d, #f0f2f000);
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.blog-main .blog-wrap .article-list .at-thumbnail .blog-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #039a21;
    color: #ffffff;
    padding: 0.6em 1.2em;
    font-size: 12px;
    line-height: 1.4;
}

.blog-main .blog-wrap .article-list .article-content {
    position: relative;
    padding: 60px 30px 30px;
}

.blog-main .blog-wrap .article-list .article-content img {
    position: absolute;
    top: -30px;
    left: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50px;
}

.blog-main .blog-wrap .article-list .article-footer {
    padding: 15px 30px;
    border-top: 1px solid #eaeaea;
    font-size: 12px;
}

.blog-main .blog-wrap .article-list .article-footer ul li:first-child::before {
    content: "\f111";
    font-family: fontawesome;
    position: absolute;
    right: 5px;
    top: 8px;
    font-size: 3px;
}

.blog-main .blog-wrap .article-list:hover .at-thumbnail::before {
    opacity: 0;
}

@media (max-width: 991px) {
    .call-to {
        text-align: center;
    }

    .call-to .call-contact {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .call-to .call-to-mid {
        margin: 25px 0;
    }

    .blog-main .blog-wrap .article-list .article-content {
        padding: 60px 15px 30px;
    }

    .odometer {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .article-list {
        margin-bottom: 1.5rem;
    }

    .call-to .call-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .call-to .call-contact .pl-3 {
        padding-left: 0 !important;
    }

    .call-to .text-center .btn-white-lb {
        margin-top: 20px;
    }
}

/*          Footer  CSS        */
.waves {
    position: absolute;
    width: 100%;
    height: 10px;
    min-height: 100px;
    max-height: 100px;
    bottom: 0;
    left: 0;
}

.footer .footer-wrap {
    position: relative;
    padding: 50px 0;
}

.footer .footer-wrap .f-maincontent {
    padding: 13px 32px;
}

.footer .footer-wrap .ft-lists ul li a {
    color: #ffffff;
    line-height: 2.3;
}

.footer .footer-wrap .ft-lists .form-group input {
    height: 50px;
}

.footer .footer-wrap .ft-lists .btn:hover {
    background: #039a21;
}

.footer .copyright-main {
    border-top: 1px solid rgba(255, 255, 255, 0.19);
}

.footer_para {
    text-align: justify;
}

@media (max-width: 991px) {
    .footer .ft-lists {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 576px) {
    .footer .footer-wrap .f-maincontent {
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .footer .ft-lists {
        text-align: center;
    }

    .copyright-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}

/* ================ Home 2  ==================== */
.case-table .case-t-wrap {
    padding: 5px 30px 1px 30px;
}

.case-table .case-t-wrap:hover .case-c1 {
    background: #039a21;
    color: #ffffff;
}

.case-table .case-t-wrap:hover .case-c2 {
    background: #039a21;
    color: #ffffff;
}

.case-table .case-t-wrap:hover .case-c3 {
    background: #039a21;
    color: #ffffff;
}

/*          Emergency  CSS        */
.emergency-call {
    position: relative;
    background-image: url(../medical-nurse-worker-examining-a-medical-report-2021-04-03-23-54-24-utc.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.emergency-call::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #29462fb2;
    opacity: 0.9;
    z-index: -1;
}

.emergency-call .sc-title-two-white::after {
    width: 10%;
    bottom: -30px;
    height: 2px;
}

/*          Services  CSS        */
.service-ss .service-aa {
    border-bottom: 2px solid #039a21;
}

.service-ss .service-aa i {
    font-size: 3rem;
}

/*          Team 2  CSS        */
.team .team-wrap .team-name-ab {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    background: #fff;
    margin: 0 20px;
    border-radius: 3px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.team .team-wrap:hover .team-name-ab {
    bottom: -25px;
}

/*          Pricing  CSS        */
.pricing-all .price-list-wrap .price-top i {
    font-size: 3rem;
}

.pricing-all .price-list-wrap .price-mid p {
    font-size: 3rem;
    color: #233653;
    font-weight: 700;
}

.pricing-all .price-list-wrap .price-mid p i {
    position: absolute;
    top: 10px;
    left: -20px;
}

.pricing-all .price-list-wrap .price-mid ul li {
    line-height: 2.5;
    display: list-item;
}

.pricing-all .price-list-wrap .price-mid ul li i {
    color: #979797;
    font-size: 10px;
    padding-right: 10px;
}

.pricing-all .price-list-wrap:hover p,
.pricing-all .price-list-wrap:hover h2 {
    color: #039a21;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.pricing-all .price-list-wrap:hover .btn {
    background: #039a21;
}

@media (max-width: 480px) {
    .pricing-all .row.pt-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sc-title-two h2.fsc-5 {
        font-size: 32px !important;
    }
}

@media (max-width: 991px) {
    .about-img-2 {
        margin-bottom: 1.5rem;
    }

    .service-ss .service-aa {
        margin-bottom: 1.5rem;
    }
}

/* ================ Home 3 ==================== */
.home-3 .banner {
    min-height: 40rem;
}

.home-3 .team {
    padding: 100px 0 70px;
}

.testimonials .review-wrap {
    padding: 50px 25px;
}

.banner .banner-image-3 {
    position: relative;
}

.banner .banner-image-3 img {
    position: absolute;
    left: 0;
    bottom: -5rem;
}

.aboutus-3 {
    z-index: 1;
}

.aboutus-3 .about-img a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100px;
    width: 100px;
    font-size: 2rem;
    line-height: 3.2;
    -webkit-animation: pulse-white 2s infinite;
    animation: pulse-white 2s infinite;
}

.exp-title-3::before {
    height: 43%;
}

.solution {
    position: relative;
    background-image: url(../testimonial.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.solution .solutin-list i {
    font-size: 3rem;
    background-color: #039a21;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    line-height: 2;
}

@media (max-width: 991px) {
    .banner .banner-image-3 img {
        position: relative;
    }

    .aboutus-3 .about-img,
    .check-up {
        margin-bottom: 1.5rem;
    }

    .price-list-wrap {
        margin-top: 0 !important;
    }
}

@media (max-width: 480px) {
    .review-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .review-wrap .review-user {
        margin-bottom: 1.5rem;
        width: 100% !important;
    }

    .review-wrap .review-user img {
        width: 50% !important;
        margin: 0 auto;
    }

    .review-wrap .review-detail {
        text-align: center;
    }
}

/* ================ Home 4 ==================== */
@-webkit-keyframes kbrns_zoomOutIn {
    0% {
        -webkit-transform: scale(1.3);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes kbrns_zoomOutIn {
    0% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.banner-slider .main-slide-image {
    position: absolute;
    width: 100%;
    height: 560px;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    -webkit-transform-origin: 0;
    transform-origin: 0;
}



/* ================ Inner Pages ==================== */
.how-it-works {
    background-image: url("../image/hero-shapes.png");
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: contain;
    background-position: 100% 50%;
    z-index: 0;
}

@media (max-width: 991px) {
    .how-it-works {
        background-position: 100% 100%;
    }

    .main-slide-image {
        position: absolute;
        width: 100%;
        height: 440px;
        left: 0;
        top: 0;
        background-size: cover;
        background-position: center;
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
}

.sv-detail-content .accordion .accordion-header .accordion-button {
    color: #039a21;
    background: #fff;
}

.sv-detail-content .accordion .accordion-header .accordion-button.collapsed {
    color: #204066;
}

.cfqwevwer-button.collapsed {
    color: #204066;
}

.sv-detail-content .accordion .accordion-header .accordion-button:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sv-detail-content .accordion .accordion-collapse {
    border-top: 1px solid #f1f1f1;
}

@media (max-width: 480px) {
    .sercvice-detail .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .sercvice-detail .row .col-md-8 {
        margin-bottom: 2rem;
    }

    .sercvice-detail .sv-detail-img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .sercvice-detail .sv-detail-img img {
        width: 100% !important;
    }
}

.doc-profile .doctor-img img,
.doc-profile .doctor-img h3 {
    margin-bottom: 15px;
}



.doc-profile .doctor-details .doc-detail-top h3,
.doc-profile .doctor-details .doc-detail-top h6,
.doc-profile .doctor-details .doc-detail-top ul {
    margin-bottom: 10px;
}

.doc-profile .doctor-details .doc-detail-mid i {
    font-size: 14px;
    color: #039a21;
    padding-right: 5px;
}

.doc-detail-desc .doc-desc-wrap,
.doc-detail-desc .appoint-form {
    padding: 30px;
}

.progress-wrap .progress {
    height: 0.6rem;
    margin-bottom: 1.5rem;
    border-radius: 0;
}

.progress-wrap .progress .progress-bar {
    position: relative;
    text-align: right;
    padding-right: 15px;
    background-color: #039a21;
}

@media (max-width: 991px) {
    .doctor-details .doc-detail-top {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .doc-detail-mid .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .doc-detail-mid .d-flex .w-25,
    .doc-detail-mid .d-flex .w-75 {
        width: 100% !important;
    }
}

.table-wrap .table tr th,
.table-wrap .table tr td {
    padding: 1.2rem;
    color: #7a7a7a;
}

.table-wrap tbody>tr:nth-of-type(even) {
    background: #fbfbfb;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.search-list {
    margin-top: 8.5rem;
}

.search-list-wp p {
    font-size: 14px;
}

.search-list-wp ul {
    padding: 10px 25px;
}

.search-list-wp ul li {
    font-size: 13px;
    color: #adadad;
}

.search-list-sh .search-again {
    padding: 80px 0;
}

.faq-pg .appoint-info h2,
.faq-pg .appoint-info h3 {
    margin-bottom: 5px;
}

.faq-pg .appoint-info::after {
    bottom: -15px;
}

.faq-pg .check-img-3 img {
    bottom: 0;
}

.error-mg {
    margin-top: 8.5rem;
    background-image: url("../testimonial.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 100% 50%;
    z-index: 0;
}

@media (max-width: 991px) {

    .search-list,
    .error-mg {
        margin-top: 4.8rem;
    }
}

@media (max-width: 480px) {
    .error-mg .search-again {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* ========================================= */
/*          Comming Soon CSS        */
/* ======================================== */
.comming-soon {
    position: relative;
    padding: 120px 0;
    background-image: url(../female-medical-worker-2021-04-03-03-56-15-utc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.comming-soon .comming__soon_text {
    height: 100vh;
    z-index: 1;
}

.comming-soon .comming__soon_text img {
    width: 25%;
}

.comming-soon .comming__soon_text p {
    font-size: 21px;
    line-height: 1;
    font-weight: 600;
}

.comming-soon .comming__soon_text #countdown {
    color: #039a21;
    font-size: 6rem;
}

.comming-soon .comming__soon_text #countdown span {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    margin-right: 20px;
}

@media (max-width: 991px) {
    .comming-soon .comming__soon_text .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .comming-soon .comming__soon_text #countdown {
        font-size: 5rem;
    }

    .comming-soon .comming__soon_text img {
        width: 55%;
    }
}

@media (max-width: 767px) {
    .comming-soon .comming__soon_text p {
        font-size: 14px;
    }

    .comming-soon .comming__soon_text #countdown {
        font-size: 3rem;
    }
}

.blog__details {
    top: -50px;
}

.blog__details .bg__author {
    position: relative;
    top: -2rem;
}

.blog__details .bg__author img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}

.bg__contents .author__datetime {
    padding: 15px 0;
    border-bottom: 1px dashed #f1f1f1;
    margin-bottom: 15px;
}

.bg__contents .author__datetime li {
    padding-right: 15px;
}

.bg__contents .author__datetime li i {
    color: #039a21;
}

.bg__contents .bg__only_detail {
    line-height: 1.9em;
}

.bg__contents .bg__only_detail .accordion .accordion-item {
    border: 1px solid #f1f1f1;
}

.bg__contents .bg__only_detail .accordion .accordion-item .accordion-body {
    border-top: 1px solid #f1f1f1;
}

.bg__contents .bg__only_detail .accordion .accordion-item .accordion-body ol li a {
    color: #7a7a7a;
}

.bg__contents .bg__only_detail .accordion .accordion-item .accordion-body ol li a:hover {
    color: #039a21;
}

.bg__contents .bg__only_detail .accordion .accordion-item .accordion-body ol li ol {
    padding-left: 15px;
    padding-top: 10px;
}

.bg__contents .blg__ct_form form input,
.bg__contents .blg__ct_form form textarea {
    border: 1px solid #333;
    border-radius: 4px;
}

.prev-next-page {
    background: #fff;
    padding: 15px;
    gap: 10px;
    border: 1px solid #f1f1f1;
}

.prev-next-page .prev-navlink-page,
.prev-next-page .next-navlink-page {
    position: relative;
}

.prev-next-page .prev-navlink-page i,
.prev-next-page .next-navlink-page i {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    color: #039a21;
}

.prev-next-page .prev-navlink-page .prevnext__nav p,
.prev-next-page .next-navlink-page .prevnext__nav p {
    font-size: 12px;
}

.prev-next-page .prev-navlink-page .prevnext__nav p,
.prev-next-page .prev-navlink-page .prevnext__nav h5,
.prev-next-page .next-navlink-page .prevnext__nav p,
.prev-next-page .next-navlink-page .prevnext__nav h5 {
    margin-bottom: 0;
}

.prev-next-page .prev-navlink-page {
    padding-left: 45px;
}

.prev-next-page .prev-navlink-page i {
    left: 0;
}

.prev-next-page .next-navlink-page {
    padding-right: 45px;
    text-align: right;
}

.prev-next-page .next-navlink-page i {
    right: 0;
}

@media (max-width: 480px) {
    .blg-user.w-25 {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .map-wrap {
        margin-bottom: 1.5rem;
    }

    .map-wrap iframe {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .hide {
        display: none;
    }
}

.nav_nav {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    padding: 12px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 11111;
    font-size: 25px;
    box-shadow: 0px 0px 34px 0px;
}

.nav-item span {
    width: 0;
    overflow: hidden;
}

@media screen and (min-device-width: 991px) {
    .nav_a {
        display: none;
    }
}

.swerr {
    color: white !important;
}








.jhsdhfu {
    font-size: 20px !important;
}

.fullpage-loader {
    position: fixed;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    background-size: cover;
    background-position: center;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    z-index: 9999999999;
}


.cardly {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: auto;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 3px double white;
    padding: 0;
    width: 90px;
    border-radius: 4px;
    box-shadow: black 3px 3px 6px 2px;
    margin-bottom: 16px;
}

.ajay {
    position: relative;
    width: 100%;
    max-width: 100px;
}

.ajay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
}

.ajay:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.ajay img {
    display: block;
}

.ajay button {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
}

.ajay:hover button {
    opacity: 1;
}




.pricing {
    /* display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center; */
    width: 100%;
    margin: 15px auto;
}

.pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
}

.pricing-action {
    color: inherit;
    border: none;
    background: none;
    cursor: pointer;
}

.pricing-action:focus {
    outline: none;
}

.pricing-feature-list {
    text-align: left;
}

.price_style {
    font-family: 'Open Sans', sans-serif;
}

.pricing-palden .pricing-item {
    cursor: default;
    color: #84697c;
    background: #fff;
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 20px 20px 10px 10px;
    margin: 0 1em;
}

@media screen and (min-width: 66.25em) {

    .pricing-palden .pricing__item--featured {
        margin: 0;
        z-index: 10;
        box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    }
}

.pricing-palden .pricing-deco {
    border-radius: 10px 10px 0 0;
    background: linear-gradient(135deg, #4097f9, #0af0c7);
    padding: 3em 0 6em 0px;
    position: relative;
}

.pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    margin-bottom: -7px;
}

.pricing-palden .pricing-title {
    font-size: 0.75em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}

.pricing-palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 5s;
}

.pricing-palden .pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0);
}

.pricing-palden .pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
}

.pricing-palden .icon {
    font-size: 2.5em;
}

.pricing-palden .pricing-price {
    font-size: 2em;
    font-weight: 600;
    padding: 2px;
    color: #fff;
    margin: 0 0 20px 0px;
    line-height: 0.75;
}

.pricing-palden .pricing-currency {
    font-size: 0.65em;
    vertical-align: top;
}

.pricing-palden .pricing-period {
    font-size: 0.15em;
    padding: 0 0 0 0.5em;
    font-style: italic;
}

.pricing-palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
}

.pricing-palden .pricing-feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
    display: grid;
}

.pricing-palden .pricing-feature {
    padding: 1em 0;
    color: #204066;
    font-weight: 500;
}

.pricing-palden .pricing-action {
    font-weight: bold;
    margin: auto 3em 2em 3em;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: linear-gradient(135deg, #0093c8, #0093c8);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    font-family: "Jost", sans-serif !important;
}

.pricing-palden .pricing-action:hover,
.pricing-palden .pricing-action:focus {
    background: linear-gradient(135deg, #0093c8, #0093c8);
}

.pricing-palden .pricing-item--featured .pricing-deco {
    padding: 5em 0 8.885em 0;
}


/* Animation */

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}








.banner-main {
    background-image: linear-gradient(90deg, #50505042, #50505042), url("../img/enhanced-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

/* CONTENT */

#banner-main_section .content {
    max-width: 2400px;
}

#banner-main_section .content h1 {
    font-family: "Comfortaa", sans-serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 36px;
    color: #fff;
}

#banner-main_section .content p {
    font-size: clamp(1rem, 4vw, 1.1rem);
    font-weight: 400 !important;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #fff;
}

#banner-main_section .content button {
    background: #eaeaea;
    color: #202134;
    font-size: clamp(0.9rem, 4vw, 1rem);
    font-weight: 600;
    border: 0;
    outline: 0;
    padding: 8px 14px;
    border-radius: 7px;
    transform: scale(1);
    transition: all 0.4s ease-in;
    cursor: pointer;
}

#banner-main_section .content button:is(:hover, :focus) {
    transform: scale(0.98);
    background-color: #6f7aa6;
    color: #eaeaea;
}

/* SLIDER */

#banner-main_section .swiper {
    position: relative;
    width: 370px;
    height: auto;
}

#banner-main_section .swiper-slide {
    position: relative;
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0.3);
    user-select: none;
    -webkit-user-select: none;
    border-radius: 20px;
}

#banner-main_section .cost {
    position: absolute;
    top: 8px;
    right: 6px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 6px 10px;
    color: #fff;
    font-size: clamp(0.8rem, 4vw, 0.9rem);
    font-weight: 600;
}

#banner-main_section .dark-text {
    color: #202134;
}

#banner-main_section .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

#banner-main_section #overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    padding: 0 21px;
    background: rgba(93, 95, 145, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    border-radius: 0 0 20px 20px;
}

#banner-main_section #overlay h1 {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    font-weight: 600;
}

#banner-main_section #overlay p {
    font-size: clamp(0.8rem, 4vw, 0.9rem);
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 10px;
}

#banner-main_section .ratings {
    display: flex;
    column-gap: 10px;
    margin-top: -6px;
}

#banner-main_section .ratings span {
    font-size: clamp(0.8rem, 4vw, 0.9rem);
    font-weight: 300;
}

#banner-main_section .star {
    color: #afe312;
}

/* @media (max-width: 1050px) {
    #banner-main_section .swiper {
        width: 350px;
        height: 450px;
    }
} */

@media (max-width: 930px) {
    section {
        padding: 40px 0px !important
    }

    .footer-top {
        padding: 0px 20px;
    }

    .footer-bottom {
        margin-left: -20px;
        margin-right: -20px;
    }

    #banner-main_section {
        grid-template-columns: 100%;
        grid-template-rows: 55% 40%;
        grid-template-areas:
            "slider"
            "content";
        place-items: center;
        gap: 64px;
    }

    #banner-main_section.swiper {
        grid-area: slider;
    }

    #banner-main_section .content {
        grid-area: content;
        text-align: center;
    }

    #banner-main_section .content h1 {
        margin-bottom: 20px;
    }
}

@media (max-width: 470px) {
    #banner-main_section {
        padding: 40px 40px 60px;
    }

    #banner-main_section .swiper {
        width: 300px;
        height: 400px;
    }
}


.btn::after {
    content: "\f178";
    font-family: FontAwesome;
}


.dfbrgbgr {
    position: relative;
    background: #0093c8;
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 50px;
    box-shadow: 5px 5px 17px 0px rgb(0 0 0 / 16%);
    font-size: 17px;
    border: none;
    line-height: 1.4;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.header_menu .navbar.navbar-default {
    border-radius: 0px;
    margin-bottom: 0px;
    background: #ffffff;
    border: none;
    width: 100%;
    padding: 8px;
}

a:not([href]):not([tabindex]) {
    color: #fff;
}

.course_choose .passages {
    line-height: 2;
    letter-spacing: 0.7px;
    font-size: 18px;
    text-align: justify;
}

















.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    vertical-align: auto;
    zoom: 1;
    display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    vertical-align: auto;
    zoom: 1;
    display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    vertical-align: auto;
    zoom: 1;
    display: inline;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center;
}

.course_details {
    margin-top: 24px;
}

.course_details ul {
    align-items: center !important;
    display: flex;
}

.course_details ul li:nth-child(1) {
    padding: 5px 15px;
}

.course_details ul li:nth-child(2) {
    font-size: 20px;
    color: #204066;
    letter-spacing: 1px;
    font-weight: 600;
}

.course_details ul li svg {
    border-radius: 100%;
    padding: 5px 12px;
    width: 50px;
    min-width: 50px;
    height: 50px;
}

.course_details ul li svg[class$="feather-heart"] {
    background-color: #2f57ef21;
    color: #2f57ef;
}

.course_details ul li svg[class$="feather-book"] {
    background-color: #b966e721;
    color: #b966e7;
}

.course_details ul li svg[class$="feather-aperture"] {
    background-color: #DB709321;
    color: #DB7093;
}



p {
    letter-spacing: 1px;
    font-size: 17px;
    font-style: normal;
}


#span_title {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    color: #0093c8;
    margin-bottom: 15px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    display: inline-block;
    background: #0093c826;
}


.about-details {
    align-items: baseline;
    justify-content: inherit;
}


.about-details .about_para {
    text-align: justify;
}



























































.circles {
    width: 12vmin;
    height: 12vmin;
    position: relative;
    perspective: 280px;
    color: #000000;
}

.circles span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 19%;
    height: 21%;
    background: url("../img/footerlogo_2.png");
    background-size: cover;
}

.circles div {
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 1vmin solid;
    border-top: 1vmin solid transparent;
    border-radius: 100%;
}

.circles div:nth-child(1) {
    animation: anim-1 1s linear infinite;
}

.circles div:nth-child(2) {
    animation: anim-2 1s linear infinite;
}

.circles div:nth-child(3) {
    animation: anim-3 1s linear infinite;
}

@keyframes anim-1 {
    from {
        transform: rotateZ(120deg) rotateX(66deg) rotateZ(0deg);
    }

    to {
        transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
    }
}

@keyframes anim-2 {
    from {
        transform: rotateZ(240deg) rotateX(66deg) rotateZ(0deg);
    }

    to {
        transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
    }
}

@keyframes anim-3 {
    from {
        transform: rotateZ(360deg) rotateX(66deg) rotateZ(0deg);
    }

    to {
        transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
    }
}

.sv-title h3 {
    font-size: 20px;
}

.footer-top {
    padding-top: 40px;
}

.footer-top {
    background: linear-gradient(90deg, #00a6ff75, #00a6ff75), url("../img/footer_image.png");
    background-size: cover;
    background-position: bottom;
}

.footer-bottom {
    padding: 20px;
    margin-top: 20px;
    background: #1b496c61;
    color: white;
}

.site-footer-2 .footer-bottom .copyright-2 {
    margin-bottom: 20px;
}

.site-footer-2 .footer-bottom .copyright-2 {
    color: #acebff;
    font-size: 15px;
}

#waterdrop {
    height: 30px;
}

#waterdrop canvas {
    bottom: -65px !important;
}

.footer_logo {
    display: flex;
    align-items: center;
    justify-items: center;
}

#footer_social_icon {
    margin: 10px 0;
    padding: 10px 0;
}

#footer_social_icon ul li a {
    color: #fff;
    font-size: 22px;
    margin-right: 15px;
}

#footer_social_icon ul li a i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all ease-in-out 0.3s;
}

.facebook-bg {
    background-color: #3a559f;
}

.facebook-bg:hover {
    background-color: #ffffff;
    color: #3a559f;
}


.instagram-bg {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #fff;
}

.instagram-bg:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    color: transparent;
}


.linkedin-bg {
    background-color: #0077B5;
}

.linkedin-bg:hover {
    background-color: #ffffff;
    color: #3a559f;
}

.whatsapp-bg {
    background-color: #25d366;
}

.whatsapp-bg:hover {
    background-color: #ffffff;
    color: #25d366;
}

.youtube-bg {
    background-color: #FF0000;
}

.youtube-bg:hover {
    background-color: #ffffff;
    color: #FF0000;
}


.footer_services h3 {
    font-size: 25px;
}

.services_link ul {
    display: grid;
    justify-items: flex-start;
}

.services_link ul li {
    font-size: 20px;
    margin: 6px 0;
}

.services_link ul li {
    font-size: 18px;
    margin: 6px 0;
}

.services_link ul li a {
    color: white;
    padding: 4px;
}

.services_address ul li {
    color: #fff;
    padding: 4px;
    font-size: 18px;
    margin: 6px 0;
}

.services_address ul li a {
    color: #fff;
}

.services_link ul li a:hover {
    /* background: rgb(91 190 255 / 34%); */
    /* box-shadow: 0 4px 15px 0 rgba(92, 143, 160, 0.75); */
    margin-left: 5px;
    background-position: 100% 0;
    transition: all .4s ease-in-out;
    /* border-radius: 0 15px 15px 0; */
    padding-left: 6px;
    padding-right: 6px;
    /* border-left: 3px solid black; */
    color: #051a33 !important;
    font-weight: 700;
}


.pintrest-gallery {
    column-count: 3;
}

.pintrest-gallery img {
    width: 100%;
    height: 100%;
    transition: all 0.3s linear;
}

.gallery-images:hover img {
    transform: scale(1.05);
}

.gallery-images {
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
}

.pb-5 {
    padding-bottom: 100px !important;
}

.owl-carousel .owl-nav {
    display: none;
}

.testimonial {
    border-right: 4px solid #00c3ff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 0px 15px;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(49px);
    background-color: #c3ebf940;
    -webkit-backdrop-filter: blur(49px);
}

.testimonial:before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: -28px;
    border-top: 28px solid #00c3ff;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-bottom: 28px solid transparent;
    transform: rotate(45deg);
}

.testimonial:after {
    content: "";
    position: absolute;
    top: -28px;
    left: -28px;
    border-top: 28px solid #00c3ff;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-bottom: 28px solid transparent;
    transform: rotate(135deg);
}

.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    font-size: 15px;
    letter-spacing: 1px;
    color: #204066;
    line-height: 25px;
    margin-bottom: 15px;
    text-align: justify;
}

.testimonial .title {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #00c3ff;
    margin: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 14px;
    color: #007cff;
    font-style: italic;
}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }

    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}


/*------------------------------------------------------------- ABOUT PAAGE CSS ---------------------------------------------------------------*/



.about_Page {
    background: url(../img/wallpaperflare-cropped.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0;
    height: 100%;
    background-position: center;
}

.about_decripation a {
    color: #204066 !important;
    font-size: x-large;
    font-weight: 800;
}

.about_decripation span {
    color: #0073bc !important;
    font-size: x-large;
    font-weight: 800;

}

#about_1 {
    font-family: "Jost", sans-serif !important;
    font-style: normal;
    padding: 50px 0;
    margin-top: 45px;
}

.about-1 img {
    border-radius: 15px;
    width:90%;
}

.ml-3 {
    margin-left: 18px !important;
}


.about-2 h2 {
    font-family: "Jost", sans-serif !important;
}

#about_1 .about-1-img {
    background-image: url("../img/about-me.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    bottom: 0;
    position: relative;
    width: 100% !important;
    height: 100%;
    display: block;
}

#about_1 .about-2 span:last-of-type {
    font-size: 20px !important;
    font-weight: 400;
    margin: 0px;
    color: #000;
}

.about-2 p {
    font-size: 18px !important;
    font-weight: 400;
    margin: 0px;
    color: #000;
    line-height: 1.7em;
    word-spacing: 1px;
}

#about_1 .about-1-img_discripation {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 8px;
    margin: auto;
}



.about_experiences p {
    font-size: 18px !important;
    font-weight: 400;
    margin: 30px 0;
    color: #000;
    line-height: 1.7em;
    word-spacing: 1px;
}

.about_experiences ul li {
    margin: 30px 0px;
}

.about_experiences ul li {
    font-size: 18px !important;
    font-weight: 400;
    margin: 8px 0;
    color: #000;
    line-height: 1.7em;
    word-spacing: 1px;
    font-family: "Jost", sans-serif !important;
}

.about_3 {
    border-radius: 10px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.about_3:hover {
    box-shadow: 0px 12px 30px 10px rgba(23.999999999999996, 39.000000000000036, 75, 0.12);
}

.about_3 h3 {
    line-height: 3;
}




.self_free_course {
    padding: 200px 0 !important;
    background-image: url("../img/about-video-bg.webp");
    background-repeat: no-repeat;
    background-position: right;
    margin-right: 200px;
}



.self_free_course p {
    font-size: 18px !important;
    font-weight: 400;
    margin: 30px 0;
    color: #000;
    line-height: 1.7em;
    word-spacing: 1px;
}

.self_free_course .icon_chevron:first-of-type {
    font-weight: 600;
    text-transform: capitalize;
    padding: 14px 17px 14px 30px;
    border-radius: 25px;
    background-color: #0093c8;
    color: #fff;

    :hover {
        color: #204066
    }
}

.video_play-play {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: auto;
    right: 25em;
    top: 18em;
}

.video_play-play svg {
    border-radius: 100%;
    padding: 5px 12px;
    width: 100px;
    min-width: 100px;
    height: 75px;
    color: #fff;
    margin-bottom: 4px;

    :hover {
        color: #0093c8;
    }
}

.self_free_course a:last-of-type {
    :hover {
        color: #0093c8;
    }
}



.right_conatct_social_icon {
    background: linear-gradient(to top right, #1355e8 -5%, #00bdff 100%);
}

.contact_us {
    background: linear-gradient(rgba(35, 119, 150, 0.100), rgba(35, 119, 150, 0.100)), url("../img/contacts.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_inner {
    background-color: #fff;
    position: relative;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    border-radius: 25px;
}

.contact_field {
    padding: 50px 340px 50px 70px;
}

.right_conatct_social_icon {
    height: 100%;
}

.contact_field h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}

.contact_field p {
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.contact_field .form-control {
    border: none;
    margin-bottom: 10px;
    box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
}

.contact_field .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #000;
}

.contact_field .form-control::placeholder {
    font-size: 15px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 0;
    top: 22%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    border-width: 5px !important;
    border-right: 6px solid #0093c8 !important
}

@media (max-width: 590px) {
    .contact_info_sec {
        width: 89% !important;
        margin: auto !important;
        left: 25px !important;
    }
}

@media (max-width: 767px) {
    .contact_info_sec {
        right: 90px !important;
    }
}

@media (max-width: 991px) {
    .contact_info_sec {
        position: absolute;
        background-color: #2d2d2d;
        right: 120px;
        top: 0;
        height: auto;
        width: 340px;
        padding: 15px;
        border-radius: 0px 0px 25px 25px;
        border-width: 5px !important;
        border-top: 6px solid #0093c8 !important;
        border-right: 0 !important;
    }

    .info_single {
        margin: 20px 0px !important;
    }

    .contact_info_sec h4 {
        padding-bottom: 0px !important;
    }

    .contact_field {
        padding: 50px;
        padding-top: 280px;
    }

    .self_free_course {
        background-image: linear-gradient(261deg, #14438467, #ffffffd4), url(../img/about-video-bg.webp);
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 200px;
        height: auto !important;
        width: 100%;
        background-size: cover;
        padding: 60px 0 !important;
    }

    .self_free_course #free_video {
        display: none;
    }

    .about_3 h3 {
        line-height: 1;
    }

    #thim-subcribe-bussiness-new {
        width: 80% !important;
    }
}

.about_3 h3 {
    font-size: 19px;
}

.contact_info_sec h4 {
    letter-spacing: 1px;
    padding-bottom: 15px;
    color: #fff;
}

.info_single {
    margin: 30px 0px;
}

.info_single i {
    margin-right: 15px;
    color: #fff;
    font-size: 25px;
}

.info_single span {
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
}

.contact_field .submit-forms {
    margin: 20px 0;
}

.socil_item_inner li {
    list-style: none;
}

.socil_item_inner li a {
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}

.socil_item_inner {
    padding-bottom: 10px;
}


.testno_para p {
    font-size: 16px !important;
    font-weight: 400;
    color: #000;
    line-height: 1.5em;
    word-spacing: 1px;
    text-align: left;
    margin: 0px 0px 80px 0px;
    padding: 25px 25px;
    border-radius: 25px 25px 25px 25px;
    background-color: #F5F7F8;
    display: block;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.testno_para p:hover {
    filter: drop-shadow(-1px 7px 10px #00000030)
}

.testno_para p::after {
    content: '';
    position: absolute;
    left: 150px;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 37px solid #F5F7F8;
    border-right: 46px solid transparent;
    bottom: -37px;
}

.testno_img {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.testno_img img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

/* .email input[type=email] {
    border: none;
    color: #474747;
    font-size: 18px;
    padding: 0 50px;
    height: 64px;
    border-radius: 50px 0 0 50px;
} */

#thim-subcribe-bussiness-new input {
    background: #fff;
    color: #525865;
    border-radius: 30px 0px 0px 30px;
    border: 0px solid #d1d1d1;
    box-shadow: inset 0px 0px 8px 2px #a7a7a74a;
    padding: 0 50px;
    transition: .18s ease-out;
    display: flex;
    justify-content: space-between;
    background-image: url("../img/download.svg");
    background-repeat: no-repeat;
    background-position: 22px 50%;
}

#thim-subcribe-bussiness-new {
    display: inline-flex;
    width: 40%;
    margin-top: 25px;
}

#thim-subcribe-bussiness-new a {
    background: #0093c8;
    color: #ffffff;
    padding: 8px 35px 8px 25px;
    border-radius: 0px 30px 30px 0px;
    font-size: 18px;
}

#thim-subcribe-bussiness-new a:hover {
    box-shadow: inset 0px 0px 8px 2px #04040457 !important;
}


/*------------------------------------------------------------ OUR TEAM --------------------------------------------------------------------*/

.card_team {}

.card-text {
    font-size: 11px;
    color: #000000;
    font-weight: 500;
}

.see_profile {
    padding-top: 17px;
}

.see_profile a i {
    padding: 12px 13px;
    border: 1px solid #0398ce;
    border-radius: 30px;
    color: #0398ce;
    transition: all ease-in-out 0.2s;
    font-size: 22px;
}

.see_profile a .fa-facebook-f {
    padding: 12px 16px;
}

.see_profile a i:hover {
    color: #fff;
    background-color: #0398ce;
}

.card_team {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0px 265px 10px 14px #baf0ff82 inset;
    border-radius: 5px;
    scale: 0.9;
    border: 2px solid #baf0ff82;
}

.image_team {
    padding: 15px;
    padding-bottom: 5px;
}

.image_team img {
    width: 100%;
    border-radius: 200px !important;
    box-shadow: 0px 0px 10px -2px #0398ce inset;
    padding: 10px;
}



.video_card {
    border: 1px solid rgb(0 201 255 / 32%);
    border-radius: 15px;
    position: relative;
}

.video_play {
    position: absolute;
    z-index: 99999;
    top: 42%;
    left: 45%;
    right: 50%;
    display: block;
}

.video_play i {
    background-color: aliceblue;
    padding: 15px 14px 15px 17px;
    color: #0093c8;
    border-radius: 25px;
}


.video-process .price_head h2 {
    color: #fff !important;
}

.video-process .price_head span {
    color: #fff !important;
    background: #00a4df75;
}

.video-process .span_video {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 15px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    display: inline-block;
    background: #00b5f6a3;
}

section#accueil {
    background: #ecf6f8;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.triangle_vert {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: -100px;
    margin-bottom: -200px;

    background: #47ceff73;
    width: 120%;
    height: 300px;

    -webkit-animation: triangle_v 20s infinite cubic-bezier(.14, .36, .59, .9);
    -ms-animation: triangle_v 20s infinite cubic-bezier(.14, .36, .59, .9);
    animation: triangle_v 20s infinite cubic-bezier(.14, .36, .59, .9);
}

@-webkit-keyframes triangle_v {
    0% {
        -webkit-transform: rotate(5deg) rotateZ(0deg) translate3d(2%, 5%, 0) rotateZ(0deg);
        -ms-transform: rotate(5deg) rotateZ(0deg) translate3d(2%, 5%, 0) rotateZ(0deg);
        transform: rotate(5deg) rotateZ(0deg) translate3d(2%, 5%, 0) rotateZ(0deg);
    }

    25% {
        -webkit-transform: rotate(7deg) rotateZ(90deg) translate3d(2%, 5%, 0) rotateZ(-90deg);
        -ms-transform: rotate(7deg) rotateZ(90deg) translate3d(2%, 5%, 0) rotateZ(-90deg);
        transform: rotate(7deg) rotateZ(90deg) translate3d(2%, 5%, 0) rotateZ(-90deg);
    }

    50% {
        -webkit-transform: rotate(4deg) rotateZ(180deg) translate3d(2%, 5%, 0) rotateZ(-180deg);
        -ms-transform: rotate(4deg) rotateZ(180deg) translate3d(2%, 5%, 0) rotateZ(-180deg);
        transform: rotate(4deg) rotateZ(180deg) translate3d(2%, 5%, 0) rotateZ(-180deg);
    }

    75% {
        -webkit-transform: rotate(2deg) rotateZ(270deg) translate3d(2%, 5%, 0) rotateZ(-270deg);
        -ms-transform: rotate(2deg) rotateZ(270deg) translate3d(2%, 5%, 0) rotateZ(-270deg);
        transform: rotate(2deg) rotateZ(270deg) translate3d(2%, 5%, 0) rotateZ(-270deg);
    }

    100% {
        -webkit-transform: rotate(5deg) rotateZ(360deg) translate3d(2%, 5%, 0) rotateZ(-360deg);
        -ms-transform: rotate(5deg) rotateZ(360deg) translate3d(2%, 5%, 0) rotateZ(-360deg);
        transform: rotate(5deg) rotateZ(360deg) translate3d(2%, 5%, 0) rotateZ(-360deg);
    }
}


@-ms-keyframes triangle_v {
    0% {
        -webkit-transform: rotate(5deg) rotateZ(0deg) translate3d(2%, 5%, 0) rotateZ(0deg);
        -ms-transform: rotate(5deg) rotateZ(0deg) translate3d(2%, 5%, 0) rotateZ(0deg);
        transform: rotate(5deg) rotateZ(0deg) translate3d(2%, 5%, 0) rotateZ(0deg);
    }

    25% {
        -webkit-transform: rotate(8deg) rotateZ(90deg) translate3d(2%, 5%, 0) rotateZ(-90deg);
        -ms-transform: rotate(8deg) rotateZ(90deg) translate3d(2%, 5%, 0) rotateZ(-90deg);
        transform: rotate(8deg) rotateZ(90deg) translate3d(2%, 5%, 0) rotateZ(-90deg);
    }

    50% {
        -webkit-transform: rotate(4deg) rotateZ(180deg) translate3d(2%, 5%, 0) rotateZ(-180deg);
        -ms-transform: rotate(4deg) rotateZ(180deg) translate3d(2%, 5%, 0) rotateZ(-180deg);
        transform: rotate(4deg) rotateZ(180deg) translate3d(2%, 5%, 0) rotateZ(-180deg);
    }

    75% {
        -webkit-transform: rotate(2deg) rotateZ(270deg) translate3d(2%, 5%, 0) rotateZ(-270deg);
        -ms-transform: rotate(2deg) rotateZ(270deg) translate3d(2%, 5%, 0) rotateZ(-270deg);
        transform: rotate(2deg) rotateZ(270deg) translate3d(2%, 5%, 0) rotateZ(-270deg);
    }

    100% {
        -webkit-transform: rotate(5deg) rotateZ(360deg) translate3d(2%, 5%, 0) rotateZ(-360deg);
        -ms-transform: rotate(5deg) rotateZ(360deg) translate3d(2%, 5%, 0) rotateZ(-360deg);
        transform: rotate(5deg) rotateZ(360deg) translate3d(2%, 5%, 0) rotateZ(-360deg);
    }
}

@keyframes triangle_v {
    0% {
        -webkit-transform: rotate(5deg) rotateZ(0deg) translate3d(2%, 5%, 0) rotateZ(0deg);
        -ms-transform: rotate(5deg) rotateZ(0deg) translate3d(2%, 5%, 0) rotateZ(0deg);
        transform: rotate(5deg) rotateZ(0deg) translate3d(2%, 5%, 0) rotateZ(0deg);
    }

    25% {
        -webkit-transform: rotate(8deg) rotateZ(90deg) translate3d(2%, 5%, 0) rotateZ(-90deg);
        -ms-transform: rotate(8deg) rotateZ(90deg) translate3d(2%, 5%, 0) rotateZ(-90deg);
        transform: rotate(8deg) rotateZ(90deg) translate3d(2%, 5%, 0) rotateZ(-90deg);
    }

    50% {
        -webkit-transform: rotate(4deg) rotateZ(180deg) translate3d(2%, 5%, 0) rotateZ(-180deg);
        -ms-transform: rotate(4deg) rotateZ(180deg) translate3d(2%, 5%, 0) rotateZ(-180deg);
        transform: rotate(4deg) rotateZ(180deg) translate3d(2%, 5%, 0) rotateZ(-180deg);
    }

    75% {
        -webkit-transform: rotate(2deg) rotateZ(270deg) translate3d(2%, 5%, 0) rotateZ(-270deg);
        -ms-transform: rotate(2deg) rotateZ(270deg) translate3d(2%, 5%, 0) rotateZ(-270deg);
        transform: rotate(2deg) rotateZ(270deg) translate3d(2%, 5%, 0) rotateZ(-270deg);
    }

    100% {
        -webkit-transform: rotate(5deg) rotateZ(360deg) translate3d(2%, 5%, 0) rotateZ(-360deg);
        -ms-transform: rotate(5deg) rotateZ(360deg) translate3d(2%, 5%, 0) rotateZ(-360deg);
        transform: rotate(5deg) rotateZ(360deg) translate3d(2%, 5%, 0) rotateZ(-360deg);
    }
}


.triangle_rose {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -100px;
    margin-top: -150px;

    background: #47ceff73;
    width: 120%;
    height: 250px;

    transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);

    -webkit-animation: triangle_r 20s infinite cubic-bezier(.14, .36, .59, .9);
    -ms-animation: triangle_r 20s infinite cubic-bezier(.14, .36, .59, .9);
    animation: triangle_r 20s infinite cubic-bezier(.14, .36, .59, .9);
}


@-webkit-keyframes triangle_r {
    0% {
        -webkit-transform: rotate(7deg) rotateZ(0deg) translate3d(2%, 5%, 0) rotateZ(0deg);
        -ms-transform: rotate(7deg) rotateZ(0deg) translate3d(2%, 5%, 0) rotateZ(0deg);
        transform: rotate(7deg) rotateZ(0deg) translate3d(2%, 5%, 0) rotateZ(0deg);
    }

    25% {
        -webkit-transform: rotate(3deg) rotateZ(90deg) translate3d(2%, 5%, 0) rotateZ(-90deg);
        -ms-transform: rotate(3deg) rotateZ(90deg) translate3d(2%, 5%, 0) rotateZ(-90deg);
        transform: rotate(3deg) rotateZ(90deg) translate3d(2%, 5%, 0) rotateZ(-90deg);
    }

    50% {
        -webkit-transform: rotate(6deg) rotateZ(180deg) translate3d(2%, 5%, 0) rotateZ(-180deg);
        -ms-transform: rotate(6deg) rotateZ(180deg) translate3d(2%, 5%, 0) rotateZ(-180deg);
        transform: rotate(6deg) rotateZ(180deg) translate3d(2%, 5%, 0) rotateZ(-180deg);
    }

    75% {
        -webkit-transform: rotate(9deg) rotateZ(270deg) translate3d(2%, 5%, 0) rotateZ(-270deg);
        -ms-transform: rotate(9deg) rotateZ(270deg) translate3d(2%, 5%, 0) rotateZ(-270deg);
        transform: rotate(9deg) rotateZ(270deg) translate3d(2%, 5%, 0) rotateZ(-270deg);
    }

    100% {
        -webkit-transform: rotate(7deg) rotateZ(360deg) translate3d(2%, 5%, 0) rotateZ(-360deg);
        -ms-transform: rotate(7deg) rotateZ(360deg) translate3d(2%, 5%, 0) rotateZ(-360deg);
        transform: rotate(7deg) rotateZ(360deg) translate3d(2%, 5%, 0) rotateZ(-360deg);
    }
}

@-ms-keyframes triangle_r {
    0% {
        -webkit-transform: rotate(7deg) rotateZ(0deg) translate3d(2%, 5%, 0) rotateZ(0deg);
        -ms-transform: rotate(7deg) rotateZ(0deg) translate3d(2%, 5%, 0) rotateZ(0deg);
        transform: rotate(7deg) rotateZ(0deg) translate3d(2%, 5%, 0) rotateZ(0deg);
    }

    25% {
        -webkit-transform: rotate(3deg) rotateZ(90deg) translate3d(2%, 5%, 0) rotateZ(-90deg);
        -ms-transform: rotate(3deg) rotateZ(90deg) translate3d(2%, 5%, 0) rotateZ(-90deg);
        transform: rotate(3deg) rotateZ(90deg) translate3d(2%, 5%, 0) rotateZ(-90deg);
    }

    50% {
        -webkit-transform: rotate(6deg) rotateZ(180deg) translate3d(2%, 5%, 0) rotateZ(-180deg);
        -ms-transform: rotate(6deg) rotateZ(180deg) translate3d(2%, 5%, 0) rotateZ(-180deg);
        transform: rotate(6deg) rotateZ(180deg) translate3d(2%, 5%, 0) rotateZ(-180deg);
    }

    75% {
        -webkit-transform: rotate(9deg) rotateZ(270deg) translate3d(2%, 5%, 0) rotateZ(-270deg);
        -ms-transform: rotate(9deg) rotateZ(270deg) translate3d(2%, 5%, 0) rotateZ(-270deg);
        transform: rotate(9deg) rotateZ(270deg) translate3d(2%, 5%, 0) rotateZ(-270deg);
    }

    100% {
        -webkit-transform: rotate(7deg) rotateZ(360deg) translate3d(2%, 5%, 0) rotateZ(-360deg);
        -ms-transform: rotate(7deg) rotateZ(360deg) translate3d(2%, 5%, 0) rotateZ(-360deg);
        transform: rotate(7deg) rotateZ(360deg) translate3d(2%, 5%, 0) rotateZ(-360deg);
    }
}

@keyframes triangle_r {
    0% {
        -webkit-transform: rotate(7deg) rotateZ(0deg) translate3d(2%, 5%, 0) rotateZ(0deg);
        -ms-transform: rotate(7deg) rotateZ(0deg) translate3d(2%, 5%, 0) rotateZ(0deg);
        transform: rotate(7deg) rotateZ(0deg) translate3d(2%, 5%, 0) rotateZ(0deg);
    }

    25% {
        -webkit-transform: rotate(3deg) rotateZ(90deg) translate3d(2%, 5%, 0) rotateZ(-90deg);
        -ms-transform: rotate(3deg) rotateZ(90deg) translate3d(2%, 5%, 0) rotateZ(-90deg);
        transform: rotate(3deg) rotateZ(90deg) translate3d(2%, 5%, 0) rotateZ(-90deg);
    }

    50% {
        -webkit-transform: rotate(6deg) rotateZ(180deg) translate3d(2%, 5%, 0) rotateZ(-180deg);
        -ms-transform: rotate(6deg) rotateZ(180deg) translate3d(2%, 5%, 0) rotateZ(-180deg);
        transform: rotate(6deg) rotateZ(180deg) translate3d(2%, 5%, 0) rotateZ(-180deg);
    }

    75% {
        -webkit-transform: rotate(9deg) rotateZ(270deg) translate3d(2%, 5%, 0) rotateZ(-270deg);
        -ms-transform: rotate(9deg) rotateZ(270deg) translate3d(2%, 5%, 0) rotateZ(-270deg);
        transform: rotate(9deg) rotateZ(270deg) translate3d(2%, 5%, 0) rotateZ(-270deg);
    }

    100% {
        -webkit-transform: rotate(7deg) rotateZ(360deg) translate3d(2%, 5%, 0) rotateZ(-360deg);
        -ms-transform: rotate(7deg) rotateZ(360deg) translate3d(2%, 5%, 0) rotateZ(-360deg);
        transform: rotate(7deg) rotateZ(360deg) translate3d(2%, 5%, 0) rotateZ(-360deg);
    }
}

.bts{
    width: 65%;
    margin-bottom: 10px;
}

.blog_Page {
    position: relative;
    margin: 0 auto 20px;
}

.blog_Page_6 {
    background: url(../img/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 250px 0;
    height: 100%;
} 

.blog_Page_3 {
    background: url(../img/AR527FyM.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 230px 0;
    height: 100%;
    background-position: center;
} 

.blog_Page_4 {
    background: url(../img/V5wqbAgO.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 233px 0;
    height: 100%;
    background-position: center;
} 

/*.blog_page{
    margin-top:-45px;
}*/

.contact_use {
    background: url(../img/contact.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 235px 0;
    height: 100%;
    background-position: center;
}    

.courses {
    background: url(../img/course.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 235px 0;
    height: 100%;
    background-position: center;
}    


/* ------------------------------blog - grid----------------------------------*/


.blog-grid {
    position: relative;
    box-shadow: 0 1rem 1.75rem 0 rgba(45, 55, 75, 0.1);
    height: 100%;
    border: 0.0625rem solid rgba(220, 224, 229, 0.6);
    border-radius: 0.25rem;
    transition: all .2s ease-in-out;
    height: 100%
}

.blog-grid span {
    color: #292dc2
}

.blog-grid img {
    width: 100%;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
}

.blog-grid-text {
    position: relative
}

.blog-grid-text>span {
    color: #292dc2;
    font-size: 13px;
    padding-right: 5px
}

.blog-grid-text h4 {
    line-height: normal;
    margin-bottom: 15px
}

.blog-grid-text .meta-style2 {
    border-top: 1px dashed #cee1f8;
    padding-top: 15px
}

.blog-grid-text .meta-style2 ul li {
    margin-bottom: 0;
    font-weight: 500
}

.blog-grid-text .meta-style2 ul li:last-child {
    margin-right: 0
}

.blog-grid-text ul {
    margin: 0;
    padding: 0
}

.blog-grid-text ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 10px 5px 0
}

.blog-grid-text ul li:last-child {
    margin-right: 0
}

.blog-grid-text ul li i {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px
}

.blog-grid-text p {
    font-weight: 400;
    padding: 0
}

.blog-list-left-heading:after,
.blog-title-box:after {
    content: '';
    height: 2px
}

.blog-grid-simple-content a:hover {
    color: #1d184a
}

.blog-grid-simple-content a:hover:after {
    color: #1d184a
}
.blog-grid-text {
    position: relative
}

.blog-grid-text>span {
    color: #292dc2;
    font-size: 13px;
    padding-right: 5px
}

.blog-grid-text h4 {
    line-height: normal;
    margin-bottom: 15px
}

.blog-grid-text .meta-style2 {
    border-top: 1px dashed #cee1f8 !important;
    padding-top: 15px
}

.blog-grid-text .meta-style2 ul li {
    margin-bottom: 0;
    font-weight: 500
}

.blog-grid-text .meta-style2 ul li:last-child {
    margin-right: 0
}

.blog-grid-text ul {
    margin: 0;
    padding: 0
}

.blog-grid-text ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 10px 5px 0
}

.blog-grid-text ul li:last-child {
    margin-right: 0
}

.blog-grid-text ul li i {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px
}

.blog-grid-text p {
    font-weight: 400;
    padding: 0
}

.blog-grid a, .blog-grid a:active, .blog-grid a:focus {
    color: #575a7b;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}


.blog-grid_card:hover .blog-grid {
    transform: scale(1.05);
}    
 

/*--------------------single blog -----------------*/

.card {
        background: #fff;
        transition: .5s;
        border: 0;
        margin-bottom: 30px;
        border-radius: .55rem;
        position: relative;
        width: 100%;
        box-shadow: 2px 2px 10px 3px rgb(0 0 0 / 10%);
    }

    .card .card-bodys_blog {
        color: #444;
        padding: 20px;
        font-weight: 400;
    }

    .card .header {
        color: #444;
        padding: 20px;
        position: relative;
        box-shadow: none;
    }

    .single_post {
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        border: 1px solid #dbdbdb4f;
        padding: 12px;
        margin-bottom: 6px;
    }

    .single_post .card-bodys_blog {
        padding: 30px
    }

    .card .card-bodys_blog h3 {
        font-size: 24px;
        padding: 22px 0 0;
    }

    .single_post .img-post {
        position: relative;
        overflow: hidden;
        max-height: 500px;
        margin-bottom: 30px
    }
    .img_post_1{
        height:300px;
    }
    .img_post_1 img{
        height:100%;
        width:100%;
    }
    
    .single_post .img-post>img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
        transition: transform .4s ease, opacity .4s ease;
        max-width: 100%;
        filter: none;
        -webkit-transform: scale(1.01)
    }

    .single_post .img-post:hover img {
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
        opacity: .7;
        filter: gray;
        -webkit-transition: all .8s ease-in-out
    }

    .single_post .img-post:hover .social_share {
        display: block
    }

    .single_post .footer {
        padding: 0 30px 30px 30px
    }

    .single_post .footer .actions {
        display: inline-block
    }

    .single_post .footer .stats {
        cursor: default;
        list-style: none;
        padding: 0;
        display: inline-block;
        float: right;
        margin: 0;
        line-height: 35px
    }

    .single_post .footer .stats li {
        border-left: solid 1px rgba(160, 160, 160, 0.3);
        display: inline-block;
        font-weight: 400;
        letter-spacing: 0.25em;
        line-height: 1;
        margin: 0 0 0 2em;
        padding: 0 0 0 2em;
        text-transform: uppercase;
        font-size: 13px
    }

    .single_post .footer .stats li a {
        color: #777
    }

    .single_post .footer .stats li:first-child {
        border-left: 0;
        margin-left: 0;
        padding-left: 0
    }

    .single_post h3 {
        font-size: 20px;
        text-transform: uppercase
    }

    .single_post h3 a {
        color: #242424;
        text-decoration: none
    }

    .single_post p {
        font-size: 16px;
        line-height: 26px;
        font-weight: 300;
        margin: 0
    }

    .single_post .blockquote p {
        margin-top: 0 !important
    }

    .single_post .meta {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .single_post .meta li {
        display: inline-block;
        margin-right: 15px
    }

    .single_post .meta li a {
        font-style: italic;
        color: #959595;
        text-decoration: none;
        font-size: 12px
    }

    .single_post .meta li a i {
        margin-right: 6px;
        font-size: 12px
    }

    .single_post2 {
        overflow: hidden
    }

    .single_post2 .content {
        margin-top: 15px;
        margin-bottom: 15px;
        padding-left: 80px;
        position: relative
    }

    .single_post2 .content .actions_sidebar {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 60px
    }

    .single_post2 .content .actions_sidebar a {
        display: inline-block;
        width: 100%;
        height: 60px;
        line-height: 60px;
        margin-right: 0;
        text-align: center;
        border-right: 1px solid #e4eaec
    }

    .single_post2 .content .title {
        font-weight: 100
    }

    .single_post2 .content .text {
        font-size: 15px
    }

    .right-box .categories-clouds li {
        display: inline-block;
        margin-bottom: 5px
    }

    .right-box .categories-clouds li a {
        display: block;
        border: 0px solid #0093c8;
        padding: 6px 10px;
        border-radius: 4px;
        color: #fff;
        background-color: #0093c8;
    }

    .right-box .instagram-plugin {
        overflow: hidden
    }

    .right-box .instagram-plugin li {
        float: left;
        overflow: hidden;
        border: 1px solid #fff
    }

    .comment-reply li {
        margin-bottom: 15px
    }

    .comment-reply li:last-child {
        margin-bottom: none
    }

    .comment-reply li h5 {
        font-size: 18px
    }

    .comment-reply li p {
        margin-bottom: 0px;
        font-size: 15px;
        color: #777
    }

    .comment-reply .list-inline li {
        display: inline-block;
        margin: 0;
        padding-right: 20px
    }

    .comment-reply .list-inline li a {
        font-size: 13px
    }

    @media (max-width: 640px) {
        .blog-page .left-box .single-comment-box>ul>li {
            padding: 25px 0
        }

        .blog-page .left-box .single-comment-box ul li .icon-box {
            display: inline-block
        }

        .blog-page .left-box .single-comment-box ul li .text-box {
            display: block;
            padding-left: 0;
            margin-top: 10px
        }

        .blog-page .single_post .footer .stats {
            float: none;
            margin-top: 10px
        }

        .blog-page .single_post .card-bodys_blog,
        .blog-page .single_post .footer {
            padding: 30px
        }
    }

    .card-bodys_blog input {
        background: #fff;
        color: #525865;
        border-radius: 8px;
        border: 0px solid #d1d1d1;
        box-shadow: inset 2px 2px 5px 2px #a7a7a730;
        padding: 0 32px;
        transition: .18s ease-out;
        height: 55px;
    }

    .card-bodys_blog textarea {
        background: #fff;
        color: #525865;
        border-radius: 8px;
        border: 0px solid #d1d1d1;
        box-shadow: inset 2px 2px 5px 2px #a7a7a730;
        transition: .18s ease-out;
        margin: 20px 0;
    }

    .comm_submit {
        font-size: 1.2rem;
        font-weight: 500;
        padding: 14px 30px;
        border: none;
        outline: none;
        border-radius: 0.3rem;
        color: #ffffff;
        background: #1a73e8;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }

    .card-bodys_blog textarea:focus,
    .card-bodys_blog input:focus {
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    }

.color_text{
    color:#234268;
    overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.color_text:hover{
    color:#0093c8;
}
.text_end{
    float: inline-end;
}
.two-line-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.entry-meta span.posted-on {
    padding-right: 15px;
}
.post_icon a i {
    margin-right: 5px;
}
.entry-meta a:visited {
    color: #03c4ff;
}
.social_1{
    margin:0px !important;
    padding:0px !important;
}
.facebookbg {
    background-color: #3a559f;
}

.facebookbg:hover {
    background-color: #3a559f;
    color: #fff;
}


.instagrambg {
    background: #44b1e4;
    color: #fff;
}

.instagrambg:hover {
    background: #44b1e4;
    color: #fff;
}


.linkedinbg {
    background-color: #0077B5;
}

.linkedinbg:hover {
    background-color: #0077B5;
    color: #fff;
}

.whatsappbg {
    background-color: #25d366;
}

.whatsappbg:hover {
    background-color: #25d366;
    color: #fff;
}

.youtubebg {
    background-color: #FF0000;
}

.youtubebg:hover {
    background-color: #FF0000;
    color: #fff;
}
.aling_1{
    align-items:center;
}
.line_height p{
    line-height: 1.875;
    letter-spacing: -0.2px;
    font-size: 16px;
    /*font-weight: bold;*/
    font-family: "Red Hat Text", sans-serif;
}
.justify_social{
    justify-content: end;
}
.date_mrgin_i{
    margin-right:10px;
}

/*====================*/
.eKqTko {
bottom: 50% !important;
position: fixed !important;
}    

.fixed-tabs-Whats {
  position: fixed;
  right: 0px;
  bottom: 218px;
  z-index: 100;
}
.aba-whatsphone {
  background:#0398ce;
  height: 60px;
  width: 70px;
  border-radius: 30px 0 0 30px;
  transition: 0.7s ease;
}
.aba-whatsphone:hover {
  color:#fff;
  width: 200px;
  transition: 0.7s ease;
}

.aba-whatsphone-icone {
  background-image: url(../img/wdownload.png);
  background-repeat: no-repeat;
  width: 280px;
  background-size: 44px;
  background-position: 16px 7px;
  padding: 7px;
  height:60px;
}
.aba-whatsphone-icone a {
  color: #ffffff;
  font-size: 14px;
  line-height: 0px;
  margin-left: 70px;
  text-decoration: none;
  height: 60px;
  font-family: sans-serif;
}
.aba-whatsphone-icone a strong {
  display: block;
  font-size: 21px;
  margin-left: 70px;
}

.fixed-tabs-mag {
  position: fixed;
  right: 0px;
  bottom: 150px;
  z-index: 100;
}    
    
.aba-whatsphone-iconem {
  background-image: url(../img/mass-removebg-preview.png);
  background-repeat: no-repeat;
  width: 280px;
  background-size: 44px;
  background-position: 16px 7px;
  padding: 7px;
  height:60px;
}    
.aba-whatsphone-iconem a {
  color: #ffffff;
  font-size: 14px;
  line-height: 0px;
  margin-left: 70px;
  text-decoration: none;
  height: 60px;
  font-family: sans-serif;
}
.aba-whatsphone-iconem a strong {
  display: block;
  font-size: 21px;
  margin-left: 70px;
}

@media (max-width: 991px){
    .fixed-tabs-Whats {
    position: fixed;
    right: 0px;
    top: 95px;
    z-index: 100;
}
    .fixed-tabs-mag {
    position: fixed;
    right: 0;
    z-index: 100;
    top: 162px;
}

}

.text-box p{
    margin-bottom:10px;
}

@media (max-width: 991px){
    #span_title {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    color: #0093c8;
    margin-bottom: 15px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    display: inline-block;
    background: #0093c826;
    margin-top: 25px;
}

.owl-theme .owl-nav{
    display:none;
}

}
 









