@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
#myBtn:hover,
.btn-back:active,
.go-up:hover,
.multi-step .modal-footer .btn-next,
.multi-step .modal-header .modal-steps .step.completed .dot:before,
.submit:active,
.title p::after {
    background-color: #f7931e;
}
.booknow-form h5 i,
.director h5,
.oursection .card-title,
.testimonial h5:nth-child(3),
.title h1,
nav .fas {
    color: #0096cb;
}
.title h1,
.title-left h2 {
    font-family: Oswald, sans-serif;
}
.amc-package,
.why-us,
.booknow,
.oursection,
.privacy-policy,
.service,
.top-p,
.workstep {
    padding: 5% 0;
}
#myBtn,
.go-up {
    cursor: pointer;
}
.booknow a .block,
.go-up,
.list-inline .fab,
.oursection .col-md-4 .card,
.service .block .card-footer,
.service .card,
.workstep .worksteps h4 {
    text-align: center;
}
.booknow a p,
.btn-back,
.section-title,
.submit,
.workstep .worksteps h4 {
    text-transform: uppercase;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
@keyframes call {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }
}
.title h1 {
    font-weight: 500;
    font-size: 2em;
    text-transform: capitalize;
}
.title p::after {
    content: " ";
    display: block;
    height: 4px;
    width: 80px;
    margin: 15px auto;
}
.title-left h2 {
    font-weight: 500;
    font-size: 1.75em;
    color: #0096cb;
    text-transform: capitalize;
}
body {
    font-family: Roboto, sans-serif;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: 0;
    background-color: #0096cb;
    color: #fff;
    padding: 15px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.fixed-2 p {
    overflow: hidden;
    text-align: center !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    display: -webkit-box;
    margin-bottom: 0;
}
nav {
    box-shadow: 0 0 11px #0000002e;
}
nav .navbar-brand {
    width: 20%;
}
nav img {
    width: 60%;
}
.navbar-light .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}
.navbar-light .navbar-nav .nav-link {
    color: #3b3a3a;
    text-transform: uppercase;
    font-size: 0.95rem;
    font-weight: 500;
    transition: 0.3s;
}
.backside .card .card-title,
.blog-title .blog-p,
.contact-address .fas,
.contact-form h4,
.details .fab,
.details .fas,
.details a:hover,
.frontside .card .card-title,
.list-inline a,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link i,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link:hover,
.orange,
.package-box-table i {
    color: #f7931e;
}
form.search button {
    border: 2px solid #f7931e;
    background: #f7931e;
    color: #fff;
}
button:focus {
    outline: dotted 0;
    outline: -webkit-focus-ring-color auto 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25) !important;
}
.slider img {
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
}
.slider .carousel-control-next-icon,
.slider .carousel-control-prev-icon {
    width: 45px;
    height: 40px;
    margin: 10px;
}
.carousel-indicators .active,
.multi-step .modal-footer .btn-prev {
    background-color: #0096cb;
}
.carousel-inner {
    position: relative;
}
.carousel-inner .banner-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}
.blog .content,
.blog-box,
.list-group-item,
.video {
    position: relative;
}
.carousel-inner .banner-content h3 {
    font-weight: 700;
    font-size: 3.5em;
    color: #0096cb;
    letter-spacing: 3px;
    font-family: Oswald, sans-serif;
}
.carousel-inner .banner-content p.mini {
    color: #fff;
    font-size: 1.8em;
    font-weight: 300;
}
.carousel-inner .banner-content form {
    display: flex;
    flex-direction: row;
}
.carousel-inner .banner-content .contact-no {
    margin-top: 8%;
}
.carousel-inner .banner-content .contact-no h6 {
    color: #0096cb;
    background-color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
}
.carousel-inner .banner-content .contact-no p {
    color: #f7931e;
    font-weight: 700;
}
.carousel-inner .banner-content .contact-no p a {
    text-decoration: none;
    color: #f7931e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 2em;
}
.carousel-inner .banner-content .contact-no p a:hover {
    color: #f16100;
}
.carousel-inner .banner-content .contact-no p .fas {
    -webkit-animation: 1.5s infinite call;
    animation: 1.5s infinite call;
}
.carousel-inner .banner-content .search {
    width: 100%;
}
.carousel-inner .banner-content .border_radius0 {
    border-radius: 0.5px;
    width: calc(100% - 45px);
    float: left;
}
.carousel-inner .banner-content .search a {
    background-color: #f7931e;
    color: #fff;
    float: right;
    padding: 0 10px 1px;
    font-size: 25px;
}
.booknow a {
    text-decoration: none;
    color: #3b3a3a;
}
.blog-box .detail a,
.blog-box-blog .detail a,
.booknow a:hover,
.booknow a:hover i,
.top-info-contact a {
    color: #fff;
}
.booknow a:hover .block {
    border: 1px solid #f7931e;
    background-color: #f7931e;
}
.booknow a .block {
    background-color: #f2f2f2;
    border: 1px solid #0096cb;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding-top: 1.5rem;
}
.booknow a p {
    margin-top: 20%;
}
.booknow a i {
    padding-top: 25%;
    color: #0096cb;
}
.booknow a i img {
    height: 75px;
}
.service-detail p {
    margin: 12px 0.875rem;
}
.service-detail ul {
    list-style-type: disc;
    margin: 12px 3.875rem;
}
.service {
    background-color: #f2ede4;
}
.service .block > .row {
    justify-content: center;
}
.service .block {
    padding: 3% 0 0;
}
.service .card {
    border: 0;
}
.btn-danger,
.service .btn-primary {
    border: 1px solid transparent;
    background-color: #f7931e;
}
.service .card:hover {
    -webkit-box-shadow:
        0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow:
        0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
.service .btn-primary {
    font-size: 0.9rem;
}
.blog .btn-primary:hover,
.btn-danger:hover,
.service .btn-primary:hover {
    background-color: #f16100;
    border: 1px solid #f16100;
}
.workstep .worksteps {
    padding-top: 3%;
}
.workstep .worksteps .block {
    position: relative;
    padding: 1% 0;
    margin: 0 auto;
    width: 60%;
}
.workstep .worksteps .block:not(:last-child)::after {
    position: absolute;
    bottom: -20px;
    left: 17.5%;
    content: " ";
    display: block;
    height: 30px;
    width: 5px;
    background-color: #f7931e;
}
.workstep .worksteps .fas {
    color: #f7931e;
    font-size: 2em;
    background-color: #fff;
    border-radius: 50%;
    padding: 20px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.75);
}
.workstep .worksteps h4 {
    color: #0096cb;
}
.form,
.workstep .worksteps .gray {
    background-color: #f2f2f2;
}
.footer .copyright,
.multi-step .modal-header,
.package-box-title,
.workstep .worksteps .blue {
    background-color: #0096cb;
    color: #fff;
}
.workstep .worksteps .pp {
    padding: 20px;
}
.service .card .card-img-top {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.workstep .worksteps .roundedright {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.workstep .worksteps .roundedleft {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.blog-box img,
.blog-box-blog img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    filter: brightness(0.5);
    transition: 0.3s;
}
.blog {
    background-color: #f2f2f2;
    padding: 2% 0;
}
.blog .container .next,
.blog .container .prev {
    position: absolute;
    top: 53%;
    background-color: #f7931e;
    color: #fff;
    padding: 10px;
    z-index: 2;
}
.blog .container .prev {
    left: -20px;
}
.blog .container .next {
    right: -5px;
}
.service .card .card-title {
    font-size: 1.3rem;
    color: #212529;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.service .card:hover .card-title {
    color: #0096cb;
}
.service .card .card-body.desc h2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.functionalities ul.breadcrumb li:first-child,
.service .card .card-body.desc p {
    display: none;
}
.service .card .card-body h2 {
    font-size: 1.4rem;
    color: #018cbe;
}
.service .card .card-text {
    font-size: 0.95rem;
}
.blog .mybtn {
    margin-top: 3%;
}
.blog .btn-primary {
    background-color: #f7931e;
    border: 1px solid #f7931e;
    padding: 12px 30px;
}
a:hover {
    text-decoration: none;
}
.blog .btn-primary i {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}
.blog .btn-primary:hover i,
.submit:hover .fa,
.submit:hover .fas {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}
.blog .content {
    padding-top: 5%;
}
.blog-box {
    margin-right: 1rem;
}
.blog-box a:hover img,
.blog-box-blog a:hover img {
    filter: brightness(1);
}
.blog-box .detail,
.blog-box-blog .detail {
    position: absolute;
    bottom: 0;
    padding: 5%;
}
.blog-box .detail p,
.blog-box-blog .detail p {
    color: #f2f2f2;
    font-size: 0.9em;
}
.blog-box .detail p span,
.blog-box-blog .detail p span {
    color: #fff;
    border-left: 2px solid #f2f2f2;
    padding-left: 2%;
}
.testimonial {
    padding: 5% 0;
    background-color: #f2ede4;
}
.testimonial .div .clip-circle {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    object-fit: cover;
    -webkit-object-fit: cover;
}
.testimonial .carousel-item {
    padding: 2% 0;
}
.testimonial .carousel-indicators .active {
    background-color: #f7931e;
    height: 3px;
}
.testimonial .carousel-indicators li {
    background-color: #4e4e4e;
    height: 1px;
}
.testimonial .carousel-control-nexta,
.testimonial .carousel-control-preva {
    position: absolute;
    bottom: 50px;
}
.testimonial .carousel-control-preva {
    right: 50px;
}
.testimonial .carousel-control-nexta,
.video {
    right: 0;
}
.testimonial .fas {
    color: #fff;
    padding: 15px;
}
.testimonial .fa-long-arrow-alt-left {
    background-color: #0096cb;
    border-bottom-left-radius: 15px;
}
.testimonial .fa-long-arrow-alt-left:hover {
    background-color: #002971;
}
.testimonial .fa-long-arrow-alt-right {
    background-color: #f7931e;
    border-bottom-right-radius: 15px;
}
.btn-back:hover,
.submit:hover,
.testimonial .fa-long-arrow-alt-right:hover {
    background-color: #f16100;
}
.testimonial h5 {
    color: #4e4e4e;
    text-align: left;
    line-height: 1.5;
}
.testimonial h5:first-child {
    font-weight: 400;
    font-size: 1.1rem;
    margin-top: 1.5rem;
    line-height: 1.7;
}
.testimonial h5:first-child:after {
    font-family: FontAwesome;
    content: "\f10e";
    margin-left: 8px;
    color: #f7931e;
}
.testimonial h5:first-child:before {
    font-family: FontAwesome;
    content: "\f10d";
    margin-right: 8px;
    color: #f7931e;
}
.testimonial h5:nth-child(2) {
    padding-top: 1%;
    color: #f7931e;
    margin-bottom: 0;
}
.video {
    height: 500px;
    padding: 20px;
    border-radius: 15px;
}
.video iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    /* position: absolute;
    margin: auto;
    top: -5%;
    left: 18%;
    border-radius: 0.7em;
    -webkit-transform: translate(13%, 20%);
    transform: translate(13%, 20%); */
}
.amc .amc-block .package-box .package-box-table-checklist ul ul li {
    display: flex;
    margin-bottom: 16px;
    border-bottom: 1px solid #ccc;
}
.amc .amc-block .package-box .package-box-table-checklist ul ul li:last-child {
    border-bottom: none;
    margin: 0;
}
.amc .amc-block .package-box .package-box-table-checklist ul ul li div {
    margin: 0 10px 0 0;
    background: 0 0 !important;
    border: none !important;
}
.list-group-item {
    display: block;
    padding: 0.25rem 0;
    background-color: #fff;
    border: 0 solid rgba(0, 0, 0, 0.125);
}
.cta-padding35,
.go-up {
    background-color: #0096cb;
}
.list-group-item i {
    margin-right: 8px;
}
.package-box {
    -webkit-box-shadow: 0 0 5px #00000040;
    box-shadow: 0 0 5px #00000040;
}
.amc .amc-block .package-box .package-box-table-checklist .list-group ul {
    list-style-type: none !important;
}
.go-up {
    position: fixed;
    width: 40px;
    height: 60px;
    line-height: 3.3;
    font-size: 17px;
    right: -60px;
    bottom: 20px;
    opacity: 0.6;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    z-index: 998;
    border-radius: 3px;
    color: #fff;
}
.banner,
.frontside,
.mainflip {
    position: relative;
}
.mypara,
.oursection .card p {
    line-height: 1.7;
    font-size: 1.1rem;
}
.clients {
    padding: 7% 0;
}
.clients img {
    margin-right: 20px;
}
.clients img:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.clients .slick-initialized .slick-slide {
    height: 150px;
    object-fit: scale-down;
}
.service .block h4 {
    padding-bottom: 2%;
    color: #018cbe;
}
.serv {
    text-align: left;
    transform: translateX(30%);
}
.details {
    padding: 5% 0;
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(rgba(37, 66, 123, 0.9)),
            color-stop(rgba(37, 66, 123, 0.7)),
            to(rgba(37, 66, 123, 0.5))
        ),
        url("../img/pp.png");
    background-image: linear-gradient(to top, rgba(37, 66, 123, 0.9), rgba(37, 66, 123, 0.7), rgba(37, 66, 123, 0.5)),
        url("../img/pp.png");
}
.details .img-fluid {
    width: 40%;
}
.details h5 {
    color: #fff;
    padding-bottom: 8%;
    margin: 0;
}
.details a,
.details p {
    color: #e0e0e0;
}
.details a {
    text-decoration: none;
}
.details ul {
    list-style-type: none;
}
.details .quicklink li {
    /* float: left;
    width: 50%; */
    margin-bottom: 12px;
}
.details .quicklink li a {
    margin-left: 15px;
}
.details .fas {
    /* -webkit-transform: translateX(-10px);
    transform: translateX(-10px); */
}
.details .contact li {
    color: #fff;
    float: left;
    width: 50%;
}
.list-inline .fab {
    background-color: #fff;
    height: 40px;
    width: 40px;
    line-height: 1.7;
    font-size: 1.4rem;
    border-radius: 50%;
    border: 1px solid #f7931e;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.list-inline a:hover .fab {
    background-color: #f7931e;
    color: #fff;
}
.footer .copyright p {
    margin-bottom: 0;
    padding-top: 5px;
}
.footer .copyright .right-text {
    text-align: right;
}
.cta-padding35 {
    padding: 35px 0;
    color: #fff;
}
.cta-padding35 .site-btn {
    font-size: 18px;
    padding: 13px 30px;
    border-radius: 5px;
    border: 1px solid #fff;
    background: #fff;
    min-width: 200px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #f7931e;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    margin: 10px 0;
}
.cta-padding35 .site-btn .fas {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.cta-padding35 .site-btn:hover {
    border: 1px solid #f7931e;
    font-weight: 700px;
    color: #fff;
    background-color: #f7931e;
}
.cta-padding35 .site-btn:hover .fas {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.title-left {
    color: #0096cb;
    padding-top: 5%;
}
.title-left::after {
    content: " ";
    display: block;
    height: 3px;
    width: 70px;
    background-color: #f7931e;
    margin-bottom: 5%;
}
.banner {
    height: 35vh;
    width: 100%;
}
.banner h1,
.banner h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: #0096cbd4;
    padding: 1% 5%;
}
.aboutus-pic {
    background: url("https://cdn.pixabay.com/photo/2018/01/10/13/11/expression-3073830_960_720.jpg") center/cover
        no-repeat fixed;
}
.professional-pic,
.service-pic {
    background: url("../img/aboutusnew.jpg") center/cover no-repeat fixed;
}
.blog-pic {
    background: url("../img/Repairing Tool.jpg") center/contain no-repeat fixed;
}
.contact-pic {
    background: url("https://cdn.pixabay.com/photo/2017/11/17/09/37/businessman-2956974_960_720.jpg") bottom/cover
        no-repeat fixed;
}
.knowmore {
    padding: 5% 0 4%;
}
.top-zero-p {
    padding: 0 0 5%;
}
.weare {
    background-color: #f2ede4;
}
.weare img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}
.mypara {
    padding-top: 3%;
}
.oursection .card {
    background-color: #f2f2f2;
    border: 0;
    border-radius: 0;
}
.oursection .card:hover {
    box-shadow: 0 0 10px #00000038;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
.oursection .card .fas {
    color: #f7931e;
    font-size: 2.5em;
    padding: 4% 0;
}
.director {
    padding: 5% 0;
    background-color: #f8fdff;
}
.btn-primary,
.btn-primary:focus,
.btn-primary:hover,
.multi-step .modal-header .modal-steps .step.current .dot {
    background-color: #f7931e;
    border-color: #f7931e;
}
.director h4 {
    font-weight: 900;
    font-size: 1.4em;
    color: #f7931e;
}
.director img {
    width: 100%;
    height: 425px;
    -o-object-fit: cover;
    object-fit: cover;
}
#team .title,
.director .content {
    padding: 3% 0;
}
.left {
    width: 95px;
}
#team {
    background: #f2f2f2 !important;
    padding: 5% 0;
}
.btn-primary:focus,
.btn-primary:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.btn-primary {
    color: #fff;
}
#book-now,
#team .card,
.backside {
    background: #fff;
}
.section-title {
    text-align: center;
    color: #f7931e;
    margin-bottom: 50px;
}
#team .card {
    border: none;
}
.image-flip.hover .backside,
.image-flip:hover .backside {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    border-radius: 0.25rem;
}
.image-flip.hover .frontside,
.image-flip:hover .frontside {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}
.frontside {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    z-index: 2;
    margin-bottom: 30px;
}
.backside {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px #9e9e9e;
    box-shadow: 5px 7px 9px -4px #9e9e9e;
}
.backside,
.frontside {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}
.backside .card,
.frontside .card {
    min-height: 312px;
}
.backside .card a {
    font-size: 18px;
    color: #f7931e;
}
.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}
.professional-form {
    background-color: #f2f2f2;
    padding: 7% 20%;
}
.contact-form .form-title,
.professional-form .form-title {
    padding-bottom: 5%;
}
.professional-form .form-title h1 {
    font-size: 2em;
    color: #f7931e !important;
}
.form .form-title h5 {
    font-size: 1.8em;
    margin-top: 8px;
    color: #f7931e;
}
.btn-back,
.submit {
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    font-size: 0.9em;
    padding: 10px 15px;
    font-weight: 500;
}
.submit .fa,
.submit .fas {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-2 {
    padding: 0 0 7%;
}
.blog-2 .row {
    padding-bottom: 3%;
}
.blog-title .blog-h2 {
    color: #0096cb;
    font-size: 40px;
    margin-bottom: 1.2rem;
    text-transform: Capitalize;
}
.blog-detail {
    padding: 5% 0 7%;
}
.blog-detail ul {
    list-style: unset;
    padding-left: 40px;
}
.blog-detail .col-lg-12:first-child > img {
    max-width: 100%;
    height: 542px;
    width: 100%;
    object-fit: cover;
}
.blog-detail .blog-paragraph img {
    width: 100% !important;
    object-fit: contain;
    height: 550px !important;
}
.blog-detail .blog-paragraph {
    padding-top: 3%;
    line-height: 1.6;
}
.blog-detail .blog-paragraph p {
    margin-bottom: 8px;
}
.blog-detail .recent-blog {
    margin-top: 0;
}
.blog-detail p span {
    font-size: 19px;
    font-style: Normal;
}
.blog-detail p strong span {
    font-size: 26px;
}
.blog-detail .recent-blog .blog-box {
    margin: 0;
}
.btn-back .fas {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.btn-back:hover .fas {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}
.contact-form .submit {
    margin-top: 5%;
}
.contact-address {
    background-image: -webkit-gradient(
            linear,
            left top,
            right bottom,
            from(#25427b),
            color-stop(rgba(37, 66, 123, 0.9)),
            to(rgba(37, 66, 123, 0.7))
        ),
        url("https://cdn.pixabay.com/photo/2019/11/27/11/53/skyworkers-4656778_960_720.jpg");
    background-image: linear-gradient(to right bottom, #25427b, rgba(37, 66, 123, 0.9), rgba(37, 66, 123, 0.7)),
        url("https://cdn.pixabay.com/photo/2019/11/27/11/53/skyworkers-4656778_960_720.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.contact-address .col-md-12 {
    position: absolute;
    top: 40%;
    left: 30%;
    -webkit-transform: translate(-20%, -30%);
    transform: translate(-20%, -30%);
}
.contact-address .d-flex {
    padding-bottom: 8%;
}
.contact-address h5 {
    color: #fff;
    padding-bottom: 4%;
}
.contact-address p {
    color: #b8b8b8;
    font-weight: 300;
    line-height: 0.5;
}
.contact-form-detail {
    padding: 7% 2%;
}
.booknow-form .margin-radio {
    margin-left: 55px;
}
.booknow-form .application-form {
    background-color: #fff;
    padding: 5% 2%;
    width: 100%;
}
.booknow-form .application-form h4 {
    color: #0096cb;
    margin-bottom: 10%;
}
.booknow-form .buttons {
    margin-top: 10%;
}
.booknow-form .expert {
    padding-top: 10%;
}
.booknow-form h6 {
    display: inline-block;
    background-color: #0096cb;
    color: #fff;
    padding: 5px 10px;
}
.booknow-form h6 i {
    color: #fff;
    font-size: 0.8rem;
}
.modal-body {
    padding: 0;
}
.multi-step .modal-header .modal-steps .step.completed .dot {
    border-color: #f7931e;
}
.top-info {
    color: #fff;
    background-color: #0096cb;
}
.top-info .row {
    align-items: center;
}
.top-info-contact a:hover {
    text-decoration: none;
    color: #ffffffe1;
}
.top-info .list-inline .fab {
    background-color: #fff;
    font-size: 0.8em;
    padding: 0;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 1.9;
    border-radius: 50%;
    border: 1px solid #f7931e;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.frontside .icon i {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px #005878fa;
    box-shadow: 0 0 20px #005878fa;
    font-size: 2.7rem;
    line-height: 2.2;
    color: #f7931e;
    background: #fff;
}
.frontside .card-front-title {
    color: #fff;
    font-size: 1.3rem;
}
#book-now .mainflip {
    -webkit-box-shadow: 0 0 12px #00000021;
    box-shadow: 0 0 12px #00000021;
    border: 3px solid #018cbe;
    border-radius: 0.5rem;
}
#book-now .mainflip .card {
    border: 0;
}
#book-now .col-md-3:first-child {
    padding: 0 20px 0 15px;
}
#book-now .col-md-3 {
    padding: 0 20px 0 0;
}
#book-now .col-md-3:last-child {
    padding: 0 15px 0 0;
}
#book-now .mainflip .card .card-title {
    color: #ffb054;
}
#book-now .mainflip .backside {
    -webkit-box-shadow: 0 0 0 0 #9e9e9e;
    box-shadow: 0 0 0 0 #9e9e9e;
}
#book-now .mainflip .frontside {
    margin-bottom: 0;
}
#book-now .mainflip .backside .card,
#book-now .mainflip .frontside .card {
    background: #018cbe;
    min-height: 315px;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    /* position: absolute; */
    top: 90%;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0096cb;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #f7931e;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-menu {
    border: 0;
    border-radius: 0;
}
.alert {
    position: fixed;
    width: auto;
    top: 0;
    z-index: 99999;
    right: 20px;
    /* min-height: 70px; */
    /* line-height: 70px; */
    min-width: 306px;
    text-align: center;
}
@font-face {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
    src:
        url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0")
            format("embedded-opentype"),
        url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0")
            format("woff2"),
        url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
        url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0")
            format("truetype"),
        url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular")
            format("svg");
}
ul {
    list-style: none;
}
ul.list-def li:before {
    font-family: FontAwesome;
    content: "\f058";
    margin-right: 8px;
    color: #f7931e;
}

.oursection .col-md-4 .card .card-body p {
    text-align: justify;
}
.functionalities {
    clear: both;
    position: relative;
    margin-bottom: 1.2rem;
}
.functionalities li {
    list-style: none;
    float: left;
    padding-right: 10px;
}
.funcionalidades.container {
    width: 90%;
    margin: auto;
}
.functionalities ul.breadcrumb {
    background-color: #0096cb;
    padding: 0 1.5em;
    clear: both;
    height: 40px;
}
.functionalities ul.breadcrumb li {
    background-color: #0096cb;
    border-right: 3px solid #fff;
    transform: skewX(-25deg);
    height: 40px;
    text-transform: capitalize;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.functionalities ul.breadcrumb li:nth-child(2) {
    border-left: 3px solid #fff;
}
.functionalities ul.breadcrumb li:last-child {
    border-right: none;
}
.functionalities ul.breadcrumb li a {
    color: #fff;
    transform: skewX(25deg);
    display: inline-block;
}
.functionalities ul.breadcrumb li a:focus,
.functionalities ul.breadcrumb li a:hover {
    text-decoration: none;
    color: #f7931e;
}
.functionalities ul.breadcrumb li strong {
    color: #fff;
    text-decoration: none;
    transform: skewX(25deg);
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: capitalize;
}
.functionalities ul.breadcrumb i {
    font-size: 20px;
}
.why-us .title-left {
    padding-top: 0;
}
.why-us .content ul {
    list-style: disc;
    padding-left: 30px;
}
.amc-package-card {
    box-shadow: 0 0 11px #0000002e;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
}
.amc-package-img {
    height: 80px;
    width: 80px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 12px;
}
.amc-package-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.amc-package-content p {
    text-align: justify;
}
.amc-package-content p:last-child {
    margin-bottom: 0;
}

/*---------signup-step-------------*/

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
    justify-content: center;
}

.wizard > div.wizard-inner {
    position: relative;
    text-align: center;
    background-color: #0096cb;
    padding: 20px 0 40px 0;
}

.wizard > div.wizard-inner h4 {
    font-size: 13px;
    color: white;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 25%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 33px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}
span.round-tab i {
    color: #555555;
}
.wizard li.active span.round-tab {
    background: #f7931e;
    color: #fff;
    border-color: #f7931e;
}
.wizard li.active span.round-tab i {
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i {
    color: #f7931e;
}

.wizard .nav-tabs > li {
    width: 25%;
    position: relative;
}

.wizard .nav-tabs > li:after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
    display: block;
}
.wizard .nav-tabs > li a i {
    position: absolute;
    bottom: -35px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs > li:last-child a {
    margin-left: auto;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding: 20px;
}

.wizard h3 {
    margin-top: 0;
}
.prev-step,
.next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}
.next-step {
    background-color: #f7931e;
    color: #ffffff;
}

.login-box .choose {
    background-color: #ffffff;
    margin-bottom: 15px;
}
.login-box .choose h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.login-box .choose h5 {
    font-size: 18px;
}
.login-box .choose h5 i {
    color: #0096cb;
    margin-right: 10px;
}
.login-box .button {
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.login-box .expert h6 {
    display: inline-block;
    background-color: #0096cb;
    color: #fff;
    padding: 5px 10px;
    margin-top: 20px;
}

/* product */
.product {
    padding: 5% 0 4%;
    background-color: #ffffff;
}
.product__card.slick-slide {
    margin-right: 16px;
}
.product__card {
    border-radius: 15px;
    border: 1px solid #eee;
    background: #fff;
    padding: 16px;
    height: 100%;
    transition: all 0.5s ease;
}
.product__card--img {
    border-radius: 10px;
    height: 260px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 14px;
}
.product__card--img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.product__card--content .title a {
    color: #5d5a5a;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 3px;
    text-decoration: none;
}
.product__card--content .title a:hover {
    color: #0096cb;
}
.product__card--content .price {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.product__card:hover {
    border-color: #0096cb;
}
.product__card:hover img {
    transform: scale(1.05);
}
.product__container .thumbs img {
    height: 5rem;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.625rem;
}
.product__container .thumbs img:last-child {
    margin-bottom: 0;
}
.product__container .img-preview {
    border: 1px solid #e3e3e3;
}
.product__container .img-preview .preview {
    height: 31.25rem;
    width: 100%;
    overflow: hidden;
}
.product__container .img-preview .preview img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all 0.5s ease;
    display: block;
}
.product__detail h1.title {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.product__detail--info {
    margin-bottom: 44px;
}
.product__detail--info li {
    list-style: none;
    color: #000;
    font-size: 16px;
    font-weight: 500 !important;
    margin-bottom: 8px;
}
.product__detail--info li strong {
    font-weight: 500;
}
.product__detail--info li span {
    color: #676666;
}
.product__detail .price {
    margin-bottom: 19px;
}
.product__detail .price p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}
.product__detail .price p strong {
    color: #c8232c;
    font-size: 20px;
    font-weight: 700;
}
.product__detail .price p span {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
.product__detail .stock {
    border-radius: 5px;
    background: #eee9e9;
    display: inline-block;
    margin-bottom: 25px;
    min-width: 214px;
    padding: 8px 0 8px 20px;
}
.product__detail .stock span {
    color: #090707;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
}
.product__detail .enquiry {
    margin-bottom: 34px;
}
.product__detail .enquiry .btn-primary {
    border: 1px solid transparent;
    background-color: #f7931e;
    padding: 8px 15px;
}
.product__detail .desc h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.product__detail .desc p {
    color: #565555;
}
.product__detail .desc ul {
    list-style: initial;
    padding-left: 20px;
}
.product__similar {
    margin-top: 56px;
}
.product__list .aside {
    position: sticky;
    top: 50px;
}
.product__list .col {
    margin-bottom: 20px;
}
.product__list .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.product__list .pagination .page-link {
    background-color: #e5f9ff;
    border-color: #0096cb;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}
.product__list .pagination .page-link:hover {
    background-color: #0096cb;
    color: #ffffff;
}
.price__range h2.title {
    color: #354230;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 27px;
}
.wrapper {
    margin-top: 1.875rem;
}
.wrapper .price__input {
    width: 100%;
    display: flex;
    margin: 1.875rem 0 2.1875rem;
}
.wrapper .price__input .field {
    display: flex;
    width: 100%;
    height: 2.8125rem;
    align-items: center;
}
.wrapper .price__input .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 1rem;
    margin-left: 0.75rem;
    border-radius: 0.3125rem;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}
.wrapper .price__input .field input[type="number"]::-webkit-outer-spin-button,
.wrapper .price__input .field input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.wrapper .price__input .separator {
    width: 8.125rem;
    display: flex;
    font-size: 1.1875rem;
    align-items: center;
    justify-content: center;
}
.wrapper .slider {
    height: 0.3125rem;
    position: relative;
    background: #0096cb;
    border-radius: 0.3125rem;
}
.wrapper .slider .progress {
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 0.3125rem;
    background: #0096cb;
}
.wrapper .range-input {
    position: relative;
}
.wrapper .range-input input {
    position: absolute;
    width: 100%;
    height: 0.3125rem;
    top: -0.3125rem;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.wrapper .range-input input[type="range"]::-webkit-slider-thumb {
    height: 1.0625rem;
    width: 1.0625rem;
    border-radius: 50%;
    background: #f7931e;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.wrapper .range-input input[type="range"]::-moz-range-thumb {
    height: 1.0625rem;
    width: 1.0625rem;
    border: none;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
/* .price__range .ui-slider {
    margin-bottom: 17px;
    border-radius: 5.5px;
    background: #dcf4fe;
    border: none;
    height: 6px;
}
.price__range .ui-slider-handle {
    background: #f7931e !important;
    border-radius: 50%;
    border: none;
    height: 15px !important;
    width: 15px !important;
    overflow: hidden;
}
.price__range .ui-widget-header {
    background: #f7931e;
}
.price__range--view .price {
    border: none;
    width: 100%;
    color: #354230;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background-color: transparent;
} */
.brand__list {
    margin-bottom: 22px;
}
.brand__list h2.title {
    color: #354230;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 17px;
}
.brand__list .form-check {
    padding-left: 0;
    margin-bottom: 10px;
}
.brand__list .form-check label {
    background-color: #dcf4fe;
    border-radius: 5px;
    padding: 12px 15px;
    display: block;
    text-transform: capitalize;
}
.brand__list .form-check label :checked + label {
    background-color: #f7931e;
    font-size: 16px;
    font-weight: 500;
}
.brand__list .form-check input {
    display: none;
}
.brand__list .form-check input:checked + label {
    background-color: #f7931e;
}

.product__list nav,
.page__top nav {
    box-shadow: none;
}
.page__top {
    margin-bottom: 40px;
}

.product__enquiry .modal-content {
    border-radius: 15px;
    background: #eaf9ff;
}
.product__enquiry .modal-header {
    justify-content: center;
    position: relative;
    padding: 30px 36px 26px 36px;
    border: none;
}
.product__enquiry .modal-header h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
}
.product__enquiry .modal-header .btn-close {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 36px;
    transform: translateY(-50%);
    height: 48px;
    width: 48px;
    overflow: hidden;
    background-color: #00b9f2;
    border-radius: 50%;
    padding: 0;
    opacity: 1;
    color: #ffffff;
    border: none;
}
.product__enquiry .modal-body {
    padding: 0 36px 54px 36px;
}
.product__enquiry .modal-body .form {
    border-radius: 15px;
    border: 1px solid #b4ebff;
    background: #fff;
    padding: 40px 32px;
}
.product__enquiry .btn-primary {
    border: 1px solid transparent;
    background-color: #f7931e;
    padding: 8px 15px;
}

#myCarousel {
    max-width: 640px;
    margin: 0 auto;
}

#myCarousel .f-carousel__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
#myCarousel .f-carousel__slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery {
    padding: 5% 0;
}
.gallery-category {
    position: sticky;
    top: 130px;
}
.gallery-category button {
    margin-bottom: 14px;
    text-transform: capitalize;
}
.gallery-category .btn-primary {
    border: 1px solid #f7931e;
}
.gallery .album_card {
    background-color: #f1f4f9;
    padding: 0.625rem;
    margin-bottom: 15px;
}
.gallery .album_card img {
    height: 15.625rem;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.5s ease;
}
.gallery .album_card:hover img {
    transform: scale(1.05);
}
.gallery .album_card p.title {
    margin: 10px 0 0 0;
    color: #000000;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.step {
    box-shadow: 0 0 12px #00000021;
    padding: 12px;
    border-radius: 15px;
    height: 100%;
    transition: all 0.5s ease;
}
.step .head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 13px;
    margin-bottom: 14px;
}
.step .head .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
    min-width: 70px;
    background-color: #eaf9ff;
    border-radius: 50%;
}
.step .head .icon i {
    color: #f7931e;
    font-size: 35px;
}
.step .head h5 {
    font-size: 16px;
}
.step .head h4 {
    font-size: 18px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.content p {
    margin-bottom: 0;
    font-size: 14px;
}
.step:hover {
    background-color: #eaf9ff;
}
.step:hover .head .icon {
    background-color: #ffffff;
}

.page-top nav {
    background-color: transparent;
    box-shadow: none !important;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-top .breadcrumb {
    background-color: transparent;
    box-shadow: none !important;
    padding: 20px 0;
    border-radius: 0;
}
.page-top .breadcrumb-item a {
    color: #6c757d;
}
.page-top .breadcrumb-item.active {
    color: #000;
}

.animation {
    background-color: #f7931e;
    color: #ffffff !important;
    padding: 8px 12px;
    border-radius: 5px;
    animation: backgroundAnimation 3s infinite;
    text-transform: capitalize;
    font-size: 14px;
}
.animation:hover {
    background-color: #f16100;
}
@keyframes backgroundAnimation {
    0% {
        background-color: #f16100;
        box-shadow: 0 0 3px #f7931e;
    }
    50% {
        background-color: #f7931e;
        box-shadow: 0 0 30px #dcf4fe;
    }
    100% {
        background-color: #f16100;
        box-shadow: 0 0 3px #f7931e;
    }
}

.container {
    width: 90%;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 15px;
}

.privacy-policy ul {
    list-style: inside;
}