body {
    font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, span, a {
    font-family: 'Raleway', sans-serif;
}

a {
    transition: 0.4s ease all;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.no_padding {
    padding: 0;
}

.no_padding_left {
    padding-left: 0;
}

.padding40px {
    padding-left: 40px;
}

.no_padding_right {
    padding-right: 0;
}

/**************** Back To Up **********************/

.back-to-top {
    position: fixed;
    bottom: 30px;
    z-index: 10;
    right: 40px;
    padding: 10px 14px;
    -webkit-box-shadow: 0px 7px 14px 2px #3f3f3f1c;
    box-shadow: 0px 7px 14px 2px #3f3f3f1c;
    transition: 0.4s ease all;
    color: #00a95b;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.back-to-top:hover {
    color: #fff;
    background: #00a95b;
}

/* Headings deisgns */

.MainHeading {
    color: #464646;
    font-weight: 700;
    margin-top: 0;
}

.MainHeading span {
    color: #424242;
    font-weight: 600;
}

.HrTagLine {
    border: none;
    width: 75px;
    height: 4px;
    background: #00a95b;
}

.SubHeading {
    color: #828282;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
    padding: 0px 22%;
}

/* buttons deisigns */

.MoreBtn {
    padding: 10px 28px;
    background: #00a95b;
    border-radius: 40px;
    font-size: 12px;
    color: #fff;
    margin-top: 26px;
    text-transform: uppercase;
    transition: 0.4s ease all;
    border: 2px solid #00a95b;
    font-weight: 600;
}

.MoreBtn:hover {
    background: #037f46;
    border: 2px solid #037f46;
    color: #fff;
}

/* navbar & subnavbar */

.TopBar {
    background: #333333;
    color: #b2b2b2;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
    z-index: 999;
    display: block;
    position: relative;
}

.TopBar span {
    padding: 12px 0;
    float: left;
    font-family: 'Open Sans', sans-serif;
}

.SubNavRight {
    width: 100%;
}

.BorderRight {
    float: none !important;
}

.BorderRight::after {
    content: '';
    width: 1px;
    height: 18px;
    display: inline-block;
    background: #b2b2b2;
    position: absolute;
}

.BorderStyleRight::after {
    content: '';
    width: 1px;
    top: 0;
    
    height: 18px;
    display: inline-block;
    background: #b2b2b2;
    position: absolute;
    transform: translateX(14px);
}

.BorderStyleRight1::after {
    content: '';
    width: 1px;
    top: 0;
    margin-left: 120px;
    height: 18px;
    display: inline-block;
    background: #b2b2b2;
    position: absolute;
    transform: translateX(14px);
}
.log
{
    color: #333333  !important;
    transition: 0.4s ease all;
    background: #b2b2b2;
    padding: 4px 7px;
    border-radius: 5px;
    text-decoration: none !important;
    margin-left: 19px;

}

.log:hover
{
    background: #00a95b;
    color: #333333;

}

.RequestAppointmetnt:first-child {
    margin-right: 0px;
    margin-left: -70px;
}
.RequestAppointmetnt {
    color: #b2b2b2;
    transition: 0.4s ease all;
}

.RequestAppointmetnt:hover {
    color: #00a95b;
    text-decoration: none;
}

.SocialIcon {
    background: #b2b2b2;
    color: #333333;
    float: left;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 50%;
    position: relative;
    float: right;
    margin-left: 10px;
    transform: translateY(-2px);
    transition: 0.4s ease all;
}

.SocialIcon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.SocialIcon:hover {
    background: #00a95b;
    color: #333333;
}

/* Main NavBar */

.navbar-default {
    background: transparent;
    position: absolute;
    width: 100%;
}

.navbar {
    border: none;
    border-radius: 0;
    padding: 15px;
    z-index: 998;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-brand {
    color: #404040;
}

.navbar-brand>img {
    /*height: -webkit-fill-available;*/
}

.navbar-brand {
    padding: 0;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    font-weight: 800;
    background: none;
}

.navbar-brand {
    font-size: 22px;
    font-weight: 600;
}

.navbar-brand {
    padding: 5px 0 0 0;
}
.nav>li>a {
    padding: 10px 0px;
    padding-left: 50px;
}

.navbar-default .navbar-nav>li>a {
    font-size: 15px;
    font-weight: 500;
    transition: 0.4s ease all;
}

.sticknavbar {
    position: fixed;
    background: #ffffffed;
    z-index: 998;
    transition: 0.6s ease all;
    top: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
}
.NavBtn{
    padding: 8px 16px;
    background: transparent;
    border-radius: 40px;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    transition: 0.4s ease all;
    border: 1px solid #ffffff;
    font-weight: 700;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.NavBtn:hover {
    background: #fff;
    color: #00a95b;
}
/* dropdown */

.SubMenuWrapper {
    padding-top: 25px;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 16px;
    width: 100%;
}

.SubMenu {
    left: 50%;
    transition: all .3s;
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    z-index: 200;
    display: none;
    margin: 0 auto auto 0;
    width: 190px;
    text-align: left;
    border-radius: 0 0px 5px 5px;
    box-shadow: 0 2px 7px 0px rgba(152, 152, 152, 0.09);
    background: #ffffff;
    padding: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    list-style-image: none;
    padding-bottom: 20px;
    transition: 0.4s ease all;
}

.SubMenu li a {
    position: relative;
    margin-bottom: 0px;
    list-style: none;
    cursor: pointer;
    float: left;
    width: 100%;
    color: #404040;
    padding: 10px 20px;
    transition: 0.4s ease all;
}

.SubMenu li a:hover {
    text-decoration: none;
    background: #00a95b;
    color: #fff;
}

.DrowpDown:hover>.SubMenuWrapper>.SubMenu {
    display: block;
}

/* trusted clients starts here */

#OurClients {
    padding: 80px 0;
    background: url(../../Images/OurClientsBg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#OurClients .MainHeading, #OurClients .SubHeading, #Testimonial .MainHeading, #Testimonial .SubHeading {
    color: #fff;
}

#OurClients .HrTagLine, #Testimonial .HrTagLine {
    background: #fff;
}

.Client {
    width: 100%;
    padding: 30px 56px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0px 10px rgba(97, 97, 97, 0.78);
}

.Clients .owl-item .item {
    padding: 10px 30px;
}

.Clients .Circle {
    background: #fff;
    color: black;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    z-index: 99999999;
    position: relative;
    transition: 0.5s ease all;
    box-shadow: 0px 8px 12px 0px #00000057;
    -webkit-box-shadow: 0px 8px 12px 0px #00000057;
    -moz-box-shadow: 0px 8px 12px 0px #00000057;
}

.Circle:hover {
    box-shadow: 0px 8px 12px 0px #00000057, inset 0px 5px 8px 0px #00000057;
    -webkit-box-shadow: 0px 8px 12px 0px #00000057, inset 0px 5px 8px 0px #00000057;
    -moz-box-shadow: 0px 8px 12px 0px #00000057, inset 0px 5px 8px 0px #00000057;
}

.Circle Span {
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Clients .owl-nav {
    width: 100%;
    display: table;
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Clients .owl-nav .owl-prev {
    position: absolute;
    left: -30px;
}

.Clients .owl-nav .owl-next {
    position: absolute;
    right: -30px;
}

.Clients .owl-nav .owl-prev:hover, .Clients .owl-nav .owl-next:hover {
    background: none;
}

.owl-nav button {
    outline: none;
}

/* owl dots modifyed */

.owl-theme .owl-dots .owl-dot span {
    outline: none;
    border: 1px solid #00a95b;
    background: none !important;
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
}

.owl-theme .owl-dots .owl-dot.active span::after, .owl-theme .owl-dots .owl-dot:hover span::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    background: #00a95b !important;
}

.owl-dot {
    outline: none;
}

/* footer section starts here */

footer {
    padding: 60px 0;
    background: #fcfcfc;
    font-family: 'Open Sans', sans-serif;
}

footer p {
    color: #828282;
    font-family: 'Open Sans', sans-serif;
}

.FooterLogo {
    float: left;
}

footer h3 {
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #828282;
    line-height: 25px;
    margin-top: 15px;
    float: left;
    padding-right: 16%;
    font-weight: 500;
}

.FooterHeading {
    font-size: 18px;
    font-weight: 800;
    color: #323234;
}

.QuickLinks {
    float: left;
    list-style: none;
    padding: 0;
    color: #828282;
    font-size: 13px;
    font-weight: 600;
    line-height: 2.6;
}

.QuickLinks a {
    color: #828282;
    transition: 0.4s ease all;
    line-height: 2.6;
}

.QuickLinks a:hover {
    text-decoration: none;
    color: #00a95b;
}

.FooterIcons {
    width: 30px;
    height: 30px;
    position: relative;
    display: table;
    background: #00a95b;
    border-radius: 50%;
}

.FooterIcons img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

#Copyright {
    background: #fcfcfc;
    padding: 20px;
    border-top: 1px solid #827f7f73;
    color: #828282;
    font-family: 'Open Sans', sans-serif;
}

#Copyright h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

#Copyright a {
    font-size: 14px;
    font-weight: 600;
    color: #828282;
    margin-left: 10px;
    font-family: 'Open Sans', sans-serif;
    transition: 0.4s ease all;
}

#Copyright a:hover {
    text-decoration: none;
    color: #00a95b;
}

/* Page title section */

#Pagecontent {
    padding: 160px 0 85px 0;
    background: #fcfcfc;
}

.PageTitleHeading {
    color: #464646;
    font-weight: 600;
    font-size: 30px;
    margin: 0;
}

.TitleTagLine {
    border: none;
    width: 75px;
    height: 4px;
    background: #00a95b;
    float: left;
    margin-bottom: 50px;
}

/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 999;
    background: rgb(0, 169, 91);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    font-size: 14px;
    display: block;
    outline: none;
    font-weight: 500;
}

.DrowpDownIcon {
    font-size: 16px;
    transition: 0.4s ease all;
    transform: translateY(2px);
}

#mobile-nav ul li a:hover {
    color: #fff;
}

.DrowpDown:hover .DrowpDownIcon {
    transform: translateY(2px) rotate(90deg);
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #03C4EB;
}

#mobile-nav ul .menu-item-active {
    color: #03C4EB;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}


/* media queries */

@media (max-width: 1200px) and (min-width: 992px) {
    .Clients .owl-nav .owl-next, .Testimonial .owl-nav .owl-next {
        right: -15px;
    }
    .Clients .owl-nav .owl-prev, .Testimonial .owl-nav .owl-prev {
        left: -15px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .SubHeading {
        padding: 0 10%;
    }
    .TopBar {
        height: auto;
    }
    .nav>li>a{
        padding: 10px 14px;
    }
    .no_padding_left {
        padding-left: 15px;
    }
    .no_padding_right {
        padding-right: 15px;
    }
    .padding40px {
        padding-left: 15px;
    }
    .Clients .owl-nav .owl-next, .Testimonial .owl-nav .owl-next {
        right: 0;
    }
    .Clients .owl-nav .owl-prev, .Testimonial .owl-nav .owl-prev {
        left: 0;
    }
}

@media (max-width: 768px) {
    #mobile-nav ul .active{
    background: #039853 !important;
    }
    #mobile-nav ul li a:hover {
        color: #fff;
        background: #04c56c;
    }
    .PageTitleHeading{
        font-size: 22px;
    }
    .TopBar {
        height: auto;
    }
    .xs_left {
        text-align: left;
    }
    .xs_center {
        text-align: center;
    }
    #Pagecontent{
        padding: 160px 15px 85px 15px;
    }
    .RequestAppointmetnt:first-child {
    
        margin-left: 0px;
    }
    .BorderStyleRight1 {
        margin-left: -25px !important;
        width: 127px !important;
    }
    .BorderStyleRight1::after 
    {
        margin-left: 128px;
    }


    .SubMenu {
        width: 100%;
        text-align: left;
        background: #039853;
        float: left;
        transition: 0.4s ease all;
        position: inherit;
        top: 0;
        left: 0;
        transform: translateX(0px);
    }
    .SubMenuWrapper {
        margin-top: 0px;
        padding-top: 0;
        position: inherit;
    }
    .MobileNavLogo {
        margin-left: 15px;
        padding-bottom: 10px;
    }
    #mobile-nav ul li li {
        padding-left: 0px;
    }
    #mobile-nav ul li li a {
        padding-left: 30px;
    }
    .xs_padding_left {
        padding-left: 15px;
    }
    .xs_padding_right {
        padding-right: 15px;
    }
    .Clients .owl-nav .owl-next, .Testimonial .owl-nav .owl-next {
        right: 10px;
    }
    .Clients .owl-nav .owl-prev, .Testimonial .owl-nav .owl-prev {
        left: 10px;
    }
    .padding40px {
        padding-left: 15px;
    }
    #Copyright h3 {
        margin-bottom: 10px;
    }
}