/*================================================

Main Area CSS

=================================================*/

.main-banner {

    position: relative;

    z-index: 1;

    height: 970px;

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

}



.main-banner::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

    background-image: url(../image/homepage/banner-shape.png);

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

}



.main-banner.banner-section::before {

    display: none;

}



.main-banner.banner-section .main-banner-content {

    margin-top: 80px;

}



.main-banner.banner-section .main-banner-content .sub-title {

    color: #f70101;

}



.main-banner.banner-section .main-banner-content h1 {

    color: #130947;

}



.main-banner.banner-section .main-banner-content p {

    color: #130947;

}



.main-banner.banner-section .main-banner-content .btn-box .btn-primary:hover,

.main-banner.banner-section .main-banner-content .btn-box .btn-primary:focus {

    background: #130947 !important;

    color: #ffffff !important;

}



.main-banner.banner-section .main-banner-content .btn-box .btn-primary:hover i,

.main-banner.banner-section .main-banner-content .btn-box .btn-primary:focus i {

    background-color: #ffffff;

    color: #130947;

}



.main-banner.banner-section .main-banner-content .btn-box .video-btn {

    color: #130947;

}



.main-banner.banner-section .main-banner-content .btn-box .video-btn span {

    background-color: #f70101;

    color: #ffffff;

}



.main-banner.banner-section .main-banner-content .btn-box .video-btn span::before,

.main-banner.banner-section .main-banner-content .btn-box .video-btn span::after {

    border-color: rgba(254, 35, 91, 0.2);

}



.main-banner.banner-section .main-banner-content .btn-box .video-btn:hover {

    color: #f70101;

}



.main-banner.banner-section .main-banner-content .btn-box .video-btn:hover span {

    background-color: #130947;

    color: #ffffff;

}



.main-banner-content {

    max-width: 640px;

    overflow: hidden;

    padding-bottom: 20px;

    margin-top: 30px;

}



.main-banner-content .sub-title {

    display: block;

    text-transform: uppercase;

    color: #ffffff;

    margin-bottom: 8px;

    font-weight: 700;

    font-size: 14px;

}



.main-banner-content h1 {

    color: #ffffff;

    line-height: 1.3;

    -webkit-animation-delay: 1s !important;

    animation-delay: 1s !important;

    font-size: 72px;

    font-weight: 400;

}



.main-banner-content p {

    max-width: 600px;

    color: #ffffff;

    margin-top: 10px;

    font-size: 17px;

    -webkit-animation-delay: 1.7s !important;

    animation-delay: 1.7s !important;

}



.main-banner-content .btn-box {

    margin-top: 40px;

    position: relative;

}



.main-banner-content .btn-box .btn-primary {

    -webkit-animation-delay: 2.2s !important;

    animation-delay: 2.2s !important;

    margin-right: 25px;

}



.main-banner-content .btn-box .btn-primary:hover,

.main-banner-content .btn-box .btn-primary:focus {

    background: #ffffff !important;

    color: #130947 !important;

}



.main-banner-content .btn-box .btn-primary:hover i,

.main-banner-content .btn-box .btn-primary:focus i {

    background-color: #f70101;

    color: #ffffff;

}



.main-banner-content .btn-box .video-btn {

    -webkit-animation-delay: 2.6s !important;

    animation-delay: 2.6s !important;

    display: inline-block;

    color: #ffffff;

    position: absolute;

    text-transform: uppercase;

    top: 2px;

    font-weight: 600;

    font-size: 16px;

}



.main-banner-content .btn-box .video-btn span {

    display: inline-block;

    margin-left: 10px;

    width: 50px;

    height: 50px;

    line-height: 50px;

    position: relative;

    z-index: 1;

    text-align: center;

    border-radius: 50%;

    background-color: rgba(255, 255, 255, 0.2);

    color: #ffffff;

    font-size: 20px;

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.main-banner-content .btn-box .video-btn span::after,

.main-banner-content .btn-box .video-btn span::before {

    content: "";

    display: block;

    position: absolute;

    top: 0;

    right: 0;

    z-index: -1;

    bottom: 0;

    left: 0;

    border-radius: 50%;

    border: 1px solid rgba(255, 255, 255, 0.2);

}



.main-banner-content .btn-box .video-btn span::before {

    -webkit-animation: ripple 2s linear infinite;

    animation: ripple 2s linear infinite;

}



.main-banner-content .btn-box .video-btn span::after {

    -webkit-animation: ripple 2s linear 1s infinite;

    animation: ripple 2s linear 1s infinite;

}



.main-banner-content .btn-box .video-btn:hover span {

    background-color: #ffffff;

    color: #130947;

}



@-webkit-keyframes ripple {

    0% {

        -webkit-transform: scale(1);

        transform: scale(1);

    }

    75% {

        -webkit-transform: scale(1.75);

        transform: scale(1.75);

        opacity: 1;

    }

    100% {

        -webkit-transform: scale(2);

        transform: scale(2);

        opacity: 0;

    }

}



@keyframes ripple {

    0% {

        -webkit-transform: scale(1);

        transform: scale(1);

    }

    75% {

        -webkit-transform: scale(1.75);

        transform: scale(1.75);

        opacity: 1;

    }

    100% {

        -webkit-transform: scale(2);

        transform: scale(2);

        opacity: 0;

    }

}



.home-slides.owl-theme .owl-nav {

    margin-top: 0;

    -webkit-transition: 3s;

    transition: 3s;

    opacity: 0;

    visibility: hidden;

    line-height: 0.01;

}



.home-slides.owl-theme .owl-nav [class*="owl-"] {

    color: #130947;

    margin: 0;

    position: absolute;

    left: 20px;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    padding: 0;

    background: #ffffff;

    border-radius: 0;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    width: 55px;

    height: 55px;

    line-height: 56px;

    text-align: center;

    font-size: 22px;

}



.home-slides.owl-theme .owl-nav [class*="owl-"].owl-next {

    left: auto;

    right: 20px;

}



.home-slides.owl-theme .owl-nav [class*="owl-"]:hover {

    color: #ffffff;

    background-color: #f70101;

}



.home-slides.owl-theme:hover .owl-nav {

    opacity: 1;

    visibility: visible;

}



/*================================================

Free Consultation Area CSS

=================================================*/

.free-consultation-area {

    position: relative;

    z-index: 1;

    margin-top: -125px;

}



.free-consultation-content {

    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);

    background-color: #ffffff;

    border-radius: 5px;

    padding: 50px;

}



.free-consultation-content .sub-title {

    display: block;

    text-transform: uppercase;

    color: #f70101;

    margin-bottom: 10px;

    font-weight: 700;

    font-size: 14px;

}



.free-consultation-content h2 {

    margin-bottom: 0;

    line-height: 1.3;

    font-size: 42px;

    font-weight: 400;

    font-family: "Anton", sans-serif;

}



.free-consultation-content form {

    margin-top: 40px;

    text-align: center;

}



.free-consultation-content form .row {

    margin-left: -10px;

    margin-right: -10px;

}



.free-consultation-content form .row .col-lg-6,

.free-consultation-content form .row .col-lg-12 {

    padding-left: 10px;

    padding-right: 10px;

}



.free-consultation-content form .form-group {

    margin-bottom: 20px;

    text-align: left;

    position: relative;

}



.free-consultation-content form .form-group label {

    z-index: 1;

    display: inline-block;

    margin-bottom: 0;

    position: absolute;

    left: 15px;

    top: 15px;

    color: #f70101;

    font-size: 20px;

    border-right: 1px solid #f70101;

    padding-right: 10px;

    line-height: 20px;

}



.free-consultation-content form .form-group .form-control {

    padding-left: 60px;

}



.free-consultation-content form .form-group .nice-select {

    background-color: #f4f4f4;

    height: 50px;

    line-height: 50px;

    text-transform: uppercase;

    border: none;

    color: #6d7a8c;

    padding-left: 60px;

    padding-top: 0;

    padding-right: 0;

    padding-bottom: 0;

    font-size: 13.5px;

    font-weight: 600;

}



.free-consultation-content form .form-group .nice-select .list {

    background-color: #ffffff;

    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);

    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);

    border-radius: 0;

    margin-top: 0;

    width: 100%;

    height: 260px;

    overflow-y: scroll;

    padding-top: 10px;

    padding-bottom: 10px;

}



.free-consultation-content form .form-group .nice-select .list .option {

    text-transform: capitalize;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    color: #130947;

    font-size: 15px;

    padding-left: 20px;

    padding-right: 20px;

}



.free-consultation-content form .form-group .nice-select .list .option:hover {

    background-color: #f70101 !important;

    color: #ffffff;

}



.free-consultation-content form .form-group .nice-select .list .option.selected {

    background-color: transparent;

}



.free-consultation-content form .form-group .nice-select::after {

    right: 15px;

    width: 8px;

    height: 8px;

    border-color: #130947;

}



.free-consultation-content form .btn {

    margin-top: 15px;

}



/*================================================

About Area CSS

=================================================*/

.about-image {

    position: relative;

    border-radius: 5px;

    padding-right: 20px;

}



.about-image image {

    border: 10px solid #ffffff;

    border-radius: 5px;

}



.about-image .text {

    position: absolute;

    right: 0;

    top: 60%;

    -webkit-transform: translateY(-60%);

    transform: translateY(-60%);

    border: 8px solid #ffffff;

    background-color: #f70101;

    color: #ffffff;

    width: 150px;

    border-radius: 50%;

    text-align: center;

    height: 150px;

}



.about-image .text p {

    color: #ffffff;

    line-height: initial;

    text-transform: uppercase;

    position: absolute;

    right: 0;

    left: 0;

    top: 45%;

    -webkit-transform: translateY(-45%);

    transform: translateY(-45%);

    font-size: 16px;

    font-weight: 700;

}



.about-image .text p span {

    display: inline-block;

    font-size: 30px;

}



.about-content .sub-title {

    display: block;

    text-transform: uppercase;

    color: #f70101;

    margin-bottom: 8px;

    position: relative;

    z-index: 1;

    font-weight: 700;

    font-size: 14px;

}



.about-content h2 {

    margin-bottom: 14px;

    line-height: 1.3;

    font-size: 42px;

    font-weight: 500;

    letter-spacing: -0.5px;

}



.about-content .features-list {

    padding-left: 0;

    list-style-type: none;

    display: -ms-flexbox;

    display: -webkit-box;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-top: 15px;

    margin-bottom: 0;

    margin-right: -10px;

    margin-left: -10px;

}



.about-content .features-list li {

    -ms-flex: 0 0 50%;

    -webkit-box-flex: 0;

    flex: 0 0 50%;

    max-width: 50%;

    padding-left: 10px;

    padding-right: 10px;

    padding-top: 10px;

}



.about-content .features-list li span {

    display: block;

    color: #6d7a8c;

    position: relative;

    padding-left: 25px;

}



.about-content .features-list li span i {

    color: #f70101;

    position: absolute;

    left: 0;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



/* .single-services-box {

    border-left: 1px solid #f70101;

    border-bottom: 1px solid #f70101;

} */

.about-content .signature {

    display: -ms-flexbox;

    display: -webkit-box;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-align: center !important;

    -ms-flex-align: center !important;

    align-items: center !important;

    margin-top: 40px;

    margin-right: -10px;

    margin-left: -10px;

}



.about-content .signature .image {

    margin-right: 20px;

}



.about-content .signature .content h5 {

    font-size: 18px;

    margin-bottom: 0;

}



.about-content .signature .content span {

    display: block;

    color: #6d7a8c;

    margin-top: 3px;

}



.about-twentytwenty-image {

    position: relative;

    padding-right: 20px;

}



.about-twentytwenty-image .text {

    position: absolute;

    right: 0;

    top: 60%;

    -webkit-transform: translateY(-60%);

    transform: translateY(-60%);

    border: 8px solid #ffffff;

    background-color: #f70101;

    color: #ffffff;

    width: 150px;

    border-radius: 50%;

    text-align: center;

    height: 150px;

}



.about-twentytwenty-image .text p {

    color: #ffffff;

    line-height: initial;

    text-transform: uppercase;

    position: absolute;

    right: 0;

    left: 0;

    top: 45%;

    -webkit-transform: translateY(-45%);

    transform: translateY(-45%);

    font-size: 16px;

    font-weight: 700;

}



.about-twentytwenty-image .text p span {

    display: inline-block;

    font-size: 30px;

}



.about-twentytwenty-image .twentytwenty-overlay {

    display: none;

}



/*================================================

FunFacts Area CSS

=================================================*/

.funfacts-content .sub-title {

    display: block;

    text-transform: uppercase;

    color: #ffffff;

    margin-bottom: 8px;

    position: relative;

    z-index: 1;

    font-weight: 700;

    font-size: 14px;

}



.funfacts-content h2 {

    margin-bottom: 0;

    color: #ffffff;

    line-height: 1.3;

    font-size: 42px;

    font-weight: 400;

}



.single-funfacts {

    text-align: center;

}



.single-funfacts h3 {

    color: #ffffff;

    margin-bottom: 0;

    position: relative;

    font-size: 42px;

    font-weight: 400;

}



.single-funfacts h3 .odometer.odometer-auto-theme,

.single-funfacts h3 .odometer.odometer-theme-default {

    font-family: "Anton", sans-serif;

}



.single-funfacts h3 sup {

    font-family: "Muli", sans-serif;

    right: -8px;

    top: -20px;

}



.single-funfacts p {

    margin-top: 5px;

    font-size: 16px;

    color: #ffffff;

    line-height: initial;

}



/*================================================

Services Area CSS

=================================================*/

.services-area .section-title {

    margin-left: 0;

    max-width: 100%;

}



.services-area .section-title p {

    margin-left: 0;

}



.services-title-content .sub-title {

    display: block;

    text-transform: uppercase;

    color: #f70101;

    margin-bottom: 8px;

    position: relative;

    z-index: 1;

    font-weight: 700;

    font-size: 14px;

}



.services-title-content h2 {

    margin-bottom: 14px;

    line-height: 1.3;

    font-size: 42px;

    font-weight: 400;

    font-family: "Anton", sans-serif;

}



.services-title-content .features-list {

    padding-left: 0;

    list-style-type: none;

    margin-top: 30px;

    margin-bottom: 0;

}



.services-title-content .features-list li {

    position: relative;

    margin-bottom: 20px;

    color: #130947;

    font-weight: 500;

    padding-left: 40px;

}



.services-title-content .features-list li i {

    display: inline-block;

    position: absolute;

    left: 0;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    width: 30px;

    height: 30px;

    line-height: 32px;

    border-radius: 50%;

    color: #f70101;

    text-align: center;

    font-size: 13px;

    background-color: #f8c8c8;

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.services-title-content .features-list li:last-child {

    margin-bottom: 0;

}



.services-title-content .features-list li:hover i {

    background-color: #f70101;

    color: #ffffff;

}



.services-title-content .btn {

    margin-top: 25px;

}

.services-title-content span{ font-size: 16.5px; color:#000; font-family: "Muli", sans-serif;}
.services-title-content p{color: #000;
  line-height: 1.8;
  margin-bottom: 12px;
  font-size: 16.5px;}

.services-title-content h4{font-family: "Fira Sans", sans-serif;color: #130947;font-size: 1.5rem; margin-top:20px;}
  
  
  
  
.single-services-box {

    background-color: #fafafa;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    padding: 30px;

    height: 100%; margin: 0 10px; border-radius: 30px; margin-top: 100px; -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);

}

.single-services-box .icon{ display:block; text-align:center; padding-bottom:15px; margin-top: -100px;}
.single-services-box .icon img{ margin: 0 auto;
  position: relative;
  width: 213px !important;
  height: 180px;
  border-radius: 50%;
  border: 8px solid #1c6fad;
  z-index: 1;
  transition: all 500ms ease;}



.single-services-box h3 {

    position: relative;

    padding-left: 0px;

    line-height: 1.4;

    font-size: 20px;

    font-weight: 700;

    font-family: "Muli", sans-serif; text-align: center;

}



.single-services-box h3 img {

    color: #f70101;

    display: inline-block;

    position: absolute;

    left: 0;

    font-size: 45px;

    top: 3px;

    z-index: 1;

}



.single-services-box h3 img::after {

    position: absolute;

    left: -10px;

    top: -3px;

    z-index: -1;

    background-color: #f8c8c8;

    width: 55px;

    height: 55px;

    content: "";

    border-radius: 50%;

}



.single-services-box h3 img.color-043d72 {

    color: #043d72;

}



.single-services-box h3 i.color-043d72::after {

    background-color: #d4d6de;

}



.single-services-box p {

    margin-top: 15px;

    text-overflow: ellipsis;

    overflow: hidden;

    display: -webkit-box;

    -webkit-line-clamp: 4;

    -webkit-box-orient: vertical; text-align: center;

}



.single-services-box .read-more-btn {

    display: inline-block;

    margin-top: 6px;

    color: #130947;

    text-transform: uppercase;

    font-weight: 700;

    font-size: 14px;

}



.single-services-box .read-more-btn:hover {

    color: #f70101;

}



.single-services-box:hover {

    background-color: #ffffff;

    border-color: #ffffff !important;

    -webkit-transform: scale(1.05);

    transform: scale(1.05);

    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);

    position: relative;

    z-index: 1;

}



.row .col-lg-6:nth-child(1) .single-services-box {

    border-right: 1px solid #f70101;

    border-bottom: 1px solid #f70101;

}



.row .col-lg-6:nth-child(2) .single-services-box {

    border-bottom: 1px solid #f70101;

}



.row .col-lg-6:nth-child(3) .single-services-box {

    border-right: 1px solid #f70101;

}



.row .col-lg-4:nth-child(1) .single-services-box,

.row .col-lg-3:nth-child(1) .single-services-box {

    border-right: 1px solid #f70101;

    border-bottom: 1px solid #f70101;

}



.row .col-lg-4:nth-child(2) .single-services-box,

.row .col-lg-3:nth-child(2) .single-services-box {

    border-bottom: 1px solid #f70101;

}



.row .col-lg-4:nth-child(3) .single-services-box,

.row .col-lg-3:nth-child(3) .single-services-box,

.row .col-lg-3:nth-child(4) .single-services-box {

    border-left: 1px solid #f70101;

    border-bottom: 1px solid #f70101;

}



.row .col-lg-4:nth-child(4) .single-services-box,

.row .col-lg-4:nth-child(5) .single-services-box,

.row .col-lg-4:nth-child(7) .single-services-box,

.row .col-lg-4:nth-child(8) .single-services-box {

    border-right: 1px solid #f70101;

}

.row .col-lg-3:nth-child(5) .single-services-box,

.row .col-lg-3:nth-child(6) .single-services-box,

.row .col-lg-3:nth-child(7) .single-services-box,

.row .col-lg-3:nth-child(9) .single-services-box,

.row .col-lg-3:nth-child(10) .single-services-box,

.row .col-lg-3:nth-child(11) .single-services-box,

.row .col-lg-3:nth-child(13) .single-services-box {

    border-right: 1px solid #f70101;

    border-bottom: 1px solid #f70101;

}

.row .col-lg-3:nth-child(8) .single-services-box,

.row .col-lg-3:nth-child(12) .single-services-box,

.row .col-lg-3:nth-child(14) .single-services-box {

    border-bottom: 1px solid #f70101;

}

.row .col-lg-4:nth-child(7) .single-services-box {

    border-top: 1px solid #f70101;

}



.row .col-lg-4:nth-child(8) .single-services-box {

    border-top: 1px solid #f70101;

}



.row .col-lg-4:nth-child(9) .single-services-box {

    border-top: 1px solid #f70101;

}



.featured-services-area {

    margin-top: -60px;

    position: relative;

    z-index: 1;

}



.featured-services-area .row {

    margin-left: 0;

    margin-right: 0;

}



.featured-services-area .row .col-lg-3 {

    padding-left: 0;

    padding-right: 0;

}



.featured-services-area .row .col-lg-3:nth-child(2) .featured-services-box {

    border-left: none;

}



.featured-services-area .row .col-lg-3:nth-child(3) .featured-services-box {

    border-left: none;

}



.featured-services-area .row .col-lg-3:nth-child(4) .featured-services-box {

    border-left: none;

}



.featured-services-area::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 50%;

    z-index: -1;

    height: 100%;

    /* background-color: #043d72;*/

}



.featured-services-box {

    background-color: #ccc;

    position: relative;

    overflow: hidden;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    z-index: 1;

    border-left: 1px solid #094780;

    border-right: 1px solid #094780;

    padding-top: 40px;

    padding-bottom: 40px;

    padding-left: 23px;

    padding-right: 23px;

    height: 310px !important;

    overflow:visible; margin-top:50px; margin-left: 10px;

}



.featured-services-box .icon {

    -webkit-transition: 0.5s;

    transition: 0.5s;

    width: 70px;

    height: 70px;

    border-radius: 20px;

    text-align: center;

    line-height: 30px;

    color: #fff;

    background-color: #33c1ed;

    font-size: 25px;

    margin-bottom: 22px;

    padding: 5px; position: absolute;
  top: -10%;

}



.featured-services-box .icon img {

    object-fit: cover;

    height: 100%;

    width: 100%;

}


.featured-services-box:hover .icon img{filter: brightness(1000);
  -webkit-filter: brightness(999999999999);}



.featured-services-box h3 {

    color: #000;

    text-transform: uppercase;

    font-size: 20px;

    font-weight: 600;

}



.featured-services-box p {

    color: #000;

    margin-top: 8px;

    font-size: 15px;

    line-height: 1.6;

}



.featured-services-box .shape {

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    z-index: -1;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    opacity: 0;

    visibility: hidden;

}



.featured-services-box:hover {

    -webkit-transform: scale(1.1);

    transform: scale(1.1);

}



.featured-services-box:hover .icon {

    /* background-color: #f70101; */

    color: #ffffff;

}



.featured-services-box:hover .shape {

    opacity: 1;

    visibility: visible;

}



/*================================================

Services Details Area CSS

=================================================*/

.services-details-header {

    margin-bottom: 30px;

}



.services-details-header h3 {

    margin-bottom: 12px;

    font-size: 25px;

    font-weight: 400;

}



.services-details-image-slides {

    margin-bottom: 35px;

}



.services-details-image-slides.owl-theme .owl-nav {

    opacity: 0;

    visibility: hidden;

    margin-top: 0;

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.services-details-image-slides.owl-theme .owl-nav [class*="owl-"] {

    position: absolute;

    left: 25px;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    margin: 0;

    padding: 0;

    background-color: transparent;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    color: #ffffff;

    font-size: 35px;

}



.services-details-image-slides.owl-theme .owl-nav [class*="owl-"].owl-next {

    left: auto;

    right: 25px;

}





.services-details-image-slides.owl-theme .owl-nav [class*="owl-"]:hover {

    color: #f70101;

    background-color: transparent;

}



.services-details-image-slides.owl-theme .owl-dots {

    line-height: 0.01;

    position: absolute;

    left: 0;

    right: 0;

    bottom: 25px;

    margin-top: 0;

}



.services-details-image-slides.owl-theme .owl-dots .owl-dot span {

    width: 15px;

    height: 2px;

    margin: 0 3px;

    background-color: #130947;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    border-radius: 0;

}



.services-details-image-slides.owl-theme .owl-dots .owl-dot:hover span {

    background-color: #f70101;

}



.services-details-image-slides.owl-theme .owl-dots .owl-dot.active span {

    background-color: #f70101;

    width: 25px;

}



.services-details-image-slides.owl-theme:hover .owl-nav {

    opacity: 1;

    visibility: visible;

}



.services-details-info {

    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);

    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);

    background-color: #ffffff;

    padding: 30px;

    margin-bottom: 35px;

}



.services-details-info h4 {

    margin-bottom: 0;

    font-size: 20px;

    font-weight: 400;

}



.services-details-info ul {

    display: -ms-flexbox;

    display: -webkit-box;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    padding-left: 0;

    list-style-type: none;

    margin-top: 12px;

    margin-bottom: 0;

    margin-left: -15px;

    margin-right: -15px;

}



.services-details-info ul li {

    -ms-flex: 0 0 33.333333%;

    -webkit-box-flex: 0;

    flex: 0 0 33.333333%;

    max-width: 33.333333%;

    color: #6d7a8c;

    font-weight: 500;

    padding-left: 15px;

    padding-right: 15px;

    padding-top: 8px;

}



.services-details-info ul li span {

    display: inline-block;

    color: #f70101;

    font-weight: 600;

    margin-right: 1px;

}



.services-details-info ul li a {

    display: inline-block;

    color: #6d7a8c;

    margin-right: 6px;

}



.services-details-info ul li a:last-child {

    margin-right: 0;

}



.services-details-info ul li a:hover {

    color: #f70101;

}



.services-details-desc h3 {

    margin-bottom: 12px;

    font-size: 25px;

    font-weight: 400;

}



.features-list {

    padding-left: 0;

    list-style-type: none;

    margin-top: 25px;

    margin-bottom: 0;

}



.features-list li {

    position: relative;

    color: #6d7a8c;

    font-size: 16px;

    margin-bottom: 15px;

    padding-left: 25px;

    line-height: 1.5;

}



.features-list li i {

    color: #f70101;

    position: absolute;

    left: 0;

    top: 8px;

}



.features-list li:last-child {

    margin-bottom: 0;

}



.services-details-desc .services-details-pricing {

    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);

    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);

    background-color: #ffffff;

    padding: 30px;

    margin-top: 30px;

    margin-bottom: 35px;

}



.services-details-desc .services-details-pricing .pricing-content h4 {

    margin-bottom: 0;

    font-size: 20px;

    font-weight: 400;

}



.services-details-desc .services-details-pricing .pricing-content ul {

    padding-left: 0;

    list-style-type: none;

    margin-top: 20px;

    margin-bottom: 0;

}



.services-details-desc .services-details-pricing .pricing-content ul li {

    position: relative;

    z-index: 1;

    overflow: hidden;

    margin-bottom: 10px;

    background-color: #fafafa;

    padding: 7px 10px;

    color: #130947;

    font-size: 15px;

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.services-details-desc .services-details-pricing .pricing-content ul li span {

    float: right;

    color: #f70101;

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.services-details-desc .services-details-pricing .pricing-content ul li::before {

    width: 0;

    height: 100%;

    content: "";

    position: absolute;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    left: 0;

    top: 0;

    z-index: -1;

    background-color: #f70101;

}



.services-details-desc .services-details-pricing .pricing-content ul li:last-child {

    margin-bottom: 0;

}



.services-details-desc .services-details-pricing .pricing-content ul li:hover {

    color: #ffffff;

}



.services-details-desc .services-details-pricing .pricing-content ul li:hover span {

    color: #ffffff;

}



.services-details-desc .services-details-pricing .pricing-content ul li:hover::before {

    width: 100%;

}



.services-details-desc .services-details-pricing .pricing-image image {

    width: 100%;

}



.services-details-desc .services-details-footer-image {

    margin-top: 20px;

}



.services-details-desc .services-details-footer-features {

    margin-top: 20px;

}



.services-details-desc .services-details-footer-features ul {

    padding-left: 0;

    margin-bottom: 0;

    list-style-type: none;

}



.services-details-desc .services-details-footer-features ul li {

    color: #6d7a8c;

    margin-bottom: 13px;

    position: relative;

    padding-left: 29px;

}



.services-details-desc .services-details-footer-features ul li i {

    width: 20px;

    height: 20px;

    border-radius: 50%;

    background-color: #f70101;

    color: #ffffff;

    line-height: 20px;

    font-size: 10px;

    text-align: center;

    display: inline-block;

    position: absolute;

    left: 0;

    top: 2.5px;

}



.services-details-desc .services-details-footer-features ul li:last-child {

    margin-bottom: 0;

}



.klev-post-navigation {

    overflow: hidden;

    margin-top: 35px;

    padding-top: 25px;

    padding-bottom: 25px;

    border-top: 1px solid #eeeeee;

    border-bottom: 1px solid #eeeeee;

}



.prev-link-wrapper {

    float: left;

}



.prev-link-wrapper a {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.prev-link-wrapper a:hover .image-prev::after {

    opacity: 1;

    visibility: visible;

}



.prev-link-wrapper a:hover .image-prev .post-nav-title {

    opacity: 1;

    visibility: visible;

}



.prev-link-wrapper .image-prev {

    display: inline-block;

    min-width: 100px;

    min-height: 100px;

    border-radius: 5px;

    overflow: hidden;

    vertical-align: top;

    margin-right: 20px;

    position: relative;

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.prev-link-wrapper .image-prev image {

    border-radius: 5px;

    width: 100px;

    height: 100px;

}



.prev-link-wrapper .image-prev::after {

    display: block;

    content: "";

    height: 100%;

    width: 100%;

    position: absolute;

    top: 0;

    left: 0;

    border-radius: 5px;

    opacity: 0;

    background-color: #f70101;

    visibility: hidden;

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.prev-link-wrapper .image-prev .post-nav-title {

    position: absolute;

    left: 0;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    right: 0;

    margin: 0 auto;

    text-align: center;

    text-transform: uppercase;

    z-index: 2;

    color: #ffffff;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    font-size: 16px;

    font-weight: 700;

}



.prev-link-wrapper .prev-link-info-wrapper {

    color: #130947;

}



.prev-link-wrapper .prev-title {

    max-width: 210px;

    display: inline-block;

    font-weight: 800;

    font-size: 17px;

}



.prev-link-wrapper .meta-wrapper {

    display: block;

    color: #6d7a8c;

    text-transform: capitalize;

    margin-top: 5px;

    font-weight: 500;

    font-size: 14px;

}



.next-link-wrapper {

    float: right;

    text-align: right;

}



.next-link-wrapper a {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.next-link-wrapper a:hover .image-next::after {

    opacity: 1;

    visibility: visible;

}



.next-link-wrapper a:hover .image-next .post-nav-title {

    opacity: 1;

    visibility: visible;

}



.next-link-wrapper .image-next {

    display: inline-block;

    min-width: 100px;

    min-height: 100px;

    border-radius: 5px;

    overflow: hidden;

    vertical-align: top;

    margin-left: 20px;

    position: relative;

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.next-link-wrapper .image-next image {

    border-radius: 5px;

    width: 100px;

    height: 100px;

}



.next-link-wrapper .image-next::after {

    display: block;

    content: "";

    height: 100%;

    width: 100%;

    position: absolute;

    top: 0;

    left: 0;

    border-radius: 5px;

    opacity: 0;

    background-color: #f70101;

    visibility: hidden;

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.next-link-wrapper .image-next .post-nav-title {

    position: absolute;

    left: 0;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    right: 0;

    margin: 0 auto;

    text-align: center;

    text-transform: uppercase;

    z-index: 2;

    color: #ffffff;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    font-size: 16px;

    font-weight: 700;

}



.next-link-wrapper .next-link-info-wrapper {

    color: #130947;

}



.next-link-wrapper .next-title {

    max-width: 210px;

    display: inline-block;

    font-weight: 800;

    font-size: 17px;

}



.next-link-wrapper .meta-wrapper {

    display: block;

    color: #6d7a8c;

    text-transform: capitalize;

    margin-top: 5px;

    font-weight: 500;

    font-size: 14px;

}



/*/////banner///*/

.banner {

    padding: 120px 0px 120px 0px;

    height: 600px;

}

.banner img {

    height: 100%;

    width: 100%;

    object-fit: auto;

}



@media screen and (min-width: 1620px) and (max-width: 3072px) {

    .banner {

        padding: 200px 0px 200px 0px;

        height: 890px;

    }

    .banner img {

        height: 100%;

        width: 100%;

        object-fit: auto;

    }

}



@media screen and (max-width: 768px) {

    .header-contact-info {

        text-align: center !important;

    }

    .banner {

        /* background: url("../image/homepage/banner-01.jpg") no-repeat center/cover; */

        padding: 120px 0px 120px 0px;

        height: 350px;

        /* line-height: 120%; */

        /* align-items: ; */

    }

    .banner img {

        height: 100%;

        width: 100%;

        object-fit: auto;

    }

}

@media screen and (max-width: 540px) {

    .banner {

        /* background: url("../image/homepage/banner-01.jpg") no-repeat center/cover; */

        padding: 80px 0px 80px 0px;

        height: 200px;

        /* line-height: 120%; */

        /* align-items: ; */

    }

    .banner img {

        height: 100%;

        width: 100%;

        object-fit: auto;

    }

    .home-banner2 .carousel-item h1 strong {

        font-size: 24px !important;

        line-height: 31px !important;

        font-family: "Oswald", sans-serif;

    }



    .home-banner2 .carousel-item .tagline {

        display: none;

    }

}

/*================================================

Why Choose Us Area CSS

=================================================*/

.why-choose-us-area {

    overflow: hidden;

    position: relative;

}



.why-choose-us-area .container-fluid {

    padding-left: 0;

    padding-right: 0;

}



.why-choose-us-area .container-fluid .row {

    margin-left: 0;

    margin-right: 0;

}



.why-choose-us-area .container-fluid .row .col-lg-6 {

    padding-left: 0;

    padding-right: 0;

}



.why-choose-us-content {

    background-color: #043d72;

    background-image: url(../image/bg-black.jpg);

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

    padding-top: 100px;

    padding-bottom: 100px;

    padding-left: 30px;

    padding-right: 30px;

}



.why-choose-us-content .content {

    max-width: 630px;

    margin-left: auto;

    padding-right: 20px;

}



.why-choose-us-content .sub-title {

    display: block;

    text-transform: uppercase;

    color: #ffffff;

    margin-bottom: 10px;

    position: relative;

    z-index: 1;

    font-weight: 700;

    font-size: 14px;

}



.why-choose-us-content h2 {

    margin-bottom: 14px;

    color: #ffffff;

    line-height: 1.3;

    font-size: 42px;

    font-weight: 400;

}



.why-choose-us-content p {

    color: #ffffff;

}



.why-choose-us-content .features-list {

    padding-left: 0;

    list-style-type: none;

    display: -ms-flexbox;

    display: -webkit-box;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-top: -5px;

    margin-bottom: 0;

    margin-right: -15px;

    margin-left: -15px;

}



.why-choose-us-content .features-list li {

    -ms-flex: 0 0 50%;

    -webkit-box-flex: 0;

    flex: 0 0 50%;

    max-width: 50%;

    padding-left: 15px;

    padding-right: 15px;

    padding-top: 30px;

}



.why-choose-us-content .features-list li div {

    color: #ffffff;

    position: relative;

}



.why-choose-us-content .features-list li div i {

    display: inline-block;

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    background-color: #ffffff;

    border-radius: 50%;

    color: #f70101;

    font-size: 25px;

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.why-choose-us-content .features-list li div span {

    text-transform: uppercase;

    display: block;

    margin-top: 16px;

    margin-bottom: 7px;

    font-size: 17px;

    font-weight: 800;

}



.why-choose-us-content .features-list li div:hover i {

    background-color: #f70101;

    color: #ffffff;

}



.why-choose-us-content.bg-white {

    padding-top: 0;

    background-color: #ffffff;

    background-image: unset !important;

}



.why-choose-us-content.bg-white .content {

    max-width: 610px;

}



.why-choose-us-content.bg-white .sub-title {

    color: #f70101;

}



.why-choose-us-content.bg-white h2 {

    color: #130947;

}



.why-choose-us-content.bg-white p {

    color: #6d7a8c;

}



.why-choose-us-content.bg-white .features-list li div {

    color: #6d7a8c;

}



.why-choose-us-content.bg-white .features-list li div i {

    background-color: #f70101;

    color: #ffffff;

}



.why-choose-us-content.bg-white .features-list li div span {

    color: #130947;

}



.why-choose-us-content.bg-white .features-list li div:hover i {

    background-color: #130947;

    color: #ffffff;

}



.why-choose-us-image {

    width: 100%;

    height: 100%;

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

}



.why-choose-us-image.bg1 {

    background-image: url(../image/why-choose-image1.jpg);

}



.why-choose-us-image.bg2 {

    background-image: url(../image/why-choose-image2.jpg);

}



.why-choose-us-image.bg3 {

    background-image: url(../image/why-choose-image3.jpg);

}



.why-choose-us-image image {

    width: auto !important;

    display: none !important;

}



.why-choose-us-slides {

    height: 100%;

}



.why-choose-us-slides .owl-stage-outer {

    width: 100%;

    height: 100%;

}



.why-choose-us-slides .owl-stage-outer .owl-stage {

    height: 100%;

}



.why-choose-us-slides .owl-stage-outer .owl-stage .owl-item {

    height: 100%;

}



.why-choose-us-slides.owl-theme .owl-nav {

    opacity: 0;

    visibility: hidden;

    margin-top: 0;

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.why-choose-us-slides.owl-theme .owl-nav [class*="owl-"] {

    position: absolute;

    left: 25px;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    margin: 0;

    padding: 0;

    background-color: transparent;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    color: #ffffff;

    font-size: 35px;

}



.why-choose-us-slides.owl-theme .owl-nav [class*="owl-"].owl-next {

    left: auto;

    right: 25px;

}



.why-choose-us-slides.owl-theme .owl-nav [class*="owl-"]:hover {

    color: #f70101;

    background-color: transparent;

}



.why-choose-us-slides.owl-theme .owl-dots {

    line-height: 0.01;

    position: absolute;

    left: 0;

    right: 0;

    bottom: 25px;

    margin-top: 0;

}



.why-choose-us-slides.owl-theme .owl-dots .owl-dot span {

    width: 15px;

    height: 2px;

    margin: 0 3px;

    background-color: #130947;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    border-radius: 0;

}



.why-choose-us-slides.owl-theme .owl-dots .owl-dot:hover span {

    background-color: #f70101;

}



.why-choose-us-slides.owl-theme .owl-dots .owl-dot.active span {

    background-color: #f70101;

    width: 25px;

}



.why-choose-us-slides.owl-theme:hover .owl-nav {

    opacity: 1;

    visibility: visible;

}



.divider {

    position: absolute;

    z-index: 1;

    top: 0;

    height: 100%;

    width: 5vw;

    max-width: 72px;

    left: -1px;

    pointer-events: none;

    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,99 50,99 C66.6666667,99 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff' fill-rule='evenodd' transform='translate(50.000000, 50.000000) rotate(-90.000000) translate(-50.000000, -50.000000)' /%3e%3c/svg%3e");

    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,99 50,99 C66.6666667,99 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff' fill-rule='evenodd' transform='translate(50.000000, 50.000000) rotate(-90.000000) translate(-50.000000, -50.000000)' /%3e%3c/svg%3e");

    -webkit-mask-size: 100% 101%;

    mask-size: 100% 101%;

    background-color: #043d72;

    -webkit-transform: scaleX(-1);

    transform: scaleX(-1);

    z-index: 2;

}



.divider.bg-white {

    background-color: #ffffff;

}



/*================================================

Doctor Area CSS

=================================================*/

.doctor-area {

    background-color: #ffffff;

    background-image: url(../image/bg-white.jpg);

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

}



.doctor-area.bg-image {

    background-color: #fff;

    /*background-image: url(../image/feedback-bg.jpg);*/

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

}



.doctor-area.bg-image .section-title .sub-title {

    color: #ffffff;

}



.doctor-area.bg-image .section-title h2 {

    color: #130947;

}



.doctor-area.extra-pb {

    padding-bottom: 225px;

}



.doctor-area .section-title {

    max-width: 100%;

}



.single-doctor-box {

    margin-bottom: 30px;

    text-align: center;

    background-color: #ffffff;

    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);

    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);

}



.single-doctor-box .image {

    border-radius: 0 0 0 50px;

}



.single-doctor-box .image image {

    border-radius: 0 0 0 50px;

}



.single-doctor-box .content {

    padding: 25px;

}



.single-doctor-box .content h3 {

    margin-bottom: 0;

    font-size: 19px;

    font-weight: 400;

}



.single-doctor-box .content span {

    display: block;

    margin-top: 7px;

    color: #f70101;

}



.single-doctor-box .content .social {

    padding-left: 0;

    list-style-type: none;

    margin-bottom: 0;

    margin-top: 15px;

}



.single-doctor-box .content .social li {

    display: inline-block;

    margin-left: 5px;

    margin-right: 5px;

}



.single-doctor-box .content .social li a {

    color: #bebaba;

    font-size: 17px;

    display: inline-block;

}



.single-doctor-box .content .social li a:hover {

    color: #f70101;

}



.doctor-slides.owl-theme .owl-nav.disabled+.owl-dots {

    line-height: 0.01;

    margin-top: 20px;

    margin-bottom: 30px;

}



.doctor-slides.owl-theme .owl-dots .owl-dot span {

    width: 12px;

    height: 12px;

    margin: 0 4px;

    background: #fbb7c9;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    border-radius: 50%;

}



.doctor-slides.owl-theme .owl-dots .owl-dot.active span,

.doctor-slides.owl-theme .owl-dots .owl-dot:hover span {

    background-color: #f70101;

}



/*================================================

CTA Area CSS

=================================================*/

.cta-area {

    position: relative;

    z-index: 0;



    /*background-image: url(../image/cta-bg.jpg);*/

    background-image: url(../image/homepage/emergency.jpg);

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

}



.cta-area::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

    background-image: url(../image/homepage/bg-overlay.png);

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

}



.cta-content {

    max-width: 415px;

}



.cta-content .icon {

    font-size: 50px;

    color: #ffffff;

    margin-bottom: 8px;

}



.cta-content h2 {

    color: #ffffff;

    line-height: 1.3;

    font-size: 42px;

    font-weight: 400;

    font-family: "Anton", sans-serif;

}



.cta-content p {

    color: #ffffff;

    margin-top: 12px;

}



.cta-content .call-us {

    display: inline-block;

    color: #ffffff;

    margin-top: 10px;

    font-size: 35px;

    font-weight: 400;

    font-family: "Anton", sans-serif;

}



.cta-content .call-us:hover {

    color: #f70101;

}



/*================================================

Pricing Area CSS

=================================================*/

.single-pricing-box {

    margin-bottom: 30px;

    background-color: #ffffff;

    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);

    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);

    border-radius: 5px;

    padding-bottom: 40px;

}



.single-pricing-box .pricing-header {

    background-color: #130947;

    border-radius: 5px 5px 0 0;

    position: relative;

    text-align: center;

    z-index: 1;

    overflow: hidden;

    padding-top: 70px;

    padding-bottom: 80px;

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

}



.single-pricing-box .pricing-header.bg1 {

    background-image: url(../image/why-choose-image1.jpg);

}



.single-pricing-box .pricing-header.bg2 {

    background-image: url(../image/why-choose-image2.jpg);

}



.single-pricing-box .pricing-header.bg3 {

    background-image: url(../image/why-choose-image3.jpg);

}



.single-pricing-box .pricing-header::before {

    content: "";

    position: absolute;

    left: 0;

    z-index: -1;

    top: 0;

    width: 100%;

    height: 100%;

    border-radius: 5px;

    background-color: #130947;

    opacity: 0.65;

}



.single-pricing-box .pricing-header h3 {

    margin-bottom: 0;

    color: #ffffff;

    position: relative;

    z-index: 1;

    text-transform: uppercase;

    font-weight: 400;

    font-size: 25px;

}



.single-pricing-box .pricing-header::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    height: 145px;

    width: 100%;

    background-image: url(../image/pricing-shape.png);

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

}



.single-pricing-box .price {

    color: #130947;

    margin-top: 20px;

    padding-left: 50px;

    padding-right: 50px;

    font-size: 42px;

    font-weight: 800;

}



.single-pricing-box .price sub {

    text-transform: lowercase;

    bottom: 2px;

    font-weight: 400;

    font-size: 18px;

}



.single-pricing-box .book-now-btn {

    margin-top: 20px;

    padding-left: 50px;

    padding-right: 50px;

}



.single-pricing-box .pricing-features-list {

    list-style-type: none;

    text-align: left;

    margin-bottom: 0;

    margin-top: 40px;

    padding-left: 50px;

    padding-right: 50px;

}



.single-pricing-box .pricing-features-list li {

    color: #6d7a8c;

    margin-bottom: 13px;

    font-size: 16px;

    font-weight: 400;

}



.single-pricing-box .pricing-features-list li i {

    color: #f70101;

    margin-right: 4px;

}



.single-pricing-box .pricing-features-list li:last-child {

    margin-bottom: 0;

}



/*================================================

Feedback Area CSS

=================================================*/

.feedback-area {

    background-color: #043d72;

    background-image: url(../image/feedback-bg.jpg);

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

}



.feedback-area .section-title .sub-title {

    color: #ffffff;

}



.feedback-area .section-title h2 {

    color: #ffffff;

}



.single-feedback-item {

    text-align: center;

    position: relative;

    margin-bottom: 30px;

    padding-top: 90px;

}



.single-feedback-item::before {

    content: "\f114";

    width: 65px;

    height: 65px;

    line-height: 65px;

    position: absolute;

    left: 0;

    right: 0;

    margin: 0 auto;

    top: 0;

    border-radius: 50%;

    color: #ffffff;

    background-color: #f70101;

    font-family: Flaticon;

    font-style: normal;

    font-size: 30px;

}



.single-feedback-item p {

    color: #dddddd;

    margin-bottom: 0;

    font-size: 20px;

    font-style: italic;

}



.single-feedback-item .client-info {

    margin-top: 30px;

}



.single-feedback-item .client-info h4 {

    text-transform: uppercase;

    color: #ffffff;

    display: block;

    margin-top: 0;

    font-size: 17px;

    font-weight: 800;

    font-family: "Muli", sans-serif;

}



.single-feedback-item .client-info span {

    color: #ffffff;

    display: block;

    margin-top: 5px;

}



.feedback-slides.owl-theme {

    max-width: 720px;

    margin-left: auto;

    margin-right: auto;

}



.feedback-slides.owl-theme .owl-nav.disabled+.owl-dots {

    margin-top: 0;

    line-height: 0.01;

}



.feedback-slides.owl-theme .owl-dots .owl-dot span {

    width: 12px;

    height: 12px;

    margin: 0 4px;

    background: #ffffff;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    border-radius: 50%;

}



.feedback-slides.owl-theme .owl-dots .owl-dot.active span,

.feedback-slides.owl-theme .owl-dots .owl-dot:hover span {

    background-color: #f70101;

}



.testimonial-slides {

    position: relative;

}



.testimonial-slides .client-feedback {

    position: relative;

}



.testimonial-slides .client-feedback .single-feedback {

    text-align: center;

    position: relative;

    margin-bottom: 35px;

    padding-top: 75px;

}



.testimonial-slides .client-feedback .single-feedback p {

    position: relative;

    max-width: 750px;

    line-height: 1.5;

    margin-bottom: 0;

    margin-left: auto;

    margin-right: auto;

    font-size: 25px;

    font-weight: normal;

    font-style: italic;

}



.testimonial-slides .client-feedback .single-feedback::before {

    position: absolute;

    left: 0;

    right: 0;

    content: "\f114";

    top: 0;

    color: #f70101;

    display: inline-block;

    margin-top: -27px;

    margin-left: auto;

    margin-right: auto;

    font-size: 70px;

    font-family: Flaticon;

    font-style: normal;

}



.testimonial-slides .client-thumbnails {

    position: relative;

    max-width: 450px;

    z-index: 1;

    margin-left: auto;

    margin-right: auto;

}



.testimonial-slides .client-thumbnails .item .image-fill {

    cursor: pointer;

    position: relative;

    text-align: center;

}



.testimonial-slides .client-thumbnails .item .image-fill image {

    opacity: 0.7;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    display: inline-block;

    position: relative;

    border-radius: 50%;

    width: 85px;

    -webkit-transform: scale(0.9);

    transform: scale(0.9);

}



.testimonial-slides .client-thumbnails .item .title {

    opacity: 0;

    visibility: hidden;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    margin: 20px -100px 0;

    text-align: center;

}



.testimonial-slides .client-thumbnails .item .title h3 {

    margin-bottom: 0;

    text-transform: uppercase;

    font-size: 18px;

    font-weight: 800;

    font-family: "Muli", sans-serif;

}



.testimonial-slides .client-thumbnails .item .title span {

    display: block;

    color: #f70101;

    font-size: 14px;

    margin-top: 8px;

}



.testimonial-slides .client-thumbnails .item.slick-center .title {

    opacity: 1;

    visibility: visible;

}



.testimonial-slides .client-thumbnails .item.slick-center .image-fill image {

    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);

}



.testimonial-slides .next-arrow,

.testimonial-slides .prev-arrow {

    position: absolute;

    cursor: pointer;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    background: transparent;

    border: none;

    color: #bcbcbc;

    z-index: 1;

    border-radius: 50%;

    outline: 0 !important;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    opacity: 0;

    font-size: 25px;

    visibility: hidden;

}



.testimonial-slides .next-arrow:hover,

.testimonial-slides .prev-arrow:hover {

    color: #f70101;

}



.testimonial-slides .next-arrow {

    right: -20px;

}



.testimonial-slides .prev-arrow {

    left: -20px;

}



.testimonial-slides:hover .next-arrow,

.testimonial-slides:hover .prev-arrow {

    opacity: 1;

    visibility: visible;

}



.testimonial-slides .slick-list {

    padding-left: 0 !important;

    padding-right: 0 !important;

}



/*================================================

Partner Area CSS

=================================================*/

.partner-area {

    border-bottom: 1px solid #eeeeee;

    padding-top: 60px;

    padding-bottom: 60px;

}



.single-partner-item {

    text-align: center;

}



.single-partner-item a {

    display: block;

}



.single-partner-item a image {

    width: auto !important;

    display: inline-block !important;

}



/*================================================

Blog Area CSS

=================================================*/

.blog-area .section-title {

    max-width: 100%;

}



.blog-area .section-title p {

    max-width: 100%;

}



.single-blog-post {

    margin-bottom: 30px;

    background-color: #ffffff;

    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);

    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);

}



.single-blog-post .post-image {

    position: relative;

    overflow: hidden;

}



.single-blog-post .post-image a {

    display: block;

}



.single-blog-post .post-image a image {

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.single-blog-post .post-image .date {

    position: absolute;

    left: 0;

    bottom: 0;

    background-color: #ffffff;

    border-radius: 0 5px 0 0;

    padding: 10px 25px 0;

    z-index: 1;

    font-size: 14px;

    font-weight: 300;

}



.single-blog-post .post-image .date i {

    color: #f70101;

    margin-right: 2px;

}



.single-blog-post .post-content {

    padding: 25px;

}



.single-blog-post .post-content h3 {

    margin-bottom: 12px;

    line-height: 1.4;

    font-size: 20px;

    font-weight: 700;

    font-family: "Muli", sans-serif;

}



.single-blog-post .post-content h3 a {

    display: inline-block;

}



.single-blog-post .post-content p {

    margin-bottom: 0;

}



.single-blog-post .post-content .read-more-btn {

    display: inline-block;

    margin-top: 20px;

    color: #130947;

    text-transform: uppercase;

    font-weight: 700;

    font-size: 13.5px;

}



.single-blog-post .post-content .read-more-btn:hover {

    color: #f70101;

}



.single-blog-post:hover .post-image a image {

    -webkit-transform: scale(1.3) rotate(4deg);

    transform: scale(1.3) rotate(4deg);

}



.blog-notes {

    margin-top: 10px;

    text-align: center;

}



.blog-notes p {

    line-height: initial;

}



.blog-notes p a {

    display: inline-block;

    color: #f70101;

}



.blog-notes p a:hover {

    color: #130947;

}



/*================================================

Blog Details Area CSS

=================================================*/

.blog-details-desc .article-content {

    margin-top: 30px;

}



.blog-details-desc .article-content .entry-meta {

    margin-bottom: -8px;

}



.blog-details-desc .article-content .entry-meta ul {

    padding-left: 0;

    margin-bottom: 0;

    list-style-type: none;

}



.blog-details-desc .article-content .entry-meta ul li {

    position: relative;

    display: inline-block;

    color: #130947;

    margin-right: 20px;

}



.blog-details-desc .article-content .entry-meta ul li a {

    display: inline-block;

    color: #6d7a8c;

}



.blog-details-desc .article-content .entry-meta ul li a:hover {

    color: #f70101;

}



.blog-details-desc .article-content .entry-meta ul li i {

    color: #f70101;

    margin-right: 3px;

}



.blog-details-desc .article-content .entry-meta ul li::before {

    content: "";

    position: absolute;

    top: 12px;

    right: -15px;

    width: 6px;

    height: 1px;

    background: #f70101;

}



.blog-details-desc .article-content .entry-meta ul li:last-child {

    margin-right: 0;

}



.blog-details-desc .article-content .entry-meta ul li:last-child::before {

    display: none;

}



.blog-details-desc .article-content h3 {

    margin-bottom: 15px;

    margin-top: 25px;

    font-size: 23px;

    font-weight: 400;

}



.blog-details-desc .article-content .wp-block-gallery.columns-3 {

    padding-left: 0;

    list-style-type: none;

    display: -ms-flexbox;

    display: -webkit-box;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -10px;

    margin-left: -10px;

    margin-bottom: 30px;

    margin-top: 30px;

}



.blog-details-desc .article-content .wp-block-gallery.columns-3 li {

    -ms-flex: 0 0 33.3333%;

    -webkit-box-flex: 0;

    flex: 0 0 33.3333%;

    max-width: 33.3333%;

    padding-right: 10px;

    padding-left: 10px;

}



.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {

    margin-bottom: 0;

}



.blog-details-desc .article-content .features-list {

    padding-left: 0;

    list-style-type: none;

    margin-top: 25px;

    margin-bottom: 30px;

}



.blog-details-desc .article-content .features-list li {

    margin-bottom: 16px;

    position: relative;

    padding-left: 34px;

    color: #6d7a8c;

}



.blog-details-desc .article-content .features-list li i {

    width: 25px;

    height: 25px;

    line-height: 25px;

    text-align: center;

    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;

    background-color: #faf5f5;

    color: #f70101;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    display: inline-block;

    font-size: 11px;

    position: absolute;

    left: 0;

    top: -2px;

}



.blog-details-desc .article-content .features-list li:hover i {

    background-color: #f70101;

    color: #ffffff;

}



.blog-details-desc .article-content .features-list li:last-child {

    margin-bottom: 0;

}



.blog-details-desc .article-footer {

    display: -ms-flexbox;

    display: -webkit-box;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-top: 30px;

}



.blog-details-desc .article-footer .article-tags {

    -ms-flex: 0 0 50%;

    -webkit-box-flex: 0;

    flex: 0 0 50%;

    max-width: 50%;

    color: #6d7a8c;

}



.blog-details-desc .article-footer .article-tags span {

    display: inline-block;

    color: #130947;

    font-size: 20px;

    margin-right: 5px;

    position: relative;

    top: 2px;

}



.blog-details-desc .article-footer .article-tags a {

    display: inline-block;

    color: #6d7a8c;

}



.blog-details-desc .article-footer .article-tags a:hover {

    color: #f70101;

}



.blog-details-desc .article-footer .article-share {

    -ms-flex: 0 0 50%;

    -webkit-box-flex: 0;

    flex: 0 0 50%;

    max-width: 50%;

}



.blog-details-desc .article-footer .article-share .social {

    padding-left: 0;

    list-style-type: none;

    text-align: right;

    margin-bottom: 0;

}



.blog-details-desc .article-footer .article-share .social li {

    display: inline-block;

}



.blog-details-desc .article-footer .article-share .social li span {

    display: inline-block;

    margin-right: 2px;

    font-weight: 500;

    color: #6d7a8c;

}



.blog-details-desc .article-footer .article-share .social li a {

    display: block;

    color: #f70101;

    width: 32px;

    height: 32px;

    line-height: 32px;

    border-radius: 50%;

    background-color: #eeeef0;

    text-align: center;

    font-size: 14px;

}



.blog-details-desc .article-footer .article-share .social li a:hover {

    color: #ffffff;

    background-color: #f70101;

    -webkit-transform: translateY(-2px);

    transform: translateY(-2px);

}



.comments-area {

    padding: 25px;

    margin-top: 30px;

    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);

    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);

    background-color: #ffffff;

}



.comments-area .comments-title {

    position: relative;

    margin-bottom: 30px;

    line-height: initial;

    font-size: 23px;

    font-weight: 400;

}



.comments-area .comments-title::before {

    content: "";

    height: 25px;

    width: 3px;

    left: -25px;

    position: absolute;

    background: #f70101;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

}



.comments-area ol,

.comments-area ul {

    padding: 0;

    margin: 0;

    list-style-type: none;

}



.comments-area .comment-list {

    padding: 0;

    margin: 0;

    list-style-type: none;

}



.comments-area .children {

    margin-left: 20px;

}



.comments-area .comment-body {

    border-bottom: 1px solid #eeeeee;

    padding-left: 65px;

    color: #130947;

    font-size: 14px;

    margin-bottom: 20px;

    padding-bottom: 20px;

}



.comments-area .comment-body .reply {

    margin-top: 15px;

}



.comments-area .comment-body .reply a {

    border: 1px solid #ded9d9;

    color: #130947;

    display: inline-block;

    padding: 6px 20px;

    border-radius: 30px;

    text-transform: uppercase;

    position: relative;

    z-index: 1;

    font-size: 13px;

    font-weight: 700;

}



.comments-area .comment-body .reply a:hover {

    color: #ffffff;

    background-color: #f70101;

    border-color: #f70101;

}



.comments-area .comment-body p {

    font-size: 14px;

}



.comments-area .comment-author {

    font-size: 15px;

    margin-bottom: 0.3em;

    position: relative;

    z-index: 2;

}



.comments-area .comment-author .avatar {

    height: 50px;

    left: -65px;

    position: absolute;

    width: 50px;

}



.comments-area .comment-author .fn {

    font-weight: 400;

    font-family: "Anton", sans-serif;

}



.comments-area .comment-author .says {

    display: none;

}



.comments-area .comment-metadata {

    margin-bottom: 0.8em;

    color: #6d7a8c;

    letter-spacing: 0.01em;

    text-transform: uppercase;

    font-size: 13px;

    font-weight: 400;

}



.comments-area .comment-metadata a {

    color: #6d7a8c;

}



.comments-area .comment-metadata a:hover {

    color: #f70101;

}



.comments-area .comment-respond {

    margin-top: 30px;

}



.comments-area .comment-respond .comment-reply-title {

    margin-bottom: 0;

    position: relative;

    font-size: 23px;

    font-weight: 400;

}



.comments-area .comment-respond .comment-reply-title::before {

    content: "";

    height: 25px;

    width: 3px;

    left: -25px;

    position: absolute;

    background: #f70101;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

}



.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {

    display: inline-block;

}



.comments-area .comment-respond .comment-form {

    overflow: hidden;

}



.comments-area .comment-respond .comment-notes {

    margin-bottom: 0;

    margin-top: 10px;

}



.comments-area .comment-respond .comment-notes .required {

    color: red;

}



.comments-area .comment-respond .comment-form-comment {

    margin-top: 15px;

    float: left;

    width: 100%;

}



.comments-area .comment-respond label {

    display: block;

    font-weight: 700;

    color: #130947;

    margin-bottom: 5px;

}



.comments-area .comment-respond input[type="date"],

.comments-area .comment-respond input[type="time"],

.comments-area .comment-respond input[type="datetime-local"],

.comments-area .comment-respond input[type="week"],

.comments-area .comment-respond input[type="month"],

.comments-area .comment-respond input[type="text"],

.comments-area .comment-respond input[type="email"],

.comments-area .comment-respond input[type="url"],

.comments-area .comment-respond input[type="password"],

.comments-area .comment-respond input[type="search"],

.comments-area .comment-respond input[type="tel"],

.comments-area .comment-respond input[type="number"],

.comments-area .comment-respond textarea {

    display: block;

    width: 100%;

    background-color: #ffffff;

    border: 1px solid #eeeeee;

    padding: 0.625em 0.7375em;

    outline: 0;

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.comments-area .comment-respond input[type="date"]:focus,

.comments-area .comment-respond input[type="time"]:focus,

.comments-area .comment-respond input[type="datetime-local"]:focus,

.comments-area .comment-respond input[type="week"]:focus,

.comments-area .comment-respond input[type="month"]:focus,

.comments-area .comment-respond input[type="text"]:focus,

.comments-area .comment-respond input[type="email"]:focus,

.comments-area .comment-respond input[type="url"]:focus,

.comments-area .comment-respond input[type="password"]:focus,

.comments-area .comment-respond input[type="search"]:focus,

.comments-area .comment-respond input[type="tel"]:focus,

.comments-area .comment-respond input[type="number"]:focus,

.comments-area .comment-respond textarea:focus {

    border-color: #f70101;

}



.comments-area .comment-respond .comment-form-author {

    float: left;

    width: 50%;

    padding-right: 10px;

    margin-bottom: 20px;

}



.comments-area .comment-respond .comment-form-email {

    float: left;

    width: 50%;

    padding-left: 12px;

    margin-bottom: 20px;

}



.comments-area .comment-respond .comment-form-url {

    float: left;

    width: 100%;

    margin-bottom: 20px;

}



.comments-area .comment-respond .comment-form-cookies-consent {

    width: 100%;

    float: left;

    position: relative;

    padding-left: 20px;

    margin-bottom: 20px;

}



.comments-area .comment-respond .comment-form-cookies-consent input {

    position: absolute;

    left: 0;

    top: 6px;

}



.comments-area .comment-respond .comment-form-cookies-consent label {

    display: inline-block;

    margin: 0;

    color: #6d7a8c;

    font-weight: normal;

    position: relative;

    top: -2px;

}



.comments-area .comment-respond .form-submit {

    float: left;

    width: 100%;

}



.comments-area .comment-respond .form-submit input {

    background: #f70101;

    border: none;

    color: #ffffff;

    padding: 12px 35px;

    display: inline-block;

    cursor: pointer;

    outline: 0;

    text-transform: uppercase;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    border-radius: 5px;

    font-weight: 700;

    font-size: 16px;

}



.comments-area .comment-respond .form-submit input:hover,

.comments-area .comment-respond .form-submit input:focus {

    color: #ffffff;

    background-color: #130947;

}



blockquote,

.blockquote {

    overflow: hidden;

    background-color: #fafafa;

    padding: 50px !important;

    position: relative;

    z-index: 1;

    margin-bottom: 20px;

    margin-top: 20px;

}



blockquote p,

.blockquote p {

    color: #130947;

    line-height: 1.5;

    margin-bottom: 0;

    font-style: italic;

    font-weight: 800;

    font-size: 20px !important;

}



blockquote cite,

.blockquote cite {

    display: none;

}



blockquote::before,

.blockquote::before {

    color: #efefef;

    content: "\f10e";

    position: absolute;

    left: 50px;

    top: -50px;

    z-index: -1;

    font-family: "Font Awesome 5 Free";

    font-size: 140px;

    font-weight: 900;

}



blockquote::after,

.blockquote::after {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    width: 3px;

    background-color: #f70101;

    margin-top: 20px;

    margin-bottom: 20px;

}



/*================================================

Page Title Area CSS

=================================================*/

.page-title-area {

    height: 500px;

    position: relative;

    z-index: 1;

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

}



.page-title-area::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

    background-image: url(../image/banner-shape.png);

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

}



.page-title-bg1 {

    background-image: url(../image/page-title-image/1.jpg);

}



.page-title-bg2 {

    background-image: url(../image/page-title-image/2.jpg);

}



.page-title-bg3 {

    background-image: url(../image/page-title-image/3.jpg);

}



.page-title-content {

    margin-top: 170px;

}



.page-title-content h2 {

    margin-bottom: 0;

    color: #ffffff;

    text-transform: uppercase;

    font-size: 42px;

    font-weight: 400;

}



.page-title-content ul {

    padding-left: 0;

    list-style-type: none;

    margin-top: 15px;

    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 a {

    display: inline-block;

    color: #ffffff;

}



.page-title-content ul li::before {

    content: "";

    position: absolute;

    right: -15px;

    top: 11px;

    width: 6px;

    height: 6px;

    border-radius: 50%;

    background-color: #f70101;

}



.page-title-content ul li:last-child::before {

    display: none;

}



.page-title-content ul li:first-child {

    margin-left: 0;

}



/*================================================

Pagination Area CSS

=================================================*/

.pagination-area {

    margin-top: 35px;

    text-align: center;

}



.pagination-area .page-numbers {

    width: 45px;

    height: 45px;

    margin: 0 3px;

    display: inline-block;

    background-color: #ffffff;

    line-height: 48px;

    color: #130947;

    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;

    box-shadow: 0 2px 10px 0 #d8dde6;

    font-size: 18px;

    font-weight: 700;

}



.pagination-area .page-numbers.current,

.pagination-area .page-numbers:hover,

.pagination-area .page-numbers:focus {

    background: #f70101;

    color: #ffffff;

    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;

    box-shadow: 0 2px 10px 0 #d8dde6;

}



/*================================================

Sidebar Widget Area CSS

=================================================*/

.widget-area .widget {

    margin-top: 35px;

}



.widget-area .widget:first-child {

    margin-top: 0;

}



.widget-area .widget .widget-title {

    border-bottom: 1px solid #eeeeee;

    padding-bottom: 10px;

    margin-bottom: 25px;

    text-transform: capitalize;

    position: relative;

    font-weight: 700;

    font-size: 20px;

    font-family: "Muli", sans-serif;

}



.widget-area .widget .widget-title::before {

    content: "";

    position: absolute;

    background: #f70101;

    bottom: -1px;

    left: 0;

    width: 50px;

    height: 1px;

}



.widget-area .widget_search {

    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);

    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);

    background-color: #ffffff;

    padding: 15px;

}



.widget-area .widget_search form {

    position: relative;

}



.widget-area .widget_search form label {

    display: block;

    margin-bottom: 0;

}



.widget-area .widget_search form .screen-reader-text {

    display: none;

}



.widget-area .widget_search form .search-field {

    background-color: transparent;

    height: 50px;

    padding: 6px 15px;

    border: 1px solid #eeeeee;

    width: 100%;

    display: block;

    outline: 0;

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.widget-area .widget_search form .search-field:focus {

    border-color: #f70101;

}



.widget-area .widget_search form button {

    position: absolute;

    right: 0;

    outline: 0;

    bottom: 0;

    height: 50px;

    width: 50px;

    z-index: 1;

    border: none;

    color: #ffffff;

    background-color: #f70101;

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.widget-area .widget_search form button:hover {

    background-color: #130947;

    color: #ffffff;

}



.widget-area .widget_klev_posts_thumb {

    position: relative;

    overflow: hidden;

}



.widget-area .widget_klev_posts_thumb .item {

    overflow: hidden;

    margin-bottom: 15px;

}



.widget-area .widget_klev_posts_thumb .item:last-child {

    margin-bottom: 0;

}



.widget-area .widget_klev_posts_thumb .item .thumb {

    float: left;

    height: 80px;

    overflow: hidden;

    position: relative;

    width: 80px;

    margin-right: 15px;

}



.widget-area .widget_klev_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_klev_posts_thumb .item .thumb .fullimage.bg1 {

    background-image: url(../image/blog-image/7.jpg);

}



.widget-area .widget_klev_posts_thumb .item .thumb .fullimage.bg2 {

    background-image: url(../image/blog-image/8.jpg);

}



.widget-area .widget_klev_posts_thumb .item .thumb .fullimage.bg3 {

    background-image: url(../image/blog-image/9.jpg);

}



.widget-area .widget_klev_posts_thumb .item .info {

    overflow: hidden;

    margin-top: 5px;

}



.widget-area .widget_klev_posts_thumb .item .info time {

    display: block;

    color: #6d7a8c;

    text-transform: uppercase;

    margin-top: 3px;

    margin-bottom: 5px;

    font-size: 12px;

}



.widget-area .widget_klev_posts_thumb .item .info .title {

    margin-bottom: 0;

    line-height: 1.5;

    font-size: 16px;

    font-family: "Muli", sans-serif;

    font-weight: 600;

}



.widget-area .widget_klev_posts_thumb .item .info .title a {

    display: inline-block;

}



.widget-area .widget_recent_entries ul {

    padding-left: 0;

    margin-bottom: 0;

    list-style-type: none;

}



.widget-area .widget_recent_entries ul li {

    position: relative;

    margin-bottom: 12px;

    color: #130947;

    padding-left: 14px;

    line-height: 1.5;

    font-weight: 600;

    font-size: 16px;

}



.widget-area .widget_recent_entries ul li:last-child {

    margin-bottom: 0;

}



.widget-area .widget_recent_entries ul li::before {

    background: #f70101;

    position: absolute;

    height: 7px;

    width: 7px;

    content: "";

    left: 0;

    top: 8px;

}



.widget-area .widget_recent_entries ul li a {

    display: inline-block;

    color: #130947;

}



.widget-area .widget_recent_entries ul li a:hover {

    color: #f70101;

}



.widget-area .widget_recent_entries ul li .post-date {

    display: block;

    font-size: 13px;

    color: #6d7a8c;

    margin-top: 4px;

}



.widget-area .widget_recent_comments ul {

    padding-left: 0;

    margin-bottom: 0;

    list-style-type: none;

}



.widget-area .widget_recent_comments ul li {

    position: relative;

    margin-bottom: 12px;

    color: #6d7a8c;

    padding-left: 14px;

    line-height: 1.5;

    font-weight: 600;

    font-size: 16px;

}



.widget-area .widget_recent_comments ul li:last-child {

    margin-bottom: 0;

}



.widget-area .widget_recent_comments ul li::before {

    background: #f70101;

    position: absolute;

    height: 7px;

    width: 7px;

    content: "";

    left: 0;

    top: 8px;

}



.widget-area .widget_recent_comments ul li a {

    display: inline-block;

    color: #130947;

}



.widget-area .widget_recent_comments ul li a:hover {

    color: #f70101;

}



.widget-area .widget_archive ul {

    padding-left: 0;

    margin-bottom: 0;

    list-style-type: none;

}



.widget-area .widget_archive ul li {

    position: relative;

    margin-bottom: 12px;

    padding-left: 14px;

    color: #130947;

    font-weight: 600;

    font-size: 16px;

}



.widget-area .widget_archive ul li:last-child {

    margin-bottom: 0;

}



.widget-area .widget_archive ul li::before {

    background: #f70101;

    height: 7px;

    width: 7px;

    content: "";

    left: 0;

    top: 8px;

    position: absolute;

}



.widget-area .widget_archive ul li a {

    display: inline-block;

    color: #130947;

}



.widget-area .widget_archive ul li a:hover {

    color: #f70101;

}



.widget-area .widget_categories ul {

    padding-left: 0;

    margin-bottom: 0;

    list-style-type: none;

}



.widget-area .widget_categories ul li {

    position: relative;

    margin-bottom: 12px;

    color: #6d7a8c;

    padding-left: 14px;

    font-weight: 600;

    font-size: 16px;

}



.widget-area .widget_categories ul li:last-child {

    margin-bottom: 0;

}



.widget-area .widget_categories ul li::before {

    background: #f70101;

    height: 7px;

    width: 7px;

    content: "";

    left: 0;

    top: 8px;

    position: absolute;

}



.widget-area .widget_categories ul li a {

    color: #130947;

    display: block;

}



.widget-area .widget_categories ul li a:hover {

    color: #f70101;

}



.widget-area .widget_categories ul li .post-count {

    float: right;

}



.widget-area .widget_meta ul {

    padding-left: 0;

    margin-bottom: 0;

    list-style-type: none;

}



.widget-area .widget_meta ul li {

    position: relative;

    margin-bottom: 12px;

    color: #130947;

    padding-left: 14px;

    font-weight: 600;

    font-size: 16px;

}



.widget-area .widget_meta ul li:last-child {

    margin-bottom: 0;

}



.widget-area .widget_meta ul li::before {

    background: #f70101;

    height: 7px;

    width: 7px;

    content: "";

    left: 0;

    top: 8px;

    position: absolute;

}



.widget-area .widget_meta ul li a {

    display: inline-block;

    color: #130947;

}



.widget-area .widget_meta ul li a:hover {

    color: #f70101;

}



.widget-area .widget_tag_cloud .widget-title {

    margin-bottom: 12px;

}



.widget-area .tagcloud a {

    display: inline-block;

    color: #130947;

    font-weight: 600;

    font-size: 14px !important;

    padding: 6px 13px;

    border: 1px dashed #eeeeee;

    margin-top: 8px;

    margin-right: 4px;

}



.widget-area .tagcloud a:hover,

.widget-area .tagcloud a:focus {

    color: #ffffff;

    background-color: #f70101;

    border-color: #f70101;

}



.widget-area .widget_services_list ul {

    padding-left: 0;

    margin-bottom: 0;

    list-style-type: none;

}



.widget-area .widget_services_list ul li {

    margin-bottom: 12px;

}



.widget-area .widget_services_list ul li a {

    display: block;

    text-transform: uppercase;

    color: #130947;

    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);

    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);

    background-color: #ffffff;

    padding: 14px 20px;

    position: relative;

    border-radius: 5px;

    font-weight: 700;

    font-size: 15px;

}



.widget-area .widget_services_list ul li a i {

    display: inline-block;

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    right: 20px;

    z-index: 1;

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.widget-area .widget_services_list ul li a i::after {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    z-index: -1;

    width: 8px;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.1);

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.widget-area .widget_services_list ul li a:hover {

    background-color: #f70101;

    color: #ffffff;

    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(254, 35, 9, 0.2);

    box-shadow: 0px 5px 28.5px 1.5px rgba(254, 35, 9, 0.2);

}



.widget-area .widget_services_list ul li a:hover i {

    right: 15px;

    color: #ffffff;

}



.widget-area .widget_services_list ul li a:hover i::after {

    background-color: rgba(255, 255, 255, 0.4);

}



.widget-area .widget_services_list ul li.active a {

    background-color: #f70101;

    color: #ffffff;

    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(254, 35, 9, 0.2);

    box-shadow: 0px 5px 28.5px 1.5px rgba(254, 35, 9, 0.2);

}



.widget-area .widget_services_list ul li.active a i {

    color: #ffffff;

}



.widget-area .widget_services_list ul li.active a i::after {

    background-color: rgba(255, 255, 255, 0.4);

}



.widget-area .widget_services_list ul li:last-child {

    margin-bottom: 0;

}



.widget-area .widget_contact {

    position: relative;

    z-index: 1;

    border-radius: 5px;

    height: 400px;

    text-align: center;

    background-image: url(../image/why-choose-image1.jpg);

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

}



.widget-area .widget_contact::before {

    width: 100%;

    height: 100%;

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    border-radius: 5px;

    background-color: #f70101;

    opacity: 0.6;

}



.widget-area .widget_contact .text {

    position: absolute;

    left: 0;

    bottom: 25px;

    right: 0;

}



.widget-area .widget_contact .text span {

    display: block;

    color: #ffffff;

    margin-bottom: 7px;

    font-size: 18px;

    font-weight: 700;

}



.widget-area .widget_contact .text a {

    display: inline-block;

    color: #ffffff;

    font-weight: 400;

    font-size: 30px;

    font-family: "Anton", sans-serif;

}



.widget-area .widget_research_info ul {

    padding-left: 0;

    margin-bottom: 0;

    list-style-type: none;

}



.widget-area .widget_research_info ul li {

    color: #6d7a8c;

    border-bottom: 1px solid #eeeeee;

    font-weight: 500;

    padding-top: 10px;

    padding-bottom: 10px;

}



.widget-area .widget_research_info ul li:first-child {

    padding-top: 0;

}



.widget-area .widget_research_info ul li:last-child {

    padding-bottom: 0;

    border-bottom: none;

}



.widget-area .widget_research_info ul li span {

    display: inline-block;

    color: #130947;

    font-weight: 600;

}



/*================================================

404 Error Area CSS

=================================================*/

.error-area {

    height: 100vh;

}



.error-content {

    text-align: center;

    margin: 0 auto;

    max-width: 700px;

}



.error-content h3 {

    text-transform: uppercase;

    font-size: 42px;

    font-weight: 800;

    font-family: "Muli", sans-serif;

    margin-top: 45px;

    margin-bottom: 10px;

}



.error-content p {

    max-width: 520px;

    margin: 0 auto 25px;

}



/*================================================

Research Area CSS

=================================================*/

.single-research-box {

    -webkit-transition: 0.5s;

    transition: 0.5s;

    background-color: #ffffff;

    position: relative;

    margin: 0px 10px 40px 10px;

    overflow: hidden;

    -webkit-box-shadow: 10px 13px 10px -7px rgba(0, 0, 0, 0.1);

    box-shadow: 10px 13px 10px -7px rgba(0, 0, 0, 0.1);

}



.single-research-box .research-image {

    visibility: hidden;

    width: 100%;

    height: 235px;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

}



.single-research-box .research-image.bg1 {

    background-image: url(../image/research-image/1.jpg);

}



.single-research-box .research-image.bg2 {

    background-image: url(../image/research-image/2.jpg);

}



.single-research-box .research-image.bg3 {

    background-image: url(../image/research-image/3.jpg);

}



.single-research-box .research-image.bg4 {

    background-image: url(../image/research-image/4.jpg);

}



.single-research-box .research-image.bg5 {

    background-image: url(../image/research-image/5.jpg);

}



.single-research-box .research-image.bg6 {

    background-image: url(../image/research-image/6.jpg);

}



.single-research-box .research-image.bg7 {

    background-image: url(../image/research-image/7.jpg);

}



.single-research-box .research-image.bg8 {

    background-image: url(../image/research-image/8.jpg);

}



.single-research-box .research-image.bg9 {

    background-image: url(../image/research-image/9.jpg);

}



.single-research-box .research-image-hover {

    -webkit-transition: 0.5s;

    transition: 0.5s;

    width: 100%;

    position: absolute;

    height: 235px;

    top: 0;

    left: 0;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

}



.single-research-box .research-image-hover.bg1 {

    background-image: url("../image/location/Colborne-Brantford.jpg");

}



.single-research-box .research-image-hover.bg2 {

    background-image: url("../image/location/burlington-plains-east-1.jpg");

}



.single-research-box .research-image-hover.bg3 {

    background-image: url("../image/location/kitchener.jpg");

}



.single-research-box .research-image-hover.bg4 {

    background-image: url("../image/location/erinmills.jpg");

}



.single-research-box .research-image-hover.bg5 {

    background-image: url("../image/location/north-york.png");

}



.single-research-box .research-image-hover.bg6 {

    background-image: url("../image/location/st.-catharines-image.jpg");

}



.single-research-box .research-image-hover.bg7 {

    background-image: url("../image/location/stoneycreek.jpg");

}



.single-research-box .research-image-hover.bg8 {

    background-image: url("../image/location/toronto.jpg");

}



.single-research-box .research-image-hover.bg9 {

    background-image: url("../image/location/thumbimage.png");

}

.single-research-box .research-image-hover.bg10 {

    background-image: url("../image/location/10.jpg");

}

.single-research-box .research-image-hover.bg11 {

    background-image: url("../image/location/Monarch-Dentistry-Mississauga-Streetsville-1.jpg");

}

.single-research-box .research-image-hover.bg12 {

    background-image: url("../image/location/Hamilton-Mountain.jpg");

}



.single-research-box .research-info {

    z-index: 2;

    background-color: #ffffff;

    padding: 15px 25px;

    text-align: center;

}



.single-research-box .research-info .category {

    display: block;

    color: #f70101;

    text-transform: uppercase;

    margin-bottom: 5px;

    font-size: 14px;

    font-weight: 600;

}

.single-research-box .research-info p {

    font-size: 13px;

    color: #3b3b3b;

}



.single-research-box .research-info .title {

    text-transform: capitalize;

    line-height: 1.5;

    margin-bottom: 0;

    font-size: 17px;

    font-weight: 400;

    background: #1c6fad;

}



.single-research-box .research-info .title a {

    display: inline-block;

    color: #fff;

    width: 100%;

}



.single-research-box:hover {

    -webkit-transform: scale(1.1, 1.1);

    transform: scale(1.1, 1.1);

}



.single-research-box:hover .research-image-hover {

    height: 100%;

    opacity: 0.2;

}



.single-research-box:hover .research-info {

    background-color: transparent;

    position: relative;

}



/*================================================

Research Details Area CSS

=================================================*/

.research-details-header {

    margin-bottom: 30px;

}



.research-details-header h3 {

    margin-bottom: 12px;

    font-size: 25px;

    font-weight: 400;

}



.research-details-image-slides {

    margin-bottom: 35px;

}



.research-details-image-slides.owl-theme .owl-nav {

    opacity: 0;

    visibility: hidden;

    margin-top: 0;

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.research-details-image-slides.owl-theme .owl-nav [class*="owl-"] {

    position: absolute;

    left: 25px;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    margin: 0;

    padding: 0;

    background-color: transparent;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    color: #ffffff;

    font-size: 35px;

}



.research-details-image-slides.owl-theme .owl-nav [class*="owl-"].owl-next {

    left: auto;

    right: 25px;

}



.research-details-image-slides.owl-theme .owl-nav [class*="owl-"]:hover {

    color: #f70101;

    background-color: transparent;

}



.research-details-image-slides.owl-theme .owl-dots {

    line-height: 0.01;

    position: absolute;

    left: 0;

    right: 0;

    bottom: 25px;

    margin-top: 0;

}



.research-details-image-slides.owl-theme .owl-dots .owl-dot span {

    width: 15px;

    height: 2px;

    margin: 0 3px;

    background-color: #130947;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    border-radius: 0;

}



.research-details-image-slides.owl-theme .owl-dots .owl-dot:hover span {

    background-color: #f70101;

}



.research-details-image-slides.owl-theme .owl-dots .owl-dot.active span {

    background-color: #f70101;

    width: 25px;

}



.research-details-image-slides.owl-theme:hover .owl-nav {

    opacity: 1;

    visibility: visible;

}



.research-details-desc h3 {

    margin-bottom: 12px;

    font-size: 25px;

    font-weight: 400;

}



.research-details-desc .features-list {

    padding-left: 0;

    list-style-type: none;

    margin-top: 25px;

    margin-bottom: 30px;

}



.research-details-desc .features-list li {

    position: relative;

    color: #6d7a8c;

    font-size: 16px;

    margin-bottom: 15px;

    padding-left: 25px;

    line-height: 1.8;

}



.research-details-desc .features-list li i {

    color: #f70101;

    position: absolute;

    left: 0;

    top: 8px;

}



.research-details-desc .features-list li:last-child {

    margin-bottom: 0;

}



.research-details-desc .research-details-footer-image {

    margin-top: 20px;

}



.research-details-desc .research-details-footer-features {

    margin-top: 20px;

}



.research-details-desc .research-details-footer-features ul {

    padding-left: 0;

    margin-bottom: 0;

    list-style-type: none;

}



.research-details-desc .research-details-footer-features ul li {

    color: #6d7a8c;

    margin-bottom: 13px;

    position: relative;

    padding-left: 29px;

}



.research-details-desc .research-details-footer-features ul li i {

    width: 20px;

    height: 20px;

    border-radius: 50%;

    background-color: #f70101;

    color: #ffffff;

    line-height: 20px;

    font-size: 10px;

    text-align: center;

    display: inline-block;

    position: absolute;

    left: 0;

    top: 2.5px;

}



.research-details-desc .research-details-footer-features ul li:last-child {

    margin-bottom: 0;

}



/*================================================

FAQ Area CSS

=================================================*/

.faq-area .container-fluid {

    padding-left: 0;

    padding-right: 0;

}



.faq-area .container-fluid .row {

    margin-left: 0;

    margin-right: 0;

}



.faq-area .container-fluid .row .col-lg-6 {

    padding-left: 0;

    padding-right: 0;

}



.faq-image {

    width: 100%;

    height: 100%;

    background-image: url(../image/faq-image1.jpg);

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

}



.faq-image image {

    display: none;

}



.faq-accordion {

    padding-top: 60px;

    padding-bottom: 60px;

    padding-left: 50px;

    padding-right: 50px;

}



.faq-accordion .sub-title {

    display: block;

    margin-bottom: 10px;

    color: #f70101;

    text-transform: uppercase;

    font-size: 14px;

    font-weight: 700;

}



.faq-accordion h2 {

    margin-bottom: 0;

    line-height: 1.3;

    max-width: 610px;

    font-size: 42px;

    font-weight: 400;

}



.faq-accordion .accordion {

    list-style-type: none;

    padding-left: 0;

    margin-bottom: 0;

    margin-top: 30px;

}



.faq-accordion .accordion .accordion-item {

    display: block;

    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

    background: #ffffff;

    margin-bottom: 10px;

}



.faq-accordion .accordion .accordion-item:last-child {

    margin-bottom: 0;

}



.faq-accordion .accordion .accordion-title {

    padding: 12px 20px 12px 51px;

    color: #130947;

    position: relative;

    display: block;

    font-size: 16px;

    font-weight: 800;

    font-family: "Muli", sans-serif;

}



.faq-accordion .accordion .accordion-title i {

    position: absolute;

    left: 0;

    top: 0;

    width: 40px;

    text-align: center;

    height: 100%;

    background: #edcad3;

    color: #f70101;

    font-size: 15px;

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.faq-accordion .accordion .accordion-title i::before {

    position: absolute;

    left: 0;

    top: 50%;

    right: 0;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

}



.faq-accordion .accordion .accordion-title.active i {

    background-color: #f70101;

    color: #ffffff;

}



.faq-accordion .accordion .accordion-title.active i::before {

    content: "\f068";

}



.faq-accordion .accordion .accordion-content {

    display: none;

    position: relative;

    padding: 15px;

    font-size: 16px;

    border-top: 1px solid #eeeeee;

}



.faq-accordion .accordion .accordion-content.show {

    display: block;

}



/*================================================

Contact Area CSS

=================================================*/

.contact-info-area {

    margin-top: -30px;

    position: relative;

    z-index: 1;

}



.contact-info-area .row {

    margin-left: 0;

    margin-right: 0;

}



.contact-info-area .row .col-lg-4 {

    padding-left: 0;

    padding-right: 0;

}



.contact-info-area .row .col-lg-4:nth-child(2) .featured-services-box {

    border-left: none;

}



.contact-info-area .row .col-lg-4:nth-child(3) .featured-services-box {

    border-left: none;

}



.contact-info-area .row .col-lg-4:nth-child(4) .featured-services-box {

    border-left: none;

}



.contact-info-area::before {

    content: "";

    position: absolute;

    right: 0;

    top: 0;

    width: 50%;

    z-index: -1;

    height: 100%;

    /*background-color: #043d72;*/

}



.contact-info-box {

    background-color: #043d72;

    position: relative;

    overflow: hidden;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    z-index: 1;

    border-left: 1px solid #094780;

    border-right: 1px solid #094780;

    padding-top: 30px;

    padding-bottom: 30px;

    padding-left: 90px;

    padding-right: 20px;

}



.contact-info-box .icon {

    position: absolute;

    left: 20px;

    top: 30px;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    text-align: center;

    line-height: 50px;

    color: #f70101;

    background-color: #ffffff;

    font-size: 20px;

    margin-bottom: 22px;

}



.contact-info-box h3 {

    color: #ffffff;

    text-transform: capitalize;

    margin-bottom: 10px;

    font-size: 17px;

    font-weight: 400;

}



.contact-info-box span {

    display: block;

    color: #ffffff;

}



.contact-info-box span a {

    display: inline-block;

    color: #ffffff;

}



.contact-info-box span a:hover {

    color: #f70101;

}



.contact-info-box:hover .icon {

    background-color: #f70101;

    color: #ffffff;

}



.contact-area {

    position: relative;

    z-index: 1;

}



.contact-inner {

    background-color: #ffffff;

    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);

}



.contact-form {

    padding: 30px; background: #cfcfcf;

}



.form-group textarea {

    width: 100%;

    background-color: #f4f4f4 !important;

    color: #130947;

    border: none;

    outline: none;

    -webkit-box-shadow: unset !important;

    box-shadow: unset !important;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    border-radius: 0;

    padding-top: 16px;

    padding-right: 0;

    padding-bottom: 0;

    padding-left: 60px;

    font-size: 13.5px;

    font-weight: 600;

}

.form-group textarea:focus {

    border: none;

}



.contact-form .sub-title {

    display: block;

    margin-bottom: 10px;

    color: #f70101;

    text-transform: uppercase;

    font-size: 14px;

    font-weight: 700;

}



.contact-form h2 {

    margin-bottom: 30px;

    line-height: 1.3;

    font-size: 40px;

    font-weight: 400;

}



.contact-form form .form-group {

    margin-bottom: 14px;

    position: relative;

}



.contact-form form .form-group label {

    z-index: 1;

    display: inline-block;

    margin-bottom: 0;

    position: absolute;

    left: 15px;

    top: 18px;

    color: #f70101;

    font-size: 20px !important;

    border-right: 1px solid #f70101;

    padding-right: 10px;

    line-height: 20px;

}



.contact-form form .form-group label i {

    font-size: 20px !important;

}

.contact-form form .form-group .form-control {

    padding-left: 60px;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    height: 55px;

    padding-right: 10px;

}



.contact-form form .form-group .nice-select {

    background-color: #f4f4f4;

    height: 50px;

    line-height: 50px;

    text-transform: uppercase;

    border: none;

    color: #6d7a8c;

    padding-left: 60px;

    padding-top: 0;

    padding-right: 0;

    padding-bottom: 0;

    font-size: 13.5px;

    font-weight: 600;

}



.contact-form form .form-group .nice-select .list {

    background-color: #ffffff;

    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);

    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);

    border-radius: 0;

    margin-top: 0;

    width: 100%;

    height: 260px;

    overflow-y: scroll;

    padding-top: 10px;

    padding-bottom: 10px;

}



.contact-form form .form-group .nice-select .list .option {

    text-transform: capitalize;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    color: #130947;

    font-size: 15px;

    padding-left: 20px;

    padding-right: 20px;

}



.contact-form form .form-group .nice-select .list .option:hover {

    background-color: #f70101 !important;

    color: #ffffff;

}



.contact-form form .form-group .nice-select .list .option.selected {

    background-color: transparent;

}



.contact-form form .form-group .nice-select::after {

    right: 15px;

    width: 8px;

    height: 8px;

    border-color: #130947;

}



.contact-form form .form-group textarea.form-control {

    padding-top: 19px;

    height: auto !important;

}



.contact-form form .row {

    margin-left: -7px;

    margin-right: -7px;

}



.contact-form form .row .col-lg-6,

.contact-form form .row .col-lg-12 {

    padding-left: 7px;

    padding-right: 7px;

}



.contact-form form .btn {

    margin-top: 5px;

}



.contact-form form .with-errors ul {

    padding-left: 0;

    list-style-type: none;

    margin-top: 8px;

    margin-bottom: 0;

}



.contact-form form .with-errors ul li {

    color: red;

}



.contact-form form #msgSubmit {

    margin-bottom: 0;

    font-size: 20px;

    font-weight: 400;

}



.contact-form form #msgSubmit.text-danger,

.contact-form form #msgSubmit.text-success {

    margin-top: 10px;

}



#map {

    width: 100%;

    height: 100%;

}



.bg-map {

    position: absolute;

    left: 0;

    right: 0;

    top: 30%;

    -webkit-transform: translateY(-30%);

    transform: translateY(-30%);

    z-index: -1;

    text-align: center;

    margin: 0 auto;

    opacity: 0.5;

}



/*================================================

Subscribe Area CSS

=================================================*/

.subscribe-area {

    position: relative;

    z-index: 1;

}



.subscribe-area::before {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    height: 50%;

    z-index: -1;

    background-color: #130947;

}



.subscribe-inner {

    background-color: #ffffff;

    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.09);

    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.09);

    padding: 40px;

    border-radius: 5px 50px 5px 5px;

}



.subscribe-content h2 {

    margin-bottom: 0;

    text-transform: uppercase;

    font-size: 35px;

    font-weight: 400;

}



.subscribe-content p {

    margin-top: 8px;

    margin-bottom: 0;

}



.subscribe-form {

    padding-left: 30px;

}



.subscribe-form form {

    position: relative;

}



.subscribe-form form .input-newsletter {

    display: block;

    width: 100%;

    color: #130947;

    height: 65px;

    border-radius: 30px;

    border: none;

    background-color: #f4f4f4;

    padding-left: 20px;

    outline: 0;

    -webkit-box-shadow: unset !important;

    box-shadow: unset !important;

    font-size: 16px;

    font-weight: 500;

    font-family: "Muli", sans-serif;

}



.subscribe-form form .input-newsletter::-webkit-input-placeholder {

    color: #6d7a8c;

}



.subscribe-form form .input-newsletter:-ms-input-placeholder {

    color: #6d7a8c;

}



.subscribe-form form .input-newsletter::-ms-input-placeholder {

    color: #6d7a8c;

}



.subscribe-form form .input-newsletter::placeholder {

    color: #6d7a8c;

}



.subscribe-form form button {

    position: absolute;

    right: 5px;

    top: 5px;

    background-color: #f70101;

    color: #ffffff;

    border: none;

    border-radius: 30px;

    height: 55px;

    line-height: 57px;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    text-transform: uppercase;

    padding: 0 60px 0 25px;

    font-size: 14px;

    font-weight: 700;

}



.subscribe-form form button i {

    position: absolute;

    right: 7px;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    text-align: center;

    display: inline-block;

    height: 38px;

    width: 38px;

    line-height: 38px;

    color: #ffffff;

    border-radius: 50%;

    background-color: #f76d90;

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.subscribe-form form button:hover {

    color: #ffffff;

    background-color: #000000;

}



.subscribe-form form button:hover i {

    background-color: #ffffff;

    color: #f70101;

}



.subscribe-form #validator-newsletter {

    position: absolute;

    left: 0;

    bottom: -34px;

}



.subscribe-form #validator-newsletter.validation-danger {

    color: red;

}



/*================================================

Footer Area CSS

=================================================*/

.footer-area {

    background-color: #043d72;

    padding-top: 80px;

    position: relative;

    z-index: 1;

    overflow-x: hidden;

}



.single-footer-widget {

    margin-bottom: 30px;

}



.single-footer-widget h3 {

    margin-bottom: 28px;

    color: #ffffff;

    position: relative;

    padding-bottom: 8px;

    border-bottom: 1px solid #0c4776;

    text-transform: uppercase;

    font-size: 20px;

    font-weight: 400;

}



.single-footer-widget h3::before {

    bottom: -1px;

    left: 0;

    width: 55px;

    height: 1px;

    background-color: #f70000;

    content: "";

    position: absolute;

}



.single-footer-widget .logo a {

    display: inline-block;

}



.single-footer-widget .logo p {

    color: #ebe7e7;

    font-size: 15px;

    margin-bottom: 0;

    margin-top: 15px;

}



.single-footer-widget .social {

    padding-left: 0;

    list-style-type: none;

    margin-bottom: 0;

    margin-top: 20px;

}



.single-footer-widget .social li {

    display: inline-block;

    margin-right: 3px;

}



.single-footer-widget .social li a {

    display: inline-block;

    background-color: #f70000;

    color: #ffffff;

    width: 35px;

    font-size: 16px;

    height: 35px;

    line-height: 36px;

    border-radius: 50%;

    text-align: center;

}



.single-footer-widget .social li a i.flaticon-facebook {

    display: inline-block;

    padding-left: 4px;

}



.single-footer-widget .social li a i.flaticon-twitter {

    display: inline-block;

    position: relative;

    top: 2px;

}



.single-footer-widget .social li a:hover {

    background-color: #ffffff;

    color: #f70000;

}



.single-footer-widget .social li:last-child {

    margin-right: 0;

}



.single-footer-widget .footer-quick-links {

    padding-left: 0;

    list-style-type: none;

    display: -ms-flexbox;

    display: -webkit-box;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -15px;

    margin-left: -15px;

    margin-bottom: 0;

    margin-top: -12px;

    color: #fff;

}



.single-footer-widget .footer-quick-links li {

    -ms-flex: 0 0 50%;

    -webkit-box-flex: 0;

    flex: 0 0 100%;

    max-width: 100%;

    padding-left: 15px;

    padding-right: 15px;

    padding-top: 12px;

}



.single-footer-widget .footer-quick-links li a {

    display: inline-block;

    color: #ebe7e7;

    text-transform: none;

    font-size: 13.5px;

}



.single-footer-widget .footer-quick-links li a:hover {

    color: #f70000;

}



.single-footer-widget .footer-contact-info {

    padding-left: 0;

    list-style-type: none;

    margin-bottom: 0;

}



.single-footer-widget .footer-contact-info li {

    color: #ebe7e7;

    font-size: 15px;

    margin-bottom: 12px;

}



.single-footer-widget .footer-contact-info li span {

    display: inline-block;

    font-weight: 600;

    color: #ffffff;

}



.single-footer-widget .footer-contact-info li a {

    display: inline-block;

    color: #ebe7e7;

    position: relative;

}



.single-footer-widget .footer-contact-info li a::before {

    width: 100%;

    height: 1px;

    background-color: none;

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.single-footer-widget .footer-contact-info li a:hover {

    color: #f70000;

}



.single-footer-widget .footer-contact-info li:last-child {

    margin-bottom: 0;

}



.single-footer-widget .footer-contact-info li:last-child a::before {

    opacity: 1;

    visibility: visible;

}



.copyright-area {

    margin-top: 50px;

    border-top: 1px solid #0c4776;

    padding-top: 25px;

    padding-bottom: 25px;

}



.copyright-area p {

    color: #ebe7e7;

    font-size: 15px;

}



.copyright-area p a {

    color: #ffffff;

    display: inline-block;

    font-weight: 600;

}



.copyright-area p a:hover {

    color: #f70101;

}



.copyright-area ul {

    padding-left: 0;

    margin-bottom: 0;

    list-style-type: none;

    text-align: right;

}



.copyright-area ul li {

    display: inline-block;

    color: #ebe7e7;

    font-size: 15px;

    position: relative;

    margin-left: 10px;

    margin-right: 10px;

}



.copyright-area ul li a {

    display: inline-block;

    color: #ebe7e7;

}



.copyright-area ul li a:hover {

    color: #f70101;

}



.copyright-area ul li::before {

    content: "";

    position: absolute;

    top: 4px;

    right: -13px;

    width: 1px;

    height: 14px;

    background-color: #ffffff;

}



.copyright-area ul li:last-child {

    margin-right: 0;

}



.copyright-area ul li:last-child::before {

    display: none;

}



.copyright-area ul li:first-child {

    margin-left: 0;

}



/*================================================

Go Top CSS

=================================================*/

.go-top {

    position: fixed;

    cursor: pointer;

    bottom: 15px;

    right: 15px;

    color: #ffffff;

    background-color: #14b4d0;

    z-index: 4;

    width: 40px;

    text-align: center;

    height: 42px;

    line-height: 42px;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: 0.9s;

    transition: 0.9s;

    -webkit-transform: translateY(150px);

    transform: translateY(150px);

}



.go-top.active {

    -webkit-animation: bounceInDown 2s;

    animation: bounceInDown 2s;

    -webkit-transform: translateY(0);

    transform: translateY(0);

    opacity: 1;

    visibility: visible;

}



.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%;

}



.go-top::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

    background: #f70000;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.go-top:hover,

.go-top:focus {

    color: #ffffff;

}



.go-top:hover::before,

.go-top:focus::before {

    opacity: 1;

    visibility: visible;

}



.go-top:hover i:first-child,

.go-top:focus i:first-child {

    opacity: 0;

    top: 0;

    visibility: hidden;

}



.go-top:hover i:last-child,

.go-top:focus i:last-child {

    opacity: 1;

    visibility: visible;

    top: 50%;

}

/*# sourceMappingURL=style.css.map */

/*9sep2022*/

.headbox {

    text-align: right;

    padding: 2px 0;

}

.headbookapp {

    display: inline-block;

    vertical-align: top;

    margin-left: 15px;

}

/*.headbookapp a {

    background-color: #f70101;

    font-size: 13px;

    font-weight: 400;

    line-height: 18px;

    color: #fff;

    text-transform: uppercase;

    display: inline-block;

    vertical-align: top;

    padding: 9px 20px;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

    border-radius: 3px;

}

.headbookapp a:hover {

    background-color: #14b4d0;

    color: #fff;

}*/

.info-top {

    padding: 50px 0 40px;

    background: #1c6fad url(../image/services-bg-2-1.png) no-repeat center top; background-size:cover; position:relative; overflow:hidden;z-index: 1;

}
.info-top:before { content:'';background:rgba(12,82,192,0.9); position:absolute; width:100%; height:100%; top: 0;
  z-index: -1;}

@media only screen and (max-width: 56.25em) {

    .info-top {

        padding: 1rem 0;

        margin-top: -10rem;

    }

}

.hizmet-kutu .kutu-duzen {

    position: relative;

    display: block;

    overflow: hidden;

    text-align: center;

    padding: 46px 20px 54px 20px;

    border-radius: 30px;

    transition: all 300ms ease;

    background: #043d72;

}

.hizmet-kutu .kutu-duzen h3 a {

    font-size: 20px !important;

}



.hizmet-kutu .kutu-duzen:hover {

    background: #043d72;

}



.hizmet-kutu .kutu-duzen:before {

    position: absolute;

    content: "";

    width: 100%;

    height: 0%;

    left: 0px;

    bottom: 0px;

    right: 0px;

    border-radius: 5px;

    transition: all 500ms ease;

}



.hizmet-kutu .kutu-duzen:hover:before {

    height: 100%;

    top: 0px;

}



.hizmet-kutu .kutu-duzen h3 {

    margin-bottom: 30px;

    font-size: 20px;

    font-family: "Roboto";

}



.hizmet-kutu .kutu-duzen .icon-box {

    position: relative;

    display: inline-block;

    margin-bottom: 33px;

}



.hizmet-kutu .kutu-duzen .icon-box i {

    position: relative;

    display: inline-block;

    font-size: 80px;

    background: #fff;

    width: 140px;

    height: 140px;

    line-height: 130px;

    text-align: center;

    border-radius: 50%;

    color: #56bad8;

    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);

    transition: all 500ms ease;

}



.hizmet-kutu .kutu-duzen:hover .icon-box i {

    box-shadow: none;

}



.hizmet-kutu .kutu-duzen .icon-box img {

    position: relative;

    display: inline-block;

    font-size: 80px;

    background: #fff;

    width: 140px;

    height: 140px;

    line-height: 130px;

    text-align: center;

    border-radius: 50%;

    color: #56bad8;

    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);

    transition: all 500ms ease;

}



.hizmet-kutu .kutu-duzen:hover .icon-box img {

    box-shadow: none;

}



#Bannerslider .img-fluid {

    width: 100% !important;

    max-width: 100%;

    height: auto;

    text-align: center;

    border: 0px;

}



.hizmet-kutu .kutu-duzen .icon-box .border-layer {

    position: absolute;

    width: 160px;

    height: 160px;

    left: -10px;

    top: -10px;

    border: 2px solid #fff;

    border-radius: 50%;

    /*! clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%, 0 0); */

    transition: all 500ms ease;

    -webkit-animation: hizmet-rot 2s infinite linear;

    -moz-animation: hizmet-rot 2s infinite linear;

    -o-animation: hizmet-rot 2s infinite linear;

    animation: hizmet-rot 2s infinite linear;

    -webkit-animation-play-state: paused;

    -moz-animation-play-state: paused;

    -o-animation-play-state: paused;

    animation-play-state: paused;

}



.hizmet-kutu .kutu-duzen:hover .icon-box .border-layer {

    -webkit-animation-play-state: running;

    -moz-animation-play-state: running;

    -o-animation-play-state: running;

    animation-play-state: running;

}



.hizmet-kutu .kutu-duzen:hover .border-layer {

    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0 0);

}



.hizmet-kutu .kutu-duzen .icon-box .border-layer:before {

    position: absolute;

    content: "";

    background: #fff;

    width: 12px;

    height: 12px;

    left: 15px;

    bottom: 15px;

    border-radius: 50%;

}



.hizmet-kutu .kutu-duzen p {

    color: #fff;

    font-size: 15px;

    text-align: center;

    line-height: 20px;

}



h3 a {

    color: #fff;

}



h3 a:hover {

    color: white;

}



.hizmet-kutu.kutu-duzen:hover h3,

.hizmet-kutu .kutu-duzen:hover h3 a,

.hizmet-kutu .kutu-duzen:hover p {

    color: #fff;

}



@-moz-keyframes hizmet-rot {

    0% {

        -moz-transform: rotate(0deg);

        transform: rotate(0deg);

    }

    100% {

        -moz-transform: rotate(360deg);

        transform: rotate(360deg);

    }

}

@keyframes hizmet-rot {

    0% {

        -webkit-transform: rotate(0deg);

        -moz-transform: rotate(0deg);

        -o-transform: rotate(0deg);

        transform: rotate(0deg);

    }

    100% {

        -webkit-transform: rotate(360deg);

        -moz-transform: rotate(360deg);

        -o-transform: rotate(360deg);

        transform: rotate(360deg);

    }

}

@-moz-keyframes hizmet-rot_2 {

    0% {

        -moz-transform: rotateY(0deg);

        transform: rotateY(0deg);

    }

    100% {

        -moz-transform: rotateY(360deg);

        transform: rotateY(360deg);

    }

}

@keyframes hizmet-rot_2 {

    0% {

        -webkit-transform: rotateY(0deg);

        -moz-transform: rotateY(0deg);

        -o-transform: rotateY(0deg);

        transform: rotateY(0deg);

    }

    100% {

        -webkit-transform: rotateY(360deg);

        -moz-transform: rotateY(360deg);

        -o-transform: rotateY(360deg);

        transform: rotateY(360deg);

    }

}

/*.currentLocationfooter:before {

    content: "\f16d";

    font-family: "Font Awesome 5 Brands";

    position: relative;

    z-index: 1;

    -moz-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    top: 12px;

    display: inline-block;

    color: #fff;

    left: 35px;

    pointer-events: none;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}*/

.currentLocationfooter .button {

    background-color: #f70101;

    border-radius: 0;

    color: #fff;

    font-weight: 400;

    font-size: 18px;

    text-transform: capitalize;

    letter-spacing: 0;

    padding: 10px 20px 10px 40px;

    height: auto;

    border: 0;

    border-radius: 50px;

}

.currentLocationfooter:hover .button {

    color: #fff;

    background-color: #1e61a6;

}

.addressInput {

    height: 50px !important;

    margin: 0 10px 0 0;

}

/* banner */

.home-banner .carousel-caption {

    right: 50px;

    left: 0px;

    text-align: left;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    transform: translateY(-50%);

    bottom: inherit;

}

.home-banner .carousel-item h1 span {

    color: #ffffff;

    display: inline-block;

    margin: 0px;

    padding: 1px 7px;

}

.home-banner .carousel-item h6 {

    margin-bottom: 20px;

}

.home-banner .carousel-indicators li {

    width: 3px;

    height: 3px;

    background: rgba(127, 127, 127, 1);

    cursor: pointer;

    border: 5px solid rgba(255, 255, 255, 1);

    box-sizing: content-box;

    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);

    -webkit-perspective: 400px;

    perspective: 400px;

    -webkit-transform: translatez(0.01px);

    transform: translatez(0.01px);

}

.home-banner .carousel-indicators li.active,

.home-banner .carousel-indicators li:hover {

    background: rgba(86, 86, 86, 1);

    border-color: rgba(255, 255, 255, 1);

}

.home-banner.home-slider-one .carousel-indicators {

    bottom: 0;

}

.home-banner .carousel-control-prev,

.home-banner .carousel-control-next {

    top: 50%;

    -webkit-transform: translateX(50%);

    -moz-transform: translateX(50%);

    -ms-transform: translateX(50%);

    -o-transform: translateX(50%);

    transform: translateX(50%);

    background: rgba(0, 0, 0, 0.5);

    width: 40px;

    height: 40px;

    line-height: 50px;

    position: absolute;

    display: block;

    z-index: 100;

    border-radius: 50%;

}

.home-banner .carousel-control-next {

    right: 50px;

}

.home-banner .carousel-control-prev,

.home-banner .carousel-control-next {

    display: none;

    -webkit-transition: all 1000ms ease;

    -moz-transition: all 100ms ease;

    -ms-transition: all 1000ms ease;

    -o-transition: all 1000ms ease;

    transition: all 1000ms ease;

}

.home-banner:hover .carousel-control-prev,

.home-banner:hover .carousel-control-next {

    display: block;

}

.home-banner .carousel-item .slider-paragraph {

    line-height: 28px;

    letter-spacing: 1px;

    font-weight: 400;

    font-size: 18px;

    color: rgb(3, 27, 78);

    margin: 15px 0;

}

.home-banner .carousel-item .anim-1,

.home-banner .carousel-item .anim-2,

.home-banner .carousel-item .anim-3 {

    opacity: 0;

    -webkit-transition: all 1000ms ease;

    -moz-transition: all 100ms ease;

    -ms-transition: all 1000ms ease;

    -o-transition: all 1000ms ease;

    transition: all 1000ms ease;

    -webkit-transform: translateY(50px);

    -moz-transform: translateY(50px);

    -ms-transform: translateY(50px);

    -o-transform: translateY(50px);

    transform: translateY(50px);

}



.home-banner .carousel-item.first-slide .anim-1,

.home-banner .carousel-item.active.first-slide-active .anim-1,

.home-banner .carousel-item.active:not(:first-child) .anim-1,

.home-banner .carousel-item.first-slide .anim-2,

.home-banner .carousel-item.active.first-slide-active .anim-2,

.home-banner .carousel-item.active:not(:first-child) .anim-2,

.home-banner .carousel-item.first-slide .anim-3,

.home-banner .carousel-item.active.first-slide-active .anim-3,

.home-banner .carousel-item.active:not(:first-child) .anim-3 {

    opacity: 1;

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    -ms-transform: translateY(0);

    -o-transform: translateY(0);

    transform: translateY(0);

}



.home-banner .carousel-item.first-slide .anim-1,

.home-banner .carousel-item.active.first-slide-active .anim-1,

.home-banner .carousel-item.active:not(:first-child) .anim-1 {

    transition-delay: 500ms;

}

.home-banner .carousel-item.first-slide .anim-2,

.home-banner .carousel-item.active.first-slide-active .anim-2,

.home-banner .carousel-item.active:not(:first-child) .anim-2 {

    transition-delay: 800ms;

}

.home-banner .carousel-item.first-slide .anim-3,

.home-banner .carousel-item.active.first-slide-active .anim-3,

.home-banner .carousel-item.active:not(:first-child) .anim-3 {

    transition-delay: 1000ms;

}

.home-banner .carousel-item h1 {

    font-weight: 300;

    font-size: 40px;

    line-height: 50px;

    letter-spacing: -2px;

    margin-bottom: 15px;

    margin-top: 10px;

}

.home-banner2 .carousel-item h1 strong {

    font-size: 57px;

    color: #043d72;

    font-weight: 600;

    animation: 1s 1.5s fadeInDown both;

    line-height: 67px;

    font-family: "Oswald", sans-serif;

}

.home-banner .carousel-item h1 span {

    background-color: inherit;

}

.home-banner .carousel-item .shapewrapper-inner {

    line-height: 22px;

    letter-spacing: 0px;

    font-weight: 400;

    font-size: 20px;

    text-transform: none;

    color: #000;

}

.slider-layout2 .slider-content div.slider-sub-text {

    animation: fadeInUp 1000ms ease-in-out;

}

.slider-layout2 .slider-content div.slider-paragraph {

    animation: fadeInUp 2000ms ease-in-out;

}

.slider-layout2 .slider-content .slider-btn-area {}

.home-banner .carousel-item .tagline {

    font-family: "Montserrat", Arial, Helvetica, sans-serif;

    font-size: 17px;

    line-height: 22px;

    font-weight: 400;

    color: rgb(66, 70, 78);

    font-style: italic;

    margin-bottom: 25px;

}

/** Home Slider 2 **/

.home-banner.home-slider-two .carousel-item .shapewrapper-inner {

    color: #ffb74d;

    font-size: 16px;

    letter-spacing: 3px;

    font-weight: 400;

    animation: 1s 1.5s fadeInDown both;

    margin-bottom: 25px;

    font-family: "Oswald", sans-serif;

}

.home-banner2 .carousel-item .tagline {

    font-size: 17px;

    line-height: 20px;

    font-weight: 400;

    color: #1c6fad;

    font-style: normal;

    letter-spacing: 0px;

    margin: 25px 0 52px;

}

.home-banner2.square-shape {

    border: 0px solid rgba(255, 255, 255, 0.5);

    padding: 40px 40px 62px 40px;

    margin: 0px 20px;

    background: url("assets/images/slider/border.png") no-repeat;

}



#Bannerslider .image-fluid {

    width: 100% !important;

    max-width: 100%;

    height: auto;

    text-align: center;

    border: 0px;

}

/*Banner*/

@media (max-width: 1024px) {

    /** Slick Slider **/

    .slick-prev {

        left: 0;

    }

    .slick-next {

        right: 0;

    }



    /** Banner **/

    .home-banner .carousel-item h1 {

        line-height: 40px;

        letter-spacing: 0;

        font-size: 30px;

        margin-bottom: 5px;

        margin-top: 0;

    }

    .home-banner .carousel-item .tagline {

        font-size: 14px;

    }

    .home-banner.home-slider-two .square-shape {

        padding: 20px 20px 0 20px;

    }

    .home-banner.home-slider-two .carousel-item .shapewrapper-inner {

        padding: 3px 10px;

        font-size: 13px;

    }

    .home-banner.home-slider-two .carousel-item .tagline {

        font-size: 16px;

        letter-spacing: 1px;

    }

    .home-banner.home-slider-three .carousel-item .shapewrapper-inner {

        letter-spacing: 1px;

    }

    .home-banner .play-video a {

        width: 50px;

        height: 50px;

        line-height: 50px;

    }

    .home-banner .play-video a i {

        color: #323232;

        font-size: 20px;

        line-height: 50px;

    }

    .home-banner .video-tagline {

        letter-spacing: 0;

    }

    .service-box-thumb image {

        width: 100%;

    }

}

@media (max-width: 767px) {

    /** Banner **/

    .home-slider-first .col-8 {

        -ms-flex: 0 0 100%;

        flex: 0 0 100%;

        max-width: 100%;

    }

    .home-banner.home-slider-two {

        padding: 0 0 0px;

    }

    .headbox {

        text-align: center;

    }



    .home-banner .carousel-item h1 {

        line-height: 32px;

        letter-spacing: 0;

        font-size: 22px;

        margin-bottom: 5px;

        margin-top: 5px;

    }

    .home-banner .carousel-item .tagline {

        font-size: 14px;

    }

    .home-banner .carousel-caption {

        right: 0;

        left: 0;

    }

    .home-banner .carousel-item .shapewrapper-inner {

        letter-spacing: 1px;

        font-size: 13px;

    }

    .home-banner:hover .carousel-control-prev,

    .home-banner:hover .carousel-control-next {

        display: none;

    }

    .home-banner.home-slider-two .square-shape {

        border: none;

        padding: 0;

    }

    .home-banner.home-slider-two .tagline {

        display: none;

    }

    .home-banner.home-slider-two .carousel-item h1 {

        font-size: 20px;

        line-height: 30px !important;

    }

    .home-banner.home-slider-two .carousel-item h1 strong {

        font-weight: 700;

        font-size: 20px;

        line-height: 18px;

    }

    .home-banner.home-slider-two .carousel-item .shapewrapper-inner {

        padding: 2px 7px;

        font-size: 11px;

    }

    .home-banner.home-slider-three .video-tagline {

        display: none;

    }

    .home-banner .play-video a {

        width: 40px;

        height: 40px;

        line-height: 40px;

    }

    .home-banner .play-video a i {

        font-size: 18px;

        line-height: 40px;

    }

    /*.home-banner.home-slider-first .carousel-item h1 br { display: none; }*/

    .home-banner.home-slider-three .carousel-item .shapewrapper-inner {

        font-size: 12px;

    }

    .carousel-caption .btn {

        font-size: 11px;

        padding: 10px 35px !important;

        line-height: normal !important;

    }

}

@media (max-width: 575px) {

    .home-banner .carousel-item h1 {

        line-height: 28px;

        font-size: 18px;

    }

    .mobile_view {

        display: block !important;

    }

    .slider-button.mobile_view {
        border: none;
        line-height: initial;
        text-transform: uppercase;
        border-radius: 30px;
        padding: 13px 50px 13px 15px;
        position: relative;
        -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(254, 35, 9, 0.2) !important;
        box-shadow: 0px 5px 28.5px 1.5px rgba(254, 35, 9, 0.2) !important;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 12px;
        font-weight: 700;
    }

    .slider-button.mobile_view .btn-primary i {
        position: absolute;
        right: 7px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        display: inline-block;
        height: 30px;
        width: 30px;
        line-height: 30px;
        color: #ffffff;
        border-radius: 50%;
        background-color: #130947;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
}

@media (max-width: 375px) {

    .home-banner .carousel-item h1 {

        line-height: 28px;

        font-size: 18px;

        margin-top: 0;

    }

    .home-banner .carousel-item .shapewrapper-inner {

        letter-spacing: 0.2px;

        font-size: 11px;

    }

    .home-banner.home-slider-two .carousel-item h1 {

        font-size: 18px;

        line-height: 24px;

    }

}

.dreamit-single-team-box2 {

    margin-bottom: 30px;

    border: 2px solid transparent;

    text-align: center;

    transition: 0.5s;

}

.single-team-thumb {

    position: relative; border:5px solid #000; padding:5px; border-radius: 20px;

    z-index: 1;

}

.single-team-thumb img {

    width: 100%; border:3px solid #14b4d0; border-radius:20px;

    height: 300px;

    object-fit: cover;

}

.single-team-thumb:before {

    position: absolute;

    content: "";

    z-index: 1;

    left: 0;

    top: 0;

    width: 100%;

    height: 0;

    background: rgb(254, 254, 254, 0.7);

    transition: 0.5s;

}

.offcanvas-end {

    top: 0;

    right: 0;

    width: 40%;

}

.port-content-icon {

    position: absolute;

    top: 124px;

    left: 0;

    opacity: 0;

    transition: 0.9s;

    z-index: 1;

}

.port-content-icon i {

    width: 50px;

    line-height: 50px;

    height: 50px;

    background: #cda274;

    text-align: center;

    border-radius: 50%;

    color: #fff;

    font-size: 22px;

}

.dreamit-single-team-box2:hover .port-content-icon {

    left: 40%;

    opacity: 1;

}

.dreamit-single-team-box2:hover .single-team-thumb:before {

    height: 100%;

}

.thumb-pad1 {

    margin: 15px 20px 20px 20px;

    border: 1px solid #999;

    border-left: 10px solid transparent;



    border-image: linear-gradient(to right bottom, #14b4d0, #fff);

    border-image-slice: 1;

    overflow: visible;

    -webkit-transition: 0.3s ease-out all;

    -o-transition: 0.3s ease-out all;

    transition: 0.3s ease-out all;

    cursor: pointer;

}

.thumb-pad1:hover {

    -webkit-box-shadow: 6px 8px 24px 0 rgba(32, 47, 57, 0.2);

    box-shadow: 6px 8px 24px 0 rgba(32, 47, 57, 0.2);

    -webkit-transform: translateY(-10px);

    transform: translateY(-10px);

}



.form-control::file-selector-button {

    padding: 20px 0.75rem;

    border-inline-end-width: 0px;

}

.form-select {

    line-height: 55px;

    height: 55px;

    width: 100%;

    border: none;

    padding: 0 0 0 40px;

    padding-left: 60px;

    padding-right: 20px;

    background-color: #f4f4f4 !important;

}

.services-area .owl-theme .owl-nav {

    margin-top: 0px;

    top: -40px;

    position: absolute;

    width: 100%;

}

.services-area .owl-carousel .owl-nav button.owl-prev {

    left: 0;

    position: absolute;

    font-size: 60px;

    margin: 0;

    margin-top: 0px;

}

.services-area .owl-carousel .owl-nav button.owl-next {

    right: 0;

    position: absolute;

    font-size: 60px;

    margin: 0px;

}

.image-box-style8 {

    position: relative;

    padding: 35px 0 0 0;

    margin: 0 0 30px 30px;

}

.image-box-style8 .image-1 image {

    position: relative;

    z-index: 3;

    border-radius: 10px;

}

.image-box-style8 .shape-1 {

    position: absolute;

    left: -25px;

    top: 12px;

    width: 90%;

    height: calc(100% - 30px);

    background-color: #1c6fad;

    border-radius: 10px;

}

.foothours {

    margin: 0;

    padding: 0;

    list-style-type: none;

}

.foothours li {

    float: left;

    width: 100%;

    margin-bottom: 10px;

    font-weight: 400;

    font-size: 14px;

    /*display: flex !important;*/

}

.footdayfootloct-two {

    float: left;

}

.foottime {

    float: right;

    width: 100%;

    margin-left: -100px;

    padding-left: 120px;

    font-weight: 300;

    /*display: flex !important;*/

}

.bg-red-strip {

    background: #f70101;

    height: 40px;

    line-height: 40px;

    font-size: 16px;

    font-weight: 600;

    color: #fff;

    text-align: center;

}



.carousel-control-prev {

    left: -35px;

}



span.i-left {

    font-size: 23px;

    background: #00000073;

    width: 35px !important;

    border-radius: 15px;

    height: 35px !important;
    padding-top: 0;
    line-height: 35px !important;

}



span.i-right {

    font-size: 23px;

    background: #00000073;

    width: 35px !important;

    padding-top: 0;
    border-radius: 15px;

    height: 35px !important;

    line-height: 35px !important;

}



/*/////mbl////*/

@media screen and (max-width: 768px) {

    .header-contact-info {

        text-align: center !important;

    }

    /* .banner1 {

        background: url("../image/homepage/banner-01.jpg") no-repeat center;

        padding: 80px 0px 80px 0px !important;

        background-size: cover;

        height: 200px;

    }

    .banner2 {

        background: url("../image/homepage/banner-02.jpg") no-repeat center;

        padding: 80px 0px 80px 0px !important;

        background-size: cover;

        height: 200px;

    }

    .banner3 {

        background: url("../image/homepage/banner-03.jpg") no-repeat center;

        padding: 80px 0px 80px 0px !important;

        background-size: cover;

        height: 200px;

    } */

    .banner {

        /* background: url("../image/homepage/banner-01.jpg") no-repeat center/cover; */

        padding: 120px 0px 120px 0px;

        height: 350px;

        /* line-height: 120%; */

        /* align-items: ; */

    }

    .banner img {

        height: 100%;

        width: 100%;

        object-fit: auto;

    }

    .home-banner2 .carousel-item h1 strong {

        font-size: 24px !important;

        line-height: 31px !important;

        font-family: "Oswald", sans-serif;

    }



    .home-banner2 .carousel-item .tagline {

        display: none;

    }



    .carousel-control-prev {

        left: 0px !important;

    }

    .featured-services-area {

        margin-top: 16px !important; padding: 10px;

    }
	
	

    .info-top {

        padding: 40px 0 !important;

        margin-top: -3rem !important;

    }

    .about-content h2 {

        margin-bottom: 14px;

        line-height: 1.3;

        font-size: 27px !important;

    }

    .mbl-r {

        margin-top: 50px !important;

    }

    .doctor-area.extra-pb {

        padding-bottom: 160px !important;

    }

    .free-consultation-content h2 {

        margin-bottom: 0;

        line-height: 1.3;

        font-size: 28px !important;

    }

    .section-title h2 {

        margin-bottom: 0;

        line-height: 1.3;

        font-size: 25px !important;

    }

    .services-title-content h2 {

        margin-bottom: 14px;

        line-height: 1.3;

        font-size: 32px !important;

    }

    .cta-content h2 {

        color: #ffffff;

        line-height: 1.3;

        font-size: 28px !important;

    }

    .home-banner.home-slider-two .carousel-item h1 strong {

        font-weight: 700;

        font-size: 24px !important;

        line-height: 30px !important;

    }

    .headbookapp a {

        padding: 9px 14px;

    }

    h2.text-center.mb-4.mbl-f {

        font-size: 32px !important;

    }

    .hizmet-kutu .kutu-duzen {

        margin-top: 20px !important;

    }

    .offset-1 {

        margin-left: 0px !important;

    }

    .ptb-100 {

        padding-top: 24px !important;

        padding-bottom: 100px;

    }

    .section-title .btn {

        position: absolute;

        right: 0;

        top: -36px !important;

    }

    .thumb-pad1 {

        border: none !important;

    }

    h1.anim-about {

        font-size: 30px !important;

        color: #fff;

        font-weight: 500 !important;

        animation: 1s 1.5s fadeInDown both;

        line-height: 34px !important;

        font-family: "Oswald", sans-serif;

    }

    .navbar-light .navbar-toggler {

        color: #fff;

        border-color: rgb(0 0 0 / 0%);

    }

    .klev-nav .navbar .navbar-nav .nav-item a {

        font-size: 15px;

        font-weight: 600;

        color: #1c6fad;

        text-transform: capitalize;

        padding-left: 0;

        padding-right: 0;

        padding-top: 3px !important;

        padding-bottom: 3px !important;

        margin-left: 15px;

        margin-right: 15px;

        margin-top: 20px;

    }

    .klev-nav .navbar .navbar-nav .nav-item:first-child a {

        margin-left: 16px !important;

    }

    .offcanvas-end {

        top: 0;

        right: 0;

        width: 83% !important;

    }

    .featured-services-box {

        margin-top: 13px !important;

    }

    .klev-nav .navbar .others-option .burger-menu {

        display: none !important;

    }

}



@media screen and (max-width: 540px) {

    .banner {

        /* background: url("../image/homepage/banner-01.jpg") no-repeat center/cover; */

        padding: 40px 0px 80px 0px;

        height: 230px;

        /* line-height: 120%; */

        /* align-items: ; */

    }

    .banner img {

        height: 100%;

        width: 100%;

        object-fit: auto;

    }

    .home-banner2 .carousel-item h1 strong {

        font-size: 24px !important;

        line-height: 31px !important;

        font-family: "Oswald", sans-serif;

    }



    .home-banner2 .carousel-item .tagline {

        display: none;

    }

}



.owl-carousel .owl-item img {

    display: block;

    width: 100%;

}



.offset-1 {

    margin-left: 170px;

}



.owl-theme .owl-nav [class*="owl-"]:hover {

    background: #86979100 !important;

    color: #000 !important;

    text-decoration: none;

}



#home-about p {

    text-overflow: ellipsis;

    overflow: hidden;

    display: -webkit-box;

    -webkit-line-clamp: 6;

    -webkit-box-orient: vertical;

}

.services-slides .owl-dots {

    display: none;

}


@media screen and (max-width: 600px) {
    .contact-form {
        padding: 20px 10px !important;
    }

    .locate {
        margin-top: 1px !important;
    }

    .headbookapp a {
        font-size: 10px !important;
    }

    .currentLocationfooter .button {
        padding: 10px 20px 10px 42px !important;
    }
}


.ptb-40{ padding:40px 0;}