@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');
*:hover, *:hover * {
    transition: all 0.3s;
}
body {font-family: 'Open Sans', sans-serif;letter-spacing: 0.4px;}
p {font-size:14px;
    line-height:25px;
    word-spacing: 1px;
}
a {color:inherit; text-decoration:none;}
a, .btn, button {
    outline: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:hover, .btn:focus { color:#fff;}
.btn:active, .btn.active {box-shadow:none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0px;}
a:hover {text-decoration:none; color:inherit;}
a:focus, a:active {color:inherit; text-decoration:none; outline:0px;}
h1,h2,h3,h4,h5,h6 {text-transform: capitalize;color:#343434;font-family: 'Raleway', sans-serif;}
.mrtp-0 {margin-top:0px !important;}
.martp10 {margin-top:10px;}
.martp20 {margin-top:20px;}
.martp30 {margin-top:30px;}
.martp40 {margin-top:40px;}
.martp50 {margin-top:50px;}
.mar-btm10 {margin-bottom:10px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;}

/*scroll top*/
#scroll {position: fixed;
    right: 10px;
    bottom:20px;
    cursor: pointer;
    width:40px;
    height:40px;
    display: none;
    z-index: 99;
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: block;
    background-color:#ea1f25;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#scroll i {display:block;font-size:16px;line-height:40px;}
#scroll:hover {    background: #0f1115;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
    box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.03), 0 0 82px 0 rgba(0, 0, 0, 0.03);
}
/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/* END ANIMATED X */
/*======header=====*/
.top-header {background:#272b3d;
    padding:10px 0px;
    position: relative;
}
.tpcont-detail {
    padding: 0px;
    margin-bottom: 0px;
}
.tpcont-detail li {
    font-size:15px;
    font-weight:500;
	color:#fff;
    position: relative;
    padding: 0 18px;
}
.tpcont-detail li a:hover {color:#ea1f25;}
.tpcont-detail li:first-child {padding-left: 0;}
.tpcont-detail li:after {
    content: '';
    position: absolute;
    right: 0px;
    top:5px;
    width: 1px;
    height: 14px;
    background: rgba(255,255,255,0.4);
}
.tpcont-detail li:last-child:after {display:none;}
.tpcont-detail li i {font-size: 15px;color: #ea1f25;padding-right: 9px;}
.tpcont-detail li i.wt { color:#25D366;}
.tp-social {margin-bottom:0px; text-align:right;}
.tp-social li {padding:0px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.tp-social li i {color: #fff;
    height: 25px;
    width: 25px;
    line-height: 26px;
    text-align: center;
    margin-left: 3px;
    border-radius: 50%;
    border: 0;
}
.tp-social li i.fb {background-color:#3B5998;}
.tp-social li i.tw {background-color:#33CCFF;}
.tp-social li i.yt {background-color:#FF3333;}
.tp-social li i.ins {background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.affix {
      top: 0;
      width: 100%;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
	  z-index:999;
	  min-height:70px !important;
}
.affix + .container{padding-top: 70px;}
.affix .navbar-brand {height:70px;padding:5px 15px;}
.affix .navbar-brand > img {width:150px;}
/*navbar*/
.navbar-brand > img {width:200px;}
.navbar-brand {height:84px;padding:4px 15px;}
.navbar {
    min-height:84px;
    margin-bottom:0px;
    border:0px;
	border-radius:0px;
}
.navbar-default {
    background-color:#fff;
    border-color:transparent;
    box-shadow: 0 0px 3px #a4a3a3;
}
.navbar-default .navbar-nav > li > a {
    color:#000000;
    font-size: 14px;
	text-transform: uppercase;
	font-weight:700;
        letter-spacing: 1px;
}
.navbar-default .navbar-nav > li > a:after {
    content: "";
    height:3px;
    background:#ea1f25;
    width: 0;
    position: absolute;
    bottom: 0;
    right:0;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#ea1f25;
    background-color:transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#ea1f25;
    background-color:transparent;
}
/*drop-drop down*/
.dropdown-menu > li > a {padding:17px 18px;
    color:#fff;
    text-transform:uppercase;
    font-size: 13px;
    font-weight:600;
    border-radius: 0px;
    letter-spacing: 1px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#ea1f25;
    text-decoration: none;
    background-color:#1a1d24;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
.dropdown-menu {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;  
  animation-fill-mode: forwards; 
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.dropdown .dropdown-menu {
    border: 0px;
    padding: 0px;
    background-color:#1a1d24;
    min-width:250px;
    border-radius: 0px;
	border-top:4px solid #ea1f25;
	margin:0px;
}
.navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 0px; 
    border-top-right-radius:0px;
}
.dropdown .dropdown-menu li {
    margin: 0px;
    border-bottom:1px solid rgba(185, 185, 185, 0.3);
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.dropdown .dropdown-menu li:last-child {border-bottom:0px;}
/*welcome-section start*/
.welcome-section {padding:80px 0px 90px 0;}
.heading-style h1, .heading-style h2 {margin: 0px;
    text-transform:capitalize;
    font-weight:900;
    padding-bottom: 15px;
    font-size:40px;
    letter-spacing: 0.4px;
    position: relative;
    z-index: 9;
}
.heading-style h2 {font-weight: 700;font-size: 32px;}
.heading-style p {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-top: 10px;
}
.heading-style h1:before, .heading-style h2:before {
    width:70px !important;
}
.heading-style h1:after, .heading-style h2:after {
    bottom:3px !important;
    width:50px !important;
}
.heading-center {text-align: center;}
.heading-white h1 {color:#fff;}
.heading-center h1:after, .heading-center h1:before {right: 0px;margin: 0px auto;}
#mousehove {perspective:100px;}
.btn3, .btn2 {padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius:50px;
    letter-spacing: 0.4px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.btn3::after{
    content: '';
    position: absolute;
    z-index:-1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    color: #ffffff !important;
    background-color: #1a1d24;
}
.btn3 {color: #F4F4F4 !important;border: 1px solid #fff;}
.btn3::after {background-color:#ea1f25 !important;border-radius: 20px;overflow: hidden;}
.btn3:hover::after {width: 100%;}
.btn2 {background-color:#272b3d;color:#fff;padding:15px 25px;}
/*service-section start*/
.service-section {padding:70px 0;
    background-color: #f8f8f8 ;
    background: url(../img/service-img.png) no-repeat right 25px bottom, url(../img/pattern.jpg) repeat;
}
.service-item {position: relative;
    margin-bottom: 25px;
    text-align: center;
    border:1px dashed #ddd;
    padding: 20px;
}
.service-item .service-icon:hover img {
    transform: scale(1.2);
}
.service-icon img, .service-item .service-icon {
    margin: 0 auto;
    transition: all .2s linear;
}
.service-detail h3 {margin-bottom: 8px;font-weight: 700;font-size:22px;transition: all .2s linear;}
.service-detail:hover h3 {transform: scale(1.1);}
.service-item:hover {background-color:#fff;}
/*process-section*/
.process-section {padding: 60px 0;}
.process-list {
    float: left;
    width: 100%;
    text-align: center;
}
.process-list ul {padding-left: 0;}
.process-list ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 0px 30px;
    position: relative;
    padding: 0px 68px;
}
.process-list ul li:before {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    right: -12px;
    top: 50%;
    font-size: 29px;
    margin: -37px 0px 0px;
    color: #272b3d;
}
.process-list ul li:last-child:before { content: none;}
.process-list ul li span {
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 2px solid;
    position: relative;
    margin: 0px 0px 23px;
}
.process-list ul li:hover span {background-color: #272b3d;border-color:#272b3d;}
.process-list ul li span i {
    display: inline-block;
    font-size: 50px;
    padding: 33px 0px 0px;
}
.process-list ul li:hover span i { color: #ffffff;}
.process-list ul li span small {
    position: absolute;
    left: 50%;
    margin: -23px 0px 0px -22px;
    top: 0px;
    font-weight: bold;
    width: 45px;
    height: 45px;
    border: 6px solid #ffffff;
    border-radius: 100%;
    font-size: 16px;
    color: #ffffff;
    padding: 2px 0px 0px;
    background-color: #272b3d;
    line-height: 26px;
}
.process-list ul li span small, .process-list ul li span a, .process-list ul li span {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.process-list ul li:hover span small { opacity: 0;}
.process-list ul li span a {
    position: absolute;
    right: -23px;
    margin: -22px 0px 0px 0px;
    top: 50%;
    font-weight: bold;
    width: 45px;
    height: 45px;
    border: 6px solid #ffffff;
    border-radius: 100%;
    color: #ffffff;
    padding: 9px 0px 0px;
    opacity: 0;
    background-color:#ea1f25;
}
.process-list ul li:hover span a { opacity: 1;}
.process-list ul li h4 {
    margin: 0px;
    font-weight:700;
    color:#272b3d;
    font-size: 15px;
}
/*testimonial-section*/
.testimonial-section {padding:100px 0px 70px 0;
    position: relative;
    background-image: url(../img/testimonail-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.testimonial-section:before, .counter-section:before {content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(15, 17, 21, 0.9);
}
.testimonial {padding: 0 20px;}
.testimonial .icon{
    font-size: 60px;
    line-height: normal;
    color: #1ec4f3;
}
.testimonial-content {margin-bottom: 25px;}
.testimonial .description{
    font-size: 16px;
    font-weight:400;
    color: #fff;
    line-height: 28px;
}
.testimonial-profile {display: table;margin: 0 auto;}
.testimonial .pic{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px 0px;
    float: left;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title {
    display: inline-block;
    margin: 0 0 0 20px;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight:400;
    color: #fff;
    position: relative;
    top:30px;
}
.testimonial .post {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #888;
    margin-top: 10px;
}
.owl-theme .owl-controls .owl-pagination{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
    background: #99bf4b;
    border: 2px solid transparent;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page span:hover{
    background: #fff;
    border: 2px solid #99bf4b;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ea1f25 !important;
}
/*footer-strip start*/
.footer-strip {background-image:url(../img/top-footer-bg.jpg);
      padding:60px 0px;
     background-repeat: no-repeat;
    background-position: center;
}
.strip-detail {display: inline-block;}
.strip-detail h2 {color: #fff;
    margin-top:0px;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}
.strip-detail p {color:#fff;font-size: 16px;font-style: italic;}
/*footer start*/
.footer {
    position: relative;
    background-image: url(../img/footer-bg.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer:before {content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-color:#272b3d;
    opacity: 0.96;
}
.main-footer {padding:80px 0px 40px 0px;}
.footer-widget img {width: 110px; margin-bottom: 20px;}
.footer-widget h3 {margin-top: 0px;
    font-weight:800;
    font-size: 22px;
    margin-bottom: 25px;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 15px;
}
.footer-widget h3:before, .heading-style h1:before, .heading-style h2:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 1px;
}
.footer-widget h3:after, .heading-style h1:after, .heading-style h2:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 20px;
    height: 1px;
}
.footer-widget h3:before, .footer-widget h3:after, .heading-style h1:before, .heading-style h1:after, .heading-style h2:before, .heading-style h2:after {background-color:#ea1f25;}
.footer-widget p, .copyright p {color:#cccccc;margin-bottom: 0;}
.ftlist-link li {padding-bottom:15px;width: 50%; float: left;}
.ftlist-link li a { position:relative;padding-left:20px;}
.ftlist-link li a::before {
    content: '';
    position: absolute;
    left: 0px;
    top:7px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 1px solid #c3c3c4;
        -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ftlist-link li:hover a:before {
    top: 10px;
    border-radius: 0px;
    border: none;
    height: 1px;
    width: 11px;
    background-color:#ea1f25;
}
.footer-widget ul li {color:#cccccc; 
    font-size: 14px;
    line-height: 27px;
    padding-right: 0;
}
.footer-widget ul li a:hover { color:#ea1f25;}
.ft-add-info li {
    position: relative;
    padding-left: 30px;
    margin-bottom:15px;
}
.ft-add-info li span {
    position: absolute;
    left: 0px;
    top:7px;
    font-size: 20px;
    color: #ea1f25;
}
.ft-socail li i {
    color:rgba(255,255,255,0.6);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 21px;
    border:1px solid rgba(255,255,255,0.6);
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.ft-socail li i.fb:hover {
    background-color: #3B5998;
    color: #fff;
	border-color:#3B5998;
}
.ft-socail li i.ins:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #fff;
	border-color:#fd5949;
}
.ft-socail li i.tw:hover {
    background-color:#1DA1F2;
    color: #fff;
	border-color:#1DA1F2;
}
.ft-socail li i.lin:hover {
    background-color:#0077b5;
    color: #fff;
	border-color:#0077b5;
}

.footer-widget {margin-bottom:30px;}
.bottom-footer {padding: 35px 0px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.10);
    position: relative;
}
.whats_app a {
    position: fixed;
    right:10px;
    bottom:80px;
    background: #26d266;
    z-index:9;
    color: #fff;
    font-size:30px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 48px;
    text-align: center;
}
/*====inner page start=====*/
.inner-banner {position: relative;	
	padding:100px 0px 90px 0;
	background-image: url(../img/inner-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.inner-banner:before {position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color:rgb(48 56 73 / 0.7);
}
.innerbanner-text h1 {margin: 0px;
    color: #fff;
    font-weight:700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.breadcrumb {
    padding: 0px;
    margin-bottom:0;
    margin-top: 10px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.breadcrumb > li {color: #fff;font-size: 16px; letter-spacing: 0.2px;}
.breadcrumb > .active, .breadcrumb > li a:hover {color:#ea1f25;}
.breadcrumb > li + li:before {color:#fff;
    content:"/";
    padding: 0 10px;
}
.innerpage-section {padding:70px 0px;}
/*about page*/
.whychoose-section {background-color:#192133;overflow: hidden;}
.whychoose-block {margin: 40px 0 20px 0;}
.choose-wrap {margin-bottom: 25px;}
.choose-wrap h3 {margin-top: 0;color:#fff;font-weight: 700;}
.choose-wrap h3 img {width: 60px;margin-right: 10px;}
.choose-wrap p {color:#fff;}
/*service-inner page*/
.sidebar-widget h3 {margin-top: 0;
    font-weight: 700;
    background-color: #272b3d;
    color: #fff;
    padding: 10px 16px;
}
.sidebar-widget ul li {margin-bottom:10px;}
.sidebar-widget ul li a {
    display: block;
    background-color: #f5f5f5;
    padding:12px 18px;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
    position: relative;
}
.sidebar-widget ul li a i {margin-right: 6px;}
.sidebar-widget ul li a:hover {background-color:#ea1f25;color: #fff;}
.hglight-phra {border-left:6px solid #ea1f25;padding: 20px;margin: 15px 0;
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
}
/*contact page*/
.contact-field {margin-bottom: 25px;}
.contact-field h4 {margin: 0;
    font-weight: 700;
    font-size: 23px;
    font-style: italic;
}
.contact-field p {margin-bottom:15px;}
.contact-field .form-control {
    height:55px;
    box-shadow: none;
    border: 1px solid #e9e9e9;
    background-color: #f8f8f8;
    border-radius: 5px;
    color:#818181;
    text-transform: uppercase;
    letter-spacing:0.5px;
}
textarea.form-control {height: auto !important;}
.moverspackers-contact-info ul li {margin-bottom: 17px;}
.moverspackers-contact-info-text {
    padding:25px 70px 25px 25px;
    position: relative;
    overflow: hidden;
    background-color: #272b3d;
}
.moverspackers-contact-info-text h5 {
    margin: 0px 0px 4px;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px dashed rgb(255 255 255 / 20%);
    padding-bottom: 8px;
}
.moverspackers-contact-info-text p {
   color: #ffffff;
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
}
.moverspackers-contact-info span {
    position: absolute;
    right: 13px;
    top: 15px;
}
.moverspackers-contact-info span:before {
    content: '';
    position: absolute;
    right: -45px;
    top: -43px;
    width: 102px;
    height: 102px;
    border-radius: 100%;
    background-color:#ea1f25;
}
.moverspackers-contact-info span i {
    position: relative;
    font-size: 37px;
    color:#fff;
}
