/* Global Colors */
:root{
--anker-color:#000;
--fonts:"Outfit", sans-serif;
--secondary-font:"Raleway", sans-serif;;
}
/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

body,h1,h2,h3,p{margin: 0px;padding: 0px;}
a{
	text-decoration: none;
	color: var(--anker-color);
}
.content-part h1{
	color:#fff !important;
	width:500px;
}
a:hover{
	color: inherit;
}
ul{list-style:none;padding-left: 0px;}
h1,h2,h3{font-family: var(--fonts);}
p,span{font-family: var(--secondary-font);}

/*header-start*/
.site-header {background-color: #fff;border-bottom: 1px solid #eee9e3;min-height: 120px;padding: 0;
 position: -webkit-sticky;position: sticky;top: 0;width: 100%;z-index:33;
}
.site-header .wrap {
    /* max-width: 1200px; */
}
.site-inner, .wrap {margin: 0 auto;}

/* .wp-custom-logo .title-area {
    padding: 20px 0 0 0;
} */
/* .wp-custom-logo .title-area {
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    padding: 0;
} */
/* .title-area {
    float: left;
} */

/* .header-widget-area {
    width: calc(100% - 320px);
    padding: 15.5px 22.5px 15.5px 0;
    text-align: right;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    float: right;
} */
.widget p:last-of-type, .widget ul>li:last-of-type, .widget-area .widget:last-of-type {
    margin-bottom: 0;
}
.widget {
    word-wrap: break-word;
}
.call-action {
    color: #014c9d;
    font-size: 25px;
}
.call-action a {
    text-decoration: none;
    border-bottom: none;
    color: #004db0;
    font-weight: 700;
    font-family: var(--fonts);
}
.site-header .call-action a.contact, .shadow .site-header .call-action a.contact {
    background-color: #e83a15;
    border: 1px solid #e83a15;
    padding: 3px 20px;
    color: #FFF;
    border-radius: 5px;
    letter-spacing: -0.5px;
    margin-left: 20px;
    font-weight: normal;
}
picture.custom-logo img {
    max-height: 107px;
    margin-top: 5px;
}
/*navbar*/
#nav-primary {
    float: right;
    text-align: right;
    padding: 0px;
    background: transparent !important;
    display: flex;
}
/* ul.navbar-nav li a {
    color: #0857ab !important;
    font-family: var(--fonts);
    font-size: 17px;
    margin-left: 39px;
} */
li.line{position: relative;}
li.line:before {
    position: absolute;
    content: "";
    background-color: #dfdddd;
    width: 1px;
    height: 30px;
    top: 10px;
    left: 20px;
}
.bg-light {
    background-color: #f8f9fa00 !important;
    padding: 0px;
}
.social {margin-top: 8px;margin-right: 20px;}
.social a i {
    color: #666;
}


/* new-nav */
.header{
	padding: 10px 0;
}
.total-nav{
	display: flex;
	justify-content: space-between;
}
.nav-right{
	display: flex;
	flex-direction: column;
	gap: 20px;
	
}
.nav-outer .navbar-nav{
	display: flex;
	flex-direction: row !important;
	gap: 40px;
}
.nav-right-bottom{
	display: flex;
	gap: 30px;
}
.site-logo img{
	max-height: 107px;
}
.call{
	font-size: 25px;
	font-weight: 700;
	color: #004db0;
	font-family: var(--fonts);
	line-height:40px;
}
.nav-right-top{
	display: flex;
	gap: 20px;
	margin-left: auto;
}
.contact{
	color: #fff;
	background-color: #e83a15;
	padding: 3px 20px;
	border-radius: 5px;
	font-size: 25px;
	line-height: 32px;
    height: 42px;
    display: block;
    width: fit-content;
}
.social-outer{
	display: flex;
	gap: 15px;
}
.social-outer i{
	font-size: 20px;
}
#menu-mobile-menu{
	display: flex ;
    gap: 10px;
    flex-direction: column;
}
.offcanvas-header .site-logo img {
    max-height: 80px;
}



section.hero-banner{
/* 	background-image: url(//mightymovers.softmindersinc.com/wp-content/themes/mightymovers/images/hero-banner.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
	height: 610px;
	position: relative;
	clip-path: polygon(0 0, 100% 0, 100% 84%, 30% 100%, 0 89%);
}
section.hero-banner:after{
	position: absolute;
	content: "";
	background-color:#103e67;
	width: 300px;
	height: 500px;
	left: 0px;
	top: 0px;
}
section.hero-banner:before{
	position: absolute;
	content: "";
	background-color: #0000009e;
	width: 100%;
	height: 610px;

}
.hero-banner-left {
    display: flex;
    justify-content: center;
    height: 555px;
    align-items: center;
    position: relative;
    z-index: 99;

}

.content-part h2 {
    font-family: var(--fonts);
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    line-height: 49px;
}
.content-part p {
    font-family: var(--secondary-font);
    color: #fff;
    font-size: 16px;
    word-wrap: break-word;
    width: 100%;
    margin-top: 18px;
}
.content-part a {
    background-color: #e83a15;
    width: 100%;
    max-width: 150px;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 41px;
    color: #fff;
    margin-top: 16px;
     font-family: var(--secondary-font);
}
.content-part i {
    font-size: 13px;
    margin-left: 5px;
}
section.hero-banner:after {
    position: absolute;
    content: "";
    background-color: #103e67b5;
    width: 50%;
    height: 610px;
    left: 0px;
    top: 0px;
    z-index: 1;
    clip-path: polygon(0 0, 74% 0, 100% 100%, 0% 100%);
}
.contact-form {
    position: relative;
}

.form-group {
    margin-top: 12px;
}
select#exampleFormControlSelect1 {
    margin-top: 12px;
}
a.btn.btn-default {
    background-color: #e83a15;
    margin-top: 18px;
    padding: 8px;
    color: #fff;
}
textarea.form-control {
    min-height: 88px;
}
.contact-form {
    position: relative;
    background-color: #dee4e9c7;
    padding: 18px;
    border-radius: 25px;
}
.contact-form h2 {
    color: #000;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 29px;
    text-align: center;
    font-family: var(--fonts);
    font-weight: 600;
}
.contact-form span {
    color: #e83a15;
    font-weight: 700;
}
.second-box {
    display: flex;
    height: 555px;
    align-items: center;
}
.form-control::placeholder{
	font-size: 14px;
}
select::placeholder{
	font-size: 14px;
}
select#exampleFormControlSelect1 {
    margin-top: 12px;
    font-size: 13px;
    height: 38px;
}

.about-section{
/* 	margin-top: 50px; */
	padding: 50px 0 90px;
}
.about-section-left-image-part{position: relative;}
.image-big-box img {
    border-radius: 13px;
    overflow: hidden;
    width: 522px;
    height: 572px;
    object-fit: cover;
 
}
.image-big-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.image-big-box:before {
    content: "";
    overflow: hidden;
    width: 186px;
    height: 289px;
    object-fit: cover;
    position: absolute;
    background-color: #d74123c4;
    left: 0px;
    bottom: 0px;
    clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
}
.image-small-box img {
    border-radius: 10px;
    border: 4px solid #fff;
    position: absolute;
    bottom: -27px;
    right: -18px;
    object-fit: cover;
    box-shadow: 0px 0px 8px 5px #b3abab47;
    width: 382px;
    height: 326px;
    overflow: hidden;
}
.about-section-right-content-part h2 {
    color: #d74123;
    font-size: 21px;
    font-weight: 600;
}
.about-section-right-content-part h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 7px;
   word-break: break-all;
}
.about-section-right-content-part h1 {
    font-weight: 700;
    margin-top: 7px;
}
.orange-line {
    background-color: #e83a15;
    width: 60px;
    height: 5px;
    margin-top: 14px;
    position: relative;
}
.orange-line:after {
    position: absolute;
    content: "";
    background-color: #ccc;
    width: 59px;
    height: 1px;
    left: 43px;
    bottom: 2px;
    z-index: -1;
}
.about-section-right-content-part p {
    font-size: 17px;
    font-weight: 500;
    margin-top: 20px;
}
.icon {
    float: left;
    width: 30%;
}
.icon-box {
    border: 1px solid #ccc;
    clear: both;
    height: 89px;
    box-sizing: content-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 8px;
    margin-top: 18px;
}
.icon-content {
    float: right;
    width: calc(70% - 20px);
}
.icon-content h3 {
    color: #000;
}
.about-section-right-content-part {
    margin: 0 0 0 38px;
}
.service-section {
    background-color: #f8f8f8;
	padding: 60px 0;
}
section.service-section h2 {
    color: #e83a15;
    font-size: 25px;
    font-weight: 600;
}
section.service-section h3 {
    font-weight: 600;
    font-size: 35px;
    width: 300px;
    word-break: break-all;
    margin-top: 8px;
}
.service-image-thumbnail{position: relative;}
.service-image-thumbnail img {
    border-radius: 31px 1px 1px 1px;
    clip-path: polygon(67% 0, 100% 28%, 100% 75%, 100% 100%, 0 100%, 0 0);
    height: 300px;
    object-fit: cover;
}

.service-icon-image {
    background-color: #e83a15;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    bottom: -47px;
    right: 12px;
    border: 4px solid #fff;
    text-align: center;
    padding: 15px;
}
.service-icon-image img{border-radius: 0px;height: auto;clip-path: border-box;}
.service-image-content {
    background-color: #fff;
    box-shadow: 0px 0px 12px 6px #d1d0d059;
    padding: 26px;


}
.service-image-content h2 {
    color: #000 !important;
    margin-top: 20px;
}
.service-image-content p{
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}
a.btn.read-more-button {
    color: #e83a15;
    padding: 0px;
    margin-top: 11px;
    font-weight: 600;

}
a.btn.view-more-button {
    color: #e83a15;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
}
.moving-company{
/*     margin-top: 60px; */
    background-color: #0a509b;
    padding-top: 35px;
    padding-bottom: 35px;
}
section.moving-company h2 {
    color: #fff;
    font-weight: 400;
}
section.moving-company h3 {
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
}
section.moving-company h3 span{
    color: #e83a15;
    font-weight: 700;

}
a.orange-button {
    background-color: #e83a15;
    width: 100%;
    max-width: 217px;
    display: block;
    margin: 22px auto;
    height: 44px;
    line-height: 44px;
    border-radius: 39px;
    color: #fff;
}
a.orange-button i {
    margin-left: 3px;
}
.testimonials-section{
    margin-top: 60px;
}
section.testimonials-section h2 {
    color: #e83a15;
    font-size: 20px;
    font-weight: 600;
}
section.testimonials-section h3 {
    font-size: 35px;
    font-weight: 700;
    width: 376px;
    word-break: break-all;
    margin: 15px auto;
}

.testimonails-box img {
  
}
.user-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 25px;
}
.testimonails-box {
    background-color: #fff;
    margin: 9px;
    padding: 15px;
    box-shadow: 0px 0px 11px 7px #efefefbd;
    text-align: left;
    position: relative;
    border-radius: 6px;
}
.quote img {
    position: absolute;
    top: 67px;
    max-width: 46px;
    right: 29px;
}
.user-name h4 {
    margin-top: 15px;
    font-weight: 700;
    color: #000;
    font-family: var(--fonts);
}
.user-content p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}
.review img {
    max-width: 134px;
    margin-top: 18px;
}

button.owl-prev span {
    background-color: #e83a15;
    width: 30px !important;
    height: 30px !important;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    margin-top: 20px;
    margin-right: 12px;
}
button.owl-next span{
   background-color: #e83a15;
    width: 30px !important;
    height: 30px !important;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    margin-top: 20px;
    margin-right: 12px;  
}
.faq-section{
	padding: 60px 0;
}
.faq-section-right h3 {
    color: #e83a15;
    font-size: 25px;
}
.faq-section-right h2{
    font-size: 35px;
    font-weight: 600;
}
.accordion-button:not(.collapsed) {
    color: #e83a15;
    background-color: #f3f3f3;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
    border: none;
   font-family: var(--fonts);
   font-weight: 600;
}
.accordion-item {
    background-color: #f7f5f5;
    border: 1px solid rgb(0 0 0 / 0%);
}
.accordion-button{
  font-family: var(--fonts);
   font-weight: 600;  
}
.accordion-body{
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 15px;
}
.accordion-button:not(.collapsed)::after{
    background-image: url(//mightymovers.softmindersinc.com/wp-content/themes/mightymovers/images/arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.blog-section{
	padding: 60px 0;
}
section.blog-section h3{
    color: #e83a15;
    font-size: 20px;
    font-weight: 600;
}
section.blog-section h2{
    font-size: 35px;
    font-weight: 700;
    margin: 15px auto;
}
.image-thumb {
    border-radius: 16px;
    overflow: hidden;
}
.blog-content {
    background-color: #fff;
    margin: 25px;
    padding: 15px;
    box-shadow: 0px 0px 9px 7px #d3cccc52;
    margin-top: -62px;
    position: relative;
    border-radius: 10px;
    text-align: left;
	
}
.blog-content h3 {
    color: #000 !important;
    font-weight: 700;
    font-size: 26px !important;
}
a.btn.readmorebuton {
    color: #dc3f1d;
    font-weight: 600;
    padding: 0px;
    margin-top: 15px;
}
.date {
    color: #08498d;
    font-weight: 700;
    margin-bottom: 3px;
}
.blog-sections {
    background-color: #f8f8f8;
    padding: 15px;
}
.section-right h3{
    color: #08498d !important;
    font-weight: 700;
    margin-bottom: 3px;
}
.section-right h2 {
    font-size: 23px !important;
    width: 267px !important;
}
.blog-sections img {
    width: 100%;
    height: 179px;
    object-fit: cover;
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 8px;
}
a.btn.readmorebuton i {
    margin-left: 5px;
    color: #918f8f;
}
.post-item.clearfix {
    margin-bottom: 18px;
}
.pbminfotech-box-title h3 a {
    font-size: 20px;
}
/*footer*/
.footer-section{background-color: #08498d; padding-top: 30px; padding-bottom: 30px;}
.widget-one p {
    color: #fff;
    margin-top: 22px;
    font-weight: 500;
    font-family: var(--secondary-font);
}
.social a i {
    color: #040000;
    font-size: 19px;
    margin-top: 2px;
}
.widget-two h2 {
    font-size: 22px;
    color: #fff;
    font-family: var(--fonts);
}

.widget-two li a {
    color: #fff;
    line-height: 37px;
}
.footer-logo img {
    max-width: 135px;
}
.widget-two li {
    color: #fff;
    line-height: 30px;
}
.copyright-section {
    background-color: #e83a15;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.copyright-section a{
    color: #fff;
}

.widget-three li a {
    color: #fff;
    line-height: 37px;
}
/* hedear */
.header-outer{

}
.widget-two tr th {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding-left: 0px;
}
.widget-two td {
    color: #fff;
}
.table>:not(caption)>*>*{border: none;padding: 4px;}
.widget-three i {
    color: #ffffff;
    border: 1px solid #ff5f15;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    background-color: #ff5f15;
    margin-top: 9px;
}
.footer-social a i {
    color: #fff;
    margin-top: 12px;
    font-size: 17px;
}
.widget-two ul {
    margin-top: 12px;
}
table.table {
    margin-top: 12px;
}
.widget-three ul {
    margin-top: 12px;
}
.widget-three li {
    color: #fff;
    line-height: 30px;
}
.widget-three h2 {
    font-size: 22px;
    color: #fff;
    font-family: var(--fonts);
}


/* about-us-page */
.in-page-bnr-padding{
    padding: 120px 0;
}
.in-page-banner{
    position: relative;
    background-image: url(//mightymovers.softmindersinc.com/wp-content/themes/mightymovers/images/in-banner.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.in-page-banner:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #0000009e;
}
.in-page-h2 {
    font-size: 40px;
    margin-bottom: 5px;
    color: #fff;
}
.in-page-banner-outer{
    position: relative;
}
.in-page-banner-outer .breadcrumb-item{
    font-size: 16px;
}
.in-page-banner-outer .breadcrumb-item.active, .breadcrumb-item a{
    color: #fff;
}
.in-page-banner-outer .breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}


.sec-padding{
    padding: 70px 0;
}
.padding-top{
    padding-top: 150px;
}
.our-mission{
    position: relative;
    padding: 70px 20px 25px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background-color: #f8f8f8;
    border-radius: 15px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px;
}

.mision-logo{
    position: absolute;
    transform: translateY(-100%);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border-bottom: 2px solid #e83a15;
    transition: 0.5s;
}
.mision-logo i{
    color: #e83a15;
    font-size: 50px;
    transition: 0.5s;
}
.our-mission:hover .mision-logo i{
    color: #004db0;
}
.our-mission:hover .mision-logo{
    border-bottom: 2px solid #004db0;
}
.mission-content h2{
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 25px;
}

/* contact-us-page */
.sec-padding-all{
    padding: 60px 0;
}

.form-sec h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}
.form-sec p{
    margin-bottom: 30px;
}
.f-email{
    grid-column: span 2;
}
.f-message{
    grid-column: span 2;
}
.single-input-outer{
    display: flex;
    flex-direction: column;
}
.single-input-outer label{
    margin-bottom: 5px;
}
.single-input-outer input[type="text"],.single-input-outer textarea{
    border: 1px solid #e83a15;
    outline: none;
    border-radius: 5px;
    padding: 5px;
    resize: none;
}
.contact-form-container input[type=button]{
    color: #fff;
    background-color: #e83a15;
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
}
.contact-details-container{
    width: 60%;
}
.quick-contacts{
    padding: 8px 0;
    border-top: 5px solid #e83a15;
    gap: 5px;
}
.quick-contacts span{
    font-weight: 600;
}

.quick-contacts p{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.quick-contacts ul{
    gap: 5px;
}

/* Services-page */
#service.service-section{
    margin-top: 0;
    padding-top: 60px;
}
.service-page h2{
    text-align: center;
}
.service-page h3{
    width: 100% !important;
    text-align: center;
}
.ourServices{
    padding: 80px 0 60px;
}
.swiper-pagination-bullet-active {
    background: #e83a15;
}
.services-title{
    margin: 20px 0 35px;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.1;
}

/* apartment-movers */
.co-name{
    font-weight: 700;
    border-bottom: 2px solid #e83a15;
    width: fit-content;
}
.services-img{
    background-color: #e83a15;
}
.services-img1{
    position: relative;
}
.services-img1::after{
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 200px;
    height: 200px;
    background-color: #e83a15;
    opacity: .8;
    clip-path: polygon(100% 35%, 35% 100%, 100% 100%);
}
.services-img2{
    position: relative;
}
.services-img2::after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 360px;
    height: 360px;
    background-color: #e83a15;
    opacity: .8;
    clip-path: polygon(35% 100%, 0 65%, 0 100%);
}
.services-img1 img{
    clip-path: polygon(85% 0, 100% 30%, 100% 100%, 15% 100%, 0 70%, 0 0);
}
.services-img2 img{
    clip-path: polygon(20% 0, 100% 0, 100% 75%, 80% 100%, 0 100%, 0 25%);
}
#services_sec_one .single-service-details{
    margin-left: 20px;
}
#services_sec_two .single-service-details{
    margin-right: 20px;
}
.quote-btn{
    display: block;
    width: fit-content;
    padding: 10px 25px;
    text-align: center;
    color: #fff;
    background-color: #e83a15;
    border-radius: 5px;
}
.why-choose-us-top h2{
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}
.why-choose-us-top p{
    text-align: center;
    width: 50%;
    margin: auto;
    margin-bottom: 40px;
}
.all-why-us-outer{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.single-why-us{
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.single-why-us i{
    font-size: 35px;
    color: #e83a15;
}
.single-why-us-title{
    font-size: 20px;
    font-weight: 700;
    margin: 7px 0;
}
/* gallery */
.gallery-outer{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);

}
.single-gallery-img-outer img{
    object-fit: cover;
    height: 100%;
}
#lightgallery{
    z-index: 999;
}
.lg-backdrop{z-index:222;}
.gallery-img{
    height:100%;
    object-fit:cover;
}


/*moving*/
.dropdown-item{margin-left: 0px !important;}
/* ul.dropdown-menu.show {
    margin-left: 43px;
    margin-top: 7px;
    border: none;
    border-radius: 0px 0px 5px 5px;
} */
ul.dropdown-menu.show li a:hover {
    color: #e83a15 !important;
    background-color: #fff !important;
}
hr.dropdown-divider {
    border-top: 1px solid #e83a15;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #0d6efd00 !important;
}

#moving-section.service-section h3 {
    margin: 0px auto;
}

.service-image-content{
    height: 100%;
}

/*local-moving-company*/
.local-moving-company{
    margin-top: 60px;
}
.local-moving-left-content h2 {
    font-weight: 700;
    line-height: 39px;
}
.local-moving-left-content p {
    font-size: 17px;
    font-weight: 500;
    margin-top: 20px;
}
div#local-mover-form {
    background-color: #08498d;
}
div#local-mover-form h2{
    color: #fff;
}
.second-local-moving-section{
	padding: 60px 0;
}
.second-moving-image-part{position: relative;}
.second-moving-image-part img {
    border-radius: 14px;
    box-shadow: 0px 0px 7px 5px #c3bdbd40;
}
.orange-color {
    background-color: #e83a15;
    width: 96px;
    height: 73px;
    border-radius: 6px;
    position: absolute;
    bottom: -26px;
    right: -25px;
}
section.second-local-moving-section h2 {
    font-weight: 700;
    line-height: 39px;
}
section.second-local-moving-section p{
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
}
.second-moving-content-part {
    margin: 0 0 0 22px;
}
.icon-thumbnail img {
    max-width: 96px;
}
.content-thumbnail h2 {
    font-size: 23px;
    font-weight: 700;
}
.third-section-box-thumbnail {
    text-align: center;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding: 18px;
    border-radius: 8px;
    box-shadow: 0px 0px 6px 5px #dbd2d236;
    position: relative;
    height: 100%;
}
.number {
    background-color: #e83a15;
    width: 37px;
    height: 37px;
    color: #fff;
    line-height: 37px;
    font-weight: 600;
    font-size: 21px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 12px;
}
.third-section{
    padding: 60px 0;
}
.second-moving-content-part li {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
}
.second-moving-content-part ul {
    margin-top: 20px;
}
.second-moving-content-part ul li i {
    color: #e83a15;
    margin-right: 10px;
}
/*faq-section*/
.faq-section{
/* 	margin-top:60px; */
/* 	padding: 60px 0; */
}
.accordion-button:focus {
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%) !important;
}

.faq-left-section h2 {
    font-weight: 600;
    margin-bottom: 6px;
}
.faq-left-section p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.faq-thumbnail-image {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 0px 6px 6px #b5b5b530;
}


@media (min-width: 992px) and (max-width: 1200px) {
}



@media (min-width: 768px) and (max-width: 991px){
}


@media(max-width:767px){
    section.testimonials-section h3{width:initial;}
    .widget-area,.social{display: none;}
    picture.custom-logo img {
        max-height: 55px;
        position: relative;
        top: -8px;
    }
    #nav-primary button{
        padding: 0;
        border: 0;
        position: absolute;
        top: 15px;
        right: 0;
    }
    .site-header{min-height: 70px;}
    #navbarSupportedContent{
        height: 100vh;
    }
    #navbarSupportedContent li{   
        text-align: left;
        border-bottom: 1px dashed #ccc;
    }
    #nav-primary {
        float: inherit;
        display: inherit;
    }
    .navbar{display: initial;}
    li.line:before {background-color: #fff;}
    section.hero-banner:after{background-color: transparent;}
    .contact-form{margin-top: 210px;}
    section.hero-banner {
        height: auto;
        padding-bottom: 230px;
        clip-path:initial;
    }
    .content-part h2 {
        font-size: 30px;
        line-height: 33px;
        padding-top: 30px;
    }
    .about-section-right-content-part {
        margin: 0 0 0 0;
    }
    .image-big-box img {display: none;}
    .image-small-box img{
        position: relative;
        top: -20px;
        left: 0px;
    }
    

div#local-mover-form {
    margin-top: 20px;
}
.orange-color {
    bottom: 17px;
    right: 13px;
}
.second-moving-content-part {
    margin-top: 60px;
}
}
@media (min-width: 576px) and (max-width:767px){
}

@media (min-width: 320px) and (max-width: 575px){
	
	.site-logo img {
		max-height: 65px;
	}
	.btn-check:focus+.btn, .btn:focus {
		outline: 0;
		box-shadow: none;
	}
	.total-nav{
		align-items: center;
	}
	.total-nav .btn{
		height: fit-content;
	}
	
	
	
    .site-header{
        padding: 10px 0;
    }
    .call-action{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    a.contact {
        font-size: 16px;
    }
	/* banner */

	.hero-banner-left {
		height: auto;
	}
	.content-part{
		width: 100%;
		padding: 30px 0;
	}
	.content-part h1 {
		width: 100%;
		font-size: 25px;
	}
	.contact-form {
		margin-top: 125px;
	}
	.contact-form h2 {
		font-size: 25px;
	}

        /* about-us-page */
    .in-page-bnr-padding {
        padding: 60px 0;
    }
    .in-page-h2 {
        font-size: 25px;
    }
    .padding-top {
        padding-top: 10px;
    }
    .our-mission {
        margin-top: 75px;
    }
    .sec-padding {
        padding: 0px 0;
    }
    /* Contact-us */
    .sec-padding-all {
        padding: 30px 0;
    }
    .form-sec h2 {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .form-sec p {
        margin-bottom: 20px;
    }
    .contact-form-container {
        grid-template-columns: auto;
        
    }
    .f-email {
        grid-column: auto;
    }
    .f-message {
        grid-column: auto;
    }
    .contact-form-container {
        padding: 25px 20px 25px;
    }
    .contact-details-container {
        width: 100%;
        margin: 0 !important;
        margin-top: 30px !important;
        
    }
    .quick-contacts ul{
        margin-bottom: 0;
    }
    /* services-page */
    #service.service-section {
        padding-top: 30px;
    }
    section.service-section h2 {
        font-size: 18px;
    }
    section.service-section h3 {
        font-size: 25px;
        word-break: keep-all;
    }
    .ourServices {
        padding: 30px 0 45px;
    }
    /* apartment-movers */
    #services_sec_two .row{
        flex-direction: column-reverse;
    }
    #services_sec_one .single-service-details {
        margin-left: 0;
        margin-top: 25px;
    }
    .services-title {
        margin: 15px 0 15px;
        font-size: 25px;
    }
    #services_sec_two .single-service-details {
        margin-right: 0;
    }
    .why-choose-us-top h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .why-choose-us-top p {
        width: 100%;
        margin-bottom: 25px;
    }
    .all-why-us-outer {
        grid-template-columns: auto;
    }
    .services-img2::after {
        width: 240px;
        height: 240px;
    }
}