body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}
p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #000000;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #0f123b;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
    font-weight: bold;
}
a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #0f123b;
}
a:hover, a:focus {
    color: #207ef7;
    text-decoration: none;
}


.navbar-brand img{
position: absolute;
z-index: 99;
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem;
top:0.200rem;
}
.top-header {
    background-color: #198754;
    padding-top:5px;
    padding-bottom:5px;
}

.top-header .top-list {
    padding-left: 0;
    margin-bottom: 0;
}
.top-header .top-list li {
    list-style-type: none;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    margin-right: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.top-header .top-list li i {
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 30px;
    color: #0f1132;
    font-size: 12px;
    margin-right: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.top-header .top-social {
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
}
@media only screen and (max-width: 768px) {
    .top-header .top-social {
        padding-left: 0;
        margin-bottom: 0;
        text-align: left;
        margin-top: 1rem;
    }
  }
.top-header .top-social li {
    list-style-type: none;
    display: inline-block;
    margin-right: 14px;
}
.top-header .top-social li .facebook i {
    color: #5b63f8;
}
.top-header .top-social li i {
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 30px;
    color: #0f1132;
    font-size: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.top-header .top-list li {
    list-style-type: none;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    margin-right: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.top-header .top-list li a {
    color: #ffffff;
}

/* header .item {
    height: 100vh;
    position: relative;
  } */
  header .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
  }
  header .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
  }
  header .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  }
  header .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
  }
  header .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
  }
  header .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
  }
  header .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  header .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  header .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
  header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
  header .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
  }
  header .owl-nav .owl-prev:focus {
    outline: 0;
  }
  header .owl-nav .owl-prev:hover {
    background: #000 !important;
  }
  header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
  header .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
  }
  header .owl-nav .owl-next:focus {
    outline: 0;
  }
  header .owl-nav .owl-next:hover {
    background: #000 !important;
  }
  header:hover .owl-prev {
    left: 0px;
    opacity: 1;
  }
  header:hover .owl-next {
    right: 0px;
    opacity: 1;
  }
.top-card
{
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    padding: 30px 20px;
    text-align: center;
    border: 2px solid #bbcafc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 2px;
    margin-bottom: 30px;
}

.top-card:hover {
    border: 2px solid #ffffff;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.top-card .icon {
    margin-bottom: 25px;
}
.top-card .icon i {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background-color: #eaf7fd;
    color: #6c9dfb;
    font-size: 40px;
    border-radius: 50px;
    border: 1px dashed #a1c3fc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.top-card:hover .icon i {
    background-color: #207ef7;
    border: 1px dashed #207ef7;
    color: #ffffff;
}
.top-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
}
/* 
about */
.about-content span {
    font-size: 18px;
    color: #207ef7;
}
.about-content .about-features {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 16px;
    margin-left: -10px;
    margin-right: -10px;
}
.about-content .about-features li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (max-width: 600px) {
    .about-content .about-features li {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
  }
.about-content .about-features li span {
    display: block;
    background-color: #f0f3fd;
    border-radius: 5px;
    padding: 20px;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #0f123b;
    font-weight: 500;
    font-size: 18px;
}

.about-content .about-features li span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    background-color: #ffffff;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.about-content .about-features li span:hover::before {
    height: 100%;
}
.about-content .about-features li span i {
    font-size: 25px;
    position: relative;
    top: 4px;
    margin-right: 5px;
    font-weight: bold;
}

.about-content .about-features li span {
    display: block;
    background-color: #f0f3fd;
    border-radius: 5px;
    padding: 20px;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #0f123b;
    font-weight: 500;
    font-size: 18px;
}
.about-content .about-features li span:hover {
    color: #0f123b;
}


.services {
    position: relative;
    z-index: 1;
    background-image:url('../images/services-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom:6rem;
    padding-top:6rem;
}

.section-title {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 45px;
}
.section-title h2 {
    font-size: 38px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.section-title span {
    color: #207ef7;
    font-size: 18px;
}
.services .section-title p {
    color: #ffffff;
}
.services .section-title h2 {
    color: #ffffff;
}
.services .section-title span {
    color: #ffffff;
}
.services-item.bg-1 {
    background-image: url('../images/image1.jpg');
}
.services-item {
    text-align: center;
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    border-radius: 10px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 30px;
}
.services-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 1;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px;
}
.services-item .icon {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 90px;
    background-color: #e1e7fb;
    border: 1px solid #207ef7;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 25px;
}
.services-item .icon i {
    color: #6c9dfb;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: #eaf7fd;
    color: #207ef7;
    border-radius: 30px;
}

.services-item h3 {
    font-size: 24px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 15px;
}

.services-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.services-item:hover::before {
    opacity: 0.6;
    background-color: #000000;
}
.services-item:hover h3 , .services-item:hover p {
    color: #ffffff;
}

.services-item .read-btn {
    display: inline-block;
    color: #207ef7;
    font-weight: 500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 12px;
}

.services-item:hover .icon i {
    background-color: #ffffff;
}
.app-content span {
    font-size: 18px;
    color: #207ef7;
}
.app-content h3 {
    font-size: 34px;
    max-width: 350px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}
.app-content p {
    margin-bottom: 0;
    line-height: 25px;
}
.app-content .app-text {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 65px;
    margin-top: 25px;
}
.app-content .app-text .icon {
    position: absolute;
    left: 0;
    top: 0;
}
.app-content .app-text h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.app-content .app-text:hover .icon i {
    background-color: #207ef7;
    color: #ffffff;
}
.app-content .app-text .icon i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #cfdafc;
    color: #2a2b7c;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    font-size: 22px;
}

.counts
{
    position: relative;
    z-index: 1;
    background-image:url('../images/appointment-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom:6rem;
    padding-top:6rem;
}
.counts-card
{
  
        position: relative;
        background-color: #ffffff;
        text-align: center;
        padding:40px 30px;
        border-radius: 10px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-bottom: 30px;
    
}

.counts-card:hover {
    background-color: #207ef7;
}
.counts-card h3 {
    font-size: 36px;
    color: #207ef7;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.counts-card p {
    color: #0f123b;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.counts-card:hover p , .counts-card:hover h3 , .counts-card:hover i {
    color: #ffffff;
}
.contact-form {
    background-color: #ffffff;
    padding:10px 10px;
    border-radius: 2px;
    position: relative;
}
.contact-form::before {
    left: 0;
    right: 0;
    height: 20px;
    content: '';
    position: absolute;
    background: #d5d8db;
    bottom: -6px;
    -webkit-box-shadow: 0 14px 28px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 2%);
    box-shadow: 0 14px 28px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 2%);
    border-radius: 0 0 2px 2px;
    margin-left: 15px;
    margin-right: 15px;
    z-index: -1;
}
.contact-form .content {
    text-align: center;
    margin-bottom: 50px;
}
.contact-form .content span {
    color: #207ef7;
}

.contact-form.content h3 {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 0;
}
.contact-form .form-group {
    position: relative;
    margin-bottom: 15px;
}
.contact-form .form-group .form-control {
    padding: 15px 20px;
    border: 1px dashed #f2f6fe;
    color: #5d5d5d;
    border-radius: 50px;
    background-color: #f2f6fe;
    font-size: 14px;
    font-weight: 400;
}

.contact-form .form-group i {
    position: absolute;
    top: 17px;
    right: 20px;
    line-height: 1;
    font-size: 18px;
    color: #04b8e5;
}

.contact-form .nice-select {
    height: 50px;
    width: 100%;
    line-height: 48px;
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 20px;
    border: 1px dashed #f2f6fe;
    color: #5d5d5d;
    border-radius: 50px;
    background-color: #f2f6fe;
}

/* .contact-form  .appointment-btn {
    text-align: center;
} */
.contact-form .content span {
    color: #207ef7;
}
.contact-form.content h3 {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 0;
}

.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    background-color: #207ef7;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 30px;
    opacity: 1;
    font-weight: 400;
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.default-btn:hover {
    color: #ffffff !important;
}

.consult span {
    color: #207ef7;
}

.consult h3 {
    font-size: 38px;
    margin-top: 12px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #0f123b;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}
.consult p {
    margin-bottom: 0;
}

.consult .list {
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    padding-left: 40px;
    margin-top: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.consult .list li {
    font-weight: 500;
    font-size: 16px;
    color: #0f123b;
    list-style-type: none;
    margin-bottom: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.consult .list i {
    position: absolute;
    left: 0;
    display: inline-block;
    background-color: #ffffff;
    color: #1184de;
    -webkit-box-shadow: 0 14px 28px rgb(0 0 0 / 10%);
    box-shadow: 0 14px 28px rgb(0 0 0 / 10%);
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    font-weight: bold;
    margin-top: -4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.consult .list li:hover i {
    background-color: #207ef7;
    color: #ffffff;
}


.footer-area {
    background-color: #060f1e;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.single-footer-widget h3 {
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
}
.single-footer-widget p {
    color: #ffffff;
    margin-bottom: 0;
}
.single-footer-widget .footer-social {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}
.single-footer-widget .footer-social li {
    display: inline-block;
    margin-right: 10px;
    list-style-type: none;
}
.single-footer-widget .footer-social i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #207ef7;
    color: #ffffff;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
    z-index: -1;
}

.single-footer-widget .instagram {
    padding-left: 0;
    margin-bottom: 0;
}
.single-footer-widget .instagram li {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
.single-footer-widget .instagram li img {
    max-width: 80px;
}
.single-footer-widget .footer-quick-links {
    padding-left: 0;
    margin-bottom: 0;
}
.single-footer-widget .footer-quick-links li {
    list-style-type: none;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
}
.single-footer-widget .footer-quick-links li a {
    color: #ffffff;
}

.single-footer-widget .footer-info-contact {
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
}

.single-footer-widget .footer-info-contact i {
    position: absolute;
    left: 0;
    font-size: 25px;
    color: #207ef7;
}
.single-footer-widget .footer-info-contact h3 {
    margin-bottom: 5px;
    font-size: 20px;
}
.single-footer-widget .footer-info-contact span {
    font-size: 15px;
    color: #ffffff;
}
.single-footer-widget .footer-info-contact a {
    color: #ffffff;
}

.copyright-area {
    background-color: #0a58ca;
    text-align: center;
    padding-top:15px;
    padding-bottom:15px;
}
.copyright-area p {
    color: #efefef;
    margin-bottom: 0px !important;
}
.copyright-area p a {
    color: #efefef;
    display: inline-block;
    font-weight: 600;
}
.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #ffffff;
    background-color: #207ef7;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    border-radius: 50%;
}
.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}
.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #0f123b;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}
.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}
.navbar-area {
    position: absolute;
    z-index: 999;
    width: 100%;
}
.main-responsive-nav {
    display: none;
}
.main-navbar .navbar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.single-blog {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 30px;
}
.single-blog .image {
    position: relative;
}
.single-blog .image .date {
    display: inline-block;
    padding: 10px 20px;
    color: #0f123b;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-blog .content {
    padding: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
}
.single-blog .content h3 {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 15px;
}
.single-blog .content .blog-btn {
    display: inline-block;
    color: #4eb4f9;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-blog .content h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 15px;
}
.single-blog .content .blog-btn {
    display: inline-block;
    color: #4eb4f9;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-blog:hover .image .date {
    color: #ffffff;
    background-color: #207ef7;
}

.faq-image {
    background-image: url('../images/about.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}
.faq-image .video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 90px;
    background-color: #207ef7;
    border-radius: 10px;
    color: #ffffff;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.faq-image .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    border: 1px solid #207ef7;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}
.faq-image .video-btn i {
    font-size: 30px;
    position: relative;
    top: 0;
    left: 4px;
}
.faq-image .video-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    border: 1px solid #207ef7;
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}
/* innerpage */
.page-title-area.item-bg-5 {
    background-image: url("../images/b3.png");
}
.page-title-area {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    background-attachment: fixed;
}
.page-title-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .77;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
.page-title-content {
    text-align: center;
    margin-top: -10px;
}
.page-title-content h2 {
    margin-bottom: 0;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 50px;
}
.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 12px;
    margin-bottom: 0;
}
.page-title-content ul li {
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
}
.page-title-content ul li::before {
    content: '';
    position: absolute;
    right: -15px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #207ef7;
}
.page-title-content ul li a {
    display: inline-block;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.service-details-content h3 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}
.service-details-content h4 {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 600;
}

.contact-info-box {
    text-align: center;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    background: #ffffff;
    padding: 38px 30px 30px;
}
.contact-info-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.contact-info-box .icon {
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 67px;
    background: #f7fafd;
    border-radius: 50%;
    font-size: 30px;
    color: #207ef7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 15px;
}
.contact-info-box:hover .icon {
    background-color: #207ef7;
    color: #ffffff;
}
.contact-info-box h3 {
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 700;
}
.contact-info-box p {
    margin-bottom: 0;
}

.contact-info-box p a {
    display: inline-block;
    color: #7b7c93;
}
.contact-form1 {
    text-align: center;
}
.contact-form1 form .form-control {
    background-color: #f3f3f3;
    border: none;
    height: 60px;
    border: 1px solid #f3f3f3;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
}

/* 
.gallery-item {
    width: 200px;
    padding: 5px;
  } */

  .single-blog-details .content .list {
    padding-left: 0;
    margin-bottom: 0;
}

.single-blog-details .content .list li {
    list-style-type: none;
    display: inline-block;
    color: #777676;
    margin-right: 10px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.single-blog-details .quote {
    background-color: #f4f4f4;
    padding: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-blog-details .quote p {
    font-size: 18px;
    color: #0c0c39;
    font-weight: 500;
    font-style: italic;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-blog-details .quote:hover {
    background-color: #207ef7;
}
.single-blog-details .post-tags {
    margin-top: 30px;
}


.single-blog-details .post-tags .tags {
    padding-left: 0;
    margin-bottom: 0;
}

.single-blog-details .post-tags .tags li {
    list-style-type: none;
    display: inline-block;
}
.single-blog-details .post-tags .tags li a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f7f4f4;
    color: #0f123b;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-blog-details .post-tags .tags li a:hover {
    background-color: #207ef7;
    color: #ffffff;
}
.site-navbar-wrap {
    /* position: absolute; */
    z-index: 99;
    width: 100%;
    left: 0; }
    .site-navbar-wrap a {
      color: #fff; }
    .site-navbar-wrap .site-navbar-top {
      font-size: 0.8rem; }
  
  .site-navbar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  
  .site-navbar {
    margin-bottom: 0px;
    width: 100%; }
    .site-navbar .site-logo {
      font-weight: 200;
      line-height: 0;
      top:0rem;
    position: absolute;
    z-index: 99; }
    @media only screen and (max-width:768px) {
        .site-navbar .site-logo {
            font-weight: 200;
            line-height: 0;
            top: auto;
          position: relative;
          z-index: 99; }
          .site-navbar .site-logo img {
              width:90px;
            border-bottom-left-radius: 1rem;
         border-bottom-right-radius: 1rem; } 
      }

    .site-navbar .site-logo img {
       border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; } 
      .site-navbar .site-logo a {
        font-weight: 200;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase; }
    .site-navbar .site-navigation .site-menu {
      margin-bottom: 0; }
      .site-navbar .site-navigation .site-menu a {
        text-decoration: none !important;
        display: inline-block;
        font-weight: 500; }
      .site-navbar .site-navigation .site-menu > li {
        display: inline-block;
        padding: 10px 5px; }
        .site-navbar .site-navigation .site-menu > li > a {
          padding: 20px 10px;
          /* color: rgba(255, 255, 255,0.9); */
          color: #000;
          font-size: 15px;
          text-decoration: none !important; }
          .site-navbar .site-navigation .site-menu > li > a.active {
            color: #198754; }
          .site-navbar .site-navigation .site-menu > li > a:hover {
            color: #198754; }
        .site-navbar .site-navigation .site-menu > li:last-child {
          padding-right: 0; }
          .site-navbar .site-navigation .site-menu > li:last-child > a {
            padding-right: 0; }
      .site-navbar .site-navigation .site-menu .has-children {
        position: relative; }
        .site-navbar .site-navigation .site-menu .has-children > a {
          position: relative;
          padding-right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children > a:before {
            position: absolute;
            content: "\e313";
            font-size: 16px;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-family: 'icomoon'; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown {
          visibility: hidden;
          opacity: 0;
          top: 100%;
          position: absolute;
          text-align: left;
          -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
          padding: 0px 0;
          margin-top: 20px;
          margin-left: 0px;
          background: #fff;
          -webkit-transition: 0.2s 0s;
          -o-transition: 0.2s 0s;
          transition: 0.2s 0s;
          border-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
            position: absolute; z-index: 9999;}
            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
              bottom: 100%;
              left: 20%;
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
              border-color: rgba(136, 183, 213, 0);
              border-bottom-color: #fff;
              border-width: 10px;
              margin-left: -10px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a {
            font-size: 14px;
            text-transform: none;
            letter-spacing: normal;
            -webkit-transition: 0s all;
            -o-transition: 0s all;
            transition: 0s all;
            color: #343a40; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
              color: #007bff; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
            color: #000000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
            list-style: none;
            padding: 0;
            margin: 0;
            min-width: 200px; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
              border-top-left-radius: 4px;
              border-top-right-radius: 4px; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
              border-bottom-left-radius: 4px;
              border-bottom-right-radius: 4px; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
              padding: 9px 20px;
              display: block; }
              .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                background: #ebeef0;
                color: #212529; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
              content: "\e315";
              right: 20px; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
              left: 100%;
              top: 0; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
              background: #ebeef0;
              color: #212529; }
        .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
          color: #198754; }
        .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
          cursor: pointer; }
          .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
            -webkit-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
            margin-top: 0px;
            visibility: visible;
            opacity: 1; }
  
  .site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .offcanvas-menu1 .site-mobile-menu {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); 
    z-index: 9999;
    }
    .site-mobile-menu .site-mobile-menu-header {
      width: 100%;
      float: left;
      padding-left: 20px;
      padding-right: 20px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        float: right;
        margin-top: 8px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
          font-size: 30px;
          display: inline-block;
          padding-left: 10px;
          padding-right: 0px;
          line-height: 1;
          cursor: pointer;
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
            color: #dee2e6; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: left;
        margin-top: 10px;
        margin-left: 0px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
          display: inline-block;
          text-transform: uppercase; }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
            max-width: 70px; }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
            text-decoration: none; }
    .site-mobile-menu .site-mobile-menu-body {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      position: relative;
      padding: 20px;
      height: calc(100vh - 52px);
      padding-bottom: 150px; }
    .site-mobile-menu .site-nav-wrap {
      padding: 0;
      margin: 0;
      list-style: none;
      position: relative; }
      .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
        color: #212529; }
        .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
          color: #007bff; }
      .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block; }
        .site-mobile-menu .site-nav-wrap li.active > a {
          color: #007bff; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%; }
        .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
          background: #f8f9fa; }
        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
          font-size: 12px;
          z-index: 20;
          font-family: "icomoon";
          content: "\f078";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          -ms-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; }
        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%; }
        .site-mobile-menu .site-nav-wrap > li > a {
          padding-left: 20px;
          font-size: 20px; }
        .site-mobile-menu .site-nav-wrap > li > ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          .site-mobile-menu .site-nav-wrap > li > ul > li {
            display: block; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > a {
              padding-left: 40px;
              font-size: 16px; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
              padding: 0;
              margin: 0; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                display: block; }
                .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                  font-size: 16px;
                  padding-left: 60px; }
  
  .sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%; }
    .sticky-wrapper + .site-blocks-cover {
      margin-top: 96px; }
    .sticky-wrapper .site-navbar {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .sticky-wrapper .site-navbar ul li.active a {
        color: #fff; }
    .sticky-wrapper.is-sticky .site-navbar {
      background-color: #007bff; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
        display: inline-block;
        padding: 10px 5px; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
          padding-right: 0; }
          .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
            padding-right: 0; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
          padding-right: 20px; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
          padding: 10px 10px;
          color: rgba(255, 255, 255, 0.6);
          font-size: 15px; }
          .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
            color: #198754 !important; }
          .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
            color: #198754 !important; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
          color: #198754; }
  
/* news */
          .widget-area .widget_tinzer_posts_thumb {
            position: relative;
            overflow: hidden;
        }


        /* .widget-area .widget {
            margin-top: 35px;
        } */
        .widget-area .widget .widget-title {
            border-bottom: 1px solid #eeeeee;
            padding-bottom: 10px;
            margin-bottom: 25px;
            text-transform: capitalize;
            position: relative;
            font-size: 20px;
            font-weight: 500;
        }
        .widget-area .widget .widget-title::before {
            content: '';
            position: absolute;
            background: #207ef7;
            bottom: -1px;
            left: 0;
            width: 50px;
            height: 1px;
        }
        .widget-area .widget_tinzer_posts_thumb .item {
            overflow: hidden;
            margin-bottom: 20px;
        }
        .widget-area .widget_tinzer_posts_thumb .item .thumb {
            float: left;
            height: 80px;
            overflow: hidden;
            position: relative;
            width: 80px;
            margin-right: 15px;
        }
        .widget-area .widget_tinzer_posts_thumb .item .thumb .fullimage {
            width: 80px;
            height: 80px;
            display: inline-block;
            background-size: cover !important;
            background-repeat: no-repeat;
            background-position: center center !important;
        }

        .widget-area .widget_tinzer_posts_thumb .item .info {
            overflow: hidden;
            margin-top: 15px;
        }
        .widget-area .widget_tinzer_posts_thumb .item .info time {
            display: block;
            color: #7b7c93;
            text-transform: capitalize;
            font-size: 14px;
        }
        .widget-area .widget_tinzer_posts_thumb .item .info .title {
            margin-bottom: 0;
            line-height: 1.4;
            font-size: 15px;
            font-weight: 600;
            margin-top: 5px;
        }
        .widget-area .widget_tinzer_posts_thumb .item .info .title a {
            display: inline-block;
        }

        /* media */
        .faq-accordion-content {
            background-color: #ffffff;
            -webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
            box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
            padding: 0px;
        }

        .faq-accordion-content .accordion {
            list-style-type: none;
            padding-left: 0;
            margin-bottom: 0;
        }
        .faq-accordion-content .accordion .accordion-item {
            display: block;
            -webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
            box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
            background: #ffffff;
            margin-bottom: 10px;
        }
        .faq-accordion-content .accordion .accordion-title.active {
            border-bottom-color: #eeeeee;
        }
        .faq-accordion-content .accordion .accordion-title {
            padding: 18px 20px 18px 55px;
            color: #0f123b;
            position: relative;
            border-bottom: 1px solid transparent;
            margin-bottom: -1px;
            display: block;
            text-transform: capitalize;
            font-size: 16px;
            font-weight: 700;
        }
        .faq-accordion-content .accordion .accordion-content.show {
            display: block;
        }
        
        .faq-accordion-content .accordion .accordion-content {
            display: none;
            position: relative;
            padding: 15px;
            font-size: 15px;
        }
        .faq-accordion-content .accordion .accordion-title i {
            position: absolute;
            left: 0;
            top: 0;
            width: 40px;
            text-align: center;
            height: 100%;
            background: #207ef7;
            color: #ffffff;
        }

        .faq-accordion-content .accordion .accordion-title.active i::before {
            font-family: IcoFont;
            content: "\ef9a";
        }

        .faq-accordion-content .accordion .accordion-title i::before {
            position: absolute;
            left: 0;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 13px;
        }

        .videotext video
        {
      
                max-width: 100%;
                height: auto;
             
        }
        .navbar-area {
            position: absolute;
            z-index: 999;
            width: 100%;
            background-color: #ffffff !important;
        }

        .navbar-area.is-sticky {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 999;
            -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
            box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
            background-color: #ffffff !important;
            -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
            animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        }
        .owl-carousel
        {
            margin-top:4rem;
        }


        @media only screen and (max-width:768px) {

            .owl-carousel
            {
                margin-top:6rem;
            }
    

        }