@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");

html {
    overflow-x: hidden;
}



body {
    line-height: 1.6;
    /*font-family: "Roboto", sans-serif;*/
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #6F8BA4;
    font-weight: 400;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #222;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 44px;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.3rem;
    line-height: 30px;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

p {
    line-height: 30px;
}

.navbar-toggle .icon-bar {
    background: #223a66;
}

input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"] {
    box-shadow: none;
    height: 45px;
    outline: none;
    font-size: 14px;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus {
    box-shadow: none;
    border: 1px solid #223a66;
}

.form-control {
    box-shadow: none;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #223a66;
}

.py-7 {
    padding: 7rem 0px;
}

.btn {
    display: inline-block;
    font-size: 14px;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: .5px;
    padding: .75rem 2rem;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: all .35s ease;
}

.btn.btn-icon i {
    border-left: 1px solid rgba(255, 255, 255, 0.09);
    padding-left: 15px;
}

.btn:focus {
    outline: 0px;
    box-shadow: none;
}

.btn-main {
    background: #223a66;
    color: #fff;
    border-color: #223a66;
}

.btn-main:hover {
    background: #e12454;
    border-color: #e12454;
    color: #fff;
}

.btn-main-2 {
    /*background: #e12454;*/
    color: #fff;
    /*border-color: #e12454;*/
    background-image: linear-gradient(to right, #302251, #47264b);
}

.btn-main-2:hover {
    /*background: #223a66;*/
    background-image: linear-gradient(to right, #47264b, #302251);
    color: #fff;
    /*border-color: #223a66;*/
}

.btn-solid-border {
    border: 2px solid #223a66;
    background: transparent;
    color: #223a66;
}

.btn-solid-border:hover {
    border: 2px solid #223a66;
    color: #fff;
    background: #223a66;
}

.btn-solid-border:hover.btn-icon i {
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.btn-solid-border.btn-icon i {
    border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent {
    background: transparent;
    color: #222;
    border-color: #6F8BA4;
}

.btn-transparent:hover {
    background: #6F8BA4;
    color: #fff;
}

.btn-white {
    background: #fff;
    border-color: #fff;
    color: #222;
}

.btn-white:hover {
    background: #223a66;
    color: #fff;
    border-color: #223a66;
}

.btn-solid-white {
    border-color: #fff;
    color: #fff;
}

.btn-solid-white:hover {
    background: #fff;
    color: #222;
}

.btn-round {
    border-radius: 4px;
}

.btn-round-full {
    border-radius: 50px;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.bg-gray {
    background: #eff0f3;
}

.bg-primary {
    background: #223a66;
}

.bg-primary-dark {
    background: #152440;
}

.bg-primary-darker {
    background: #090f1a;
}

.bg-dark {
    background: #222;
}

.bg-gradient {
    background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
    background-repeat: repeat-x;
}

.section {
    padding: 100px 0;
}

.section-sm {
    padding: 70px 0;
}

.section-bottom {
    padding-bottom: 100px;
}

.subtitle {
    color: #223a66;
    font-size: 14px;
    letter-spacing: 1px;
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: #223a66;
}

.overly-2 {
    position: relative;
}

.overly-2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.text-sm {
    font-size: 14px;
}

.text-md {
    font-size: 2.25rem;
}

.text-lg {
    font-size: 3.75rem;
}

.no-spacing {
    letter-spacing: 0px;
}

/* Links */
a {
    color: #222;
    text-decoration: none;
    transition: all .35s ease;
}

a:focus,
a:hover {
    color: #000;
    text-decoration: none;
}

a:focus {
    outline: none;
}

.content-title {
    font-size: 40px;
    line-height: 50px;
}

.page-title {
    padding: 120px 0px 70px 0px;
    position: relative;
}

.page-title .block h1 {
    color: #fff;
}

.page-title .block p {
    color: #fff;
}

.page-title .breadcumb-nav {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus,
.slick-slide a {
    outline: none;
}

.main-head {
    font-size: 30px;
    font-weight: normal;
}

.final-page .items-center {
    align-items: center;
}

.final-page .head-number {
    margin: 20px 0px 10px;
    position: relative;
    padding: 0px 0px 0px 40px;
}

.final-page .number-set {
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 20px;
    background-image: linear-gradient(to right, #ea2427, #d66027);
}

.final-page img {
    max-width: 100%;
}

@media (max-width: 480px) {

    h2,
    .h2 {
        font-size: 1.3rem;
        line-height: 36px;
    }
}

.title-color {
    color: #223a66;
}

.secondary-bg {
    background: #223a66;
}

.section-title {
    margin-bottom: 70px;
}

.section-title h2 {
    color: #223a66;
}

.text-lg {
    font-size: 50px;
}

.gray-bg {
    background: #f4f9fc;
}

@media (max-width: 480px) {
    .text-lg {
        font-size: 28px;
    }
}

@media (max-width: 400px) {
    .text-lg {
        font-size: 28px;
    }
}

#navbarmain {
    padding: 0px 0px;
}

#navbarmain .nav-link {
    font-weight: 400;
    padding: 10px 0 10px 10px;
    color: #231f54;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    transition: all .25s ease;
    margin-right: 20px;
}

.nav-item {
    display: flex;
    align-items: center;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-brand {
    margin-top: 10px;
    transform: translateY(-35px);
}

.dropdown .dropdown-menu {
    position: absolute;
    display: block;
    background: #fff;
    min-width: 240px;
    top: 130%;
    left: 0;
    right: 0px;
    opacity: 0;
    padding: 0px;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    border: 0px;
    border-top: 5px solid #e12454;
    border-radius: 0px;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 115%;
}

.dropdown .dropdown-item {
    padding: 13px 20px;
    border-bottom: 1px solid #eee;
    background: transparent;
    font-weight: 400;
    color: #555;
}

.dropdown .dropdown-item:hover {
    color: #e12454;
}

.header-top-bar {
    font-size: 14px;
    padding: 10px 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
}

.top-bar-info li a {
    color: #000;
    margin-right: 20px;
}

.top-right-bar a span {
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}

.top-right-bar a i {
    color: #000;
    margin-right: 10px;
}

.bg-1 {
    background: url("../images/bg/22.jpg") no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}

.banner {
    position: relative;
    overflow: hidden;
    /* background: #fff; */
    background: url("../images/bg/slide1.png") no-repeat;
    background-size: 100% 100%;
    min-height: 550px;
    display: flex;
    width: 100%;
    align-items: center;
    background-position-y: top;
}

.banner .block {
    padding: 80px 0px 80px;
}

.banner .block h1 {
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -1.2px;
    text-transform: capitalize;
    color: #fff;
}

.letter-spacing {
    letter-spacing: 2px;
}

.text-color {
    color: #e92727;
    font-weight: 600;
}

.text-color-2 {
    color: #e12454;
}

.copyright {
    color: #fff;
}

.divider {
    width: 60px;
    height: 4px;
    /*background: #ea2327;*/
    background-image: linear-gradient(to right, #ea2427, #d66027);
    border-radius: 10px;
}

@media (max-width: 480px) {
    .banner .block h1 {
        font-size: 38px;
        line-height: 50px;
    }

    .banner {
        min-height: 450px;
        background: #fff !important;
    }
}

@media (max-width: 400px) {
    .banner .block h1 {
        font-size: 28px;
        line-height: 40px;
    }

    .banner {
        min-height: 450px;
        background: #fff !important;
    }
}



@media (max-width: 992px) {
    .banner {
        /*background: #fff !important;*/
    }

    .navbar-brand {
        margin-top: 10px;
        transform: translateY(0);
    }

}

/*.about-img img {
  border-radius: 135px 40px 30px;
  box-shadow: 0 10px 30px 7px rgba(55, 55, 55, 0.1);
  background: #fff;
}*/



.award-img {
    height: 120px;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #eff0f3;
}

.appoinment-content {
    position: relative;
}

.appoinment-content img {
    width: 85%;
}

.appoinment-content .emergency {
    position: absolute;
    content: "";
    right: 10px;
    bottom: 20px;
    background: #223a66;
    padding: 48px;
}

.appoinment-content .emergency h2 {
    color: #fff;
}

.appoinment-content .emergency i {
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.7);
}

.appoinment-form {
    margin-top: 40px;
}

.appoinment-form .form-control {
    background: #f4f9fc;
    height: 55px;
    border-color: rgba(0, 0, 0, 0.05);
}

.appoinment-form textarea.form-control {
    height: auto;
}

.client-thumb {
    text-align: center;
}

.features {
    margin-top: 0px;
}

.feature-item {
    flex-basis: 33.33%;
    margin: 0px 10px;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.feature-item .feature-icon i {
    font-size: 50px;
    color: #223a66;
}

/*.feature-item h4 {
  color: #223a66;
}*/


.feature-item p {
    font-size: 14px;
}

.feature-section.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.w-hours li {
    padding: 6px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.counter-stat {
    text-align: center;
    padding: 55px 0px 40px 0px;
    position: relative;
}

.counter-stat i {
    display: block;
    color: rgba(255, 255, 255, 0.06);
    font-size: 70px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}

.counter-stat span {
    font-size: 70px;
    color: #fff;
}

.counter-stat p {
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.7);
}

.mb--80 {
    margin-bottom: -80px;
}

.service {
    padding-top: 0px;
}

.service .service-item {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    background-image: linear-gradient(to right, #302251, #47264b);
    min-height: 270px;
}

.service-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    background: #fff;
    border-radius: 50%;
}

.service-item h4 {
    padding-left: 20px;
    color: #fff;
}

.service-item p {
    color: #fffc;
    font-size: 16px;
    line-height: 24px;
}

.service .icon {
    float: left;
    margin-bottom: 10px;
}

.service i {
    color: #e12454;
}

.service h4 {
    padding-left: 20px;
}

.service .content {
    clear: both;
}

.service-block {
    padding: 20px;
    margin-top: 40px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 38px rgba(21, 40, 82, 0.07);
}

.service-block img {
    width: 100%;
    margin-top: -60px;
    border: 5px solid #fff;
}

.department-service {
    margin-bottom: 40px;
}

.department-service li {
    margin-bottom: 10px;
}

.department-service li i {
    color: #e12454;
}

.doctors .btn-group .btn {
    border-radius: 0px;
    margin: 0px 2px;
    text-transform: capitalize;
    font-size: 16px;
    padding: .6rem 1.5rem;
    cursor: pointer;
}

.doctors .btn-group .btn.active {
    box-shadow: none !important;
    border-color: transparent;
    background: #e12454;
    color: #fff;
}

.doctors .btn-group .btn.focus {
    box-shadow: none !important;
    border-color: transparent;
}

.doctors .btn-group .btn:focus {
    box-shadow: none !important;
    border-color: transparent;
    background: #e12454;
    color: #fff;
}

.doctors .btn-group .btn:hover {
    box-shadow: none !important;
    border-color: transparent;
    background: #e12454;
    color: #fff;
}

.doctors .btn-group > .btn-group:not(:last-child) > .btn,
.doctors .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.doctors .btn-group > .btn:not(:first-child) {
    border-radius: 3px;
}

.doctor-inner-box {
    overflow: hidden;
}

.doctor-inner-box .doctor-profile {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}

.doctor-inner-box .doctor-profile .doctor-img {
    transition: all .35s ease;
}

.doctor-inner-box .doctor-profile .doctor-img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.lh-35 {
    line-height: 35px;
}

.doctor-info li {
    margin-bottom: 10px;
    color: #222;
}

.doctor-info li i {
    margin-right: 20px;
    color: #e12454;
}

.read-more {
    color: #223a66;
}

@media (max-width: 480px) {
    .doctors .btn-group {
        display: block;
    }

    .doctors .btn-group .btn {
        margin: 8px 3px;
    }
}

@media (max-width: 400px) {
    .doctors .btn-group {
        display: block;
    }

    .doctors .btn-group .btn {
        margin: 8px 3px;
    }
}

@media (max-width: 768px) {
    .doctors .btn-group {
        display: block;
    }

    .doctors .btn-group .btn {
        margin: 8px 3px;
    }
}

.cta {
    background: url("../images/bg/bg-4.jpg") no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}

.cta:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(34, 58, 102, 0.95);
}

.mb-30 {
    margin-bottom: 30px;
}

.text-color-primary {
    color: #223a66;
}

.cta-section {
    margin-bottom: -80px;
}

.cta-2 {
    background: url("../images/bg/cta-bg.png") no-repeat;
    background-position: center center;
}

.cta-page {
    background: url("../images/bg/banner.jpg") no-repeat;
    background-size: cover;
    position: relative;
}

.testimonial {
    position: relative;
}

.testimonial:before {
    width: 48%;
    height: 100%;
    top: 0;
    left: 0px;
    /*position: absolute;*/
    content: "";
    background: url("../images/bg/bg-2.jpg") no-repeat 50% 50%;
}

.testimonial .slick-dots {
    text-align: left;
}

.testimonial-block {
    position: relative;
    margin-bottom: 20px;
}

.testimonial-block p {
    background: #fff;
    font-size: 18px;
}

.testimonial-block .client-info {
    margin-bottom: 20px;
}

.testimonial-block .client-info h4 {
    margin-bottom: 0px;
}

.testimonial-block i {
    font-size: 60px;
    position: absolute;
    right: 46px;
    bottom: 89px;
    opacity: .08;
}

.testimonial-block .slick-dots {
    text-align: left;
}

.testimonial-wrap-2 .slick-dots {
    margin-left: -10px;
}

.testimonial-block.style-2 {
    background: #fff;
    padding: 30px;
    margin: 0px 4px;
    margin-bottom: 30px;
    border-radius: 20px;
    background-image: linear-gradient(to right, #ea2427, #d66027);
}

.testimonial-block.style-2 .testimonial-thumb {
    float: left;
}

.testimonial-block.style-2 .testimonial-thumb img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 20px;
    margin-bottom: 0px;
    border: 4px solid #3122516b;
    margin-top: -10px;
}

.testimonial-block.style-2 .client-info p {
    clear: both;
    background: transparent;
    color: #fff;
    line-height: 1.5;
    font-size: 16px;
}

.testimonial-block.style-2 i {
    bottom: 154px;
    color: #fff;
    opacity: 0.3;
}

@media (max-width: 480px) {
    .testimonial-wrap {
        margin-left: 0px;
    }

    .testimonial::before {
        display: none;
    }
}

@media (max-width: 400px) {
    .testimonial-wrap {
        margin-left: 0px;
    }

    .testimonial::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .testimonial-wrap {
        margin-left: 0px;
    }

    .testimonial::before {
        display: none;
    }
}

@media (max-width: 992px) {
    .testimonial-wrap {
        margin-left: 0px;
    }

    .testimonial::before {
        display: none;
    }
}

.contact-form-wrap .form-group {
    margin-bottom: 20px;
}

.contact-form-wrap .form-group .form-control {
    height: 60px;
    border: 1px solid #EEF2F6;
    box-shadow: none;
    width: 100%;
    background: #f4f9fc;
}

.contact-form-wrap .form-group-2 {
    margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
    height: auto;
    border: 1px solid #EEF2F6;
    box-shadow: none;
    background: #f4f9fc;
    width: 100%;
}

.social-icons li {
    margin: 0 6px;
}

.social-icons a {
    margin-right: 10px;
    font-size: 18px;
}

.google-map {
    position: relative;
}

.google-map #map {
    width: 100%;
    height: 500px;
}

.mt-90 {
    margin-top: 90px;
}

.contact-block {
    text-align: center;
    border: 5px solid #EEF2F6;
    padding: 50px 25px;
}

.contact-block i {
    font-size: 50px;
    margin-bottom: 15px;
    display: inline-block;
    color: #e12454;
}

.blog-item-content h2 {
    font-weight: 600;
    font-size: 38px;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.nav-links .page-numbers {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #eee;
    text-align: center;
    padding-top: 13px;
    font-weight: 600;
    margin-right: 10px;
}

.nav-links .page-numbers:hover {
    background: #223a66;
    color: #fff;
}

.nav-links .page-numbers.current {
    background: #223a66;
    color: #fff;
}

.comment-area .comment-thumb {
    margin-right: 20px;
    margin-bottom: 30px;
}

.comment-area h5 {
    font-size: 18px;
    font-weight: 500;
}

.comment-area span {
    font-size: 14px;
}

.posts-nav h6 {
    font-weight: 500;
}

.quote {
    font-size: 22px;
    color: #223a66;
    padding: 40px;
    font-style: italic;
    border-left: 5px solid #e12454;
    margin: 25px 0px;
}

.tag-option a {
    border: 1px solid #eff0f3;
    padding: 6px 12px;
    color: #6F8BA4;
    font-size: 14px;
}

.comment-form .form-control {
    background: #f7f8fb;
    border-radius: 5px;
    border-color: #f7f8fb;
    height: 50px;
}

.comment-form textarea.form-control {
    height: auto;
}

.post.post-single {
    border: none;
}

.post.post-single .post-thumb {
    margin-top: 30px;
}

.post-sub-heading {
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
}

.post-social-share {
    margin-bottom: 50px;
}

.post-comments {
    margin: 30px 0;
}

.post-comments .media {
    margin-top: 20px;
}

.post-comments .media > .pull-left {
    padding-right: 20px;
}

.post-comments .comment-author {
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 500;
}

.post-comments .comment-author a {
    color: #223a66;
    font-size: 14px;
    text-transform: uppercase;
}

.post-comments time {
    margin: 0 0 5px;
    display: inline-block;
    color: #808080;
    font-size: 12px;
}

.post-comments .comment-button {
    color: #223a66;
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
}

.post-comments .comment-button i {
    margin-right: 5px;
    display: inline-block;
}

.post-comments .comment-button:hover {
    color: #223a66;
}

.post-excerpt {
    margin-bottom: 60px;
}

.post-excerpt h3 a {
    color: #000;
}

.post-excerpt p {
    margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
    margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
    line-height: 30px;
    font-size: 20px;
    color: #223a66;
}

.comments-section {
    margin-top: 35px;
}

.author-about {
    margin-top: 40px;
}

.post-author {
    margin-right: 20px;
}

.post-author > img {
    border: 1px solid #dedede;
    max-width: 120px;
    padding: 5px;
    width: 100%;
}

.comment-list ul {
    margin-top: 20px;
}

.comment-list ul li {
    margin-bottom: 20px;
}

.comment-wrap {
    border: 1px solid #dedede;
    border-radius: 1px;
    margin-left: 20px;
    padding: 10px;
    position: relative;
}

.comment-wrap .author-avatar {
    margin-right: 10px;
}

.comment-wrap .media .media-heading {
    font-size: 14px;
    margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
    color: #223a66;
    font-size: 13px;
}

.comment-wrap .media .comment-meta {
    font-size: 12px;
    color: #888;
}

.comment-wrap .media p {
    margin-top: 15px;
}

.comment-reply-form {
    margin-top: 80px;
}

.comment-reply-form input,
.comment-reply-form textarea {
    height: 35px;
    border-radius: 0;
    box-shadow: none;
}

.comment-reply-form input:focus,
.comment-reply-form textarea:focus {
    box-shadow: none;
    border: 1px solid #223a66;
}

.comment-reply-form textarea,
.comment-reply-form .btn-main {
    height: auto;
}

.sidebar-widget {
    margin-bottom: 30px;
    padding-bottom: 35px;
}

.sidebar-widget h5 {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.sidebar-widget h5:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 35px;
    height: 3px;
    background: #e12454;
}

.sidebar-widget.latest-post .media img {
    border-radius: 7px;
}

.sidebar-widget.latest-post .media h6 {
    font-weight: 500;
    line-height: 1.4;
}

.sidebar-widget.latest-post .media p {
    font-size: 12px;
}

.sidebar-widget.category ul li {
    margin-bottom: 10px;
}

.sidebar-widget.category ul li a {
    color: #222;
    transition: all 0.3s ease;
}

.sidebar-widget.category ul li a:hover {
    color: #223a66;
    padding-left: 5px;
}

.sidebar-widget.category ul li span {
    margin-left: 10px;
}

.sidebar-widget.tags a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .075em;
    line-height: 41px;
    height: 41px;
    font-weight: 500;
    border-radius: 20px;
    color: #666;
    display: inline-block;
    background-color: #eff0f3;
    margin: 0 7px 10px 0;
    padding: 0 25px;
    transition: all .2s ease;
}

.sidebar-widget.tags a:hover {
    color: #fff;
    background: #223a66;
}

.sidebar-widget.schedule-widget {
    background: #f4f9fc;
    padding: 25px;
}

.sidebar-widget.schedule-widget ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

.search-form {
    position: relative;
}

.search-form i {
    position: absolute;
    right: 15px;
    top: 35%;
}

/*.footer {
  padding-bottom: 10px;
  background-image: linear-gradient(to right, #302251 , #47264b);
  background-image: url('../images/bg/footer_back.png');
}*/
.footer {
    padding-bottom: 10px;
    /* background-image: linear-gradient(to right, #302251 , #47264b); */
    background-image: url('../images/bg/footer_back.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.footer .copyright a {
    font-weight: 600;
}

.lh-35 {
    line-height: 35px;
}

.logo {
    font-weight: 600;
    letter-spacing: 1px;
}

.logo h3 {
    color: #223a66;
}

.logo span {
    color: #223a66;
}

.widget .divider {
    height: 3px;
}

.widget h4,
.footer-contact-block h4 a {
    color: #fff;
}

.widget .footer-menu a {
    color: #fff;
}

.widget .footer-menu a:hover {
    color: #e12454;
}

.footer-contact-block span {
    font-weight: 400;
    color: #fff;
}

.footer-contact-block i {
    font-size: 20px;
    color: #fff;
}

.footer-btm {
    border-top: 1px solid rgba(193, 193, 193, 0.51);
}

.footer-socials li a {
    width: 45px;
    height: 45px;
    background: #6F8BA4;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    padding-top: 10px;
    background-image: linear-gradient(to right, #ea2427, #d66027);
}

.footer-socials li a:hover {
    color: #ccc !important
}

.widget-contact h6 {
    font-weight: 500;
    margin-bottom: 18px;
}

.widget-contact h6 i {
    color: #e12454;
}

.subscribe {
    position: relative;
}

.subscribe .form-control {
    border-radius: 50px;
    height: 60px;
    padding-left: 25px;
    border-color: #eee;
}

.subscribe .btn {
    position: absolute;
    right: 6px;
    top: 6px;
}

.backtop {
    position: fixed;
    background: #e82927;
    z-index: 9999;
    display: inline-block;
    right: 20px;
    width: 60px;
    height: 60px;
    bottom: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 50px;
    background-image: linear-gradient(to right, #302251, #e82927);
}

.backtop i {
    color: #fff;
    font-size: 20px;
}

.reveal {
    transition: all .3s;
    cursor: pointer;
    opacity: 1;
}

/*# sourceMappingURL=maps/style.css.map */
/*my css*/
.top_menu {
    justify-content: flex-end;
    margin-bottom: 0;
}

.top_menu li {
    padding: 0 10px;
    display: inline-block;
    margin-right: 5px;
}

.top_menu li a {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

a:focus,
a:hover {
    color: #000 !important;
    text-decoration: none;
}

.navbar-brand .img-fluid {
    max-width: 100%;
    height: auto;
    width: 150px;
}

.btn.nav-link.btn-outline {
    border: 1px solid #e43427;
    border-radius: 0;
    font-size: 15px !important;
    padding: 10px 10px !important;
    color: #e33827 !important;
    /*margin-left: 15px;*/
}

.btn.nav-link.btn-filled {
    border: 1px solid #0000;
    border-radius: 0;
    font-size: 15px !important;
    padding: 10px 10px !important;
    color: #fff !important;
    background: #e43427;
    /*margin-left: 15px;*/
}

.nav-item:last-of-type a {
    margin: 0 !important;
}

.img_right {
    width: 100%;
}

.slide_block p {
    color: #f1f1f1;
}

.row_up {
    background-image: linear-gradient(to right, #ea2427, #d66027);
    border-radius: 20px;
    padding: 10px;
    margin-top: -40px;
    position: relative;
    box-shadow: 0 4px 10px rgba(46, 33, 81, 0.47);
}

.bx_txt h3 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    border-radius: ;
    border-right: 1px solid;
}

.btn.btn-main-theme {
    background: #302251;
    border-radius: 0;
    color: #fff !important;
    padding: 5px 15px;
    margin: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    background-image: linear-gradient(to right, #302251, #47264b);
    border: 0px;
}

.btn.btn-main-theme:hover {
    box-shadow: 0 4px 9px rgba(255, 255, 255, 0.2);
    color: #fff !important;
    background-image: linear-gradient(to right, #47264b, #302251);
    transition: all ease-in-out 0.3s;
}

.heading_nw {
    font-size: 35px;
    color: #fff !important;
}

.section.testimonial-2.gray-bg {
    background-image: linear-gradient(to right, #302251, #47264b);
}

.feature-item h4 {
    color: #223a66;
    background-image: linear-gradient(to right, #ea2527, #47264b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title p {
    color: #fff;
    line-height: 22px;
    opacity: 0.6;
}

.client-info h4 {
    font-size: 30px;
    color: #fff;
    margin-top: 10px;
}

.client-info span {
    color: #fff;
    opacity: 0.71;
}

.feature-icon img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.section.about {
    /*background-image: linear-gradient(to right, #ea24279c , #d66027);*/
    margin: 0px 0 0;
    position: relative;
}

.about-content.info h2 {
    /*color: #fff;*/
}

.about-content.info p {
    /*color: #fff;*/
}

.section.clients p {
    color: #352250;
}

.color_p {
    color: #352250 !important;
}

.start_free.start_free_footer {
    position: relative;
    transform: translatey(30px);
}

.slick-slide img {
    display: block;
    width: 100%;
    box-shadow: 0 3px 8px rgba(53, 34, 80, 0.3);
    margin: 10px;
    border-radius: 10px;
    height: 50px;
    object-fit: contain;
}

.clients .section-title {
    margin-bottom: 50px;
}

.top_menu li a img {
    width: 36px;
    margin-right: 5px;
}

#navbarmain img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.footer .img-fluid {
    max-width: 100%;
    height: auto;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    width: 150px;
}

.footer p {
    color: #fff;
}


/*login*/
.logincontent {
    padding: 5rem 0 0;
}

.form-group.last input {
    border: 0px solid #ec1e24 !important;
    box-shadow: 0 1px 5px rgba(33, 33, 93, 0.22);
    border-radius: 10px;
}

.form-group.first input {
    border: 0px solid #ec1e24 !important;
    box-shadow: 0 1px 5px rgba(33, 33, 93, 0.22);
    border-radius: 10px;
}

.form-group.last select {
    border: 0px solid #ec1e24 !important;
    box-shadow: 0 1px 5px rgba(33, 33, 93, 0.22);
    border-radius: 10px;
    height: 45px;
}


.logincontent .col-md-4.contents .row {
    background: #fff;
    box-shadow: 0 2px 28px rgba(106, 101, 101, 0.18);
    margin: ;
    margin: 0px;
    border-radius: 20px;
    padding: 20px 0;
    height: 100%;
}

/*login*/


/*pricing*/
.plan-paymentterm {
    margin-top: 35px;
}

.header-title {
    background: #231f54;
    padding: 30px 0 20px;
    color: #fff !important;
}

.header-title h3 {
    color: #fff;
}

.header-title a {
    color: #ea2527;
}

.pricing .card-body {
    padding: 0;
}

.pricing .card-body li {
    margin: 10px 0;
    color: #302251;
}

.card-pricing {
    border: 0;
    border-radius: 15px;
}

.pricing .card-body li .fa.fa-check-circle {
    font-size: 21px;
    color: #e43427;
}

.pricing .card-body li .fa.fa-window-minimize {
    font-size: 21px;
    color: #231f54;
}

.pricing .btn.btn-main-theme {
    padding: 10px 30px;
    border-radius: 10px;
    width: 100%;
}

.price {
    color: #231f54;
}

.h6.w-60.mx-auto.px-4.py-1.rounded-bottom.bg-primary.text-white.shadow-sm.pack_headline {
    width: 100%;
    background-image: linear-gradient(to right, #ea2427, #d66027);
}

.payment_option label {
    width: 45%;
    text-align: left;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: white;
    border-radius: 12px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

#card-element_signup .first {
    border: 0px solid #ec1e24 !important;
    box-shadow: 0 1px 5px rgba(33, 33, 93, 0.22);
    border-radius: 10px;
    margin-bottom: 10px;
    min-height: 45px;
    padding: 13px 0 0 15px;
    max-width: 100%;
}

#latest-stipe-submit_signup {
    background-image: linear-gradient(to right, #302251, #47264b) !important;
    opacity: 1;
    border: 1px solid transparent;
    border-radius: 10px;
    height: 45px;
    font-size: 20px;
    width: 100%;
}

/*pricing*/


/*user-dashboard*/
/***
User Profile Sidebar by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: https://j.mp/metronictheme
Licensed under MIT
***/

body {
    background: #fff;
}

/* Profile container */
.profile {
    margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
    padding: 20px 0 10px 0;
    background: #fff;
    border-radius: 10px !important;
    /*box-shadow: 0 3px 8px rgba(53, 34, 80, 0.3);*/
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: auto;
    height: auto;
    /*-webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;*/
}

.profile-usertitle {
    text-align: center;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-usermenu {
    margin-top: 30px;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
    width: 100%;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    display: flex;
    min-height: 45px;
    align-items: center;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    /*background-color: #000;*/
    /*color: #fff;*/
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #e629273d;
    border-left: 2px solid #d97139;
    color: #000;
    font-weight: 600;
}

/* Profile Content */
.profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
    background: #fff;
    border-radius: 10px !important;
    /*box-shadow: 0 3px 8px rgba(53, 34, 80, 0.3);*/
}

.profile-usermenu ul li a i {
    margin-left: 10px;
    font-size: 17px;
}

.info h3 {
    width: 50%;
    font-weight: normal;
    font-size: 18px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.dashboard-stat,
.portlet {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.portlet {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    border-radius: 4px;
}

.portlet.bordered {
    border-left: 2px solid #e6e9ec !important;
}

.portlet.light {
    padding: 12px 20px 15px;
    background-color: #fff;
}

.portlet.light.bordered {
    border: 1px solid #e7ecf1 !important;
}

.list-separated {
    margin-top: 10px;
    margin-bottom: 15px;
}

.profile-stat {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f4f7;
}

.profile-stat-title {
    color: #7f90a4;
    font-size: 25px;
    text-align: center;
}

.uppercase {
    text-transform: uppercase !important;
}

.profile-stat-text {
    color: #5b9bd1;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
}

.profile-desc-title {
    color: #7f90a4;
    font-size: 17px;
    font-weight: 600;
}

.profile-desc-text {
    color: #7e8c9e;
    font-size: 14px;
}

.margin-top-20 {
    margin-top: 20px !important;
}

[class*=" fa-"]:not(.fa-stack),
[class*=" glyphicon-"],
[class*=" icon-"],
[class^=fa-]:not(.fa-stack),
[class^=glyphicon-],
[class^=icon-] {
    display: inline-block;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
}

.profile-desc-link i {
    width: 22px;
    font-size: 19px;
    color: #abb6c4;
    margin-right: 5px;
}

.profile-content.profile_verify {
    min-height: auto;
    margin-bottom: 50px;
    padding-top: 50px;
}

.profile-content.profile_verify img {
    width: 170px;
    margin-bottom: 20px;
}


/*user-dashboard*/


.cloud {
    position: absolute;
    animation: 4s infinite linear jumplefttoright;
    top: -30px;
    left: 40px;
}

.cloud img {
    width: 250px;
}

@keyframes jumpa {

    0%,
    100% {
        transform: translateY(-15px);
    }

    40% {
        transform: translateY(15px);
    }

    70% {
        transform: translateY(-10px);
    }
}


@keyframes jumplefttoright {

    0%,
    100% {
        transform: translateX(-15px);
    }

    40% {
        transform: translateX(15px);
    }

    70% {
        transform: translateX(-10px);
    }
}

/*my css*/
.my_toltip .col-sm-2 {
    margin-bottom: 10px;
}

.list_uuu img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin-bottom: 15px;
}

.us_caatd img {
    width: 80px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 10px;
}

/*media*/
@media (max-width: 768px) {
    .banner .block h1 {
        font-size: 56px;
        line-height: 70px;
    }

    .banner {
        /*background: #fff !important;*/
    }

    .banner .block {
        padding: 80px 0px 0;
    }

    .container {
        max-width: 100%;
        padding: 0 20px;
    }
}

/*media*/



/*timeline*/


.main-timeline {
    position: relative
}

.main-timeline::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #dd521f;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    /* transition: all 0.33s ease-out 0s */
}

.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
}

.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative
}

.main-timeline .date-content::before {
    content: "";
    width: 27.5%;
    height: 2px;
    background: #dd521f;
    margin: auto 0;
    position: absolute;
    top: -20px;
    right: 10px;
    bottom: 0;
}

.main-timeline .date-outer {
    width: 300px;
    height: 300px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1;
}

.date-outer img {
    width: 100%;
    position: relative;
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s;
    display: none;
}

/*.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #232323;
    left: -6px
}*/

.main-timeline .date-outer:after {
    border: 2px solid #c6c6c6;
    left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0
}

.main-timeline .month {
    font-size: 18px;
    font-weight: 700
}

.main-timeline .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    line-height: 36px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right;
    margin-top: 60px;
}

.main-timeline .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0;
    color: #302251;
}

.main-timeline .description {
    margin-bottom: 0
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }

    .main-timeline .date-content:before {
        width: 22.5%
    }

    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }

    .main-timeline .title {
        font-size: 17px
    }

    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px
    }

    .main-timeline .timeline {
        margin-bottom: 20px
    }

    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }

    .main-timeline .icon {
        margin: auto 0
    }

    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }

    .main-timeline .date-content:before {
        display: none
    }

    .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }

    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px
    }

    .main-timeline .date {
        top: 30%
    }

    .main-timeline .year {
        font-size: 24px
    }

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }

    .main-timeline .title {
        margin-bottom: 10px
    }
}

/*timeline*/

.tab.tab_design {
    background: #f1f3fa;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.tab.tab_design .tablinks {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 7px 15px;
    font-size: 15px;
}

.tab.tab_design .tablinks.active {
    background: #e53227;
    color: #fff;
}

.dataTables_wrapper.form-inline {
    width: 100%;
    display: block;
}

.dataTables_length label {
    justify-content: left;
    margin-bottom: 15px;
}

.dataTables_filter label {
    margin-bottom: 15px;
    justify-content: right;
}

.dataTables_length label .form-control,
.dataTables_filter label .form-control {
    height: 35px;
    margin: 0 10px;
}

td .btn {
    padding: 4px 10px;
    font-size: 13px;
    text-transform: none;
}

.ul_set {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ul_set.table_ul li {
    color: #333;
    margin-bottom: 2px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.ul_set.table_ul li span:nth-child(1) {
    font-weight: 600;
}

.ul_set.table_ul li span {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.fix_row_d1 .row {
    margin: 0 -5px;
}

.fix_row_d1 .row [class*="col-sm"] {
    padding: 0 5px;
}

.fix_row_d1 p {
    color: #666;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.fix_row_d1 p span {
    display: inline-block;
    width: 100%;
}

.fix_row_d1 p span:nth-child(2) {
    font-weight: 600;
    color: #333;
}

.btn_ac_de {
    margin-top: 20px;
    text-align: center;
}

.modal.right_modal .modal-dialog {
    transform: translateX(100%);
}

.modal.right_modal.show .modal-dialog {
    transform: none;
}

.add_desi .form-check {
    margin-bottom: 5px;
}

.add_desi .form-check .form-check-input {
    top: 3px;
}

.add_desi .name_h {
    margin: 0;
    margin-bottom: 10px;
    color: #302251;
    font-size: 20px;
}

.addresssus {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}

.box_addd {
    box-shadow: 0 3px 8px rgba(53, 34, 80, 0.1);
    padding: 15px;
    height: 100%;
}

.row.add_desi .col-sm-6 {
    margin-bottom: 30px;
}

.table td,
.table th {
    font-size: 13px;
}

.btn_decll {
    white-space: nowrap;
    padding: 7px 15px !important;
    font-size: 14px !important;
}

.table thead th {
    color: #000;
}

.table td {
    color: #444;
}

.table td b {
    color: #111;
}

.table td b.text_b1 {
    font-size: 15px;
}

.plus_icond {
    background: linear-gradient(to right, #ea2427, #d66027);
    margin: 0;
    border: none;
    box-shadow: none;
    font-size: 24px;
    padding: 0;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.mySlides {
    height: 300px;
    object-fit: contain;
}

/*owl one*/
.slider_arrrw .owl-dots {
    display: none;
}

.slider_arrrw .owl-nav .owl-prev {
    float: left;
}

.slider_arrrw .owl-nav .owl-next {
    float: right;
}

.slider_arrrw.owl-carousel .owl-nav button.owl-next,
.slider_arrrw.owl-carousel .owl-nav button.owl-prev,
.slider_arrrw.owl-carousel button.owl-dot {
    overflow: hidden;
    border: 1px solid #fff !important;
    font: inherit;
    padding: 0;
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 0;
    opacity: 1;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}

.slider_2 {
    padding-top: 45px;
}

.slider_2 .owl-stage-outer {
    padding-bottom: 20px;
}

.slider_arrrw.owl-carousel .owl-nav button.owl-next:hover,
.slider_arrrw.owl-carousel .owl-nav button.owl-prev:hover {
    background: #fff;
    color: #0c1f38 !important;
}


.slider_arrrw.owl-carousel .owl-nav button.owl-next span,
.slider_arrrw.owl-carousel .owl-nav button.owl-prev span,
.slider_arrrw.owl-carousel button.owl-dot span {
    font-size: 30px;
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translatex(-50%);
    margin-top: -4px;
}

.slider_arrrw.owl-carousel .owl-nav button.owl-next {
    right: 20px;
}

.slider_arrrw.owl-carousel .owl-nav button.owl-prev {
    left: 20px;
}

/*owl one*/

.left_rightaaa .slider_arrrw.owl-carousel .owl-nav button.owl-next,
.left_rightaaa .slider_arrrw.owl-carousel .owl-nav button.owl-prev,
.left_rightaaa .slider_arrrw.owl-carousel button.owl-dot {
    border: 1px solid #000 !important;

    color: #000;

}

.left_rightaaa .slider_arrrw.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.left_rightaaa .slider_arrrw.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.left_rightaaa .slider_arrrw {
    padding: 0 30px;
}

.table td,
.table th {
    padding: 8px 12px;
}

.table td p {
    margin-bottom: 0;
}

.oder_design_modal .form-check {
    color: #666;
    margin-bottom: 10px;
    font-size: 15px;
}

.oder_design_modal h4 {
    font-size: 17px;
    margin-bottom: 3px;
    margin-top: 10px;
}

.add-more,
.remove {
    background: linear-gradient(to right, #ea2427, #d66027);
    width: 30px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    font-size: 18px;
    color: #fff !important;
    cursor: pointer;
}

.add-more i,
.remove i {
    color: #fff !important;
}

.after-add-more {
    margin: 0;
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
    padding: 5px 5px 0 5px;
}

.after-add-more [class*="col-"] {
    padding: 0 8px;
    margin-bottom: 12px;
    color: #666;
}

.after-add-more [class*="col-"] p {
    color: #333;
    font-weight: 600;
}

.after-add-more .form-control {
    height: 35px;
    font-size: 14px;
}

.oder_design_modal {
    color: #666;
}

.oder_design_modal .form-check img {
    margin-right: 5px;
}

.badge {
    color: #fff;
}

.bot_post1 {
    position: relative;
}

.bot_post1 .badge {
    position: absolute;
    left: 11px;
    top: -3px;
    background: #eb2323 !important;
}

.time_noti {
    text-align: right;
    font-size: 13px;
    color: #B3B3B3;
    font-weight: normal;
    margin: 0;
}

.notif_box {
    height: auto;
    margin-bottom: 20px;
}

.notif_box p {
    margin-bottom: 8px;
    color: #444;
}

.my_toltip {
    margin: 0 -5px;
}

.my_toltip .col-sm-2 {
    padding: 0 5px;
}

.box_tll {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #fff;
    height: 100%;
    padding: 15px;
    border: 1px solid #e1e1e1;
}

.box_tll img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.box_tll p {
    margin-top: 10px;
    margin-bottom: 0;
    color: #555;
}

.box_tll .btn {
    margin: 0;
    margin-top: 10px;
    padding: 3px 9px;
    font-size: 12px;
}

.sec_pad {
    padding: 80px 0;
}

.pad_t {
    padding-top: 80px;
}

.pad_b {
    padding-bottom: 80px;
}

.sec_nw1 .row {
    margin: 0 -10px;
}

.sec_nw1 .row [class*="col-"] {
    padding: 0 10px;
}

.sec_nw1 .box_u1 {
    background: #fff;
    box-shadow: 0 3px 8px rgba(53, 34, 80, 0.1);
    border-radius: 10px;
    padding: 15px;
    height: 100%;
    text-align: center;
}

.sec_nw1 .row .col-sm-3 {
    margin-bottom: 16px;
}

.sec_nw1 .box_u1 h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.form_des1 {
    color: #444;
    padding-bottom: 60px;
}

.sec_nw1 .box_u1 img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.btn.clear_b {
    padding: 0;
    margin: 0;
    background: transparent !important;
    border: none !important;
    margin-bottom: 20px;
}

.btn.clear_b .form-check-input {
    z-index: -1;
}

.form_des1 .form-control {
    height: 45px;
    font-size: 14px;
}

.over_serviess .row {
    margin-bottom: 30px;
}

.over_serviess .about-img img {
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.1);
}

/*media start*/

@media(min-width: 768px) {
    .over_serviess .row:nth-child(2n) .col-sm-4 {
        order: 2;
    }
}

@media(max-width: 767px) {


    .about-img {
        margin-bottom: 15px;
    }

    /*.list-inline.footer-socials.mt-4.text-right {
  text-align: center !important;
}*/
    .profile-sidebar {
        margin-bottom: 20px;
    }

    /*.slick-initialized .slick-slide {
  width: 100% !important;
}*/
    .header-top-bar {
        background: #231f54;

    }

    .header-top-bar .top-right-bar {
        margin: 0 !important;
    }

    .banner .block {
        padding: 15px 0px 0;
    }

    .banner .block h1 {
        font-size: 21px;
        color: #223a66;
        line-height: 1.4;
    }

    .slide_block p {
        color: #6F8BA4;
        padding-right: 0 !important;
    }

    .section {
        padding: 40px 0;
    }

    .about-content.info.pl-4.mt-4.mt-lg-0 {
        padding: 0 !important;
        margin-top: 0 !important;
    }

    .main-timeline .date-outer {
        width: 150px;
        height: auto;
    }

    .footer {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    body {
        overflow-x: hidden !important;
    }

    .navigation .navbar-nav .nav-item {
        flex-wrap: wrap;
        width: 100%;
    }

    .navigation .navbar-nav .nav-item > a {
        margin: 0 !important;
        width: calc(100% - 25px);
        padding: 8px 10px !important;
    }

    .navigation .navbar-nav .nav-item.login_b,
    .navigation .navbar-nav .nav-item.Sign_b {
        display: inline-block;
        width: auto;
    }

    .navigation .navbar-nav .nav-item.login_b a,
    .navigation .navbar-nav .nav-item.Sign_b a {
        width: 110px;
    }

    .navigation .navbar-nav {
        display: inline-block;
        width: 100%;
    }

    .footer .mb-5 {
        margin-bottom: 0 !important;
    }

    .footer .text-capitalize {
        margin-bottom: 7px !important;
    }

    .footer .divider.mb-4 {
        margin-bottom: 15px !important;
    }

    .footer-btm.py-4.mt-5 {
        margin-top: 20px !important;
    }

    .footer {
        padding-bottom: 0 !important;
    }

    .navigation .navbar-toggler {
        background: #231f54;
        color: #fff;
        padding: 0;
        width: 40px;
        height: 40px;
        border-radius: 3px;
        text-align: center;
    }

    .list-unstyled.footer-menu {
        line-height: 1.5;
    }

    .list-unstyled.footer-menu > li {
        margin-bottom: 6px;
    }

    .footer-contact-block.mb-4 {
        margin-top: 20px !important;
    }

    .list-inline.footer-socials.mt-4 {
        text-align: center;
    }

    .cloud {
        top: 20px;
    }

    .about-content h1 {
        font-size: 26px;
    }

    .my_toltip .col-sm-2 {
        width: 50%;
    }

    .contact_uss .hed_ci {
        color: #223a66 !important;
    }

    .banner.contact_uss {
        padding-bottom: 40px;
    }

    .logincontent .col-md-4.contents {
        margin-bottom: 30px;
    }

    .profile {
        margin: 0 -15px;
    }

    .profile-content {
        margin-bottom: 30px;
    }

    .modal-dialog {
        width: auto !important;
    }

    .tab.tab_design {
        display: flex;
        flex-wrap: wrap;
    }

    .tab.tab_design .tablinks {
        padding: 5px 10px;
        font-size: 13px;
        width: 50%;
    }

    .dataTables_length label,
    .dataTables_filter label {
        display: flex;
        flex-wrap: wrap;
    }

    .dataTables_length label .form-control,
    .dataTables_filter label .form-control {

        width: 125px;
    }

    .btn.btn-sm.btn-default[style*="border"] {
        width: 100%;
        margin-bottom: 10px;
    }

    .list-inline.footer-socials.mt-4 {
        text-align: left !important;
    }

    .dropdown.language_select > a {
        padding-left: 0;
        width: 20px;
        height: 20px;
    }
}

/*767px max*/
/*media close*/
.header-top-bar {
    background: #fff;
}

.logo_main {
    text-align: center;
}

.logo_main img {
    width: 100px;
}

.header-top-bar .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_menu .dropdown-menu {
    border-top: 0;
    border: 1px solid #f8f8f8;
    min-width: 200px;
    left: unset;
}

.btn-primary {
    color: #fff;
    background-color: #3961bc;
    border-color: #3961bc;
    border-radius: 3px !important;
    padding: 10px 20px !important;
}

label {
    font-weight: 600;
}

.card {
    background-clip: border-box;
    box-shadow: 0 0 5px #c2c2c2;
    -webkit-box-shadow: 0 0 5px #c2c2c2;
    outline: .1rem solid transparent;
    word-wrap: break-word;
    background-color: #fff
}

.bread-img {
    background-image: url(../images/bread-img.jpg);
    background-position: center center;
    text-align: center;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgb(255 253 253 / 29%);
}

.page-title {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 110px 0px 110px;
    background-color: #141d38;
}

.page-title .pattern-layer-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.page-title .auto-container {
    position: relative;
}

.page-title h2 {
    font-size: 35px;
    position: relative;
    color: #ffffff;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 3px;

    line-height: 50px;
}

.page-breadcrumb {
    position: relative;
    margin-top: 20px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "/";
    right: -2px;
    top: -1px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'FontAwesome';
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li a {
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
    color: #ffffff !important;
}

.folder-image img {
    width: 100px;
    text-align: center;
    margin: 0 auto;
}

.folder-image {
    background: #f9f9f9;
    padding: 20px;
}

.folder-text b.to_folder {
    margin-top: 10px;
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    color: #000;

}

h4.text-center.folder-title {
    font-size: 40px;
    margin: 30px 0;
    font-weight: 600;
}

.custom-col {
    width: 16%;
    float: left;
    text-align: center;
    margin: 20px;
}

.folder-item:hover {
    background: none !important;
    color: unset !important;
    box-shadow: none !important;
}

.post-divider {
    height: 100px;
}

img.post_image {
    width: 390px;
    object-fit: contain;
    text-align: center;
    border-radius: 11px;
    margin: 20px 0;
    cursor: pointer;
    min-height: 390px;
    border: 1px solid #ccc;
}

p.single_post_title {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.footer {
    background: #f8f8f8;
    padding: 15px 25px 15px;
    border-top: 1px solid #e8ebf1;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    font-size: calc(0.875rem - 0.05rem);
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #000;
    margin-top: auto;
}

.footer p {
    color: #000 !important;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Lato';
}

.footer p a {
    color: #375db0;
}

a.post-btn {
    background: #1e3075;
    color: #fff;
    margin-right: 10px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #1e3075;
    width: 50%;
}

.folder-image:hover {
    background: #e8e8e8;
}

a.post-btn:hover {
    background: #fff;
    color: #1e3075;
    border: 1px solid #1e3075;
}

a.post-btn:last-child {
    margin-right: 0;
}

.btn-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    width: 100%;
}

.col-md-4.post-box {
    margin-bottom: 30px;
}

.page-wrapper {
    margin: 50px 0
}

.post-box {
    margin-bottom: 40px;
}

a.post-btn i {
    margin-right: 10px;
}

a.post-btn:focus {
    color: #1e3075 !important;
    text-decoration: none;
    background: #fff !important;
}

.post_modal .modal-dialog {
    max-width: 950px;
}

.post_modal img {
    width: 100%;
    height: 100%;
}

ul.contact-ul {
    margin-bottom: 0;
}

ul.contact-ul li {
    display: inline-block;
}

ul.contact-ul li a {
    font-size: 15px;
    font-weight: 600;
    margin-right: 30px;
}

img.top_img {
    margin-right: 8px;
}

.post-iframe {
    width: 100%;
    min-height: 1000px;
    max-height: 1000px;
}

form#profileForm label {
    display: block;
}


form#profileForm input#image {
    margin-top: 20px;
}

.post-box iframe {
    height: 395PX;
}

.breadcrumb-item.text-success a {
    color: #000;
    text-transform: capitalize;
}

.breadcrumb-item.text-success.active a {
    color: #6571ff;
}

@media screen and (max-width: 575px) and (min-width: 320px) {

    ul.contact-ul li a {
        font-size: 0px !important;
    }
}
