* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    background: #fbebf0;
    scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #303030;
    line-height: 1.4;
    font-weight: 600;
}
a,
a:active,
a:focus,
a:hover {
    color: #303030;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    outline: 0;
    font-size: 16px;
    font-weight: 600;
}
li {
    list-style: none;
}
p {
    line-height: 2;
    color: #707070;
    font-size: 16px;
    font-weight: 400;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    margin: 0;
    padding: 0;
}
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
input:focus,
textarea:focus {
    outline: 0;
}
.mt-15 {
    margin-top: 15px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-150 {
    margin-top: 150px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-50 {
    margin-right: 50px;
}
.mr-100 {
    margin-right: 100px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-100 {
    margin-bottom: 100px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-50 {
    margin-left: 50px;
}
.ml-100 {
    margin-left: 100px;
}
.pt-50 {
    padding-top: 50px !important;
}
.section-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-padding-0-80 {
    padding-top: 0;
    padding-bottom: 80px;
}
.section-padding-80-0 {
    padding-top: 80px;
    padding-bottom: 0;
}
.services_sub {
    font-size: 1rem;
    color: #fff;
    line-height: 2;
}
.head_services {
    margin-top: 1em;
}
.service_head {
    text-align: center;
    font-size: 30px !important;
    text-transform: uppercase !important;
}
.service_min {
    color: #000;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 2em;
}
.service_border {
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    top: 8em !important;
}
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}
.section-heading h2 {
    font-size: 48px;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 1.1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-heading h2 {
        font-size: 36px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading h2 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 30px;
    }
}
.section-heading p {
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 0;
    color: #a6a6a6;
}
#scrollUp {
    bottom: 50px;
    font-size: 30px;
    line-height: 45px;
    right: 50px;
    width: 50px;
    background-color: #1583e9;
    color: #fff;
    text-align: center;
    height: 50px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}
#scrollUp:focus,
#scrollUp:hover {
    background-color: #000;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    #scrollUp {
        right: 30px;
        bottom: 30px;
    }
}
.uza-btn {
    position: relative;
    z-index: 1;
    min-width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    text-transform: capitalize;
    color: #1583e9;
    border: none;
    border-radius: 50px;
    background-color: #fff;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}
.uza-btn:focus,
.uza-btn:hover {
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    background-color: #1583e9;
    color: #fff;
}
.uza-btn.btn-2 {
    background-color: #6e2f68;
    color: #fff;
    margin: 30px 0 0;
    box-shadow: none;
}
.uza-btn.btn-2:focus,
.uza-btn.btn-2:hover {
    background-color: #d23766;
    color: #fff;
}
.uza-btn.btn-3 {
    border: 2px solid #1583e9;
    line-height: 46px;
}
.header-area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 0;
    padding: 30px 0;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area {
        border-top: 10px solid #303030;
    }
}
@media only screen and (max-width: 767px) {
    .header-area .main-header-area {
        border-top: 10px solid #303030;
    }
}
.header-area .main-header-area.sticky {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    top: 0;
    width: 100%;
    position: fixed;
    background-color: #e7f2fd;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    border-bottom: none;
    left: 0;
    z-index: 650;
}
.header-area .search-icon {
    position: relative;
    z-index: 1;
    margin-left: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .search-icon {
        margin-left: 15px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .header-area .search-icon {
        margin-left: 15px;
        margin-top: 20px;
    }
}
.header-area .search-icon i {
    font-size: 20px;
    color: #303030;
    cursor: pointer;
}
.classy-nav-container {
    background-color: transparent;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .classy-nav-container {
        padding: 0 15px;
    }
}
.classy-nav-container .classy-navbar {
    height: 100px;
    padding: 0 3%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .classy-nav-container .classy-navbar {
        height: 70px;
        padding: 0 5%;
    }
}
@media only screen and (max-width: 767px) {
    .classy-nav-container .classy-navbar {
        height: 70px;
        padding: 0 5%;
    }
}
@media only screen and (max-width: 767px) {
    .classy-nav-container .classy-navbar .nav-brand {
        max-width: 90px;
        margin-right: 15px;
    }
}
.classy-nav-container .classy-navbar .classynav ul li a {
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: #303030;
}
.classy-nav-container .classy-navbar .classynav ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li a:hover {
    color: #1583e9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 14px;
        padding: 0 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 14px;
    }
}
.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
    font-size: 16px;
    text-transform: capitalize;
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .classy-nav-container
        .classy-navbar
        .classynav
        ul
        li.cn-dropdown-item
        ul
        li
        a {
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .classy-nav-container
        .classy-navbar
        .classynav
        ul
        li.cn-dropdown-item
        ul
        li
        a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .classy-nav-container
        .classy-navbar
        .classynav
        ul
        li.cn-dropdown-item
        ul
        li
        a {
        font-size: 14px;
    }
}
.classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 2px;
    background-color: #1583e9;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .classy-nav-container
        .classy-navbar
        .classynav
        ul
        li.current-item
        a::after {
        width: 100%;
        height: 1px;
    }
}
@media only screen and (max-width: 767px) {
    .classy-nav-container
        .classy-navbar
        .classynav
        ul
        li.current-item
        a::after {
        width: 100%;
        height: 1px;
    }
}
.classynav ul li.has-down.active > a::after,
.classynav ul li.has-down > a::after,
.classynav ul li.megamenu-item > a::after {
    color: #303030;
}
.breakpoint-off .classynav ul li .dropdown {
    width: 210px;
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    border-radius: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .get-a-quote {
        margin: 30px 15px !important;
    }
}
@media only screen and (max-width: 767px) {
    .get-a-quote {
        margin: 30px 15px !important;
    }
}
.about-us-content {
    position: relative;
    z-index: 1;
}
.about-us-content h2 {
    font-size: 48px;
    display: block;
    margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-content h2 {
        font-size: 36px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-content h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .about-us-content h2 {
        font-size: 30px;
    }
}
.about-us-thumbnail {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-right: 100px;
}
.about-us-thumbnail img {
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-thumbnail {
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .about-us-thumbnail {
        padding-right: 0;
    }
}
.uza-video-area {
    position: absolute;
    top: 50%;
    right: 65px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .uza-video-area {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
@media only screen and (max-width: 767px) {
    .uza-video-area {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
.uza-video-area .video-play-btn {
    display: inline-block;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background-color: #1583e9;
    color: #fff;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
}
.uza-video-area .video-play-btn i {
    padding-left: 5px;
}
.uza-video-area .video-play-btn:focus,
.uza-video-area .video-play-btn:hover {
    box-shadow: none;
    background-color: #1583e9;
}
.uza-about-us-area {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}
.uza-about-us-area .about-bg-pattern {
    position: absolute;
    width: 40%;
    left: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
}
.uza-about-us-area .about-bg-pattern img {
    height: 100%;
    width: auto;
}
.uza-video-area .video-play-btn {
    -webkit-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
}
.uza-video-area .video-play-btn:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px #1583e9;
    opacity: 1;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
    animation: sonarEffect 1.3s ease-out 75ms infinite;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
            0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
            0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
            0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
            0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
            0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
            0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
.uza-why-choose-us-area {
    position: relative;
    z-index: 1;
}
.uza-why-choose-us-area ul li {
    font-size: 16px;
    margin-bottom: 15px;
    color: #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.uza-why-choose-us-area ul li i {
    color: #1583e9;
    margin-right: 15px;
}
.uza-why-choose-us-area ul li:last-child {
    margin-bottom: 0;
}
.about-tab-area {
    position: relative;
    z-index: 1;
}
.about-tab-area .nav-tabs .nav-item {
    margin-bottom: 0;
}
.about-tab-area .nav-tabs .nav-link {
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    border: none;
    margin-right: 30px;
    background-color: transparent;
}
@media only screen and (max-width: 767px) {
    .about-tab-area .nav-tabs .nav-link {
        letter-spacing: 1px;
        margin-right: 15px;
        font-size: 14px;
    }
}
.about-tab-area .nav-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #1583e9;
    width: 100%;
    height: 2px;
}
.single-service-area {
    position: relative;
    z-index: 1;
    text-align: center;
}
.single-service-area .service-icon {
    background-color: #e7f2fd;
    width: 145px;
    height: 110px;
    font-size: 42px;
    color: #303030;
    text-align: center;
    line-height: 110px;
    border-radius: 80px 200px 200px 362px;
    margin: 0 auto 30px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.single-service-area h5 {
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-weight: 600;
}
.single-service-area:focus .service-icon,
.single-service-area:hover .service-icon {
    background-color: #1583e9;
    color: #fff;
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}
.single-service-area:focus h5,
.single-service-area:hover h5 {
    color: #1583e9;
}
.cta-testimonial-cfa-area {
    position: relative;
    z-index: 1;
}
.cta-testimonial-cfa-area .cta-testimonial-cfa-bg-curve {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    z-index: -1;
}
.breadcrumb-area {
    position: relative;
    z-index: 1;
    height: 290px;
    margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area {
        height: 220px;
    }
}
@media only screen and (max-width: 767px) {
    .breadcrumb-area {
        height: 200px;
        margin-bottom: 0;
    }
}
.breadcrumb-area .breadcrumb-bg-curve {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    text-align: right !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-area .breadcrumb-bg-curve {
        width: 90%;
    }
}
.breadcrumb-area .title {
    font-size: 40px;
    margin-bottom: 0;
    text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-area .title {
        font-size: 42px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area .title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .breadcrumb-area .title {
        font-size: 30px;
    }
}
.breadcrumb-area .breadcumb--con .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item > a {
    font-size: 18px;
    text-transform: capitalize;
    color: #303030;
    font-weight: 400;
    letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
    .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item,
    .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active,
    .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item > a {
        font-size: 14px;
    }
}
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active:focus,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active:hover,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item:focus,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item:hover,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item > a:focus,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item > a:hover {
    color: #1583e9;
}
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active {
    color: #a6a6a6;
}
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active:focus,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active:hover {
    color: #a6a6a6;
}
.breadcrumb-area .breadcumb--con .breadcrumb .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.breadcrumb-area .breadcumb--con .breadcrumb .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.breadcrumb-area
    .breadcumb--con
    .breadcrumb
    .breadcrumb-item
    + .breadcrumb-item::before {
    content: "\f105";
    font-family: FontAwesome;
}
.uza-contact-area {
    position: relative;
    z-index: 1;
}
.uza-contact-area .google-maps {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 500px;
}
@media only screen and (max-width: 767px) {
    .uza-contact-area .google-maps {
        height: 280px;
    }
}
.uza-contact-area .google-maps iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.single-contact-card {
    position: relative;
    z-index: 1;
}
.single-contact-card h4 {
    margin-bottom: 15px;
}
.single-contact-card h3 {
    color: #1583e9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-contact-card h3 {
        font-size: 20px;
    }
}
.single-contact-card h6 {
    margin-bottom: 0;
    color: #707070;
    line-height: 1.5;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .single-contact-card h6 {
        font-size: 14px;
    }
}
.uza-contact-form {
    position: relative;
    z-index: 1;
}
.uza-contact-form .form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 30px;
    color: #a6a6a6;
    font-size: 14px;
}
.uza-contact-form .form-control:focus {
    box-shadow: none;
    border-color: #1583e9;
}
.uza-contact-form textarea.form-control {
    height: 110px;
    padding: 20px;
}
.second-row {
    margin-top: 30px;
}
.event-content.head-team h4 {
    background: transparent none repeat scroll 0 0;
    color: #333;
    padding: 30px 0 10px;
    font-weight: 500;
    text-transform: capitalize;
}
.tab-menu .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.tab-menu {
    display: block;
    text-align: center;
}
.tab-menu ul.nav {
    margin: 0;
    padding: 0;
}
.tab-menu ul.nav li {
    border: medium none;
    display: inline-block;
}
.tab-content {
    border: 1px solid #ccc;
    padding: 0 15px 15px;
}
.tab-menu ul.nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    color: #444;
    display: block;
    font-weight: 500;
    margin-right: 5px;
    padding: 10px 20px;
    font-family: raleway;
    font-size: 18px;
}
.tab-menu ul li.active a,
.tab-menu ul li.focus a,
.tab-menu ul li.hover a {
    border-bottom: 1px solid #fff;
    color: #3ec1d5 !important;
}
.tab-menu .nav-tabs {
    border-bottom: none;
}
.tab-main-img a {
    position: relative;
    display: block;
}
.tab-main-img a:hover span.events-offer {
    height: 20%;
}
.tab-main-img a span.events-offer {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    content: "";
    font-size: 20px;
    font-weight: 700;
    height: 0%;
    left: 0;
    line-height: 70px;
    padding: 0;
    position: absolute;
    text-align: left;
    transition: all 0.5s ease 0s;
    width: 100%;
    padding: 0 10px;
}
.nav-brand img {
    width: 200px;
}
.padding-0 {
    padding: 0 !important;
}
.header-area .navbar-collapse ul li a {
    padding: 10px 30px;
    font-weight: 500;
    color: #6e2f68;
}
.header-area .navbar-collapse ul li a:active,
.header-area .navbar-collapse ul li a:focus,
.header-area .navbar-collapse ul li a:hover {
    color: #d23766 !important;
}
.header-area .navbar-collapse ul {
    margin-top: 20px;
}
.get-qtn-btn {
    border-radius: 30px;
    background: #6e2f68;
    padding: 15px 30px !important;
    color: #fff !important;
    transition-duration: 0.5s;
}
.get-qtn-btn:active,
.get-qtn-btn:focus,
.get-qtn-btn:hover,
.qoutecontainer a:active,
.qoutecontainer a:focus,
.qoutecontainer a:hover {
    color: #fff !important;
    background: #d23766 !important;
}
a {
    transition-duration: 0.5s;
}
.header-area {
    transition-duration: 0.5s;
}
.header-area.scrolled {
    background: #fff;
    box-shadow: 0 20px 20px 0 #fbebf047;
    padding: 15px 0;
}
.header-area.scrolled .navbar-collapse ul {
    margin-top: 0;
}
.header-area.scrolled .navbar-collapse ul li a {
    color: #333;
}
.header-area.scrolled .navbar-collapse ul li a.get-qtn-btn {
    background: #6e2f68;
    color: #fff !important;
}
.homebanner {
    height: 110vh;
    position: relative;
}
.logopattern {
    position: absolute;
    right: 0;
    top: 50%;
    width: 65%;
    transform: translate(0, -50%);
}
.welcome-text {
    position: absolute;
    top: 52%;
    left: 48%;
    transform: translate(-75%, -50%);
}
.welcome-text h2 {
    font-size: 50px;
}
.welcome-text h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
}
.meta-title {
    font-size: 20px !important;
    font-weight: 600;
    color: #d23766;
}
.section-title {
    font-size: 40px !important;
    color: #333;
    font-weight: 600;
    margin-bottom: 50px;
}
.service_container {
    padding: 50px 0 0;
}
.service_container .grid_box {
    background: 0 0;
    padding: 30px;
    border-radius: 30px;
    display: inline-block;
    width: 100%;
    transition: all 0.5s ease;
}
.service_container .grid_box img {
    width: 70px;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}
.service_container .grid_box .info {
    display: inline-block;
    float: left;
}
.service_container .grid_box .info h3 {
    font-size: 18px;
}
.service_container .grid_box .info p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 0;
}
.service_container a:active .grid_box,
.service_container a:focus .grid_box,
.service_container a:hover .grid_box {
    background: #6e2f68;
    transform: scale(1.02);
    box-shadow: 0 20px 20px 0 #6e2f6821;
}
.service_container a:active .grid_box h3,
.service_container a:active .grid_box p,
.service_container a:focus .grid_box h3,
.service_container a:focus .grid_box p,
.service_container a:hover .grid_box h3,
.service_container a:hover .grid_box p {
    color: #fff;
}
.service_container a:active .grid_box .og,
.service_container a:focus .grid_box .og,
.service_container a:hover .grid_box .og {
    display: none;
}
.service_container a .grid_box .hover {
    display: none;
}
.service_container a:active .grid_box .hover,
.service_container a:focus .grid_box .hover,
.service_container a:hover .grid_box .hover {
    display: block;
}
.service_container a .grid_box .bg-img {
    position: absolute;
    width: 70%;
    top: -100px;
    left: -50px;
    z-index: 0;
    opacity: 0;
    transition: all 0.8s ease;
}
.service_container a:active .grid_box .bg-img,
.service_container a:focus .grid_box .bg-img,
.service_container a:hover .grid_box .bg-img {
    opacity: 0.1;
    left: 0;
}
.transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.testibox {
    border-radius: 30px;
    padding: 30px;
    min-height: 200px;
}
.testimonials .owl-one .owl-item {
    padding: 30px 0;
}
.testimonials .owl-one .owl-item .testibox {
    background: #fff;
    position: relative;
    overflow: hidden;
}
.testibox i {
    font-size: 50px;
    position: absolute;
    z-index: 0;
    color: #d23766;
    opacity: 0.1;
    transition: all 0.5s ease;
}
.testibox p {
    font-size: 13px;
    margin-top: 25px;
    margin-bottom: 0;
}
.testimonials .owl-one .owl-item:after {
    content: "";
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 40px;
    border-right-width: 0;
    border-top: 22px solid transparent;
    bottom: 84px;
    position: absolute;
    z-index: 999;
    left: 33px;
    opacity: 0;
}
.testiuserbox {
    position: relative;
    left: 50px;
    top: 15px;
    opacity: 0;
}
.testiuserbox .userdp {
    background: #6e2f68;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    border: 3px solid #fff;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    line-height: 27px;
    margin: 15px;
    display: inline-block;
    float: left;
}
.testiuserbox .userinfo {
    display: inline-block;
    float: left;
    margin: 20px 0 0;
}
.testiuserbox .userinfo h5 {
    font-size: 15px;
    margin: 0;
}
.testiuserbox .userinfo span {
    font-size: 13px;
}
.owl-item.active.center .testibox {
    background: #6e2f68;
    transform: scale(1.05);
    box-shadow: 0 20px 20px 0 #6e2f6821;
}
.owl-item.active.center:after {
    opacity: 1;
    border-top: 22px solid #6e2f68;
}
.owl-item.active.center .testiuserbox {
    opacity: 1;
}
.owl-item .testibox img {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 50%;
    opacity: 0.1;
    z-index: 0;
    transition: all 0.5s ease;
}
.owl-item.active.center .testibox img {
    left: 0;
}
.owl-item.active.center .testibox p {
    color: #fff;
}
.owl-item.active.center .testibox:after {
    border-top: 22px solid #6e2f68;
}
.owl-item.active.center .testibox i {
    color: #fff;
}
.owl-nav.disabled {
    display: block !important;
}
.testimonials .owl-nav {
    position: absolute;
    top: -20px;
    right: -15px;
    margin-top: 0;
}
.owl-nav button {
    outline: 0;
    margin: 0 20px !important;
}
.qoutecontainer {
    background: #6e2f68;
    color: #fff;
    padding: 50px;
    border-radius: 30px;
    overflow: hidden;
}
.qoutecontainer h2 {
    color: #fff;
    font-size: 40px;
}
.qoutecontainer span {
    font-size: 20px;
}
.qoutecontainer a {
    color: #6e2f68;
    background: #fff;
    border-radius: 30px;
    padding: 15px 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    right: 0;
    transform: translate(-10%, -50%);
    text-align: center;
    text-transform: capitalize;
}
.qoutecontainer img {
    position: absolute;
    top: -520%;
    width: 73%;
    left: 0;
    opacity: 0.1;
}
footer {
    padding: 100px 0 0;
}
footer img {
    width: 200px;
    margin-bottom: 20px;
}
footer p {
    font-size: 13px;
    line-height: 25px;
}
footer ul li,
footer ul li a {
    font-size: 13px !important;
    line-height: 25px;
    font-weight: 400;
    transition: all 0.5s ease;
}
footer .links ul li {
    line-height: 35px;
}
.footerbottom {
    padding: 30px 0;
    border-top: 1px solid #ccc;
    margin: 50px 0 0;
    text-align: center;
}
@media (min-width: 315px) and (max-width: 768px) {
    body,
    html {
        overflow-x: hidden;
    }
    .header-area,
    .header-area.scrolled {
        padding: 16px;
    }
    .header-area .navbar-collapse ul {
        margin-top: 15px;
        float: none !important;
        background: #fff;
        padding: 15px;
    }
    .header-area.scrolled .navbar-collapse ul {
        padding-bottom: 0;
    }
    .header-area .navbar-collapse ul li a {
        padding: 0;
        font-weight: 500;
        color: #6e2f68;
        display: block;
        line-height: 45px;
    }
    .get-qtn-btn {
        display: none !important;
    }
    .welcome-text h2 {
        font-size: 20px;
    }
    .logopattern {
        position: absolute;
        right: 0;
        top: auto;
        width: 100%;
        transform: initial;
        bottom: 0;
    }
    .welcome-text {
        position: absolute;
        top: 35%;
        left: 0;
        transform: translate(0, -50%);
    }
    .welcome-text h5 {
        font-size: 15px;
        margin: 15px 0 0;
    }
    .uza-about-us-area {
        padding: 50px 0;
    }
    .about-us-content h2 {
        font-size: 15px !important;
        display: block;
        margin-bottom: 15px;
    }
    .section-title {
        font-size: 20px !important;
        margin-bottom: 20px;
    }
    .meta-title {
        font-size: 15px !important;
    }
    p {
        line-height: 25px;
        font-size: 15px;
    }
    .service_container .grid_box {
        padding: 16px;
    }
    .owl-item.active.center .testibox,
    .service_container a:active .grid_box,
    .service_container a:focus .grid_box,
    .service_container a:hover .grid_box {
        transform: scale(0.95);
    }
    .testimonials .owl-nav {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .testimonials .owl-one .owl-item:after {
        bottom: 94px;
    }
    .owl-theme .owl-dots .owl-dot span {
        border-color: #6e2f68 !important;
    }
    .qoutecontainer {
        padding: 30px;
    }
    .qoutecontainer h2 {
        font-size: 20px;
        text-align: center;
    }
    .qoutecontainer span {
        font-size: 15px;
        text-align: center;
        display: block;
    }
    .qoutecontainer a {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        transform: unset;
        margin-top: 30px;
        display: block;
    }
    footer {
        padding: 50px 0 0;
    }
    footer .res-size {
        margin-bottom: 20px;
    }
    footer .res-size h5 {
        font-size: 18px;
    }
    .navbar-light .navbar-toggler {
        border: none;
        outline: 0;
    }
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    outline: 0 !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 5px;
    border: 2px solid #fff;
    background: 0 0;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #fff;
    width: 10px;
    height: 10px;
}
.enquire {
    padding: 0.7em;
    font-weight: 600;
    float: right;
    border-radius: 50px;
    background: #fff;
    color: #6e2f68;
    margin-top: 1em;
    border: 3px solid #fff;
}
.enquire:hover {
    padding: 0.7em;
    font-weight: 600;
    float: right;
    border-radius: 50px;
    background: #6e2f68;
    color: #fff;
    margin-top: 1em;
    border: 3px solid #fff;
}
.hr.new1 {
    border-top: 1px solid red;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(255 255 255 / 10%);
    margin-top: 2em;
}
.content {
    display: flex;
    background-color: #fff;
    box-shadow: 0.5rem 0.5rem 1rem rgb(197 192 192 / 50%);
    border-radius: 7px !important;
}
.content-img {
    flex: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2em;
    background: #fff;
    border-radius: 7px;
}
.content-text .btn:hover {
    display: inline-block;
    text-decoration: none;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 1.5rem 2rem;
    border: 1px solid #444;
    color: #fff;
    background: #6e2f68;
    border: 5px solid #fff;
}
.content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px !important;
}
.content-text {
    flex: 1.5;
    padding: 2rem;
    background: #6e2f68;
    color: red;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.content-text .content-title {
    color: #ebaaeb;
    font-size: 2rem;
}
.content-text .content-subtitle {
    font-size: 2.56rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #444;
    margin: 0.5rem 0 2rem;
}
.content-text .content-paragraph {
    color: #fff;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 0;
}
.content-text .btn {
    display: inline-block;
    text-decoration: none;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 1.5rem 2rem;
    color: #6e2f68;
    background: #fff;
    border: 5px solid #fff;
}
@media screen and (max-width: 1100px) {
    .content-text {
        flex: 1;
    }
}
@media screen and (max-width: 960px) {
    .content-text .content-paragraph {
        font-size: 14px;
        margin-bottom: 1.6rem;
    }
    .content-text .content-subtitle {
        font-size: 2rem;
    }
    .content-text .content-title {
        font-size: 1.7rem;
        text-align: justify;
    }
    .content-text .btn {
        padding: 1rem 1.56rem;
    }
}
@media screen and (max-width: 756px) {
    .content {
        flex-direction: column;
        text-align: center;
        background: 0 0;
        box-shadow: none;
    }
    .content-text .content-title {
        font-size: 1.3rem;
    }
    .services_sub {
        text-align: justify;
    }
    .content-img {
        display: none;
    }
    .content-text .content-paragraph {
        text-align: justify;
    }
    .content-img {
        height: 350px;
        width: 100%;
    }
    .service_min {
        color: #000;
        font-size: 15px;
        line-height: 2;
        margin-bottom: 0;
        text-align: justify;
        padding-bottom: 2em;
    }
    .content-text {
        margin-top: 9em;
        border-radius: 7px;
        margin-left: 1em;
        margin-right: 1em;
    }
}
@media screen and (max-width: 456px) {
    .content-text .content-paragraph {
        font-size: 14px;
        line-height: 2;
        word-break: break-all;
    }
    .content-text {
        margin-top: 14em;
        border-radius: 7px;
        margin-left: 1em;
        margin-right: 1em;
    }
    .content-text .content-subtitle {
        font-size: 1.72rem;
    }
    .content-text .content-title {
        font-size: 1.3rem;
    }
}
