/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@font-face {
  font-family: iconfont;
  src: url(./icons/icofont.css);
}
h1, h2, h3, h4, h5, h6 {
    font-family: dosis, sans-serif;
}
/*--------------testimonial css----------------*/
.post-ts .testimonials-thumb img {
    width: 62px;
}
.post-ts .elementor-widget-container {
    display: flex;
}
.post-ts .elementor-widget-container  .grid {
    margin-right: 30px;
    border: 1px solid #e3e3e3;
    padding: 30px;
}
.post-ts .excerpt {
    font-size: 38px;
    line-height: 50px;
    text-align: center;
}
.post-ts .wd-testimonail__info {
    text-align: center;
	  margin: 0 80px;
}

/*--------------blog post css----------------*/

.custom-post .blog-box {
    padding: 0 15px;
}
.custom-post {
    display: flex;
    width: 100%;
}
.custom-post .post-date {
    text-align: right;
    padding-right: 32px;
    position: relative;
    margin-top: -45px;
}
.custom-post .post-date span {
    background: #ee3131;
    padding: 2px 6px;
    text-align: center;
    width: 42px;
    display: inline-block;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
}
.custom-post .post-date span:before {
    content: "";
    position: absolute;
    top: 48px;
    right: 32px;
    border-color: #ee3131 #f7f7f700;
    border-width: 24px 0 0 42px;
    border-style: solid;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.custom-post .post-author {
    font-size: 14px;
    text-transform: capitalize;
    color: #666;
}
.custom-post .post-author span {
    padding-right: 15px;
}
.custom-post .excerpt {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 17px;
    color: #666;
}
.custom-post .author-info-inner {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    font-family: "Dosis", sans-serif;
}
.custom-post .author-info-inner a {
    color: #101010;
}

.custom-post .link {
    text-align: right;
}
.serivie-box-slide.custom-post .link {
    text-align: left;
}
.serivie-box-slide .post-icon {
    text-align: right;
}
.serivie-box-slide .post-icon img {
    background: red;
    width: 55px;
    padding: 11px;
    margin-top: -72px;
    border-radius: 3px;
    display: inline-block;
}
.custom-post .link a {
    color: #666;
    font-size: 15px;
    text-transform: capitalize;
}
.custom-post .author-info {
    background: #f7f7f7;
    padding: 24px 30px 27px;
    margin-top: -10px;
	transition: all .3s;
}
.custom-post .blog-box:hover .author-info {
    background: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 6%);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 6%);
}
.custom-post .blog-box:hover .author-info-inner a{
    color: #d20022;
}
.custom-post .blog-box:hover .link a {
    color: #d20022;
}
.custom-post .post-thumb img {
    height: 230px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
}
.blog .post-entry-title a {
    color: #010101;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
	text-decoration: none;
}
.blog .post-entry-title a:hover {
    color: #d20022;
}
.blog .post-entry-title{
	font-size: 30px;
    margin-bottom: 25px;
    margin-top: 10px;
    word-break: break-all;
	font-weight: 700;
}
.blog .blog-link a {
    color: #101010;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}
.blog .blog-link a:hover {
    color: #d20023;
}
.blog .post-meta span a {
    color: #666;
    margin-right: 5px;
    text-decoration: none;
}
.blog .post-meta span i {
    margin-right: 8px;
}
.blog .post-meta span {
    margin-right: 15px;
}
.blog .content-box {
    border: 1px solid #eee;
    padding: 17px 40px 30px;
    margin-top: -7px;
	margin-bottom: 40px;
}
. blog.post {
    margin-bottom: 40px;
    position: relative;
}

.blog .page-header {
    padding-top: 60px;
}
.single-post .post-meta span i {
    margin-right: 8px;
}
.single-post .post-meta span {
    margin-right: 15px;
}
.single-post .post-meta span a {
    color: #666;
    margin-right: 5px;
    text-decoration: none;
}
.single-post .single-post-box{
	border: 1px solid #eee;
    padding: 17px 40px 30px;
}
.single-post main#content {
    max-width: 1140px;
    margin: 0 auto;
}
.single-post .entry-title {
    color: #101010;
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 700;
}
.hr-line {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 45px !important;
}
.blog-link i {
    font-size: 12px;
}
.post-meta {
    display: none;
}
.single-post .post-meta {
    display: block;
}
.blog .post-meta {
    display: block;
}
.single-post .post-img {
    padding-top: 60px;
    margin-bottom: -7px;
}
.blog .entry-title {
    display: none;
}
.single-post .post .wp-post-image {
    width: 100%;
}
.blog .post .wp-post-image {
    width: 100%;
}
.blog .page-content {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.blog article.post {
    flex: 1 1 calc(33.333% - 15px);
}
/*--------------swiper slider css----------------*/

.sw-slide .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
	height: 810px;
}
.sw-slide .title {
    font-family: dosis, sans-serif;
    font-size: 60px;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
	font-weight:700;
    line-height: 1.2;
}
.sw-slide .title span {
    color: #ee3131;
}
.sw-slide .subtitle {
    font-family: dosis, sans-serif;
    font-size: 20px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
}
.sw-slide .item_description {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 30px;
    max-width: 66%;
}
.white {
	color: #fff !important;
}
.sw-slide .swiper-slider-button {
    background: 0 0;
    padding: 10px 30px;
    color: #fff;
    height: 50px;
    text-decoration: none;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-box-align: center;
    align-items: center;
    display: inline-flex;
    font-family: dosis, sans-serif;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    border: 1px solid #00000000;
}
.sw-slide .slider-content-box {
    padding: 110px 40px 10px 130px;
	max-width: 60%;
}
.sw-slide .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 30px;
    left: auto;
}
.sw-slide .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 30px;
    right: auto;
}
.sw-slide .swiper-button-next, .swiper-button-prev {
    background: rgb(0 0 0 / 50%);
    width: 60px;
    height: 60px;
    border-radius: 4px;
}
.sw-slide .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}
.sw-slide .swiper-button-next, .swiper-button-prev:hover {
    background: #ee3131;
}
.sw-slide .sl-btn:after, .wpcf7-form-control.wpcf7-submit.btn.btn-primary:after, .wpcf7-form .btn:after {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}
.sw-slide .sl-btn:after {
    background: url(./images/red-bg.svg);
}
.sw-slide .sl-btn:hover::after {
    background: url(./images/blue-bg.svg);
}
.sw-slide .sl-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/*--------------404 css----------------*/

.error-404 {
	text-align: center;
	padding: 80px 0;
}
/*
.error-404.not-found {
    background-image: url(../hello-elementor/images/404-bg.webp);
}
*/
/*--------------other css----------------*/
.hfe-site-logo-img{
    width: 80px;
}
.logo-slider .swiper-slide-image {
    background: white;
    padding: 15px;
}
.heading-style {
    color: #101010;
    font-weight: 400;
}
.heading-style1 {
    font-weight: 400;
}
.heading-lite {
    color: #fff;
}

.show-border .bottom-bar {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    bottom: -25px;
    left: 0;
    background: #ee3131;
}
.show-border {
    margin-bottom: 50px !important;
}
.scheme-dark .bottom-bar {
    background: #fff;
}
.align-center.show-border .bottom-bar {
    left: calc(50% - 30px);
}
.skew-shap-right {
        -webkit-clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.skew-shap {
        -webkit-clip-path: polygon(0% 0, 100% 0%, 90% 100%, 0% 100%);
        clip-path: polygon(0% 0, 100% 0%, 90% 100%, 0% 100%);
}
.btn a {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 15px;
    padding: 10px 30px;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #ee3131;
    font-family: dosis, sans-serif !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.btn-primary a{
    background: 0 0;
    color: #fff;
    border: 1px solid transparent;
    position: relative;
}
.btn a:after {
    background: url(./images/red-bg.svg);
}
.btn a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.btn a:after, .wpcf7-form-control.wpcf7-submit.btn.btn-primary:after, .wpcf7-form .btn:after {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}
.btn a:hover::after {
    background: url(./images/blue-bg.svg);
}
.contact-form input {
    background-color: #be2727 !important;
    border: 0;
    height: 50px !important;
    border-radius: 3px !important;
    padding: 0 25px !important;
    color: #fff !important;
	margin-bottom: 40px !important;
}
.contact-form .forminator-row {
    margin-bottom: 0 !important;
}
.contact-form .select2-selection.select2-selection--single {
    height: 50px !important;
}
.contact-form .forminator-button-submit {
    border: 1px solid #fff !important;
    padding: 0 45px !important;
    height: 50px !important;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
}
.contact-form .forminator-field {
    text-align: center;
}
.contact-form div.email-fill {
    display: inline-block;
    width: 46.5%;
    margin-right: 10px;
}
.contact-form div.select-fill {
    display: inline-block;
    width: 46.5%;
    margin-left: 10px;
}
.contact-form.f-lite input {
    background-color: #fff !important;
    border-radius: 0 !important;
    color: #999 !important;
}
.contact-form textarea{
    margin: 40px 0 !important;
    padding: 15px 25px !important;
}

.intro-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.intro-content li span {
    color: #fff;
    font-family: roboto, sans-serif;
    font-weight: 400;
}
#page .wp-google-review {
    padding: 35px 20px !important;
    background: #efefef !important;
    border-radius: 10px !important;
}
a.wp-google-url {
    display: none !important;
}
.intro-content li p {
    float: right;
    width: 170px;
    text-align: left;
    color: #fff;
    font-family: roboto, sans-serif;
    font-weight: 400;
}
.intro-content li {
    content: "";
    display: block;
    clear: both;
}
.intro-content li p {
    width: 200px !important;
    margin-bottom: 15px;
}
.intro-content a {
    color: #fff;
}
hr {
    border-top: 1px solid rgba(255, 255, 255, .22) !important;
}
hr {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    border: 0;
    border-top: 1px solid rgb(255 255 255 / 10%);
}
hr {
    box-sizing: content-box !important;
    height: 0;
    overflow: visible;
}
.elementor-custom-embed-play {
    background: #333;
    padding: 13px 32px;
    border-radius: 6px;
    opacity: .9;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
}


.working-box-wrapper .working-content-wrapper .workig-icon {
    font-size: 76px;
    color: #fff;
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.working-box-wrapper .working-content-wrapper .workig-icon:after {
    counter-increment: working-number;
    content: counter(working-number);
    position: absolute;
    right: 40px;
    top: 30px;
    font-size: 80px;
    font-family: dosis;
    font-weight: 600;
    color: #fff;
    opacity: 0.1;
}
.working-box-wrapper .working-single-box {
    background: #2f2f2f;
    position: relative;
    min-height: 250px;
    display: table;
    width: 100%;
    min-height: 100%;
}
.working-box-wrapper .left-shape:before {
    position: absolute;
    left: -10px;
    top: -8px;
    content: '';
    border-style: solid;
    border-width: 106px 0 125px 70px;
    border-color: #2f2f2f #2f2f2f #2f2f2f #fff;
}
.working-box-wrapper .right-shape:before {
    position: absolute;
    right: -59px;
    content: '';
    top: 0;
    border-style: solid;
    border-width: 109px 0 125px 60px;
    border-color: transparent #2f2f2f transparent #2f2f2f;
    z-index: 1;
}
.working-box-wrapper .right-shape.box2:before {
    border-color: transparent #d20022 transparent #d20022;
}
.working-box-wrapper .right-shape.box3:before {
    border-color: transparent #ee3131 transparent #ee3131;
}
.working-box-wrapper .working-content-wrapper.box2 .workig-icon:after {
    content: '2';
}
.working-box-wrapper .working-content-wrapper.box3 .workig-icon:after {
    content: '3';
}
.icon-box-style1 {
    width: 50% !important;
    display: inline-block;
	margin-bottom:0 !important;
	padding-right: 30px;

}

.footer-widget .unstyled {
    padding: 0 0;
}
.unstyled {
    padding: 0 25px;
    margin: 0;
    list-style: none;
}
.unstyled.service-time li {
    border-bottom: 1px dashed #2a3856;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
	font-family: roboto;
}
.footer-widget .unstyled li, .footer-widget .menu li {
    margin-bottom: 12px;
    list-style: none;
}
.footer-post h5 {
    display: none;
}
.footer-post li a {
    color: #fff;
    font-size: 14px;
}
.footer-post .post-date {
    width: 100%;
    display: block;
    color: #999;
    font-size: 14px;
}
.footer-post li{
	margin-bottom: 15px;
	list-style: none;
}
.footer-post ul {
    padding: 0;
}
.footer-top-cta a {
    color: #fff;
	padding-left: 5px;
}
.footer-top-cta span.elementor-icon-list-text {
    display: flex;
}
.footer-top-cta .angle-shap:before {
    position: absolute;
    top: 0;
    content: '';
    right: -49px;
    border-style: solid;
    border-color: transparent transparent transparent #2f2f2f;
    border-width: 50px 0 50px 50px;
    z-index: 1;
    border-width: 39px 0 39px 30px !important;
    right: -30px !important;
}
.footer-top-cta .angle-shap.cta-box-2:before{
	border-color: transparent transparent transparent #d20022;
}
.main-nav .menu-item .hfe-menu-item:hover:after, .active.nav-item .hfe-menu-item:after {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}
.main-nav .menu-item .hfe-menu-item:after {
    position: absolute;
    bottom: -7px;
    left: 0;
    content: "";
    background-color: #fff !important;
    width: 100%;
    height: 4px;
    opacity: 0 !important;
    visibility: hidden !important;
    -webkit-transform: scale(0) !important;
    -ms-transform: scale(0) !important;
    transform: scale(0) !important;
    -webkit-transition: all ease .5s !important;
    -o-transition: all ease .5s !important;
    transition: all ease .5s !important;
}
.contact-form div.select-fill .select2-selection--single{
	border-radius:3px;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.breadcrumb {
    background: 0 0;
    margin-bottom: 0;
    padding-bottom: 70px;
    font-weight: 600;
    padding-left: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.fa-home:before {
    content: "\f015";
}
[class^=fa-], [class*=" fa-"], [class^=fa-]:before, [class*=" fa-"]:before, [class^=fab-], [class*=" fab-"], [class^=fab-]:before, [class*=" fab-"]:before {
    font-family: fontawesome;
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-rendering: auto;
    speak: none;
    font-weight: 400;
}.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.custom-breadcrumb .elementor-container{
	 width: 100%;
    display: flex;
    justify-content: center;
	max-width: 100% !important;
    position: absolute;
}
.color-red {
    color: #ee3131;
    font-weight: 700;
}
.text p {
    margin-bottom: 25px;
}
.contact-info-item a, .intro-content a {
    color: #fff;
    text-decoration: none;
}
.contact-info-item a:hover, .intro-content a:hover {
    color: #ee3131;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
table {
    border: 1px solid #f1f1f1;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    text-align: center;
}
.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
    font-size: 16px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td, table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
    border-top: 1px solid #e7e7e7 !important;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table-striped>tbody>tr:nth-child(odd), table>tbody>tr:nth-child(odd) {
    border: 1px solid #e7e7e7;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top !important;
    border-top: 1px solid #dee2e6 !important;
	color: #666;
    font-size: 16px;
    text-align: left;
}
.about-tab.elementor-widget-icon-list {
    margin-bottom: 10px;
}

.book-appointment .forminator-radio-label {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto';
}
.book-appointment span.forminator-radio-bullet {
    width: 16px !important;
    height: 16px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 16px !important;
}
.book-appointment .forminator-radio {
    display: inline-flex !important;
    float: left;
    margin: 5px !important;
    margin-right: 16px !important;
}
.book-appointment .forminator-field-radio {
    margin-bottom: 20px;
    display: inline-block;
}
.book-appointment input {
    margin-bottom: 25px !important;
}
.book-appointment .forminator-button-submit {
    text-transform: capitalize;
    background: black !important;
    width: 100% !important;
}
.qa-box .qa-answer p {
    margin: 0;
    background: #000;
    width: fit-content;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
}
.qa-box .qa-answer {
    display: none;
    position: absolute;
    margin: 0 auto;
    border-radius: 5px;
    color: #fff;
    margin-top: -18px;
    z-index: 99;
    width: 100%;
}
.qa-box:hover .qa-answer {
    display: block;
}
.shop-award img {
    z-index: 1;
    position: absolute;
    top: -608px;
    width: 290px;
    height: auto;
    right: 155px;
    transition: all 1s;
}
.shop-award.affix img {
    position: fixed;
    right: 10px;
    top: 50%;
    max-width: 135px;
    transition: all 1s;
	z-index: 99999;
}
.home .bredcrumbs, .blog .bredcrumbs, .page-id-2249 .bredcrumbs{
	display:none;
}
.contact-info-item p {
    margin-bottom: 0;
}


.article-page {
    padding-right: 20px;
    width: 70%;
}
.article-container {
    border: 1px solid #f9f9f9;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px #0001;
}
.article-container h1 {
    color: #ef3131;
    font-weight: 700;
}
ul {
    padding: 10px 25px;
}
strong, b {
    color: #030e28;
}
.sidebar h2 {
    color: #fff;
    font-weight: 700;
}
.sidebar {
	width: 30%;
}
.sidebar .intro-content li p {
    margin-bottom: 15px;
    width: 100% !important;
}
.sidebar .intro-content li span {
    font-weight: 700;
}
blockquote {
    background: #fff;
    padding: 20px;
    border-left: 2px solid #06163a;
    box-shadow: 0px 0px 10px 0px #0001;
    color: #06163a;
    font-style: italic;
}
.sidebar .inner {
    background: #06163a;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px #00000011;
}
.container-inline {
    display: flex;
    max-width: 1140px;
    margin: 50px auto;
}
.sidebar .intro-content li p {
    margin-bottom: 15px;
    width: 100% !important;
    float: none;
}
.sidebar .intro-content li {
    border-bottom: 1px solid #fff3;
    margin-top: 20px;
}
.sidebar input, .sidebar select {
    background: #152852 !important;
}
.sidebar button.forminator-button.forminator-button-submit {
    background: #be2827 !important;
    width: 100% !important;
}
.sidebar .forminator-ui#forminator-module-719.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] {
    background-color: #152852 !important;
}
/*--------------Mobile css----------------*/

@media only screen and (max-width: 767px) {
	
	.icon-box-style1 {
    	width: 100% !important;
	}
	.footer-top-cta .angle-shap:before{
		display: none;
	}
	.skew-shap-right {
		clip-path: none;
	}
	.contact-form .forminator-button-submit {
		padding: 0 22px !important;
		font-size: 14px !important;
		font-weight: 500 !important;
	}
	.skew-shap {
		clip-path: none;
	}
	.working-box-wrapper .right-shape:before{
		display: none;
	}
	.working-box-wrapper .left-shape:before{
		display: none;
	}
	.contact-form div.select-fill {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 40px;
	}
	.contact-form div.email-fill {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 0 !important;
	}
	.top-bar {
		background: #2f3967;
	}
	.header-angle {
		background: #ee3131;
	}
	.header-angle:before{
		content:none;
	}
	.sw-slide .title {
		font-size: 36px;
		margin-bottom: 16px;
	}
	.sw-slide .slider-content-box {
		padding: 60px 15px 10px 15px;
		max-width: 100%;
	}
	.single-post .single-post-box {
		padding: 17px 15px 15px;
	}
	.blog .content-box {
		padding: 17px 15px 30px;
	}
}