:root {
    --theme-color: #04CE78;
    --theme-color2: #1F5FFF;
    --title-color: #000D44;
    --body-color: #788094;
    --smoke-color: #F5F7FA;
    --smoke-color2: #F5F8FD;
    --black-color: #000000;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #bdbdbd;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #D8DDE1;
    --title-font: 'Outfit', sans-serif;
    --body-font: 'DM Sans', sans-serif;
   /* --icon-font: "FontAwesome";*/
    --main-container: 1224px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}

html,body {
    scroll-behavior: auto !important
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}
ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--th-border-color)
}

th {
    font-weight: 700;
    color: var(--title-color)
}

td,th {
    border: 1px solid var(--th-border-color);
    padding: 9px 12px
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

a:hover {
    color: var(--title-color)
}

a:active,a:focus,a:hover,a:visited {
    text-decoration: none;
    outline: 0
}

button {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

img {
    border: none;
    max-width: 100%
}
/*p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75
}*/

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,p a,span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6 {
    /*font-family: var(--title-font);*/
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

.h1,h1 {
    font-size: 64px;
    line-height: 1.156;
}

.h2,h2 {
    font-size: 48px;
    line-height: 1.125;
}

.h3,h3 {
    font-size: 36px;
    line-height: 1.278;
}

.h4,h4 {
    font-size: 30px;
    line-height: 1.333;
}

.h5,h5 {
    font-size: 24px;
    line-height: 1.417;
}

.h6,h6 {
    font-size: 20px;
    line-height: 1.5;
}

@media (max-width: 1199px) {
    .h1,h1 {
        font-size:48px;
        line-height: 1.3;
    }

    .h2,h2 {
        font-size: 36px;
        line-height: 1.3;
    }

    .h3,h3 {
        font-size: 30px;
    }

    .h4,h4 {
        font-size: 24px;
    }

    .h5,h5 {
        font-size: 20px;
    }

    .h6,h6 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .h1,h1 {
        font-size:40px;
    }

    .h2,h2 {
        font-size: 34px;
        line-height: 1.3;
    }

    .h3,h3 {
        font-size: 26px;
    }

    .h4,h4 {
        font-size: 22px;
    }

    .h5,h5 {
        font-size: 18px;
    }

    .h6,h6 {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .h1,h1 {
        font-size:34px;
        line-height: 1.35;
    }

    .h2,h2 {
        font-size: 28px;
    }
}

@media (max-width: 375px) {
    .h1,h1 {
        font-size:32px;
    }
}

/*form control*/
select,.form-control,.form-select,textarea,input {
    height: 56px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid transparent;
    color: var(--body-color);
    background-color: var(--smoke-color);
    border-radius: 27px;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

select:focus,.form-control:focus,.form-select:focus,textarea:focus,input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--th-border-color);
    background-color: var(--smoke-color2)
}
.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative
}

.form-group>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: var(--body-color)
}
.form-group>i.fi.fi-rs-angle-small-down {
    width: 17px;
    background-color: var(--smoke-color2);
}
textarea.form-control,textarea {
    min-height: 115px;
    padding-top: 16px;
    padding-bottom: 17px
}
/*form control*/
/*btn*/
.btn-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.icon-btn {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 56px);
    font-size: var(--btn-font-size, 20px);
    background-color: var(--icon-bg, #fff);
    color: var(--title-color);
    text-align: center;
    border-radius: 0;
    border: 1px solid var(--th-border-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
}

.icon-btn:hover {
    background-color: #ed3237;
    color: var(--white-color);
    border-color: #ed3237;
}
.th-btn{
    border-radius:10px;
}
.th-btn{
    position:relative;
    z-index:2;
    overflow:hidden;
    vertical-align:middle;
    display:inline-block;
    border:none;
    text-transform:uppercase;
    text-align:center;
    color:#fff;
    background:-webkit-linear-gradient(top, #04ce78 37.5%, #DDFFF1 100%);
    background:linear-gradient(180deg, #d30409 37.5%, #fbdfe0 100%);
    box-shadow: 0px 3px 15px #d3b0b0;
    font-family:var(--body-font);
    font-size:14px;
    font-weight:700;
    line-height:1;
    padding:21px 30px;
    min-width:170px;
    border-radius:30px;
}
.th-btn:before{
    content:"";
    position:absolute;
    height:56%;
    top:1px;
    left:10px;
    width:calc(100% - 20px);
    background:-webkit-linear-gradient(top, #A9FFDA 0%, rgba(169,255,218,0) 78.65%);
    background:linear-gradient(180deg, #fcb6b8 0%, rgba(169,255,218,0) 78.65%);
    -webkit-filter:blur(2px);
    filter:blur(2px);
    z-index:-1;
    -webkit-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
    border-radius:inherit;
}
.th-btn i{font-size:0.95em;}
.th-btn:hover{
    -webkit-transform:translateY(-3px);
    -ms-transform:translateY(-3px);
    transform:translateY(-3px);
}
.th-btn.style2 {
    background: -webkit-linear-gradient(top, #C2D4FF 37.5%, #F0F4FF 100%);
    background: linear-gradient(180deg, #C2D4FF 37.5%, #F0F4FF 100%);
    box-shadow: 0px 2px 10px rgba(184,191,208,0.5);
    color: #000;
}

.th-btn.style2:before {
    background: -webkit-linear-gradient(top, #F9FAFD 0%, rgba(249,250,253,0) 78.65%);
    background: linear-gradient(180deg, #F9FAFD 0%, rgba(249,250,253,0) 78.65%);
}
.th-btn.style4 {
    background-color: var(--theme-color2);
    background: -webkit-linear-gradient(top, #1F5FFF 37.5%, #E3EBFF 100%);
    background: linear-gradient(180deg, #1f5fff 37.5%, #E3EBFF 100%);
    box-shadow: 0px 3px 15px #B0BAD3;
    color: var(--white-color);
}

.th-btn.style4:before {
    background: -webkit-linear-gradient(top, #A3BDFF 0%, rgba(155,184,255,0) 78.65%);
    background: linear-gradient(180deg, #A3BDFF 0%, rgba(155,184,255,0) 78.65%);
}
.th-btn.btn-sm {
    padding: 16px 25px;
    min-width: 140px;
}
/*btn*/

/*padding*/
.ptb-100{
    padding-top:100px;
    padding-bottom:50px;
}
/*padding*/

/*menu*/
.th-header {
    position: relative;
    z-index: 41;
}
.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

.th-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--smoke-color2);
}

.th-menu-wrapper .mobile-logo svg {
    max-width: 185px;
}

.th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: #4866a3;
    border-radius: 50%;
}

.th-menu-wrapper .th-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid #4866a3;
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1;
}

.th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible;
}

.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 300px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}

.th-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}

.th-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}

.th-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1;
}

.th-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    padding-left: 18px;
}

.th-mobile-menu ul li a:before {
    content: '\f105';
    font-family:FontAwesome;
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
}

.th-mobile-menu ul li.th-active>a {
    color: #ed3237;
}

.th-mobile-menu ul li.th-active>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.th-mobile-menu ul li ul li {
    padding-left: 20px;
}

.th-mobile-menu ul li ul li:last-child {
    border-bottom: none;
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173,136,88,0.5);
    border-radius: 50%;
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand:before {
    content: '\f067';
    font-family:FontAwesome;
}

.th-mobile-menu ul .th-item-has-children>a:after {
    content: "\f105";
    font-family:FontAwesome;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--smoke-color);
    float: right;
    margin-top: 1px;
}

.th-mobile-menu ul .th-item-has-children.th-active>a .th-mean-expand:before {
    content: '\f068'
}

.th-mobile-menu ul .th-item-has-children.th-active>a:after {
    content: "\f068";
}

.th-mobile-menu>ul {
    padding: 0 40px;
}

.th-mobile-menu>ul>li:last-child {
    border-bottom: none;
}

.th-menu-toggle {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 10px;
}

.th-menu-toggle:hover {
    background-color: var(--title-color);
}
.header-top {
    padding: 7px 0;
    background-color: #4866a3;
    --body-color: #fff
}

.header-top a:hover {
    color: var(--theme-color)
}

.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.07));
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.07));
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out;
}

@-webkit-keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}

@keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}

/*header container*/
.header-layout4 .header-top .container{padding-left:380px}
@media (max-width: 1399px){
    .header-layout4 .header-top .container{padding-left:330px}
}
.header-layout4 .main-menu{margin-left:42px}
.header-layout4 .header-logo .logo-bg{top:unset;bottom:0;height:150px;-webkit-clip-path:none;clip-path:none;background-color:var(--smoke-color);border-radius:0 0 300px 0}
.header-layout4 .header-logo>a{display:block;margin-top:-25px}
.header-layout4 .sticky-wrapper.sticky .header-logo>a{margin-top:0 !important}
@media (max-width: 1199px){.header-layout4 .main-menu{margin-left:0}
.header-layout4 .header-logo .logo-bg{height:100%}
.header-layout4 .header-logo>a{margin-top:0}
.header-layout4 .header-top .container{padding-left:12px}
}
/*header container*/
/*header*/
.header-layout1 {
    position: relative
}

.header-layout1 .sticky-wrapper {
    box-shadow: 0px 10px 20px rgba(2,29,53,0.06)
}

.header-layout1 .menu-area {
    position: relative;
    z-index: 2
}

.header-layout1 .header-logo {
    position: relative;
    z-index: 2;
    height: 100px;
    padding: 20px 100px 20px 0
}

.header-layout1 .header-logo .logo-bg {
    position: absolute;
    top: 0;
    right: -26px;
    height: 100%;
    width: 2000px;
    background-size: auto;
    background-repeat: repeat;
    background-position: center right;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 42px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 42px) 100%, 0% 100%)
}

.header-layout1 .th-menu-toggle {
    margin-left: auto
}

@media (min-width: 1300px) {
    .header-layout1 {
        --main-container: 1620px
    }
}

@media (max-width: 1399px) {
    .header-layout1 .header-button .th-btn {
        display:none
    }

    .header-layout1 .header-logo {
        padding: 20px 50px 20px 0
    }

    .header-layout1 .header-logo .logo-bg {
        right: -15px
    }
}

@media (max-width: 991px) {
    .header-layout1 .header-logo {
        padding:15px 50px 15px 0;
        height: 90px
    }
}

@media (max-width: 575px) {
    .header-layout1 .header-logo {
        height:82px;
        padding-right: 0
    }

    .header-layout1 .header-logo .logo-bg {
        right: -60px
    }

    .header-layout1 .header-logo h2 {
        font-size: 36px
    }

    .header-layout1 .header-logo img {
        max-width: 150px
    }
}
/*header*/

/*logo bg*/
.header-layout4 .header-logo .logo-bg{top:unset;bottom:0;height:150px;-webkit-clip-path:none;clip-path:none;background-color:var(--smoke-color);border-radius:0 0 300px 0;}
.header-layout4 .header-logo>a{display:block;margin-top:-25px;}
.header-layout4 .sticky-wrapper.sticky .header-logo>a{margin-top:0 !important;}
@media (max-width: 1199px){
    .header-layout4 .main-menu{margin-left:0;}
.header-layout4 .header-logo .logo-bg{height:100%;}
.header-layout4 .header-logo>a{margin-top:0;}
.header-layout4 .header-top .container{padding-left:12px;}
}
/*logo bg*/

/*header links*/
.th-header .icon-btn {
    border-radius: 99px;
}
.header-logo {
    padding-top: 15px;
    padding-bottom: 15px
}
.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-links li {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

.header-links li:last-child {
    margin-right: 0;
}

.header-links li>i {
    margin-right: 6px;
}

.header-links li,.header-links span,.header-links p,.header-links a {
    color: #fff;
}

.header-links a:hover {
    color: var(--theme-color);
}
.header-links b,.header-links strong {
    font-weight: 500;
    margin-right: 2px;
}

.header-links .icon-btn {
    --btn-size: 36px;
    line-height: 34px;
    background-color: transparent;
    border: 1px solid #fff;
    color: var(--white-color);
    font-size: 16px;
}
.header-button .icon-btn i{
    color: #ee363b;
}
.header-button .icon-btn:hover{
    background-color: #fff;
    color:#ee363b;
    border-color:#ee363b;
}

.header-links .social-links a {
    font-size: 14px;
}

/*social links*/
.social-links .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
    color:#ffffff;
}

.social-links a {
    font-size: 16px;
    display: inline-block;
    color: #ffffff;
    margin: 0 15px 0 0;
}

.social-links a:last-child {
    margin-right: 0 !important;
}

.social-links a:hover {
    color: var(--theme-color);
}
/*social links*/

/*main-menu*/
.main-menu a {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--body-font);
    color: var(--title-color);
    text-transform: uppercase;
    text-decoration:none;
}

.main-menu a:hover {
    color: var(--theme-color)
}

.main-menu>ul>li {
    margin: 0 19px
}

.main-menu>ul>li>a {
    padding: 37px 0
}

.main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

.main-menu ul {
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "\2b";
    display: inline-block;
    position: relative;
    font-family:FontAwesome;
    margin-left: 4px;
    font-weight: 600;
    top: 0;
    font-size: 0.9em;
    color: inherit;
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
}

.main-menu ul li.menu-item-has-children>a:hover:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-menu ul li:last-child {
    margin-right: 0 !important;
}

.main-menu ul li:first-child {
    margin-left: 0 !important;
}

.main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9;
}

.main-menu ul.sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 230px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1,15,28,0.06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.main-menu ul.sub-menu a {
    font-size: 16px;
    line-height: 30px;
}

.main-menu ul.sub-menu {
    padding: 18px 20px 18px 18px;
    left: -27px;
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\2b";
    float: right;
    top: 1px;
    display: inline-block;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:hover:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 0;
    text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
    content: "\f0fa";
    position: absolute;
    top: 6px;
    left: 10px;
    font-family:FontAwesome;
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 400;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.main-menu ul.sub-menu li a:hover {
    padding-left: 23px;
}

.main-menu ul.sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}

@media (max-width: 1500px) {
    .main-menu>ul>li {
        margin:0 13px;
    }
}
/*main-menu*/
/*menu*/

/*about*/
.about-area h2{
    text-align:center;
    color:#ed3237;
}
.about-area h4{
    text-align:center;
    font-family: Monotype Corsiva;
    font-size: 27px;
    color: #4866a3;
    font-weight:500;
}
/*about*/

/*title area*/
.title-area {
    margin-top:20px;
    margin-bottom:20px;
    position: relative;
    z-index: 2
}
.sub-title4{
    display:inline-block;
    background-color:#ed3b40;
    border-radius:99px;
    padding:2px 18px 0 0;
    font-size:18px;
    font-weight:500;
    color:var(--white-color);
    text-transform:uppercase;
    margin-bottom:30px;
    position:relative;
    z-index:2;
}
.sub-title4:before{
    content:"";
    position:absolute;
    top:-4px;
    left:-1px;
    background-color:var(--smoke-color);
    border-radius:99px;
    width:40px;
    height:40px;
    z-index:-1;
}
.sub-title4.icon-white:before{
    background-color:var(--white-color);
}
.sub-title4 img{
    margin-left:4px;
    margin-right:13px;
    margin-top:-1px;
}
/*title area*/

/*services*/
.bg-smoke {
    background-color: #f5f7fa !important;
}
.background-image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.service-card {
    padding: 30px 8px;
    position: relative;
    text-align: center;
    box-shadow: 0px 2px 20px rgba(0,0,0,0.06);
    border-radius: 20px;
    z-index: 2;
}

.service-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--white-color);
    border-radius: 18px;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service-card .box-shape {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service-card .box-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #e6e9ee;
    border-radius: 99px;
    text-align: center;
    margin: 0 auto 30px auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service-card .box-title {
    margin-bottom: 4px;
}

.service-card .box-title a:hover {
    color: var(--theme-color);
}

.service-card .box-text {
    margin-bottom: 22px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service-card .th-btn {
    box-shadow: 0px 2px 10px rgba(184,191,208,0.5)
}

.service-card:hover:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.service-card:hover .box-title {
    color: var(--white-color);
}

.service-card:hover .box-text {
    color: var(--light-color);
}

.service-card:hover .box-shape {
    opacity: 0;
}

.service-card:hover .box-icon {
    background-color: var(--theme-color);
}

.service-card:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.service-card:hover .th-btn {
    color: var(--title-color);
    background: -webkit-linear-gradient(top, #04ce78 37.5%, #E3EBFF 100%);
    background: linear-gradient(180deg, #04ce78 37.5%, #E3EBFF 100%);
    box-shadow: 0px 5px 16px rgba(0,0,0,0.3);
}

.service-card:hover .th-btn:before {
    background: -webkit-linear-gradient(top, #A9FFDA 0%, rgba(169,255,218,0) 78.65%);
    background: linear-gradient(180deg, #A9FFDA 0%, rgba(169,255,218,0) 78.65%);
}
.box-title a {
    color: inherit;
}
.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
}
@media (max-width: 1299px) {
    .service-list {
        height:465px
    }

    .service-list .box-icon {
        padding: 30px;
    }

    .service-list .box-content {
        padding: 30px 10px 30px 30px;
    }
}

@media (max-width: 1199px) {
    .service-list .box-icon {
        padding:25px;
    }
}

@media (max-width: 991px) {
    .service-list {
        height:428px;
    }

    .service-list .box-icon {
        padding: 10px;
    }

    .service-list .box-icon img {
        max-width: 40px;
    }

    .service-list-wrap.active .service-list .box-icon {
        padding: 10px 30px;
    }

    .service-list-wrap.active .box-content {
        max-height: 350px;
    }
}

@media (max-width: 767px) {
    .service-list {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        max-height: 110px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        overflow: hidden;
    }

    .service-list-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .service-list-wrap {
        max-width: 100%;
    }

    .service-list-wrap.active .service-list {
        max-height: 345px;
    }

    .service-list .box-title-wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        padding: 5px 30px;
    }

    .service-list .box-title-wrap .box-title {
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
    }

    .service-list .box-icon {
        padding: 25px !important;
        border-bottom: none;
        border-right: 3px solid var(--white-color);
    }

    .service-list .box-icon img {
        max-width: 60px;
    }

    .service-list .content-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .service-list .box-content {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .service-list {
        height:auto;
        max-height: 98px;
    }

    .service-list .box-title {
        font-size: 20px;
    }

    .service-list .box-content {
        padding: 20px;
    }

    .service-list .box-icon {
        padding: 20px !important;
    }

    .service-list .box-title-wrap {
        height: 98px;
    }

    .service-list-wrap.active .service-list {
        max-height: 700px;
    }

    .service-list-wrap.active .box-content {
        max-height: 700px;
    }

    .service-list .box-title-wrap {
        padding: 5px 20px;
    }
}
.round-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.round-text:before,.round-text:after {
    content: "";
    height: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: var(--th-border-color);
}

.round-text .text {
    border: 1px solid var(--th-border-color);
    border: 1px solid var(--th-border-color);
    border-radius: 99px;
    padding: 5px 30px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.round-text .text a{
    color:#ed3237;
}
/*services*/

/*facility*/
.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}

/*.checklist.list-two-column ul {
    display: inline-grid;
    grid-template-columns: auto auto;
    gap: 0 40px;
}*/

@media (max-width: 575px) {
    .checklist.list-two-column ul {
        grid-template-columns:auto;
    }

    .checklist.list-two-column ul li {
        text-align: initial;
    }
}

.checklist li {
    color: var(--title-color);
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:inline-block;
    gap: 10px;
}
.team-details .checklist1 li {
    color: var(--title-color);
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:flex;
    gap: 10px;
}
.checklist1 li>i {
    color: var(--theme-color);
    line-height: 26px;
}

.checklist1 li:not(:last-child) {
    margin-bottom: 10px;
}

.checklist li>i {
    color: var(--theme-color);
    line-height: 26px;
}

.checklist li:not(:last-child) {
    margin-bottom: 10px;
}
.checklist.style2 li {
    font-weight: 500;
}

.checklist.style2 li>i {
    font-size: 24px;
}
/*facility*/

/*testinomial*/
.testinomial {
    background-size: auto;
    background-position: top center;
   /* padding-bottom:120px;*/
}
.testinomial{
    background-size:auto;
    background-position:top center;
}
.testinomial .counter-card-wrap{
    background-color:transparent;
    border-radius:0;
    padding:80px 0;
}
/*counter card*/
.counter-card {
    --border-color: #D8DDE1;
}

.counter-card-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--title-color);
    padding: 60px;
    border-radius: 30px;
}

@media (max-width: 1199px) {
    .counter-card-wrap {
        padding:40px;
    }
}

@media (max-width: 991px) {
    .counter-card-wrap {
        padding:40px 20px;
        border-radius: 20px;
    }
}

@media (max-width: 767px) {
    .counter-card-wrap {
        padding:30px 0;
    }
}
.counter-card-wrap{
    z-index:3;
    position:relative;
}
.counter-card-wrap:before{
    z-index:-1;
}
.counter-card-wrap .divider {
    width: 1px;
    height: 79px;
    background-color: var(--th-border-color);
}

.counter-card-wrap .divider:last-of-type {
    display: none;
}

.counter-card .box-number {
    font-size: 64px;
    color: var(--theme-color);
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: -0.2em;
}

.counter-card .box-number .plus {
    color: var(--white-color);
    font-weight: 400;
}

@media (max-width: 1199px) {
    .counter-card .box-number {
        font-size:48px;
    }
}

@media (max-width: 767px) {
    .counter-card {
        -webkit-box-flex:50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .counter-card-wrap {
        text-align: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }

    .counter-card-wrap .divider {
        display: none
    }

    .counter-card-wrap:after {
        content: '';
        height: 100%;
        width: 1px;
        position: absolute;
        top: 0;
        left: 50%;
        background-color: rgba(255,255,255,0.4);
    }

    .counter-card:nth-child(1),.counter-card:nth-child(3) {
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        margin-bottom: 30px;
    }
}

.counter-grid {
    padding: 40px 10px;
    text-align: center;
}

.counter-grid-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 30px;
    border: 2px solid var(--theme-color);
    position: relative;
}

.counter-grid-wrap:before,.counter-grid-wrap:after {
    content: '';
    position: absolute;
    background-color: var(--theme-color);
}

.counter-grid-wrap:before {
    height: 2px;
    width: 100%;
    left: 0;
    top: calc(50% - 1px);
}

.counter-grid-wrap:after {
    width: 2px;
    height: 100%;
    top: 0;
    left: calc(50% - 1px);
}

.counter-grid .box-number {
    font-size: 64px;
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: -0.2em;
}

.counter-grid .box-number .plus {
    color: var(--theme-color);
    font-weight: 400;
}

@media (max-width: 1199px) {
    .counter-grid .box-number {
        font-size:48px;
    }
}
.box-text {
    margin-bottom: -0.5em;
}
/*counter card*/

/*testinomial*/
.testi-card {
    background-color: var(--white-color);
    box-shadow: 0px 3px 15px rgba(0,0,0,0.04);
    border-radius: 20px;
    position: relative;
    padding: 40px 30px 40px 40px
}

@media (max-width: 575px) {
    .testi-card {
        padding:30px 20px 30px 30px;
       /* borr: 15px*/
    }
}

.testi-card.bg-smoke {
    box-shadow: none
}
.testi-card .box-profile {
    margin-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 3;
    gap: 15px
}

.testi-card .box-img {
    width: 56px;
    min-width: 56px;
    border-radius: 99px
}

.testi-card .box-img img {
    border-radius: inherit
}
.testi-card .box-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 3px 0
}

.testi-card .box-desig {
    font-size: 14px;
    margin-bottom: 0;
    display: block
}

.testi-card .box-quote {
    position: absolute;
    bottom: 40px;
    right: 40px
}

@media (max-width: 575px) {
    .testi-card .box-quote {
        right:30px;
        bottom: 30px
    }
}

.testi-card .box-review {
    color: var(--yellow-color);
    margin-bottom: 20px
}

.testi-card .box-review i {
    margin-right: 5px
}

.testi-card .box-review i:last-child {
    margin-right: 0px
}

/*bullets*/
.swiper-pagination-bullets {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 50px 0 -7px 0;
    line-height: 10px;
    height: 10px
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-horizontal-gap: 8px;
    margin: 5px 7px;
    opacity: 1;
    background-color: var(--th-border-color);
    position: relative;
    cursor: pointer
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    inset: -5px;
    border: 1px solid var(--th-border-color);
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    border-radius: inherit;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme-color)
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-color: var(--theme-color)
}
/*bullets*/
/*testinomial*/

/*faq*/
.accordion-area3{
    background-color:var(--white-color);
    box-shadow:0px 0px 10.6px rgba(97,97,97,0.15);
    border-radius:20px;
    padding:40px;
}
@media (max-width: 575px){
    .accordion-area3{
        padding:15px;
    }
}
.accordion-area3 .accordion-card:has(.show){
    box-shadow:0px 0px 10.6px rgba(97,97,97,0.15);
    background-color:var(--white-color);
}
.accordion-area3 .accordion-card:not(:last-child){
    margin-bottom:18px;
}
.accordion-card:has(.show){
    border-radius:20px;
}
.accordion-card {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 20px;
    overflow: hidden;
    background-color: var(--smoke-color);
    text-align: left;
    position: relative;
    z-index: 3;
}

.accordion-card:not(:last-child) {
    margin-bottom: 24px;
}

.accordion-card .accordion-button {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--title-font);
    border: 0;
    border-color: var(--th-border-color);
    color: var(--title-color);
    background-color: transparent;
    border-radius: 0;
    padding: 22px 45px 22px 30px;
    min-height: 56px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.accordion-card .accordion-button:after {
    content: "\2b";
    height: 100%;
    width: auto;
    line-height: 1;
    background-color: transparent;
    background-image: none;
    font-family: var(--icon-font);
    color: #4866a3;
    font-weight: 500;
    font-size: 20px;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 30px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.accordion-card .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-card .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-radius: 0;
}

.accordion-card .accordion-button:not(.collapsed):after {
    content: '\f068';
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    font-family: 'FontAwesome';
}

.accordion-card .accordion-collapse {
    border: none;
}

.accordion-card .accordion-body {
    border-radius: 0;
    border: none;
    padding: 0px 30px 30px 30px;
    margin-top: -7px;
}

.accordion-card .faq-text {
    margin-bottom: -0.48em;
}
/*faq*/
.faq-form2{
    background-color:var(--white-color);
    box-shadow:0px 0px 10.6px rgba(97,97,97,0.15);
    border-radius:20px;
    padding:40px;
}
@media (max-width: 575px){
    .faq-form2{
        padding:15px;
        padding-top:25px;
    }
}
.faq-form2 .row{
    --bs-gutter-x: 18px;
}
.faq-form2 .box-title{
    margin-bottom:24px;
    font-size:30px;
}
.faq-form2 .form-btn{
    margin-top:10px;
}
/*faq*/

/*footer*/
.footer-wrapper {
    --th-border-color: rgba(120, 128, 148, 0.4);
    --body-color: #969EB2;
    position: relative;
    z-index: 2;
    background-color: var(--title-color);
    overflow: hidden
}

.footer-wrapper .th-social a {
    background-color: var(--white-color);
    color: var(--title-color)
}

.footer-wrapper .th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color) !important
}

.footer-wrapper .social-links a {
    margin: 0 30px 0 0
}
.footer-layout3 {
    --body-color: #969EB2;
    background-color: #050C14
}

.footer-layout3 .widget-area {
    padding-top: 115px;
    padding-bottom: 56px
}

@media (max-width: 991px) {
    .footer-layout3 .widget-area {
        padding-top:80px;
        padding-bottom: 35px
    }
}
.shape-mockup-wrap {
    z-index: 2;
    position: relative
}

.shape-mockup {
    position: absolute;
    z-index: -1;
    pointer-events: none
}
.footer-widget {
    margin-bottom: 50px
}

.footer-widget,.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none
}
.th-widget-about {
    max-width: 315px
}
.footer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px
}

.footer-info:last-child {
    margin-bottom: 0
}

.footer-info i {
    color: #ed3b40;
    min-width: 23px;
    margin-top: 6px;
    padding-right: 25px;
}
.info-box_link {
    display: inline-block;
    color: var(--body-color)
}

.info-box_link:hover {
    color: var(--theme-color)
}
.footer-widget .widget_title {
    max-width: 270px;
    color: var(--white-color);
    font-weight: 500;
    text-transform: capitalize;
    margin: -0.12em 0 38px 0;
    padding: 0 0 20px 0;
}

.footer-widget .widget_title:before {
    display: none;
}

.footer-widget .widget_title:after {
    border-radius: 10px;
    height: 2px;
    width: 92px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, #04ce78, transparent);
    background-image: linear-gradient(to right, #04ce78, transparent);
}
.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--title-font);
    line-height: 1em;
    padding-bottom: 20px;
    margin: -0.12em 0 38px 0
}

.widget_title:after,.widget_title:before {
    content: '';
    height: 3px;
    width: 100%;
    background-color: var(--th-border-color);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 99px
}

.widget_title:after {
    background-color: #ef5559;
    width: 30px
}
.footer-widget.widget_nav_menu ul {
    margin-top: -5px
}

.footer-widget.widget_nav_menu .menu,.footer-widget.widget_nav_menu>ul {
    margin-bottom: -5px
}
.widget_nav_menu ul{
    list-style: none;
    padding: 0;
    margin: 0 0 0 0
}
.widget_nav_menu li{
    display: block;
    position: relative
}
.footer-widget.widget_nav_menu a {
    font-size: 16px;
    font-weight: 400;
    /*padding: 0 0 0 16px;*/
    margin-bottom: 11px;
    font-family: var(--body-font);
    color: var(--body-color);
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    border: none !important;
    box-shadow: none;
    position: relative
}
.footer-widget.widget_nav_menu a:before {
    content: "\f054";
    font-weight: 600;
    left: 0;
    top: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 0.9em;
    background-color: transparent;
    border: none;
    color: inherit;
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.footer-widget.widget_nav_menu a:hover {
    background-color: transparent;
    color: var(--theme-color)
}

.footer-widget.widget_nav_menu a:hover:before {
    color: var(--theme-color)
}
.th-widget-location {
    background: #0D1A27;
    padding: 30px;
    max-width: 334px;
    margin-top: -25px
}

@media (max-width: 1199px) {
    .th-widget-location {
        margin-top:-10px
    }
}

@media (max-width: 767px) {
    .th-widget-location {
        margin-top:0
    }
}
.location-box {
    margin-bottom: 25px
}

.location-box:last-child {
    margin-bottom: -0.5em
}

.location-box .box-title {
    font-size: 20px;
    margin-bottom: 13px;
    color: var(--white-color)
}

/*footer copyright*/
.footer-layout3 .copyright-wrap {
    background-color: #0D1A27
}

.footer-layout3 .copyright-wrap a:hover {
    color: var(--white-color)
}
.copyright-wrap {
    padding: 12px 0;
    background-size: 100% auto;
    background-color: var(--theme-color2);
}

.copyright-wrap .copyright-text {
    color: var(--white-color);
    text-align:center;
}

.copyright-wrap .copyright-text a {
    color: #ed3237;
}

.copyright-wrap .copyright-text a:hover {
    color: var(--title-color);
}

.copyright-wrap.bg-title .copyright-text a:hover {
    color: var(--theme-color);
}
.th-social a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height:46px;
    background-color: var(--smoke-color);
    color: var(--title-color);
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 99px
}

.th-social a:last-child {
    margin-right: 0
}

.th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}
.footer-wrapper .th-social a {
    background-color: var(--white-color);
    color: var(--title-color);
}

.footer-wrapper .th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color) !important;
}

/*footer copyright*/
/*footer*/

/*breadcrumb*/
.breadcumb-wrapper {
    background-color: var(--smoke-color2);
    padding: 150px 0 150px 0;
    overflow: hidden;
    text-align: center;
}
.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 35px 0 -0.5em 0;
    list-style-type: none;
    position: relative;
}

.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 3px;
    list-style: none;
    position: relative;
}

.breadcumb-menu li:after {
    content: "\f054";
    position: relative;
    margin-left: 6px;
    font-weight: 500;
    font-size: 15px;
    color: inherit;
    font-family:'FontAwesome';
}

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
    color: #ed3237;
}

.breadcumb-menu li:last-child:after {
    display: none;
}

.breadcumb-menu li,.breadcumb-menu a,.breadcumb-menu span {
    font-family: var(--title-font);
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 500;
    font-size: 16px;
    color: var(--title-color);
}

.breadcumb-title {
    margin: -0.20em 0 -0.18em 0;
    line-height: 1.1;
    font-weight: 600;
}
@media (max-width: 1399px) {
    .breadcumb-wrapper {
        padding:120px 0 120px 0;
    }
}

@media (max-width: 1199px) {
    .breadcumb-menu {
        margin:25px 0 -0.5em 0;
    }
}

@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding:110px 0 110px 0;
    }
}

@media (max-width: 575px) {
    .breadcumb-menu {
        margin:20px 0 -0.5em 0;
    }

    .breadcumb-title {
        font-size: 34px;
    }
}
/*breadcrumb*/

/*about page*/
.about-page .img-box1 {
    position: relative;
    z-index: 2;
    margin-right: 20px
}

@media (max-width: 1299px) {
    .img-box1 {
        margin-right:0
    }
}

@media (max-width: 1199px) {
    .img-box1 {
        max-width:680px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 375px) {
    .img-box1 {
        padding-bottom:70px
    }
}

.img-box1 .img1 img {
    width: 100%
}

.img-box1 .about-info {
    position: absolute;
    bottom: 0;
    right: 0
}
.about-dsc h4 {
    font-size: 28px;
    font-family: Monotype Corsiva;
    color: #fff;
    background:#4866a3;
    margin: 8px 0 15px;
    padding: 5px 0 5px 10px;
}
.about-dsc ul li{
    color: #4a4a4a;
    position: relative;
    padding-left: 25px;
    margin: 5px 0;
    list-style:none;
}
.about-dsc ul li i {
    color: #1ca790;
    position: absolute;
    left: 0px;
    top: 5px;
}
/*about page*/

/*choose*/
.choose-area .why-feature {
    background-color: var(--white-color);
    border-radius: 20px;
    padding: 40px 10px;
    text-align: center;
    background-size: auto;
    background-position: top right
}

.choose-area .why-feature .box-icon {
    position: relative;
    z-index: 2;
    width: 60px;
    margin: 0 auto 30px auto
}

.choose-area .why-feature .box-icon:before {
    content: '';
    position: absolute;
    inset: -20px -10px 0 -10px;
    background-color: var(--smoke-color);
    border-radius: 99px;
    z-index: -1
}

.choose-area .why-feature .box-text {
    max-width: 210px;
    margin-left: auto;
    margin-right: auto
}

.box-icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.choose-area .why-feature:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}
/*choose*/

/*service page*/
.service-page .page-img {
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 20px;
}
.service-page .page-img img {
    width: 100%;
}
.service-page .page-title {
   /* margin-top: -0.22em;*/
    margin-bottom: 10px;
    font-weight: 600;
}
.service-page .page-title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--title-font);
    line-height: 1em;
    padding-bottom: 20px;
    margin:6px 0 20px 0;
}

.service-page .page-title:after,.page-title:before {
    content: '';
    height: 3px;
    width: 100%;
    background-color: var(--th-border-color);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 99px
}

.service-page .page-title:after {
    background-color: #ef5559;
    width: 30px
}
.service-page .sidebar-area {
    margin-bottom: -10px;
}
.service-page .widget {
    padding: 30px 40px 30px 40px;
    background-color: #f5f7fa;
    margin-bottom: 40px;
    position: relative;
    border-radius: 20px;
}

.service-page .widget[data-overlay]:before {
    z-index: -1;
}
.service-page .sidebar-area .widget_categories>ul{
    margin: 0 0 -14px 0;
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}
.service-page .widget_categories li{
    display: block;
    position: relative;
}
.service-page .widget_categories a{
    font-size: 18px;
    font-weight: 500;
    font-family: var(--title-font);
    display: block;
    background-color: var(--white-color);
    box-shadow: 0px 2px 4px rgba(2,29,53,0.1);
    margin-bottom: 14px;
    padding: 17px 45px 17px 30px;
    font-size: 16px;
    line-height: 1.313;
    color: var(--title-color);
    border-radius: 30px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service-page .widget_categories a::before{
    content: '\f178';
    position: absolute;
    right: 30px;
    top: 17px;
    font-family:'FontAwesome';
    /*font-weight: 600;*/
    color: inherit;
}
.widget_categories a:hover{
    background-color: #EAEEFA;
    color:#4866a3;
    box-shadow: none;
    border-left: 5px solid #4866a3;
}
.service-page .widget_categories ul li.active a{
    background-color: #EAEEFA;
    color:#4866a3;
    box-shadow: none;
    border-left: 5px solid #4866a3;
}
.service-page .free_consultant {
    background: #4866a3;
    padding: 20px 0;
    margin: 20px 0px 20px 0px;
}
.service-page .condult_dscrip {
    text-align: center;
    width: 100%;
}
.service-page .condult_dscrip h1 {
    font-size: 28px;
    /*font-family: 'Montserrat', sans-serif;*/
    color: #fff;
    font-weight: 700;
    margin: 0px;
    padding: 0 0 5px;
}
.service-page .condult_dscrip p {
    font-size: 16px;
    /*font-family: 'Roboto', sans-serif;*/
    color: #fff;
    margin: 0px;
    padding: 0px;
}
.service-page .condult_dscrip1 {
    padding-top: 19px;
    text-align: center;
    margin: 10px 0px 20px 0px;
}
.service-page .condult_dscrip1 a {
    background: #ed3338;
    padding: 10px 22px;
    font-size: 18px;
    color: #fff;
   /* font-family: 'Roboto', sans-serif;*/
    letter-spacing: 0.5px;
    /* border-radius: 15px; */
}
@media only screen and (min-width: 992px) and (max-width: 1040px){
    .service-page .condult_dscrip1 a {
        padding: 10px 14px;
        font-size: 16px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 700px){
    .service-page .condult_dscrip1{
        text-align:center;
    }
}
/*service page*/

/*doctors page*/
.doctors-area .th-team {
    position: relative;
}

.doctors-area .th-team .box-img {
    position: relative;
    overflow: hidden;
}

.doctors-area .th-team .box-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.doctors-area .th-team .team-desig {
    display: block;
    margin-bottom: -0.45em;
}
.doctors-area .team-card {
    position: relative;
    text-align: center;
    margin-bottom:20px;
}

.doctors-area .team-card .box-img {
    border-radius: 20px;
    margin-bottom: 30px
}
.doctors-area .team-card:hover .box-img img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.doctors-area .th-team .box-title {
    margin-bottom: 4px
}
.doctors-area .box-title a {
    color: inherit;
}
@media (max-width: 767px) {
    .doctors-area .team-card {
        max-width:440px;
        margin-left: auto;
        margin-right: auto
    }
}
/*doctors page*/

/*contact-page*/
.contact-page .location-card {
    background-color:#ffffff;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.06);
    border-radius: 30px;
    padding: 30px 40px;
    margin-bottom: 20px;
    position: relative;
}
.location-card .box-title {
    border-bottom: 1px solid #d8dde1;
    text-align: center;
    padding-bottom: 22px;
    margin-bottom: 24px;
}
.location-card .footer-info {
    margin-bottom: 12px;
}
.location-card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    height: 4px;
    width: calc(100% - 60px);
    background-image: -webkit-radial-gradient(50% 50%, 50% 50%, #4866a3 56.77%, rgba(4, 206, 120, 0) 100%);
    background-image: radial-gradient(50% 50% at 50% 50%, #4866a3 56.77%, rgba(4, 206, 120, 0) 100%);
}
.location-card.active:after {
    background-image: -webkit-radial-gradient(50% 50%, 50% 50%, #ed3237 56.77%, rgba(4, 206, 120, 0) 100%);
    background-image: radial-gradient(50% 50% at 50% 50%, #ed3237 56.77%, rgba(4, 206, 120, 0) 100%);
}
/*contact-page*/

/*appointment-page*/
.appointment-page{
    margin-bottom:20px;
}
/*appointment-page*/

/*gallery page*/
.gallery-area .gallery-card {
    text-align: center;
}
.gallery-area .filter-item{
    margin-bottom:20px;
}
.gallery-card .box-img {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.gallery-card .box-img img {
    width: 100%;
}

@media (max-width: 1600px) {
    .gallery-card .box-img img {
        min-height:350px;
        object-fit: cover;
    }
}

@media (max-width: 575px) {
    .gallery-card .box-img img {
        min-height:300px;
    }
}

.gallery-card .box-img:after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--title-color);
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
}
.gallery-card .shape {
    position: absolute;
    inset: 40px;
    border: 2px solid var(--white-color);
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

@media (max-width: 575px) {
    .gallery-card .shape {
        inset:15px;
    }
}

.gallery-card .shape .dot {
    width: 14px;
    height: 14px;
    background-color: var(--white-color);
    position: absolute;
}

.gallery-card .shape .dot:nth-child(1) {
    top: -14px;
    left: -14px;
}

.gallery-card .shape .dot:nth-child(2) {
    top: -14px;
    right: -14px;
}

.gallery-card .shape .dot:nth-child(3) {
    bottom: -14px;
    left: -14px;
}

.gallery-card .shape .dot:nth-child(4) {
    bottom: -14px;
    right: -14px;
}
.gallery-card .box-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

@media (max-width: 575px) {
    .gallery-card .box-content {
        padding:20px;
    }
}

.gallery-card .box-title {
    font-size: 30px;
    font-weight: 500;
    color: var(--white-color);
    margin: 19px 0 14px 0;
}

@media (max-width: 575px) {
    .gallery-card .box-title {
        font-size:26px
    }
}
.gallery-card .box-text {
    color: var(--white-color);
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-card:hover .box-img:after {
    opacity: 0.85;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery-card:hover .box-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery-card:hover .shape {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.gallery-card.style2{border-radius:20px;overflow:hidden}
.gallery-card.style2 .box-img{border-radius:inherit}
.gallery-card.style2 .box-img:after{border-radius:inherit}
.gallery-card.style2 .box-title{font-size:26px}
.gallery-card.style2 .box-text{max-width:274px;margin-left:auto;margin-right:auto}
.gallery-card.style2 .shape{border:none}
@media (max-width: 575px){
    .gallery-card.style2 .shape{inset:36px}
}
.gallery-card.style2 .shape .dot{
    width:30px;height:30px;background-color:transparent;border-color:var(--white-color) !important;
}
.gallery-card.style2 .shape .dot:nth-child(1){
    border-left:2px solid;border-top:2px solid;border-top-left-radius:12px;
}
.gallery-card.style2 .shape .dot:nth-child(2){
    border-right:2px solid;border-top:2px solid;border-top-right-radius:12px;
}
.gallery-card.style2 .shape .dot:nth-child(3){
    border-left:2px solid;border-bottom:2px solid;border-bottom-left-radius:12px;
}
.gallery-card.style2 .shape .dot:nth-child(4){
    border-right:2px solid;border-bottom:2px solid;border-bottom-right-radius:12px;
}

/*gallery page*/

/*team details doctor*/
.team-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    left: 0
}

@media (max-width: 1199px) {
    .team-sticky {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 40px
    }

    .team-sticky .about-box {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .team-sticky {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }

    .team-sticky .about-box {
        width: 100%
    }
}
.about-box {
    background-color: var(--white-color);
    box-shadow: 0px 6px 30px rgba(0,0,0,0.05);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}

.about-box .box-img {
    overflow: hidden;
}

.about-box .box-img img {
    width: 100%;
}

@media (max-width: 575px) {
    .about-box {
        border-radius:10px;
    }
}

.about-box .box-content {
    padding: 40px;
}

@media (max-width: 991px) {
    .about-box .box-content {
        padding:30px;
    }
}

@media (max-width: 375px) {
    .about-box .box-content {
        padding:30px 15px;
    }
}

.about-box .box-title {
    margin-bottom: 3px;
}

.about-box .box-desig {
    margin-bottom: 15px;
}

.about-box .box-link {
    margin-bottom: 10px;
}

.about-box .box-link:first-of-type {
    margin-top: 21px;
}

.about-box .box-link .icon-btn {
    --btn-size: 36px;
    line-height: 35px;
    font-size: 16px;
    color: var(--theme-color2);
    border-radius: 99px;
    margin-right: 5px;
}

.about-box .box-link a {
    color: var(--body-color);
}

.about-box .box-link a:hover {
    color: var(--theme-color2);
}

.about-box .th-social {
    margin-top: 30px
}

.about-box .th-social a {
    --icon-size: 44px;
    background-color: var(--white-color);
    box-shadow: 0px 10px 20px rgba(2,29,53,0.1)
}

.about-box .th-social a:hover {
    background-color: var(--theme-color2)
}

.team-details {
    margin-left: 56px
}

@media (max-width: 1299px) {
    .team-details {
        margin-left:30px
    }
}

@media (max-width: 1199px) {
    .team-details {
        margin-left:0
    }
}

@media (max-width: 575px) {
    .team-details .checklist.body-color li b {
        width:200px;
        min-width: 200px
    }
}

@media (max-width: 375px) {
    .team-details .checklist.body-color li b {
        width:150px;
        min-width: 150px
    }
}
/*team details doctor*/
