@import url(../css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
.boxed-btn,
body,
h1,
h2,
h3,
h4,
h5,
p {
    font-family: Poppins, sans-serif;
}
.header-area .main-header-area.sticky .main-menu,
ul {
    padding: 0;
}
.value i,
body {
    font-style: normal;
}
body {
    font-weight: 400;
}
.img {
    max-width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.button,
.owl-carousel .owl-nav div,
a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.button,
a {
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.button:focus,
a:focus,
button:focus {
    text-decoration: none;
    outline: 0;
}
.genric-btn.link,
.genric-btn.link-border {
    text-decoration: underline;
}
a:focus,
a:hover {
    text-decoration: none;
}
a,
button {
    color: #1f1f1f;
    outline: 0;
}
h1,
h2,
h3,
h4,
h5 {
    color: #001d38;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
ul {
    margin: 0;
}
li {
    list-style: none;
}
p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #4d4d4d;
    margin-bottom: 13px;
}
label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1;
}
::-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1;
}
::placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1;
}
.chose_area .about_image,
.overlay,
.slider_area {
    position: relative;
    z-index: 0;
}
.overlay::before {
    position: absolute;
    content: "";
    background-color: #001d38;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
}
.section-padding,
.service_details_area {
    padding-top: 120px;
    padding-bottom: 120px;
}
.owl-carousel .owl-nav div {
    background: #fff;
    height: 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.3s;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    line-height: 40px;
    left: -20px;
    color: #e68c0f !important;
}
.boxed-btn,
.boxed-btn:hover {
    border: 1px solid #e68c0f;
}
.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: -20px;
}
.owl-carousel .owl-nav div.owl-next i {
    position: relative;
    right: 0;
}
.owl-carousel .owl-nav div.owl-prev i {
    position: relative;
    top: 0;
}
.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}
.owl-carousel:hover .owl-nav div:hover {
    color: #fff !important;
    background: #e68c0f;
}
.mb-20 {
    margin-bottom: 20px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #000;
}
.blog_item_img,
.custom_search_pop .modal-content .serch_form,
.input-group-icon,
.section_title h3 {
    position: relative;
}
.custom_search_pop .modal-content .serch_form input {
    width: 100%;
    height: 50px;
    background: #fff;
    border: none;
    padding-left: 20px;
    color: #000;
    font-size: 15px;
    padding-right: 120px;
}
.custom_search_pop .modal-content .serch_form input:placeholder {
    color: #000;
    font-size: 15px;
}
.Estimate_area .form .input_field input:focus,
.Estimate_area .form .input_field textarea:focus,
.boxed-btn3-line:focus,
.boxed-btn3:focus,
.boxed-btn:focus,
.custom_search_pop .modal-content .serch_form input:focus,
.footer .footer_top .footer_widget .newsletter_form input:focus,
.genric-btn:focus,
.single-input:focus,
.single-textarea:focus {
    outline: 0;
}
.custom_search_pop .modal-content .serch_form button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    padding: 0 30px;
    color: #fff;
    background: #e68c0f;
    display: inline-block;
    border: none;
    line-height: 50px;
    height: 50px;
    cursor: pointer;
}
.boxed-btn {
    background: #fff;
    display: inline-block;
    padding: 18px 44px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    text-align: center;
    color: #e68c0f !important;
    text-transform: uppercase;
    cursor: pointer;
}
.boxed-btn3,
.boxed-btn3-line {
    font-size: 16px;
    text-align: center;
    display: inline-block;
    font-family: Poppins, sans-serif;
    cursor: pointer;
}
.boxed-btn3,
.boxed-btn:hover {
    background: #e68c0f;
    color: #fff !important;
}
.boxed-btn3,
.boxed-btn3-line,
.bradcam_area h3,
.bradcam_area p,
.footer .footer_top .footer_widget .footer_logo,
.footer .footer_top .footer_widget .footer_title,
.header-area .main-header-area .main-menu ul li a,
.slider_area .single_slider .slider_text h3 {
    text-transform: capitalize;
    text-transform: capitalize;
}
.boxed-btn3 {
    padding: 18px 42px;
    font-weight: 500;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.boxed-btn3-line,
.boxed-btn3:hover {
    color: #e68c0f !important;
    border: 1px solid #e68c0f;
    background: 0 0;
}
.boxed-btn3-line {
    padding: 14px 31px;
    font-weight: 400;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.boxed-btn3-line:hover {
    color: #fff !important;
    border: 1px solid transparent;
    background: #e68c0f;
}
.section_title h3 {
    font-size: 46px;
    font-weight: 400;
    line-height: 52px;
    color: #001d38;
    z-index: 0;
}
@media (max-width: 767px) {
    .section_title h3 {
        font-size: 30px;
        line-height: 36px;
    }
    .section_title h3 br {
        display: none;
    }
}
.section_title p {
    font-size: 16px;
    color: #727272;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 400;
}
.ordered-list li,
.ordered-list-alpha li,
.ordered-list-roman li,
.unordered-list li {
    line-height: 1.82em !important;
}
.section_title h4 {
    font-size: 22px;
    font-weight: 500;
    color: #001d38;
    padding-bottom: 21px;
}
.header-area {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 9;
}
.header-area .main-header-area {
    padding: 7px 0;
    background: #fff;
}
.header-area .main-header-area .Appointment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
}
.blog_right_sidebar .tag_cloud_widget ul li,
.footer .socail_links ul li,
.header-area .header-top_area .short_contact_list ul li,
.header-area .main-header-area .Appointment .socail_links ul li,
.single-post-area .blog-author a {
    display: inline-block;
}
.header-area .main-header-area .Appointment .socail_links ul li a {
    color: #a8a7a0;
    margin: 0 10px;
    font-size: 15px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover,
.bradcam_area p a,
.bradcam_area p a:hover,
.header-area .main-header-area .Appointment .socail_links ul li a:hover {
    color: #fff;
}
.header-area .main-header-area .Appointment .book_btn,
.ordered-list {
    margin-left: 30px;
}
.header-area .main-header-area .Appointment .book_btn a {
    background: #fdae5c;
    background: -moz-linear-gradient(top, #fdae5c 0, #fd8e5e 100%);
    background: -webkit-linear-gradient(top, #fdae5c 0, #fd8e5e 100%);
    background: linear-gradient(to bottom, #fdae5c 0, #fd8e5e 100%);
    padding: 13px 26px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid transparent;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.header-area .main-header-area .Appointment .book_btn a:hover {
    background: #fdae5c;
    background: -moz-linear-gradient(top, #fdae5c 0, #fd8e5e 100%);
    background: -webkit-linear-gradient(top, #fdae5c 0, #fd8e5e 100%);
    background: linear-gradient(to bottom, #fdae5c 0, #fd8e5e 100%);
}
.header-area .main-header-area .main-menu {
    padding: 12px 0;
}
.header-area .main-header-area .main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 44px 0 0;
}
.header-area .main-header-area .main-menu ul li a {
    color: #143161;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 0;
    font-family: Poppins, sans-serif;
    position: relative;
}
.header-area .main-header-area .main-menu ul li a i {
    font-size: 9px;
}
.blog_details a:hover,
.footer .copy-right_text .copy_right a,
.footer .footer_top .footer_widget p a:hover,
.footer .footer_top .footer_widget ul li a:hover,
.header-area .main-header-area .main-menu ul li a.active,
.header-area .main-header-area .main-menu ul li a:hover,
.single-post-area .blog-author a:hover,
.transportaion_area .single_transport:hover h3 {
    color: #e68c0f;
}
.header-area .main-header-area .main-menu ul li .submenu {
    position: absolute;
    left: 0;
    top: 160%;
    background: #fff;
    width: 280px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.header-area .main-header-area .main-menu ul li .submenu li {
    display: block;
}
.header-area .main-header-area .main-menu ul li .submenu li a {
    padding: 10px 15px;
    position: inherit;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    color: #000;
}
.blog-info-link li:last-child::after,
.header-area .main-header-area .main-menu ul li .submenu li a::before {
    display: none;
}
.Estimate_area .form .nice-select .option,
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
    color: #000;
}
.header-area .main-header-area .main-menu ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 150%;
}
.header-area .main-header-area .main-menu ul li:hover > a::before {
    opacity: 1;
    transform: scaleX(1);
}
.comment-form .name,
.header-area .main-header-area .main-menu ul li:first-child a {
    padding-left: 0;
}
.header-area .main-header-area.sticky {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 990;
    transform: translateY(70px);
    transition:
        transform 0.5s,
        background 0.5s;
    -webkit-transition:
        transform 0.5s,
        background 0.5s;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
}
.header-area .main-header-area.sticky .header_bottom_border {
    border-bottom: none;
}
.header-area .header-top_area {
    padding: 17px 0;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
}
.contact_action_area .call_add_action,
.header-area .header-top_area .short_contact_list,
.single-post-area .navigation-area .nav-right {
    text-align: right;
}
.header-area .header-top_area .short_contact_list ul li a {
    font-size: 16px;
    color: #143161;
    margin-right: 50px;
}
.header-area .header-top_area .short_contact_list ul li a i {
    color: #e68c0f;
    margin-right: 7px;
}
.header-area .header-top_area .header_right.d-flex {
    display: flex;
    justify-content: flex-end;
}
.header-area .search_btn a {
    width: 35px;
    height: 35px;
    background: #e68c0f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    color: #fff;
}
.slider_bg_1 {
    background-image: url(../img/banner/banner_ai.png);
}
.slider_area::before {
    background: #001d38;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.5;
}
.slider_area .single_slider,
.testimonial_area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.slider_area .single_slider {
    height: 700px;
}
@media (max-width: 767px) {
    .section_title p br {
        display: none;
    }
    .mb-50 {
        margin-bottom: 40px;
    }
    .mobile_menu {
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 9;
    }
    .header-area {
        padding-top: 0;
    }
    .header-area .main-header-area,
    .header-area .main-header-area.sticky {
        padding: 10px 0;
    }
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important;
    }
    .header-area .header-top_area .short_contact_list {
        text-align: center;
    }
    .header-area .header-top_area .short_contact_list ul li a {
        margin: 0 5px;
    }
    .slider_area .single_slider {
        height: auto;
    }
    .slider_area .single_slider .slider_text {
        margin: 90px 0;
    }
}
.slider_area .single_slider .slider_text h3 {
    font-family: Poppins, sans-serif;
    font-size: 60px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 30px;
    color: #fff;
    margin-top: 31px;
}
.slider_area .single_slider .slider_text h3 span {
    font-weight: 700;
}
@media (max-width: 767px) {
    .slider_area .single_slider .slider_text h3 {
        font-size: 30px;
        line-height: 45px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .section_title h3 {
        font-size: 36px;
        line-height: 42px;
    }
    .header-area {
        padding-top: 0;
    }
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important;
    }
    .header-area .main-header-area.sticky {
        padding: 10px 0;
    }
    .slider_area .single_slider {
        height: 600px;
    }
    .slider_area .single_slider .slider_text h3 {
        font-size: 54px;
    }
    .download_brochure {
        display: block !important;
    }
}
.slider_area .single_slider .slider_text p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.counter_area {
    padding-bottom: 85px;
    padding-top: 12px;
}
.counter_area .offcan_bg {
    background-image: url(../img/about/0ffcan.png);
    background-size: 100% 100%;
    background-position: center center;
    padding: 70px 0 40px;
}
.blog_details p,
.comment-form .form-group,
.counter_area .single_counter,
.form-contact .form-group,
.mb-30,
.service_area .single_service {
    margin-bottom: 30px;
}
.counter_area .single_counter h3 {
    color: #e68c0f;
    font-weight: 500;
    font-size: 46px;
    margin-bottom: 5px;
}
.counter_area .single_counter p {
    color: #596672;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.testimonial_area {
    background-image: url(../img/banner/testmonial.png);
    position: relative;
    padding: 122px 0;
}
.testimonial_area .testmonial_active {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 50px 60px 66px;
}
.testimonial_area .single_testmonial p {
    color: #001d38;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    margin: 34px 0;
}
@media (min-width: 320px) and (max-width: 1500px) {
    .testimonial_area .single_testmonial p br {
        display: none;
    }
}
.testimonial_area .single_testmonial .testmonial_author {
    padding-bottom: 35px;
}
.testimonial_area .single_testmonial .testmonial_author .thumb {
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: auto auto 15px;
}
.testimonial_area .single_testmonial .testmonial_author h3 {
    color: #001d38;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}
.testimonial_area .single_testmonial .testmonial_author span {
    font-size: 13px;
    font-weight: 400;
    color: #596672;
}
.testimonial_area .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
.testimonial_area .owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 0;
}
.testimonial_area .owl-carousel .owl-nav div {
    left: 0;
}
.testimonial_area .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.testimonial_area .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    background: #ffd6d0;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    text-align: center;
}
.testimonial_area .owl-dots .owl-dot.active {
    background: #e68c0f;
}
.footer .footer_top .footer_widget .newsletter_form,
.newsletter_form {
    position: relative;
    margin-bottom: 20px;
}
.newsletter_form input {
    width: 100%;
    height: 45px;
    background: #fff;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    border: none;
}
.newsletter_form input::placeholder {
    font-size: 16px;
    color: #919191;
}
.newsletter_form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    font-size: 14px;
    color: #fff;
    background: #a70000;
    padding: 0 22px;
    cursor: pointer;
}
.newsletter_text {
    font-size: 16px;
    color: #bababa;
}
.service_details_area .service_details_info {
    margin-bottom: 36px;
}
.service_details_area .service_details_info h3 {
    font-size: 36px;
    color: #001d38;
    font-weight: 400;
    margin-bottom: 16px;
}
.service_details_area .service_details_info p {
    font-size: 15px;
    line-height: 28px;
    color: #596672;
}
.service_details_area .service_details_left h3 {
    font-size: 22px;
    color: #001d38;
    font-weight: 500;
    margin-bottom: 40px;
}
.service_details_area .service_details_left .nav {
    display: block !important;
}
.service_details_area .service_details_left .nav a {
    padding: 25px 0;
    border-bottom: 1px solid #eaeaea;
    color: #001d38;
    font-size: 16px;
    display: block;
}
.blog_right_sidebar .post_category_widget .cat-list li:last-child,
.service_details_area .service_details_left .nav a:last-child {
    border-bottom: 0;
}
.service_details_area .service_details_left .nav a .nav-pills > a,
.service_details_area .service_details_left .nav a.active {
    background-color: transparent;
    color: #e68c0f;
    font-size: 16px;
}
.download_brochure {
    background: #f5fbff;
    padding: 33px 45px;
}
.download_brochure .download_left .icon {
    margin-right: 30px;
}
.download_brochure .download_left .download_text h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
    color: #001d38;
}
.download_brochure .download_left .download_text p {
    font-size: 14px;
    color: #596672;
    margin-bottom: 0;
}
.contact_action_area {
    background-image: url(../img/banner/contact_bg.png);
    position: relative;
    z-index: 0;
    padding: 138px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.contact_action_area::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #001d38;
    opacity: 0.7;
    z-index: -1;
    content: "";
}
.contact_action_area .action_heading h3 {
    font-size: 46px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 13px;
}
@media (max-width: 767px) {
    .slider_area .single_slider .slider_text p {
        font-size: 16px;
    }
    .contact_action_area .action_heading,
    .contact_action_area .call_add_action,
    .counter_area .single_counter {
        text-align: center;
    }
    .contact_action_area,
    .testimonial_area {
        padding: 50px 0;
    }
    .testimonial_area .testmonial_active {
        padding: 40px 25px;
    }
    .download_brochure {
        display: block !important;
    }
    .download_brochure .download_left {
        display: block !important;
        margin-bottom: 20px;
    }
    .download_brochure .download_left .icon {
        margin-bottom: 20px;
    }
    .contact_action_area .action_heading h3 {
        font-size: 25px;
    }
}
.contact_action_area .action_heading p {
    color: #eaeaea;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}
.contact_action_area .call_add_action span {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-right: 25px;
}
.contact_action_area .call_add_action .boxed-btn3 {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 26px;
    padding: 14px 42px;
    font-weight: 400;
}
.contact_action_area .call_add_action .boxed-btn3:hover {
    color: #000 !important;
    background: #fff !important;
    border-color: transparent;
}
.chose_area {
    padding: 120px 0 72px;
}
.chose_area .about_image:before {
    position: absolute;
    background: #e68c0f;
    right: -25px;
    bottom: -25px;
    content: "";
    z-index: -1;
    top: 10px;
    left: 10px;
}
.chose_area .about_image img {
    width: 100%;
}
.chose_area .features_info {
    padding-left: 68px;
}
@media (max-width: 767px) {
    .contact_action_area .call_add_action span {
        margin: 20px 0;
        display: block;
    }
    .contact_action_area .call_add_action .boxed-btn3 {
        font-size: 14px;
        padding: 14px 30px;
        font-weight: 400;
        margin-top: 20px;
    }
    .chose_area {
        padding: 30px 0 40px;
    }
    .chose_area .about_image:before {
        display: none;
    }
    .chose_area .features_info {
        padding: 50px 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .download_brochure .download_left {
        display: block !important;
        margin-bottom: 20px;
    }
    .contact_action_area .action_heading h3 {
        font-size: 30px;
    }
    .contact_action_area .action_heading {
        text-align: center;
    }
    .contact_action_area .call_add_action {
        text-align: right;
        margin-top: 0;
    }
    .contact_action_area .call_add_action .boxed-btn3 {
        font-size: 14px;
        padding: 14px 30px;
        font-weight: 400;
        margin-top: 20px;
    }
    .chose_area {
        padding: 30px 0 40px;
    }
    .chose_area .features_info {
        padding-left: 30px;
        padding-top: 100px;
        padding-bottom: 50px;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area .Appointment .book_btn {
        margin-left: 0;
    }
    .header-area .main-header-area .main-menu ul li a {
        font-size: 15px;
    }
    .chose_area .features_info {
        padding-left: 30px;
        padding-top: 0;
    }
}
.chose_area .features_info h3 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 300;
    color: #2c2c2c;
}
@media (max-width: 767px) {
    .chose_area .features_info h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .chose_area .features_info h3 br {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .chose_area .features_info h3 {
        font-size: 38px;
        line-height: 50px;
    }
    .chose_area .features_info h3 br {
        display: none;
    }
}
.chose_area .features_info p {
    font-size: 16px;
    line-height: 28px;
    color: #727272;
    margin-bottom: 22px;
    margin-top: 28px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .Appointment .book_btn {
        margin-left: 0;
    }
    .header-area .main-header-area .Appointment .book_btn a {
        padding: 12px 20px;
    }
    .header-area .main-header-area .main-menu ul li a {
        font-size: 15px;
    }
    .slider_area .single_slider .slider_text h3 {
        font-size: 35px;
    }
    .slider_area .single_slider .slider_text p {
        font-size: 16px;
    }
    .contact_action_area .action_heading h3 {
        font-size: 30px;
    }
    .chose_area .features_info {
        padding-left: 30px;
        padding-top: 0;
        padding-bottom: 40px;
    }
    .chose_area .features_info h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .chose_area .features_info h3 br,
    .chose_area .features_info p br {
        display: none;
    }
}
.chose_area .features_info ul {
    margin-bottom: 56px;
}
.chose_area .features_info ul li {
    font-size: 16px;
    line-height: 28px;
    color: #727272;
    position: relative;
    padding-left: 28px;
    margin-bottom: 5px;
    font-weight: 400;
    z-index: 1;
}
.chose_area .features_info ul li::before {
      content: '\f058';
    font-family: 'Font Awesome 7 Pro';
    float: left;
    margin-left: -1.5em;
    color: #05b800;
}
.chose_area .features_info .boxed-btn3-line {
    padding: 14px 53px;
    font-size: 14px;
    font-weight: 500;
}
.contact_location {
    background: #f5fbff;
    padding: 40px 0;
}
.contact_location .location_left .logo {
    margin-bottom: 40px;
}
.contact_location .location_left ul li {
    display: inline-block;
    margin-right: 6px;
}
.contact_location .location_left ul li a {
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #3b5797;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 15px;
}
.contact_location .location_left ul li:nth-child(2) a {
    background: #0a66c2;
}
.contact_location .location_left ul li:nth-child(3) a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, 	#fd1d1d 1%, #fdf497 5%, #fd5949 35%,#d6249f 62%,#285AEB 90%);
}
.contact_location .location_left ul li:nth-child(4) a {
    background: #000;
}
.contact_location .single_location h3 {
    font-size: 22px;
    color: #001d38;
    font-weight: 400;
    margin-bottom: 15px;
}
.contact_location .single_location p {
    color: #596672;
    font-size: 14px;
    line-height: 28px;
}
.Estimate_area {
    background-image: url(../img/banner/Estimate_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 120px 0;
}
.Estimate_area.overlay:before {
    background: #001d38;
    opacity: 0.94;
}
.Estimate_area .Estimate_info h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}
.Estimate_area .Estimate_info p {
    color: #c7c7c7;
    font-size: 16px;
    line-height: 28px;
    margin-top: 23px;
    margin-bottom: 33px;
}
.Estimate_area .Estimate_info .boxed-btn3 {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 9px 40px;
    font-size: 18px;
    font-weight: 400;
}
.Estimate_area .form .input_field input,
.Estimate_area .form .input_field textarea {
    width: 100%;
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #667686;
    padding: 18px 15px;
    font-size: 14px;
    background: 0 0;
    color: #fff;
    margin-bottom: 15px;
}
.Estimate_area .form .input_field input::placeholder,
.Estimate_area .form .input_field textarea::placeholder {
    color: #c7c7c7;
    font-weight: 400;
    font-size: 14px;
}
.Estimate_area .form .input_field textarea {
    height: 105px;
}
.Estimate_area .form .nice-select {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    background: 0 0;
    border: 1px solid #687786;
    margin-bottom: 15px;
    width: 100%;
    color: #c7c7c7;
}
.Estimate_area .form .boxed-btn3-line {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
}
.Estimate_area .nice-select::after {
    content: "\e64b";
    display: block;
    height: 5px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 30px;
    top: 4px;
    transition: 0.15s ease-in-out;
    width: 5px;
    font-family: themify;
    color: #ddd;
    font-size: 12px;
}
#accordion button {
    font-size: 16px;
    color: #0f2137;
    font-weight: 500;
}
#accordion .card {
    border-radius: 0 !important;
    margin-bottom: 30px;
}
#accordion .card .card-header {
    background-color: transparent;
    padding: 4px 14px;
}
#accordion .card .card-body {
    font-size: 16px;
    line-height: 28px;
    color: #888;
    padding: 10px 30px 32px;
}
#accordion .card .collapse {
    border-bottom: 1px solid #d7dbe3;
}
#accordion .card .collapse.show {
    border-bottom: 1px solid transparent;
}
#accordion h5 {
    position: relative;
    z-index: 1;
}
#accordion h5 button.btn.btn-link:after {
    position: absolute;
    content: "\e648";
    top: 9px;
    right: 12px;
    height: auto;
    font-family: themify;
    color: #e68c0f;
    font-size: 14px;
    left: -24px;
}
#accordion h5 button.btn.btn-link.collapsed:after {
    content: "\e64b";
    color: #0f2137;
    font-size: 14px;
}
#accordion h5 button i {
    height: 36px;
    width: 36px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    margin-right: 20px;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#accordion h5 button.btn.btn-link.collapsed i {
    background: #f4f7f9;
    color: #0f2137;
}
#accordion .btn-link:hover {
    color: #182028;
    text-decoration: none;
}
#accordion .btn {
    text-align: left !important;
}
.accordion_area {
    padding-top: 40px;
    padding-bottom: 30px;
}
.accordion_area .faq_ask h3 {
    font-size: 36px;
    font-weight: 300;
    color: #001d38;
    margin-bottom: 17px;
}
.accordion_area .faq_ask #accordion .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0.25rem;
    border-bottom: 1px solid #e8e8e8;
}
.accordion_area .faq_ask #accordion .card .card-header {
    border: none;
    background-color: transparent;
    padding: 4px 30px;
}
.accordion_area .faq_ask #accordion button {
    font-size: 15px;
    color: #001d38 !important;
    font-weight: 300 !important;
    width: 100%;
    text-wrap: auto;
}
.accordion_area .faq_ask #accordion .card .card-body {
    font-size: 15px;
    color: #727272;
    padding: 10px 30px 32px;
    font-weight: 400;
    line-height: 28px;
}
.accordion_area .faq_ask #accordion .btn-link.focus,
.accordion_area .faq_ask #accordion .btn-link:focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none;
    color: #e68c0f !important;
}
#slider {
    margin: 0;
    background: #b18351;
    height: 2px;
    top: 19px;
}
.value {
    position: absolute;
    top: 30px;
    left: 50%;
    margin: 0 0 0 -20px;
    width: 40px;
    text-align: center;
    display: block;
    font-weight: 400;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #333;
}
.transportaion_area {
    padding: 120px 0 90px;
}
.transportaion_area .single_transport {
    padding-right: 65px;
    margin-bottom: 30px;
}
.transportaion_area .single_transport .icon {
    height: 70px;
    width: 70px;
}
.transportaion_area .single_transport h3 {
    font-size: 22px;
    font-weight: 500;
    color: #001d38;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.transportaion_area .single_transport p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #919191;
}
.blog_item,
.mb-50 {
    margin-bottom: 50px;
}
.gj-datepicker input {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    padding: 17px;
    font-size: 12px;
    color: #919191;
    margin-bottom: 20px;
}
.gj-datepicker-md [role="right-icon"] {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #919191;
    margin-right: 15px;
    top: 16px;
}
.gj-picker-md {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1;
    color: rgba(0, 0, 0, 0.87);
    padding: 20px;
    border: 1px solid #e0e0e0;
}
.button-area,
.footer {
    background: #fff;
}
.footer .footer_top {
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer .footer_top .footer_widget .footer_title {
    font-size: 18px;
    font-weight: 500;
    color: #001d38;
    margin-bottom: 40px;
}
.footer .footer_top .footer_widget .footer_logo {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px;
}
.footer .footer_top .footer_widget p {
    color: #596672;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
}
.footer .footer_top .footer_widget p a {
    color: #596672;
}
.footer .footer_top .footer_widget ul li {
    color: #596672;
    font-size: 14px;
    line-height: 42px;
}
.footer .footer_top .footer_widget ul li a {
    color: #596672;
    font-weight: 400;
}
.footer .footer_top .footer_widget .newsletter_form input {
    height: 50px;
    background: #fff;
    padding-left: 20px;
    font-size: 15px;
    color: #000;
    border: 1px solid #596672;
    border-radius: 30px;
    width: 100%;
}
.footer .footer_top .footer_widget .newsletter_form input::placeholder {
    font-size: 15px;
    color: #596672;
}
.footer .footer_top .footer_widget .newsletter_form button {
    position: absolute;
    height: 40px;
    border: none;
    color: #fff;
    background: #e68c0f;
    padding: 0 22px;
    cursor: pointer;
    border-radius: 30px;
    top: 5px;
    right: 5px;
    font-size: 13px;
    font-weight: 500;
}
.footer .footer_top .footer_widget .newsletter_text {
    font-size: 13px;
    color: #596672;
    line-height: 26px;
}
.footer .copy-right_text .footer_border {
    border-top: 1px solid #e8e8e8;
    padding-bottom: 30px;
}
.footer .copy-right_text .copy_right {
    font-size: 15px;
    color: #596672;
    margin-bottom: 0;
    font-weight: 500;
}
.footer .socail_links {
    margin-top: 47px;
}
.footer .socail_links ul li a {
    font-size: 15px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    background: 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 7px;
    line-height: 40px !important;
    border: 1px solid #e8e8e8;
    color: #e8e8e8;
}
.footer .socail_links ul li a:hover {
    color: #fff !important;
    background: #e68c0f;
    border-color: transparent;
}
.bradcam_bg_1 {
    background-image: url(../img/banner/bradcam.png);
}
.bradcam_bg_2 {
    background-image: url(../img/banner/bradcam2.png);
}
.bradcam_area {
    background-size: cover;
    background-position: center center;
    padding: 115px 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.bradcam_area.bradcam_area2 {
    padding: 265px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
    .accordion_area .faq_ask h3 {
        font-size: 30px;
    }
    .footer .footer_top .footer_widget {
        margin-bottom: 30px;
    }
    .bradcam_area {
        padding: 80px 0;
    }
}
.bradcam_area::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #001d38;
    opacity: 0.5;
    z-index: -1;
    content: "";
}
.bradcam_area h3 {
    font-size: 60px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}
.contact-info,
.single-blog h4 {
    margin-bottom: 25px;
}
.bradcam_area p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: 0.7;
}
.service_area {
    background: #f5fbff;
    padding: 120px 0 90px;
}
.service_area .single_service .thumb {
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}
.service_area .single_service .thumb::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #e68c0f;
    opacity: 0;
    position: absolute;
    z-index: 2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    content: "";
}
.service_area .single_service .thumb img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.blog_right_sidebar .popular_post_widget .post_item + .post_item,
.service_area .single_service .service_info {
    margin-top: 20px;
}
.service_area .single_service .service_info h3 {
    margin-bottom: 7px;
}
.service_area .single_service .service_info h3 a {
    color: #001d38;
    font-size: 22px;
    font-weight: 500;
}
.service_area .single_service .service_info p {
    font-size: 16px;
    font-weight: 400;
    color: #919191;
    margin-bottom: 0;
}
.service_area .single_service:hover .service_info h3 a {
    color: #e68c0f;
    text-decoration: underline;
}
.service_area .single_service:hover .thumb img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.service_area .single_service:hover .thumb::before {
    opacity: 0.2;
}
.dropdown .dropdown-menu {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.default-select .nice-select .list .option,
.genric-btn {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.comments-area .thumb,
.contact-info__icon {
    margin-right: 20px;
}
.contact-info__icon i,
.contact-info__icon span {
    color: #8f9195;
    font-size: 27px;
}
.contact-info .media-body h3 {
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a;
}
.contact-info .media-body h3 a:hover,
b,
del,
sub,
sup,
u {
    color: #ff5e13;
}
.contact-info .media-body p {
    color: #8a8a8a;
}
.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}
.form-contact label,
.single-post-area .navigation-top .comment-count,
.single-post-area .navigation-top .like-info,
h6 {
    font-size: 14px;
}
.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: 0 0;
}
.comment-form .form-control:focus,
.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none;
}
.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999;
}
.form-contact textarea {
    border-radius: 0;
    height: 100% !important;
}
.contact-section {
    padding: 130px 0 100px;
}
@media (max-width: 991px) {
    .contact-section {
        padding: 70px 0 40px;
    }
    .comment-form .email {
        padding-left: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-section {
        padding: 80px 0 50px;
    }
}
.sample-text-area {
    background: #fff;
    padding: 100px 0 70px;
}
.text-heading {
    margin-bottom: 30px;
    font-size: 24px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
.single-post-area .blog-author h4,
h5 {
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    color: #828bb2;
}
.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee;
}
.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px;
}
.blog-pagination .page-item:last-child .page-link,
.button-group-area .genric-btn:last-child {
    margin-right: 0;
}
.genric-btn {
    display: inline-block;
    outline: 0;
    line-height: 40px;
    padding: 0 30px;
    font-size: 0.8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}
.genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px;
}
.genric-btn.large {
    line-height: 45px;
}
.genric-btn.medium {
    line-height: 30px;
}
.genric-btn.small {
    line-height: 25px;
}
.genric-btn.radius {
    border-radius: 3px;
}
.genric-btn.circle {
    border-radius: 20px;
}
.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.genric-btn.arrow span {
    margin-left: 10px;
}
.genric-btn.default,
.genric-btn.default-border:hover,
.genric-btn.link-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}
.genric-btn.default-border,
.genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff;
}
.genric-btn.primary,
.genric-btn.primary-border:hover {
    color: #fff;
    background: #ff5e13;
    border: 1px solid transparent;
}
.genric-btn.primary-border,
.genric-btn.primary:hover {
    color: #ff5e13;
    border: 1px solid #ff5e13;
    background: #fff;
}
.genric-btn.success,
.genric-btn.success-border:hover {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
}
.genric-btn.success-border,
.genric-btn.success:hover {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
}
.genric-btn.info,
.genric-btn.info-border:hover {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
}
.genric-btn.info-border,
.genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}
.genric-btn.warning,
.genric-btn.warning-border:hover {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
}
.genric-btn.warning-border,
.genric-btn.warning:hover {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
}
.genric-btn.danger,
.genric-btn.danger-border:hover {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
}
.genric-btn.danger-border,
.genric-btn.danger:hover {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
}
.genric-btn.link {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}
.genric-btn.link-border,
.genric-btn.link:hover {
    border: 1px solid #f9f9ff;
    color: #415094;
    background: #fff;
}
.genric-btn.disable {
    color: #222, 0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed;
}
.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid #ff5e13;
}
.progress-table-wrap {
    overflow-x: scroll;
}
.progress-table {
    background: #f9f9ff;
    padding: 15px 0 30px;
    min-width: 800px;
}
.progress-table .serial {
    width: 11.83%;
    padding-left: 30px;
}
.progress-table .country {
    width: 28.07%;
}
.progress-table .visit {
    width: 19.74%;
}
.progress-table .percentage {
    width: 40.36%;
    padding-right: 50px;
}
.progress-table .table-head {
    display: flex;
}
.progress-table .table-head .country,
.progress-table .table-head .percentage,
.progress-table .table-head .serial,
.progress-table .table-head .visit {
    color: #415094;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
}
.progress-table .table-row {
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
    display: flex;
}
.progress-table .table-row .country,
.progress-table .table-row .percentage,
.progress-table .table-row .serial,
.progress-table .table-row .visit {
    display: flex;
    align-items: center;
}
.progress-table .table-row .country img {
    margin-right: 15px;
}
.progress-table .table-row .percentage .progress {
    width: 80%;
    border-radius: 0;
    background: 0 0;
}
.progress-table .table-row .percentage .progress .progress-bar {
    height: 5px;
    line-height: 5px;
}
.progress-table .table-row .percentage .progress .progress-bar.color-1,
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
    background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-2,
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
    background-color: #e66686;
}
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
    background-color: #f09359;
}
.progress-table .table-row .percentage .progress .progress-bar.color-4,
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
    background-color: #73fbaf;
}
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
    background-color: #a367e7;
}
.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px;
}
.unordered-list li {
    position: relative;
    padding-left: 30px;
}
.unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #ff5e13;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%;
}
.single-input,
.single-textarea {
    border: none;
    display: block;
    line-height: 40px;
    padding: 0 20px;
    width: 100%;
    background: #f9f9ff;
    outline: 0;
}
.ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #ff5e13;
    font-weight: 500;
}
.ordered-list li span,
.ordered-list-alpha li span,
.ordered-list-roman li span {
    font-weight: 300;
    color: #828bb2;
}
.ordered-list-alpha li {
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #ff5e13;
    font-weight: 500;
}
.ordered-list-roman li {
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #ff5e13;
    font-weight: 500;
}
.input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3;
}
.input-group-icon .icon i {
    color: #797979;
}
.input-group-icon .single-input {
    padding-left: 45px;
}
.single-textarea {
    height: 100px;
    resize: none;
}
.single-input-accent,
.single-input-primary,
.single-input-secondary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: 0;
    background: #f9f9ff;
    padding: 0 20px;
}
.single-input-primary:focus {
    outline: 0;
    border: 1px solid #ff5e13;
}
.single-input-accent:focus {
    outline: 0;
    border: 1px solid #eb6b55;
}
.single-input-secondary:focus {
    outline: 0;
    border: 1px solid #f09359;
}
.confirm-switch,
.default-switch,
.primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}
.default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.default-switch input + label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ff5e13;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.confirm-switch input:checked + label:after,
.default-switch input:checked + label,
.primary-switch input:checked + label:after {
    left: 19px;
}
.confirm-switch input + label,
.primary-switch input + label,
.primary-switch input + label:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    position: absolute;
}
.confirm-checkbox input,
.confirm-radio input,
.confirm-switch input,
.disabled-checkbox input,
.disabled-radio input,
.primary-checkbox input,
.primary-radio input,
.primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.primary-switch input + label:before {
    content: "";
    background: 0 0;
    border-radius: 8.5px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.confirm-switch input + label:after,
.primary-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.primary-switch input:checked + label:before {
    background: #ff5e13;
}
.confirm-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    border-radius: 8.5px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}
.confirm-switch input:checked + label:before {
    background: #4cd3e3;
}
.confirm-checkbox,
.disabled-checkbox,
.primary-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}
.confirm-checkbox input + label,
.disabled-checkbox input + label,
.primary-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}
.primary-checkbox input:checked + label {
    background: url(../img/elements/primary-check.png) center center/cover no-repeat;
    border: none;
}
.confirm-checkbox input:checked + label {
    background: url(../img/elements/success-check.png) center center/cover no-repeat;
    border: none;
}
.disabled-checkbox input:disabled,
.disabled-radio input:disabled {
    cursor: not-allowed;
    z-index: 3;
}
.disabled-checkbox input:checked + label {
    background: url(../img/elements/disabled-check.png) center center/cover no-repeat;
    border: none;
}
.confirm-radio,
.disabled-radio,
.primary-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}
.confirm-radio input + label,
.disabled-radio input + label,
.primary-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}
.primary-radio input:checked + label {
    background: url(../img/elements/primary-radio.png) center center/cover no-repeat;
    border: none;
}
.confirm-radio input:checked + label {
    background: url(../img/elements/success-radio.png) center center/cover no-repeat;
    border: none;
}
.disabled-radio input:checked + label {
    background: url(../img/elements/disabled-radio.png) center center/cover no-repeat;
    border: none;
}
.default-select {
    height: 40px;
}
.default-select .nice-select {
    border: none;
    border-radius: 0;
    height: 40px;
    background: #f9f9ff;
    padding-left: 20px;
    padding-right: 40px;
}
.default-select .nice-select .list,
.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    padding: 10px 0;
}
.default-select .nice-select .list .option {
    font-weight: 300;
    transition: 0.3s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 20px;
}
.default-select .nice-select .list .option.selected,
.default-select .nice-select .list .option:hover,
.form-select .nice-select .list .option.selected,
.form-select .nice-select .list .option:hover {
    color: #ff5e13;
    background: 0 0;
}
.default-select .current,
.form-select .current {
    margin-right: 50px;
    font-weight: 300;
}
.default-select .nice-select::after,
.form-select .nice-select::after {
    right: 20px;
}
.form-select {
    height: 40px;
    width: 100%;
}
.form-select .nice-select {
    border: none;
    border-radius: 0;
    height: 40px;
    background: #f9f9ff;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%;
}
.form-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px;
}
.mt-10 {
    margin-top: 10px;
}
.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee;
}
.mt-30 {
    margin-top: 30px;
}
.switch-wrap {
    margin-bottom: 10px;
}
.blog_area a {
    color: #666 !important;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog_area a :hover,
.blog_area a:hover {
    background: -webkit-linear-gradient(131deg, #e68c0f 0, #e68c0f 99%);
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-blog {
    overflow: hidden;
    margin-bottom: 30px;
}
.single-blog:hover {
    box-shadow: 0 10px 20px 0 rgba(42, 34, 123, 0.1);
}
.single-blog .thumb {
    overflow: hidden;
    position: relative;
}
.single-blog .thumb:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-blog h4 {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 34px;
}
.single-blog a,
.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600;
}
.single-blog .date,
.single-blog .tag {
    font-size: 13px;
    display: inline-block;
    text-align: left;
    font-weight: 300;
}
.single-blog .date {
    color: #666;
}
.single-blog .tag {
    margin-right: 22px;
    position: relative;
}
.single-blog .tag:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background: #acacac;
    right: -12px;
    top: 7px;
}
@media (max-width: 800px) {
    .single-blog {
        margin-bottom: 30px;
    }
}
.single-blog:hover .thumb:after {
    opacity: 0.7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
@media (max-width: 1199px) {
    .single-blog .tag {
        margin-right: 8px;
    }
    .single-blog .tag:after {
        display: none;
    }
    .single-blog h4 {
        transition: 0.3s linear;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 14px;
        margin-bottom: 12px;
    }
    .single-blog h4 a {
        font-size: 18px;
    }
}
.blog_details {
    padding: 30px 0 20px 10px;
    box-shadow: 0 10px 20px 0 rgba(221, 221, 221, 0.3);
}
.blog_details a {
    color: #ff8b23;
}
.blog_details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.blog-info-link li {
    float: left;
    font-size: 14px;
}
.blog-info-link li a {
    color: #999;
}
.blog-info-link li i,
.blog-info-link li span {
    font-size: 13px;
    margin-right: 5px;
}
.blog-info-link li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
}
.blog-info-link::after {
    content: "";
    clear: both;
    display: table;
}
.blog_item_img .blog_item_date {
    position: absolute;
    bottom: -10px;
    left: 10px;
    display: block;
    color: #fff;
    background-color: #e68c0f;
    padding: 8px 15px;
    border-radius: 5px;
}
.blog_item_img .blog_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
}
.blog_item_img .blog_item_date p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}
.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px;
}
.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff;
}
.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px;
}
.blog_right_sidebar .single_sidebar_widget .btn_1 {
    margin-top: 0;
}
.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0;
}
.blog_right_sidebar .search_widget .form-control::placeholder {
    color: #999;
}
.blog_right_sidebar .newsletter_widget .form-control:focus,
.blog_right_sidebar .search_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none;
}
.blog_right_sidebar .newsletter_widget .input-group button,
.blog_right_sidebar .search_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
}
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span,
.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span,
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
    font-size: 14px;
    color: #999;
}
.blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999;
    padding-left: 20px;
    border-radius: 0;
}
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
    color: #999;
}
.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: 0.3s;
    padding-bottom: 12px;
}
.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888;
}
.blog_right_sidebar .post_category_widget .cat-list li a p,
.single-post-area .navigation-area p,
.single-post-area .navigation-top p {
    margin-bottom: 0;
}
.blog_right_sidebar .post_category_widget .cat-list li + li {
    padding-top: 15px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: 0.3s linear;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}
.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: 0.3s;
    color: #888;
    font-size: 13px;
}
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #e68c0f;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog_right_sidebar .instagram_feeds .instagram_row {
    display: flex;
    margin-right: -6px;
    margin-left: -6px;
}
.blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 33.33%;
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 15px;
}
.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0;
}
.blog-pagination {
    margin-top: 80px;
}
.blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px;
}
.blog-pagination .page-link i,
.blog-pagination .page-link span {
    font-size: 13px;
}
.blog-pagination .page-item.active .page-link {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888;
}
.comment-form,
.comments-area {
    border-top: 1px solid #eee;
    margin-top: 50px;
}
.single-post-area .blog_details {
    box-shadow: none;
    padding: 26px 0 0;
}
.single-post-area .blog_details p {
    margin-bottom: 20px;
    font-size: 15px;
}
.single-post-area .quote-wrapper {
    background: rgba(130, 139, 178, 0.1);
    padding: 15px;
    line-height: 1.733;
    color: #888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px;
}
.single-post-area .quotes {
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-left: 2px solid;
}
@media (min-width: 768px) {
    .blog_details {
        padding: 60px 30px 35px 35px;
    }
    .blog_details h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .blog_item_img .blog_item_date {
        bottom: -20px;
        left: 40px;
        padding: 13px 30px;
    }
    .blog_item_img .blog_item_date h3 {
        font-size: 30px;
    }
    .blog_item_img .blog_item_date p {
        font-size: 18px;
    }
    .single-post-area .quote-wrapper {
        padding: 30px;
    }
    .single-post-area .quotes {
        padding: 25px 25px 25px 30px;
    }
}
.single-post-area .arrow {
    position: absolute;
}
.single-post-area .navigation-top {
    padding-top: 15px;
    border-top: 1px solid #f0e9ff;
}
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span,
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
    font-size: 16px;
    margin-right: 5px;
}
.single-post-area .navigation-top .social-icons li {
    display: inline-block;
    margin-right: 15px;
}
.single-post-area .navigation-top .social-icons li:last-child {
    margin: 0;
}
.single-post-area .blog-author {
    padding: 40px 30px;
    background: #fbf9ff;
    margin-top: 50px;
}
.single-post-area .blog-author img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 30px;
}
@media (max-width: 600px) {
    .single-post-area .blog-author {
        padding: 20px 8px;
    }
    .single-post-area .blog-author img {
        margin-right: 15px;
        width: 45px;
        height: 45px;
    }
}
.single-post-area .blog-author p {
    margin-bottom: 0;
    font-size: 15px;
}
.single-post-area .navigation-area {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top: 55px;
}
.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
}
.single-post-area .navigation-area .nav-left {
    text-align: left;
}
.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000;
}
.single-post-area .navigation-area .nav-left .thumb img,
.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-post-area .navigation-area .nav-left:hover .lnr,
.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1;
}
.single-post-area .navigation-area .nav-left:hover .thumb img,
.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: 0.5;
}
.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000;
}
.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.comments-area {
    background: 0 0;
    padding: 45px 0;
}
@media (max-width: 414px) {
    .comments-area {
        padding: 50px 8px;
    }
}
.comments-area h4 {
    margin-bottom: 35px;
    font-size: 18px;
}
.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0;
}
.comments-area .comment-list {
    padding-bottom: 48px;
}
.comments-area .comment-list:last-child {
    padding-bottom: 0;
}
@media (max-width: 413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size: 12px;
    }
    .comments-area .comment-list .single-comment .date {
        font-size: 11px;
    }
    .comments-area .comment-list .single-comment .comment {
        font-size: 10px;
    }
}
.comments-area .thumb img {
    width: 70px;
    border-radius: 50%;
}
.comments-area .date {
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
    margin-left: 20px;
}
.comments-area .comment {
    margin-bottom: 10px;
    color: #777;
    font-size: 15px;
}
.comments-area .btn-reply {
    background-color: transparent;
    color: #888;
    padding: 5px 18px;
    font-size: 14px;
    display: block;
    font-weight: 400;
}
.comment-form {
    padding-top: 45px;
    margin-bottom: 20px;
}
.comment-form h4 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px;
}
@media (max-width: 767px) {
    .Estimate_area .Estimate_info,
    .chose_area .features_info ul,
    .footer .footer_top .footer_widget,
    .mb-50,
    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px;
    }
    .contact_location {
        padding: 50px 0;
    }
    .contact_location .location_left,
    .footer .footer_top .footer_widget .footer_logo,
    .footer .footer_top .footer_widget .footer_title {
        margin-bottom: 20px;
    }
    #accordion button {
        font-size: 14px;
    }
    #accordion .card .card-header {
        padding: 4px 0;
    }
    #accordion h5 button.btn.btn-link:after {
        right: 10px;
    }
    #accordion h5 button i,
    #accordion h5 button.btn.btn-link.collapsed i,
    .accordion_area .faq_ask #accordion button span {
        display: none;
    }
    .accordion_area .faq_ask h3,
    .bradcam_area h3 {
        font-size: 30px;
    }
    #slider {
        margin-top: 20px;
        margin-bottom: 30px;
        top: 0;
    }
    .transportaion_area {
        padding: 70px 0 40px;
    }
    .transportaion_area .single_transport {
        padding-right: 0;
    }
    .footer .footer_top {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .footer .copy-right_text .copy_right {
        font-size: 13px;
    }
    .footer .socail_links {
        margin-top: 30px;
    }
    .bradcam_area {
        padding: 150px 0;
    }
    .service_area {
        padding: 50px 0 20px;
    }
    .comment-form .name {
        padding-right: 0;
        margin-bottom: 1rem;
    }
}
.comment-form .email {
    padding-right: 0;
}
.comment-form .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: 0 0;
}
.comment-form .form-control::placeholder {
    font-weight: 300;
    color: #777;
}
.comment-form textarea {
    padding-top: 18px;
    border-radius: 12px;
    height: 100% !important;
}
.comment-form ::-webkit-input-placeholder {
    font-size: 13px;
    color: #777;
}
.comment-form ::-moz-placeholder {
    font-size: 13px;
    color: #777;
}
.comment-form :-ms-input-placeholder {
    font-size: 13px;
    color: #777;
}
.comment-form :-moz-placeholder {
    font-size: 13px;
    color: #777;
}
