body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #444444;
    transition: all 0.3s ease-in;
}

.wrapper {
    padding: 10vh 0;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes slide {
    from {
        background-position: 0 0
    }
    to {
        background-position: 20000px 0
    }
}

.heading {}

.heading h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 20px;
}

.heading .heading-label {
   
    border: 0px;
    padding: 0.3rem 1.5rem;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
  background-color: #f7f5f5;
    transition: all 0.2s ease-in;
    color: #4464d1;
    text-transform: uppercase;
}

.btn-primary {
    background: rgb(66, 170, 81);
    background: linear-gradient(128deg, rgba(66, 170, 81, 1) 0%, rgba(18, 103, 168, 1) 100%);
    border: 0px;
    padding: 0.6rem 1rem;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-shadow: 0px 16px 13px -4px rgba(67, 172, 80, 0.3);
    -moz-box-shadow: 0px 16px 13px -4px rgba(67, 172, 80, 0.3);
    box-shadow: 0px 16px 13px -4px rgba(67, 172, 80, 0.3);
    transition: all 0.2s ease-in;
}

.btn-primary:hover {
    -webkit-box-shadow: 0px 12px 13px -1px rgba(67, 172, 80, 0.46);
    -moz-box-shadow: 0px 12px 13px -1px rgba(67, 172, 80, 0.46);
    box-shadow: 0px 12px 13px -1px rgba(67, 172, 80, 0.46);
    transition: all 0.2s ease-in;
    transform: translate(0, -3px);
}

.btn-primary:focus,
.btn-primary:active {
    background: rgb(66, 170, 81) !important;
    background: linear-gradient(128deg, rgba(66, 170, 81, 1) 0%, rgba(18, 103, 168, 1) 100%) !important;
}

.form-control {
    border-radius: 30px;
    padding: 0.5rem 1rem;
    font-weight: 300;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}

header {
  
}

header .top-contact {
    background: linear-gradient(90deg,rgba(66, 99, 208, 1) 0%, rgba(99, 173, 72, 1) 100%);
}

header .top-contact .socialicons {
    padding-left: 0px;
    list-style: none;
}

header .top-contact .socialicons li {
    float: left;
    padding: 10px 10px;
}

header .top-contact .socialicons li a {
    color: #fff;
    cursor: pointer;
}

header .top-contact .socialicons li a:hover {
    text-decoration: none;
}

header .top-contact .top-phone {
    padding: 10px 0px;
    margin-bottom: 0px;
    color: #fff;
}

.fixed-top {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 9px 2px rgba(67, 172, 80, 0.23);
    -moz-box-shadow: 0px 0px 9px 2px rgba(67, 172, 80, 0.23);
    box-shadow: 0px 0px 9px 2px rgba(67, 172, 80, 0.23);
}
.navbar-nav .nav-item {
    margin-right:15px ;
}
.fixed-top .navbar-nav .nav-item .nav-link {
    color: #000;
}

.navbar-toggler i {
    color: #fff;
    font-size: 20px;
}

.navbar-brand .onscroll {
    display: none;
}

.fixed-top .navbar-toggler-icon i {
    color: #165184;
}

.fixed-top .navbar-brand .fixed {
    display: none !important;
}

.fixed-top .navbar-brand .onscroll {
    display: block !important;
    max-width: 170px;
}

header .navbar-nav .nav-item .nav-link {
    color: #383838;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.slider-wrapper {
    padding-bottom: 13vh;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(90deg,rgb(222, 230, 255) 0%, rgb(255, 255, 255) 100%);
}
.slider-wrapper h1 {
  font-size: 3rem;
  font-weight: 600;
}
.slider-wrapper .slider-overlay {
    position: absolute;
    bottom: -1% !important;
    left: -5%;
    z-index: 999;
    width: 110%;
}

.slider-wrapper .quick-contact {
    background-color: #fff;
    padding: 2.7rem 2rem;
    border-radius: 10px;
    -webkit-box-shadow: 2px 0px 13px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 0px 13px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 0px 13px 0px rgba(0, 0, 0, 0.4);
}

.slider-wrapper .quick-contact h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.speciality-wrapper {}

.speciality-wrapper .speciality-widget {
    position: relative;
    padding: 1.5rem 1.5rem;
    margin-bottom: 30px;
    border-radius: 15px;
   box-shadow: 0px 0px 9px 2px rgba(149, 149, 149, 0.08);
    transition: all 0.3s ease-in;
    overflow: hidden;
}

.speciality-wrapper .speciality-widget::after {
    position: absolute;
    content: "";
   background: linear-gradient(320deg,rgb(222, 230, 255) 0%, rgb(255, 255, 255) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.speciality-wrapper .speciality-widget.mt-100 {
    margin-top: -120px;
}

.speciality-wrapper .speciality-widget .speciality-icon {
    background-color: #eff3ff;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    padding-top: 21px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}




.speciality-wrapper .speciality-widget .speciality-icon i {
    color: #42ab51;
    font-size: 40px;
}

.speciality-wrapper .speciality-widget .speciality-content {
    opacity: 1;
    z-index: 99;
    position: relative;
}

.speciality-wrapper .speciality-widget .speciality-content h2 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}

.speciality-wrapper .speciality-widget:hover::after {
    opacity: 1;
    transition: all 0.3s ease-in;
}
.speciality-wrapper .speciality-widget:hover  .speciality-icon {
   background-color: #4263d0;
 
    transition: all 0.3s ease-in;
}
.speciality-wrapper .speciality-widget:hover  .speciality-icon i{
  color: #fff !important;
      transition: all 0.3s ease-in;
}

.speciality-overlay {
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: transparent;
    border-radius: 50%;
    right: -30px;
    bottom: -30px;
}





.about-wrapper {
    background-color: #f8fbf9;
}

.about-wrapper .about-img img {
    border-radius: 30px;
}

.about-wrapper .about-content {
    line-height: 30px;
}

.about-wrapper .about-content ul {}

.about-wrapper .about-content ul li {
    margin-bottom: 10px;
    position: relative;
    list-style: none;
}

.about-wrapper .about-content ul li::after {
    content: "\e92c";
    font-family: 'feather' !important;
    position: absolute;
    left: -30px;
    top: 0px;
    color: #42ab51;
    font-size: 20px;
}

.package-wrapper .package-widget {
    padding-left: 0px;
    list-style: none;
    border: 1px solid #ddd;
}

.package-wrapper .package-widget li {
    padding: 13px 10px;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
}

.package-wrapper .package-widget li:first-child {
    padding: 25px 10px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}

.package-wrapper .package-widget li:last-child {
    border-bottom: 0px;
}

.package-wrapper .package-widget li i {
    color: #43ac50;
    margin-right: 5px;
    font-size: 17px;
}

.package-wrapper .package-widget .not-available i {
    color: #ff0000;
    margin-right: 5px;
    font-size: 17px;
    text-decoration: none !important;
}

.package-wrapper .package-widget .not-available span {
    color: #858585;
    text-decoration: line-through;
}

.clients-wrapper {
    background-color: #f8fbf9;
}

.clients-wrapper .swiper-pagination-bullet {
    margin: 2px;
}

.contact-wrapper {
    position: relative;
}

.contact-wrapper::after {
    content: "";
    background: rgb(66, 170, 81);
    background: linear-gradient(128deg, rgba(66, 170, 81, 1) 0%, rgba(18, 103, 168, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
}

.contact-wrapper .contact-box {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 9px 2px rgba(67, 172, 80, 0.23);
    -moz-box-shadow: 0px 0px 9px 2px rgba(67, 172, 80, 0.23);
    box-shadow: 0px 0px 9px 2px rgba(67, 172, 80, 0.23);
}

.contact-wrapper .contact-box .btn {
    text-transform: uppercase;
}

.contact-wrapper .or-sepertion {
    position: relative;
    z-index: 2;
}

.contact-wrapper .or-sepertion span {
    position: relative;
    z-index: 22;
    background-color: #fff;
    padding: 0px 10px;
}

.contact-wrapper .or-sepertion::after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #ddd;
    width: 100%;
    left: 0px;
    top: 25px;
    z-index: 1;
}

.address-wrapper .contact-widget {
    display: inline-flex;
}

.address-wrapper .contact-widget .icon {
    width: 80px;
    height: 80px;
    /* background-color: rgba(255, 255, 255, .4); */
    background-color: #ddd;
    padding: 15px;
    border-radius: 50%;
}

.address-wrapper .contact-widget .icon img {
    max-width: 100%;
}

.address-wrapper .contact-widget .contact-content {
    margin-left: 10px;
}

.address-wrapper .contact-widget .contact-content p {
    margin-bottom: 0px;
    font-size: 20px;
}

.address-wrapper .green {
    background-color: #43ac50;
}

.address-wrapper .gray {
    background-color: #f8f8f8;
}

.address-wrapper .blue {
    background-color: #1168a9;
}

.address-wrapper .blue .icon,
.address-wrapper .green .icon {
    background-color: rgba(255, 255, 255, .2);
}

.address-wrapper .blue .contact-content p,
.address-wrapper .green .contact-content p {
    color: #fff;
}

footer {
     background: linear-gradient(90deg,rgb(222, 230, 255) 0%, rgb(255, 255, 255) 100%);
    /* background-image: url(../img/footer-bg.png); */
    background-size: cover;
}

footer .socialicons {
    display: inline-flex;
    list-style: none;
    padding-left: 0px;
}

footer .socialicons li {
    width: 45px;
    height: 45px;
    margin: 0px 5px;
    border: 2px solid #767776;
    border-radius: 50%;
    font-size: 18px;
    padding-top: 8px;
    transition: all 0.3s ease-in;
}

footer .socialicons li:hover {
    background-color: #43ac50;
    border: 2px solid #43ac50;
    transition: all 0.3s ease-in;
}

footer .socialicons li:hover i {
    color: #fff;
    transition: all 0.3s ease-in;
}

footer .socialicons li i {
    color: #767776;
}

.copright-wrapper {
    background-color: #252525;
    text-align: center;
    padding: 10px;
}

.copright-wrapper p {
    margin-bottom: 0px;
    color: #ddd;
}

@media only screen and (max-width: 768px) {
    .navbar-brand .fixed {
        display: block !important;
        max-width: 170px;
    }
    .speciality-wrapper .speciality-widget.mt-100 {
        margin-top: -0px;
    }
}