@charset "UTF-8";
/*---------------------------
** Global CSS
---------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    color: #777777;
    font-size: 18px;
    line-height: 28px;
    font-weight:400;
    /*    background:#ffffff;*/
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    overflow-x: hidden !important;
}

p,
small,
span {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0 0 15;
    margin: 0px;
}

a span,
button span,
input[type="submit"] span {
    font-family: 'Roboto Condensed', sans-serif;
}




/*---------------------------
** Helper CSS
---------------------------*/

.height-100 {
    height: 100%;
}

.no-margin {
    margin: 0px;
}

.no-padding {
    padding: 0px;
}

.outer {
    display: table;
    height: 100%;
}

.inner {
    display: table-cell;
    vertical-align: middle;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.parallax {
    background-attachment: fixed;
}

.section-title {
    text-align: center;
    color: #0b0705;
}

.section-title span {
    font-size: 16px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: 600;
    /*    opacity: .8;*/
    display: inline-block;
    color: #5095DA;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 30px;
}

.section-title h2::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    bottom: 0px;
    background-color: #5095DA;
    left: 50%;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}
/*---------------------------
** Header Section CSS
---------------------------*/

.header-section {
    position: relative;
}

.header-section .info-area {
    background-color: #0b0705;
    color: #fff;
    font-size: 14px;
    padding: 10px 5px;
}

.header-section .info-area ul.socials {
    list-style: none;
    padding-left: 0px;
    margin: 0px
}

.header-section .info-area ul.socials li {
    display: inline-block;
    margin-right: 20px;
}

.header-section .info-area ul.socials li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-section .info-area ul.socials li a:hover {
    color: #5095DA;
}

.support-area {
    background-color: #5095DA;
    color: #0b0705;
    padding: 25px 0px 74px;
}

.support-area .support-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.support-area .support-box .icon-wrapper {
    margin-right: 15px;
}

.support-area .support-box .icon-wrapper i {
    font-size: 40px;
    color: #0b0705;
}

.support-area .support-txt h4 {
    font-size: 18px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 700;
}

.support-area .support-txt p {
    font-size: 14px;
}

.appointment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.appointment p {
    margin-right: 40px;
}

.appointment a.phone-number {
    position: relative;
    background-color: #0b0705;
    padding: 15px 30px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

.appointment a.phone-number:hover {
    background-color: #5095DA;
    color: #0b0705;
}

.appointment .phone-number .icon-wrapper {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 40px;
    color: #0b0705;
    text-align: center;
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px)
}

.home-3 .appointment .phone-number .icon-wrapper i {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}

.appointment .phone-number:hover .icon-wrapper i {
    color: #5095DA;
}

.appointment .phone-number span {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

/*---------------------------
** Navbar Area CSS
---------------------------*/

.nav-area {
    position: absolute;
    width: 100%;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-area ul.menus {
    padding-left: 0px;
    margin: 0px;
    list-style: none;
}

.nav-area .main-menu {
    padding: 0px 38px 0px 40px;
    background-color: #fff;
}

.nav-area nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
}

.nav-area ul.menus li {
    display: inline-block;
    margin-right: 5px;
    padding: 35px 0px 34px;
}

.nav-area ul.menus li a {
    text-transform: uppercase;
    font-weight: 700;
    color: #0b0705;
    padding: 12px 10px;
    text-decoration: none;
}

.nav-area ul.menus li a.parent-link {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}

.nav-area ul.menus li a.parent-link:hover {
    color: #5095DA;
}

.nav-area ul.menus li a.parent-link::before {
    content: "";
    position: absolute;
    top: 0%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #5095DA;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
}

.nav-area ul.menus li a.parent-link:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.nav-area ul.menus li.dropdown:hover a.parent-link::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.nav-area ul.menus li.dropdown a {
    padding-right: 20px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}

.nav-area ul.menus li.dropdown:hover > a {
    color: #5095DA;
}

.nav-area ul.menus li.dropdown ul.dropdown-lists a {
    -webkit-transition: .5s;
    transition: .5s;
}

.nav-area ul.menus li.dropdown ul.dropdown-lists a:hover {
    color: #0b0705;
}

.nav-area ul.menus li.dropdown ul.dropdown-lists a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #5095DA;
    z-index: -1;
    -webkit-transition: .5s;
}

.nav-area ul.menus li.dropdown ul.dropdown-lists a:hover::before {
    width: 100%;
}

.nav-area .menus li.active a.parent-link {
    color: #ff3737;
}

ul.search-cart {
    padding-left: 0px;
    margin: 0px;
    list-style: none;
    margin-left: 24px;
}

ul.search-cart li {
    display: inline-block;
}

ul.search-cart li.cart {
    position: relative;
}

ul.search-cart li.cart span.count {
    background-color: #ff3737;
    display: inline-block;
    position: absolute;
    top: -1px;
    right: -8px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: 15px;
    width: 15px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
}

ul.search-cart li a {
    color: #373737;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

ul.search-cart li a:hover {
    color: #ff3737;
}

ul.search-cart li:first-child {
    position: relative;
    margin-right: 30px;
}

ul.search-cart li:first-child::after {
    content: "|";
    position: absolute;
    right: -18px;
    top: 0px;
}

.nav-area .menus li.dropdown {
    display: inline-block;
    position: relative;
    margin-right: 14px;
}

.nav-area .menus li.dropdown::after {
    content: "\f078";
    position: absolute;
    color: #373737;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
    font-family: "FontAwesome";
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
}

.nav-area .menus li.dropdown:hover::after {
    color: #5095DA;
}

.nav-area .menus li.active::after {
    color: #ff3737;
}

.nav-area .menus li.dropdown ul.dropdown-lists {
    position: absolute;
    top: 96px;
    left: 0px;
    -webkit-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
    left: 50%;
    width: 200px;
    background-color: #fff;
    padding: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

.nav-area .menus li.dropdown:hover ul.dropdown-lists {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.nav-area .menus li.dropdown ul.dropdown-lists li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    margin: 0px;
    padding: 0px;
}

.nav-area .menus li.dropdown ul.dropdown-lists li.dropdown-submenus {
    position: relative;
}

.nav-area .menus li.dropdown ul.dropdown-lists li.dropdown-submenus ul.sub-dropdown-lists {
    position: absolute;
    left: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: #fff;
    width: 180px;
    top: 0px;
    padding-left: 0px;
    border: 1px solid #f1f1f1;
    display: none;
}

.nav-area .menus li.dropdown ul.dropdown-lists li.dropdown-submenus > a {
    position: relative;
}

.nav-area .menus li.dropdown ul.dropdown-lists li.dropdown-submenus > a::after {
    content: "\f054";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #333333;
    right: 10px;
    top: 10px;
    font-size: 12px;
    -webkit-transition: .5s;
    transition: .5s;
}

.nav-area .menus li.dropdown ul.dropdown-lists li.dropdown-submenus > a:hover::after {
    color: #fff;
}

.nav-area .menus li.dropdown ul.dropdown-lists li.dropdown-submenus.active > a::after {
    color: #fff;
}

.nav-area .menus li.dropdown ul.dropdown-lists li.dropdown-submenus:hover ul.sub-dropdown-lists {
    display: block;
}

.nav-area .menus li.dropdown ul.dropdown-lists li.active > a {
    background-color: #ff3737;
    color: #fff;
}

.nav-area .menus li.dropdown ul.dropdown-lists li:last-child {
    border-bottom: none;
}

.nav-area .menus li.dropdown ul.dropdown-lists li a {
    padding: 10px 0px;
    display: block;
    text-align: center;
}

#mobileMenu {
    display: none;
}

.sticky-navbar,
.header-section.home-2 .sticky-navbar {
    border: none;
    -webkit-animation: navFadeIn 1s;
    animation: navFadeIn 1s;
}

@-webkit-keyframes navFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes navFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.nav-area.sticky-navbar,
.header-section.home-2.sticky-navbar,
.home-3 .nav-area.sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-bottom: 2px solid #0000001a;
}

.header-section.home-2.sticky-navbar {
    background-color: #373737;
}

.nav-area.sticky-navbar .navbar-area,
.header-section.home-2.sticky-navbar .navbar-area,
.home-3 .navbar-area.sticky-navbar {
    padding: 30px 0px;
}

.nav-area.sticky-navbar::after {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/*---------------------------
** Feature Area CSS
---------------------------*/

.feature-area {
    padding: 40px 0px;
}

.feature-bg {
    background-image: url('../images/feature_bg.jpg');
    background-repeat: repeat;
}

/*---------------------------
** Services Area CSS
---------------------------*/

.service-area {
    padding: 60px 0px 60px;
}
.service-area .section-title h2 {
    text-transform: uppercase;
    color: #0b0705;
}

.serviceBox{
    color: #fff;
    text-align: center;
    padding: 35px 32px 30px;
    position: relative;
    z-index: 1;
}
.serviceBox:before,
.serviceBox:after{
    content: "";
    border-radius: 25px;
    border: 10px solid #5095DA;
    border-top-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.serviceBox:after{
    background: #0b0705;
    border: none;
    box-shadow: none;
    top: 10px;
    left: 18px;
    bottom: 10px;
    right: 18px;
    z-index: -2;
}
.serviceBox .service-icon{
    color: var(--main-color);
    font-size: 40px;
    margin: 0 0 20px;
}
.serviceBox .title{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
}
.serviceBox .description{
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    /*    letter-spacing: 0.5px;*/
    text-align: justify;
    margin: 0;
}

@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 0 0 30px; }
}

/*---------------------------
** Statistics Area CSS
---------------------------*/

.statistics-area {
    padding: 130px 0px 110px;
}

.counter{
    color: var(--main-color1);
    background-color: #0b0705;
    text-align: center;
    width: 195px;
    height: 195px;
    padding: 0 0 20px 20px;
    margin: 0 auto;
    border-radius: 100px 100px;
    position: relative;
    z-index: 1;
}
.counter:before{
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 100px 100px;
    box-shadow: 10px 10px 10px rgb(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: 15px;
    z-index: -1;
}
.counter .counter-icon{
    color:#fff;
    background: #5095DA;
    font-size: 30px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    border-radius: 50px;
}
.counter h3{
    color: #0b0705;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.counter .counter-value{
    /*    font-size: 30px;
        font-weight: 600;*/
}
.counter .counter-value-wrap{
    color: #0b0705;
    font-size: 30px;
    font-weight: 600;
}

@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}  
/*---------------------------
** Testimonials Area CSS
---------------------------*/

.Testimonials-area  {
    padding: 60px 0px 60px;
}
.Testimonials-area .section-title h2 {
    text-transform: uppercase;
    color: #333333;
}

.Testimonials-bg {
    background-image: url('../images/feature_bg.jpg');
    background-repeat: repeat;
}
.testimonial{
    text-align: center;
    padding: 85px 50px 45px 70px;
    margin: 70px 15px 35px;
    background: #f9f9f9;
    box-shadow: 8px 4px 0 0 #0b0705;
    position: relative;
}
.testimonial .pic{
    width: 120px;
    height: 120px;
    border: 5px solid #0b0705;
    margin: 0 auto;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    color: #757575;
    line-height: 27px;
    margin-bottom: 20px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 32px;
    color: #5095DA;
    position: absolute;
    top: -15px;
    left: -35px;
}
.testimonial .testimonial-profile{
    position: relative;
    margin: 20px 0 10px 0;
}
.testimonial .testimonial-profile:after{
    content: "";
    width: 50px;
    height: 2px;
    background: #5095DA;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
.testimonial .title{
    display: inline-block;
    font-size: 18px;
    color: #5095DA;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 15px;
    color: #757575;
    text-transform: capitalize;
}
.owl-theme .owl-controls{
    margin-top: 10px;
}
.owl-theme .owl-controls .owl-page span{
    background: #5e5f5f;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #77a9dd;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 22px;
    height: 12px;
}
/*---------------------------
** Partner Area CSS
---------------------------*/

.partner-area .border-bottom {
    border-bottom: 2px solid #dbddde;
}

.single-partner-item {
    height: 198px;
    text-align: center;
}

.single-partner-item .outer-container {
    margin: 0 auto;
}
/*---------------------------
** Call to Action Area CSS
---------------------------*/

.cta-area {
    padding: 80px 0px;
    position: relative;
}

.cta-area *:not(.cta-overlay) {
    position: relative;
    z-index: 1;
}

.cta-bg {
    background-image: url('../images/cta_bg.jpg');
    background-size: cover;
    background-position: center;
}

.cta-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #333333;
    opacity: .9;
}

a.cta-btn {
    background-color: #5095DA;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 12px 0px;
    display: block;
    opacity: .9;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

a.cta-btn span {
    position: relative;
    z-index: 1;
}

a.cta-btn:hover {
    color: #0b0705;
}

a.cta-btn::after {
    background: #fff;
    content: '';
    position: absolute;
    height: 100%;
    left: -35%;
    top: 0;
    -webkit-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a.cta-btn:hover::after {
    height: 100%;
    width: 135%;
}


.cta-area h2 {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0px;
}
/*---------------------------
** Footer Area CSS
---------------------------*/

footer {
    background-color: #292929;
    color: #fff;
}

.footer-top {
    padding: 50px 0px 50px;
}

footer .txt {
    opacity: .8;
    margin-top: 30px;
}

footer h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

footer ul.links {
    padding-left: 0px;
    list-style: none;
    margin-top: 27px;
}

footer ul.links li {
    margin-bottom: 2px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: .3s;
    transition: .3s;
}

footer ul.links li:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

footer ul.links a {
    position: relative;
    color: #fff;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: .8;
    text-transform: uppercase;
    padding-left: 12px;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

footer ul.links li:hover a {
    color: #ff3737;
}

footer ul.links a::before {
    content: "\f105";
    position: absolute;
    left: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #ff3737;
}

footer .contact-infos {
    margin-top: 30px;
}

footer .contact-infos .single-info .icon-wrapper {
    margin-right: 20px;
}

footer .contact-infos .single-info i {
    color: #5095DA;
    font-size: 18px;
}

footer .contact-infos .single-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-bottom {
    border-top: 4px solid rgb(120 115 227 / 80%);
    padding: 20px 0px;
}

.footer-bottom .copyright-text p {
    color: #fff;
    text-align: center;
    opacity: .8;
}
