@import "https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap";
@import "../fonts/material-design-iconic-font.min.css";
.web-view {
    display: block;
}
.mobile-view {
    display: none;
}
header,
nav,
section,
article,
aside,
footer {
    display: block
}

* {
    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: #fff;
    color: #7a7a7a
}

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: 21px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 15px
}

@media(max-width:991px) {
    h2 {
        font-size: 28px
    }
}

p {
    margin-bottom: 10px;
    position: relative;
}
p.mark::before{
    content: "\f101";
    font-weight: 900;
    color: #f33807;
    left: 0;
    margin-right: 10px;
    font-family: "font awesome 5 free";
}
.default__p p {
    margin-bottom: 1rem
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

ul li {
    margin-bottom: 0;
    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: #f33807;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    text-decoration: none;
    cursor: pointer
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1bbde4;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    outline: none
}

h3 a,
h4 a {
    color: #204066
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #000
}

::-webkit-input-placeholder {
    color: #7a7a7a;
    text-transform: capitalize
}

:-ms-input-placeholder {
    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: #5694C9;
    color: #fff;
    padding: 12px 24px;
    margin-top: 34px;
    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: #fff
}

.btn::after {
    content: "\f301";
    font-family: Material-Design-Iconic-Font;
    position: relative;
    top: 2px;
    margin-left: 10px;
    font-size: 20px;
    line-height: .5
}

.btn.btn-na::after {
    display: none
}

.btn-curve {
    border-radius: 30px;
    padding: 14px 50px;
    text-transform: uppercase
}

.btn-white {
    background: #fff;
    color: #204066
}

.btn-white-lb {
    background: #fff;
    color: #1bbde4
}

.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: #f33807;
    color: #fff !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: 55px;
    -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 .5s ease;
    transition: all .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: #000
}

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: 3px !important
}

.bc-green {
    border-color: #f33807 !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: #fff;
    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: #fff;
    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: 100px 0;
    position: relative;
    display: inline-block;
    width: 100%
}

.sc-title-two,
.sc-title-two-white {
    position: relative;
    width: 50%;
    margin: 0 auto 30px;
}

.sc-title-two h4,
.sc-title-two h2,
.sc-title-two-white h4,
.sc-title-two-white h2 {
    margin-bottom: 10px
}

.sc-title-two::after,
.sc-title-two-white::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    width: 20%;
    height: 1.5px;
    background-color: #f33807;
    margin: auto
}

.sc-title-two-white::after {
    background-color: #fff
}

.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: #fff;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.sym-btn {
    background: #000;
    padding: 10px 20px;
    color: #fff
}

.sym-btn:hover {
    background: #000;
    color: #fff
}

.bx-shadow {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .13)
}

.row.slick-slider {
    margin: 0 -15px
}

.slider .slick-prev,
.slider .slick-next {
    background: #fff;
    border-radius: 50%
}

.slider .slick-prev::before,
.slider .slick-next::before {
    color: #204066
}

.slider .slick-prev:hover,
.slider .slick-next:hover {
    background: #204066
}

.slider .slick-prev:hover:before,
.slider .slick-next:hover:before {
    color: #fff
}

.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: #204066;
    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
}

@media(max-width:991px) {

    .sc-bg-right::before,
    .sc-bg-left::before {
        width: 100% !important
    }
}

#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: 100px;
    height: 100px;
    margin: 0 auto;
    background: url(../images/loader.svg);
    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 .3s;
    transition: all ease-in-out .3s;
    z-index: 9999999999
}

.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: 20px;
    right: 20px;
    display: none
}

#back-to-top a {
    display: block;
    width: 40px;
    height: 40px;
    background: #ed1c24;
    position: relative;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    text-align: center;
    border-radius: 50px
}

#back-to-top a:after {
    position: absolute;
    content: "\f106";
    font-family: "font awesome 5 free";
    font-size: 20px;
    color: #fff;
    top: 50%;
    left: 50%;
    z-index: 1;
    font-weight: 600;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #204066;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: .6;
    z-index: -1
}

.overlay.overlay-op1 {
    opacity: 1
}

.overlay-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #204066;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: .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: .8
}

.sl-overlay.darkclr::after {
    background-color: #181d38
}

.shape_big2::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape/big_ils_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    z-index: -1
}

.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: #f33807;
    color: #fff
}

.social-links-a.square-link li a {
    border-radius: 4px;
    background: #204066;
    color: #fff;
    width: 35px;
    height: 35px
}

.social-links-a.square-link li a:hover {
    background: #fff;
    color: #204066
}

.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 .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: rgba(22, 22, 63, .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;
    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;
    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;
    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;
    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(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent
    }

    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulse-white {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent
    }

    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@-webkit-keyframes ripple {
    from {
        opacity: 1;
        -webkit-transform: scale3d(.75, .75, 1);
        transform: scale3d(.75, .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(.75, .75, 1);
        transform: scale3d(.75, .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: #fff !important
}

.cl-blue {
    color: #204066 !important
}

.cl-lblue {
    color: #1bbde4 !important
}

.cl-green {
    color: #f33807 !important
}

.cl-lgreen {
    color: #f33807 !important
}

.cl-grey {
    color: #7a7a7a !important
}

.cl-lgrey {
    color: #eaeaea !important
}

.cl-lgrey2 {
    color: #adadad !important
}

.bg-dblue {
    background: #5694C9 !important
}
.bg-red{
background: #F96803 !important;
}
.bg-lblue {
    background: #1bbde4 !important
}

.bg-lblue1 {
    background: #13ade5 !important
}

.bg-green {
    background: rgb(96 156 205)  !important
}

.bg-ftblue0 {
    background: #194f90 !important
}

.bg-ftblue {
    background: #0b223d !important
}

.bg-sfgrey {
    background: #fafafa !important
}

.bg-sfgrey-2 {
    background: #fbfbfb !important
}

.bg-sfgrey-3 {
    background: #f1f1f1 !important
}

.bg-lgreen {
    background: #f33807 !important
}

.bg-footer-blue {
    background: #001c38 !important
}

.bg-fb {
    background: #4267b2 !important
}

.bg-twitter {
    background: #1da1f2 !important
}

.bg-pin {
    background: #e60023 !important
}

.bg-youtube {
    background: red !important
}

.bg-dribble {
    background: #ea4c89 !important
}

.bg-linkedin {
    background: #0077b5 !important
}

.bgc-dblue {
    background-color: #204066 !important
}

.bgc-sfgrey-3 {
    background-color: #f1f1f1 !important
}

.mt-1,
.my-1 {
    margin-top: .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: 2.5rem !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: .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: .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: .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: .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: .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: #fff !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
    }
}

.navbar-default {
    background: #f5f5f5
}

.navbar {
    border-bottom: 0;
    padding: 0
}

.sidebar .navbar-nav {
    background: 0 0;
    margin: 0
}

.navbar.navbar-default {
    -webkit-transition: none;
    transition: none
}

header #navbar {
    width: 100%;
    background: #f49b00
}

.navbar-default a.navbar-brand {
    width: 60%;
    font-weight: 800;
    font-size: 33px;
}

.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: #fff;
    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: #000;
    display: inline-block;
    text-align: center;
    font-size: 18px
}

.social-links ul li a:hover {
    color: #000
}

.main_header_area {
    position: absolute;
    background: 0 0
}

.main_header_area .header_menu {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .13)
}

.main_header_area .header_menu.fixed-top {
    background: #fff
}

.main_header_area .topbar-wrap {
    padding: 10px 0
}

.main_header_area .topbar-wrap ul li {
    color: #fff
}
.main_header_area .topbar-wrap ul li a{
    color: #fff;
}

.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: #fff;
    padding: 8px
}

.header_menu .navbar.navbar-default {
    border-radius: 0;
    margin-bottom: 0;
    background: #fff;
    border: none;
    width: 100%;
    padding: 8px 0
}

.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: 0 0;
    width: 100%;
    position: relative
}

.header_menu .navbar.navbar-default .nav.navbar-nav li {
    display: inline-block;
    margin-right: 0;
    padding: 10px 10px;
    background: 0 0
}

.header_menu .navbar.navbar-default .nav.navbar-nav li:last-child {
    margin: 0
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a {
    background: 0 0;
    color: #204066;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .45px;
    line-height: inherit;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    border: none;
    padding: 10px 0px 10px 20px;
    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 #f33807;
    color: #f33807
}

.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: 0 0
}

.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: 0;
    border-radius: 0;
    -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;
    border-color: #eee 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: 0;
    padding: 0
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a {
    line-height: 2.7;
    color: #204066;
    font-size: 15px;
    padding: 0 20px;
    font-weight: 400;
    letter-spacing: .3px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    display: block;
    text-transform: capitalize
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a:hover {
    color: #f33807
}

.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: 0
}

.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
}
.product-detail{
    padding: 30px 0px;
}
.product-detail .img-box{
    width: 100%;
    height: 100%;
}
.product-detail .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.product-detail .product-box-1{
    z-index: 1;
    position: relative;
}
.product-detail .product-box-2{
    z-index: 1;
    position: relative;
}
.product-detail .product-box{
    padding: 25px;
    background: #fafafa;
    width: 100%;
    height: 100%;
}
.product-detail .product-box-subtitle{
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #00BDC8;
}
.product-detail .product-box-title{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Manrope', sans-serif;
}
.product-detail .product-box-text{
    font-size: 15px;
    font-weight: 400;
    color: #6e7879;
    line-height: 26px;
    margin-bottom: 10px;
}
.about-img-2{
    border: 2px solid #0077b5;
    padding: 5px;
}
.career{
    background: #0077b5;
    padding: 60px 0px;
}
.career .career-title{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Manrope', sans-serif;
    color: #fff;
    text-align: center;
}
.career .career-text{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 26px;
    margin-bottom: 10px;
}
@media(min-width:992px) {
    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
        position: absolute;
        top: 50px;
        left: 0;
        min-width: 220px;
        background: #fff;
        -webkit-box-shadow: 0 0 15px #cccccc57;
        box-shadow: 0 0 15px #cccccc57;
        text-align: left;
        opacity: 0;
        -webkit-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0;
        border-radius: 0
    }

    .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: 0 20px;
        letter-spacing: .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: #f33807;
        color: #fff
    }

    .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: 0;
        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: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 22
}

.logo a {
    font-size: 28px;
    color: #fff
}

.logo a [class^=flaticon-]:before {
    font-size: 28px;
    color: #fff
}

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: #f33807
}

.slicknav_btn {
    right: 20px !important
}

.slicknav_btn.slicknav_open:before,
.slicknav_btn.slicknav_collapsed:before {
    font-size: 22px !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
}

.slicknav_nav {
    top: 118px
}

@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: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.breadcrumb-wrap {
    position: relative;
    display: block;
    padding: 170px 0;
    margin-top: 8.5rem;
    background-image: url(../images/banner/slider-2.jpg);
    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: 4.8rem;
        padding: 80px 40px
    }
}

.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: #fff
}

.banner-main {
    position: relative;
    padding-top: 135px;
    overflow: hidden
}

.banner-main .h2-slider-list {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    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 {
        padding-top: 77px
    }

    .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: 0
    }

    25% {
        top: 10px
    }

    50% {
        top: 30px
    }

    75% {
        top: 10px
    }

    100% {
        top: 0
    }
}

@keyframes bgshape {
    0% {
        top: 0
    }

    25% {
        top: 10px
    }

    50% {
        top: 30px
    }

    75% {
        top: 10px
    }

    100% {
        top: 0
    }
}

@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
    }
    .product-detail .product-box-1{
        margin-left: 0px;
    }
    .product-detail .product-box-2{
        margin-right: 0px;
    }
}

.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
}

.w-process .pcs-list {
    padding: 30px 20px
}

.w-process .pcs-list i {
    color: #f33807;
    font-size: 3rem;
    margin-bottom: 16px
}

.w-process .pcs-list h3,
.w-process .pcs-list h4 {
    margin-bottom: .5rem
}

.bg-map {
    background-image: url(../images/shape/testimonial.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 0
}

.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
    }
    .product-detail .product-box-1{
        margin-left: 0px;
    }
    .product-detail .product-box-2{
        margin-right: 0px;
    }
}

.service .service-list {
    padding: 30px;
    height: 100%;
    margin-bottom: 20px;
    /* background-image: url(../images/inner/item1.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.service .service-list .sv-icon , .service .service-list .sv-title , .service .service-list p{
    position: relative;z-index: 3;
}

.service-list1{
    background-image: url(../images/inner/item1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.service-list2{
    background-image: url(../images/inner/item2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.service-list3{
    background-image: url(../images/inner/item3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.service-list4{
    background-image: url(../images/inner/item4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.service-list5{
    background-image: url(../images/inner/item5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.service .service-list i {
    font-size: 3rem;
    color: #f33807
}
.service .service-list h3{
    color: #fff;
    text-transform: capitalize;
}
@media(max-width:991px) {
    .service .service-list {
        margin-bottom: 1.5rem;
        text-align: center
    }
}

.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 #fff
}

.appoint-info i {
    font-size: 3.5rem;
    color: #fff;
    border-radius: 50px;
    width: 95px;
    height: 95px;
    background: #f33807;
    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 .team-wrap .team-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .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 .4s;
    transition: all ease-in-out .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 .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
    }
}

.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 #f3380752 */
}

.call-to.bg-green .btn {
    font-family: poppins, sans-serif
}

.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 .4s;
    transition: all ease-in-out .4s
}

.blog-main .blog-wrap .article-list .at-thumbnail .blog-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #61ce70;
    color: #fff;
    padding: .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
    }
}

@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
    }
    .product-detail .product-box-1{
        margin-left: 0px;
    }
    .product-detail .product-box-2{
        margin-right: 0px;
    }
}

/*==========Footer CSS Start==========*/
.main-Footer {
    background-color: #051136;
    padding-top: 50px;
}

.footer-logo-content {
    text-align: left;
}

.footer-logo-content p {
    color: #bdc6e3;
    margin-top: 25px;
}

.footer-contact-box {
    margin-top: 35px;
}
.footer-address {
    display: flex;
    margin-bottom: 20px;
}
.footer-logo-content img{
    width: 120px;
}
.footer-address-icon i {
    width: 40px;
    height: 40px;
    background-color: #f42223;
    color: #ffffff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.footer-address-content span {
    color: #bdc6e3;
    line-height: 24px;
}

.footer-call {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-call-icon i {
    width: 40px;
    height: 40px;
    background-color: #f42223;
    color: #ffffff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.footer-call-content span {
    color: #bdc6e3;
    line-height: 24px;
}

.footer-mail {
    display: flex;
    align-items: center;
}

.footer-mail-icon i {
    width: 40px;
    height: 40px;
    background-color: #f42223;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.footer-mail-content span {
    color: #bdc6e3;
    line-height: 24px;
}

.footer-link {
    padding: 0 50px;
}

.footer-link-title .h3-title {
    position: relative;
    color: #ffffff;
    margin-bottom: 15px;
}

.footer-link-title .h3-title::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    background-color: #f42223;
    bottom: -10px;
    left: 0;
}

.footer-link ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-decoration: none;
    margin-top: 33px;
}

.footer-link ul li {
    margin-bottom: 20px;
    display: block !important;
}

.footer-link ul li:last-child {
    margin-bottom: 0;
}

.footer-link ul li a {
    color: #bdc6e3;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-link ul li a:hover {
    margin-left: 10px;
    color: #f42223;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-service {
    padding: 0 60px;
}

.footer-service-title .h3-title {
    position: relative;
    color: #ffffff;
}

.footer-service-title .h3-title::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    background-color: #f42223;
    bottom: 0;
    left: 0;
}

.footer-service ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-decoration: none;
    margin-top: 23px;
}

.footer-service ul li {
    margin-bottom: 10px;
    display: block !important;
}

.footer-service ul li:last-child {
    margin-bottom: 0;
}

.footer-service ul li a {
    color: #bdc6e3;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-service ul li a:hover {
    margin-left: 10px;
    color: #f42223;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-work-hr-title .h3-title {
    position: relative;
    color: #ffffff;
}

.footer-work-hr-title .h3-title::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    background-color: #f42223;
    bottom: 0;
    left: 0;
}

.footer-work-hr-content {
    margin-top: 23px;
}

.footer-work-hr-content span {
    color: #bdc6e3;
    line-height: 24px;
}

.social-media-footer {
    margin-top: 50px;
}

.social-media-footer a {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.1);
    margin-left: 15px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    cursor: pointer;
}

.social-media-footer a:first-child {
    margin-left: 0;
}

.social-media-footer a:hover {
    background-color: #f42223;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-copyright {
    background-color: #050e2b;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 50px;
}

.copyright-content {
    text-align: center;
}

.copyright-content span {
    margin-bottom: 0;
    color: #ffffff;
}

.copyright-content span a {
    color: #f42223;
    cursor: pointer;
}

.copyright-links ul {
    text-decoration: none;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    float: right;
}

.copyright-links ul li {
    margin-right: 30px;
}

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

.copyright-links ul li a {
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    line-height: 15px;
    padding-left: 20px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.copyright-links ul li a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #f42223;
    top: 4px;
    left: 0;
}

.copyright-links ul li a:hover {
   color: #f42223;
   transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
/*==========Footer CSS End==========*/
.category-detail{
    padding: 60px 0px;
    margin-bottom: 50px;
}
.category-detail .img-box{
    width: 100%;
    height: 250px;
}
.category-detail .img-box img{
    border-radius: 10px;
    box-shadow: 2px 2px 14px #000000;
}
.category-detail .category-padd{
    padding: 0px 50px;
}
.category-detail .category-padd .category-title{
    font-size: 30px;
    margin-bottom: 10px;
}
.category-detail .category-padd .category-text{
    font-size: 16px;
    line-height: 28px;
    color: #6e7879;
}
.category-detail .category-padd .cate-btn{
   background: #f96803 !important;
   margin-left: 15px !important;
}
.table-detail{
    padding: 60px 0px;
    background: #f5f5f5;
}
.table-detail .mytable, .myth, .mytd {
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
    padding: 10px;
    color: #000;
  }
  
     
  .table-detail  .mytable .myth{
      background:#5694C9  !important;
      color:#fff !important;
    }
    .table-detail   .mytable tr:nth-child(odd){
      background:#5694c936!important;
    }
    .table-detail   .mytable tr:nth-child(even){
      background:#5694c924 !important;
    }


    .main-Footer .social ul li {
        list-style-type: none;
        padding-left: 3px;
    }
    .main-Footer .social ul {
        display: flex;
        padding-left: 0px;
        justify-content: flex-start;
        align-items: center;
        padding-top: 20px;
        margin-bottom: 0px;
    }
    .main-Footer .social i {
        color: #fff;
        text-align: center;
        font-size: 15px;
        border: 1px solid #fff;
        border-radius: 0px;
        width: 40px;
        height: 40px;
    
        line-height: 40px;
        margin:0px 8px 0px 0px;
    }
    .main-Footer .social a {
        cursor: pointer;
    }
    .main-Footer .social i:hover{
        border-color: #F76E0C;
        color: #F76E0C;
    }




@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
    }
    .product-detail .product-box-1{
        margin-left: 0px;
    }
    .product-detail .product-box-2{
        margin-right: 0px;
    }
}

.case-table .case-t-wrap {
    padding: 50px 30px;
    height: 318px;
}

.case-table .case-t-wrap:hover .case-c1 {
    background: #f33807;
    color: #fff
}

.case-table .case-t-wrap:hover .case-c2 {
    background: #1bbde4;
    color: #fff
}

.case-table .case-t-wrap:hover .case-c3 {
    background: #204066;
    color: #fff
}

.emergency-call {
    position: relative;
    background-image: url(../images/inner/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: #204066;
    opacity: .9;
    z-index: -1
}

.emergency-call .sc-title-two-white::after {
    width: 10%;
    bottom: -30px;
    height: 2px
}

.service-ss .service-aa {
    border-bottom: 2px solid #f33807
}

.service-ss .service-aa i {
    font-size: 3rem
}

.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 .3s;
    transition: all ease-in-out .3s
}

.team .team-wrap:hover .team-name-ab {
    bottom: -25px
}

.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: #f33807;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.pricing-all .price-list-wrap:hover .btn {
    background: #61ce70
}

@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
    }
    .product-detail .product-box-1{
        margin-left: 0px;
    }
    .product-detail .product-box-2{
        margin-right: 0px;
    }
}

@media(max-width:991px) {
    .about-img-2 {
        margin-bottom: 1.5rem
    }

    .service-ss .service-aa {
        margin-bottom: 1.5rem
    }
}

.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(../images/shape/testimonial.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0
}

.solution .solutin-list i {
    font-size: 3rem;
    background-color: #61ce70;
    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
    }
}

@-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: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: top;
    /* -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-animation: kbrns_zoomOutIn 35s linear 0s infinite alternate;
    animation: kbrns_zoomOutIn 35s linear 0s infinite alternate */
}

.how-it-works {
    background-image: url(../images/shape/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%
    }
}

.sv-detail-content .accordion .accordion-header .accordion-button {
    color: #f33807;
    background: #fff
}

.sv-detail-content .accordion .accordion-header .accordion-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 {
    min-height: 38.8rem
}

.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: #f33807;
    padding-right: 5px
}

.doc-detail-desc .doc-desc-wrap,
.doc-detail-desc .appoint-form {
    padding: 30px
}

.progress-wrap .progress {
    height: .6rem;
    margin-bottom: 1.5rem;
    border-radius: 0
}

.progress-wrap .progress .progress-bar {
    position: relative;
    text-align: right;
    padding-right: 15px;
    background-color: #f33807
}

@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(../images/shape/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 {
    position: relative;
    padding: 120px 0;
    background-image: url(../images/lightbox/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: #61ce70;
    font-size: 6rem
}

.comming-soon .comming__soon_text #countdown span {
    color: #fff;
    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: #f33807
}

.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: #61ce70
}

.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: #f33807
}

.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%
    }
}
.demo p {
    font-weight: 600;
    text-align: center;
    font-weight: 600;
    background: #ed1c24;
    padding: 7px;
    color: #fff;
}
.team .team-wrap .team-name-ab h4{
    margin-bottom: 0;
    color: #fff;
}
.ct-detail-list h3{
    font-size: 16px;

}
img.logo{
    width: 150px;
}


.title {
    position: relative;
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
  
  .timeline {
    position: relative;
    width: 100%;
    padding: 30px 0;
  }
  
  .timeline .timeline-container {
    position: relative;
    width: 100%;
  }
  
  .timeline .timeline-end,
  .timeline .timeline-start,
  .timeline .timeline-year {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
  }
  
  .timeline .timeline-end p,
  .timeline .timeline-start p,
  .timeline .timeline-year p {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 30px 0;
    text-align: center;
    background: #61ce70;
    border-radius: 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
  }
  
  .timeline .timeline-year {
    margin: 30px 0;
  }
  
  .timeline .timeline-continue {
    position: relative;
    width: 100%;
    padding: 60px 0;
  }
  
  .timeline .timeline-continue::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #dcdcdc;
  }
  
  .timeline .row.timeline-left,
  .timeline .row.timeline-right .timeline-date {
    text-align: right;
  }
  
  .timeline .row.timeline-right,
  .timeline .row.timeline-left .timeline-date {
    text-align: left;
  }
  
  .timeline .timeline-date {
    font-size: 14px;
    font-weight: 600;
    margin: 41px 0 0 0;
    color: #fff;
  }
  
  .timeline .timeline-date::after {
    /* content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 45px;
    background: linear-gradient(#4F84C4, #00539C);
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    border-radius: 15px;
    z-index: 1; */
  }
  
  .timeline .row.timeline-left .timeline-date::after {
    left: -7px;
  }
  
  .timeline .row.timeline-right .timeline-date::after {
    right: -7px;
  }
  
  .timeline .timeline-box,
  .timeline .timeline-launch {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    background: #ffffff;
  }
  
  .timeline .timeline-launch {
    width: 100%;
    margin: 15px 0;
    padding: 0;
    border: none;
    text-align: center;
    background: transparent;
  }
  
  .timeline .timeline-box::after,
  .timeline .timeline-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
  }
  
  .timeline .row.timeline-left .timeline-box::after,
  .timeline .row.timeline-left .timeline-box::before {
    left: 100%;
  }
  
  .timeline .row.timeline-right .timeline-box::after,
  .timeline .row.timeline-right .timeline-box::before {
    right: 100%;
  }
  
  .timeline .timeline-launch .timeline-box::after,
  .timeline .timeline-launch .timeline-box::before {
    left: 50%;
    margin-left: -10px;
  }
  
  .timeline .timeline-box::after {
    top: 26px;
    border-color: transparent transparent transparent #ffffff;
    border-width: 10px;
  }
  
  .timeline .timeline-box::before {
    top: 25px;
    border-color: transparent transparent transparent #dddddd;
    border-width: 11px;
  }
  
  .timeline .row.timeline-right .timeline-box::after {
    border-color: transparent #ffffff transparent transparent;
  }
  
  .timeline .row.timeline-right .timeline-box::before {
    border-color: transparent #dddddd transparent transparent;
  }
  
  .timeline .timeline-launch .timeline-box::after {
    top: -20px;
    border-color: transparent transparent #dddddd transparent;
  }
  
  .timeline .timeline-launch .timeline-box::before {
    top: -19px;
    border-color: transparent transparent #ffffff transparent;
    border-width: 10px;
    z-index: 1;
  }
  
  .timeline .timeline-box .timeline-icon {
    position: relative;
    width: 40px;
    height: auto;
    float: left;
  }
  
  .timeline .timeline-icon i {
    font-size: 25px;
    color: #4F84C4;
  }
  
  .timeline .timeline-box .timeline-text {
    position: relative;
    width: calc(100% - 40px);
    float: left;
  }
  
  .timeline .timeline-launch .timeline-text {
    width: 100%;
  }
  
  .timeline .timeline-text h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  
  .timeline .timeline-text p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
  }
  
  @media (max-width: 768px) {
    .timeline .timeline-continue::after {
      left: 40px;
    }
  
    .timeline .timeline-end,
    .timeline .timeline-start,
    .timeline .timeline-year,
    .timeline .row.timeline-left,
    .timeline .row.timeline-right .timeline-date,
    .timeline .row.timeline-right,
    .timeline .row.timeline-left .timeline-date,
    .timeline .timeline-launch {
      text-align: left;
    }
  
    .timeline .row.timeline-left .timeline-date::after,
    .timeline .row.timeline-right .timeline-date::after {
      left: 47px;
    }
  
    .timeline .timeline-box,
    .timeline .row.timeline-right .timeline-date,
    .timeline .row.timeline-left .timeline-date {
      margin-left: 55px;
    }
  
    .timeline .timeline-launch .timeline-box {
      margin-left: 0;
    }
  
    .timeline .row.timeline-left .timeline-box::after {
      left: -20px;
      border-color: transparent #ffffff transparent transparent;
    }
  
    .timeline .row.timeline-left .timeline-box::before {
      left: -22px;
      border-color: transparent #dddddd transparent transparent;
    }
  
    .timeline .timeline-launch .timeline-box::after,
    .timeline .timeline-launch .timeline-box::before {
      left: 30px;
      margin-left: 0;
    }
  }
  .list-item li a{
    color: #5694C9;
  }
  .sv-icon img{
    width: 60px;
  }
  img.milestone {
    width: 50%;
}
a.getintouch {
    text-align: center;
    display: block;
}
.copyright-main p{
    font-size: 15px;
}
.nav.nav-pills{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #ebebeb;
    border: 1px solid #5694C9;
}
.nav-pills .nav-link{
    color: #5694C9 !important;
    font-size: 17px;
    padding: 25px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #E4E7EE;
    transition: 0.3s;
}
.nav.nav-pills li:hover button{
    box-shadow: 0px 12px 24px rgb(18 22 34 / 7%);
}
.nav.nav-pills li:hover button img{
    transform: scale(1.2);
}
.nav.nav-pills li button .img-box{
  width: 100%;
  height: 150px !important;
}
.nav.nav-pills li button img{
    transition: 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.nav.nav-pills li a{
    overflow: hidden;
    display: block;
}
.review-wrap p {
    background: #373333;
    padding: 15px;
    color: #fff;
    text-align: center;
}
.review-wrap {
    display: block !important;
}
 .tab-content>.tab-pane{
    height: 0px;
    display: block;
    opacity: 0;
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%; */
}
 .tab-content>.active {
    height: inherit;
    opacity: 1;
}
.text-left{
    text-align: left;
}
.tab-content{
    position: relative;
    /* width: 100%;
    height: 100%;
    margin-bottom: 85px; */
}
.gallery {
    background: #fff;
}
.tab-content>.tab-pane .review-wrap{
    height: 0px;
}
.tab-content>.active .review-wrap{
    height: inherit;
}
.bgClr{
    background: #f5f5f7;
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
        -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
    }
    .mobile-header .logo img {
        width: 200px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #6378791c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #637879;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #637879;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    
    .toggler {
    color: #1C4078;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #1C4078;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner-main{
        padding-top: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
        -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
    }
    .mobile-header .logo img {
        width: 70px !important;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #6378791c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #637879;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #637879;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    
    .toggler {
    color: #1C4078;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #1C4078;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner-main{
        padding-top: 0px;
    }
    .mean-menulist ul li{
        display: block;
        margin-bottom: 15px;
       }
       .breadcrumb-wrap{
        margin-top: 0px;
       }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
        -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
    }
    .mobile-header .logo img {
        width: 70px !important;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #6378791c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #637879;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #637879;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    
    .toggler {
    color: #1C4078;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #1C4078;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner-main{
        padding-top: 0px;
    }
    .mean-menulist ul li{
        display: block;
        margin-bottom: 15px;
       }
       .breadcrumb-wrap{
        margin-top: 0px;
       }
}

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
        -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
    }
    .mobile-header .logo img {
        width: 70px !important;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #6378791c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #637879;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #637879;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    
    .toggler {
    color: #1C4078;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #1C4078;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner-main{
        padding-top: 0px;
    }
   .mean-menulist ul li{
    display: block;
    margin-bottom: 15px;
   }
   .breadcrumb-wrap{
    margin-top: 0px;
   }
}