@charset "utf-8";




/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------*/


/*
## GENERAL STYLES 
## TYPOGRAPHY 
## BUTTONS AND LINKS SECTION 
## PAGE PRELOADER SECTION 
## NAVIGATION BAR SECTION 
## HERO HEADER SECTION 
## OWL CAROUSEL SLIDER 
## FOOTER SECTION 
## BACK TO TOP 
## COLOR THEAME SECTION

font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;

*/


/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------*/

body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    overflow-x: hidden !important;
}


/* ----------------------------------
     ICO MOON SECTION
---------------------------------- */

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?x9kr93');
    src: url('../fonts/icomoon.eot?x9kr93#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?x9kr93') format('truetype'), url('../fonts/icomoon.woff?x9kr93') format('woff'), url('../fonts/icomoon.svg?x9kr93#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-fa-male {
    background:url(../images/male-solid.svg);
}

.icon-support:before {
    content: "\e901";
}

.icon-arrow:before {
    content: "\e903";
}

.icon-book-service:before {
    content: "\e904";
}

.icon-commercial-building:before {
    content: "\e905";
}

.icon-construction-area:before {
    content: "\e906";
}

.icon-contact-all:before {
    content: "\e907";
}

.icon-delevery-ontime:before {
    content: "\e908";
}

.icon-delivery-things:before {
    content: "\e909";
}

.icon-easy-tracking:before {
    content: "\e90a";
}

.icon-flexible-affordable:before {
    content: "\e90b";
}

.icon-home-apartment2:before {
    content: "\e90c";
}

.icon-hotels-restuarants:before {
    content: "\e90d";
}

.icon-location:before {
    content: "\e90e";
}

.icon-move-things:before {
    content: "\e90f";
}

.icon-moving-protection:before {
    content: "\e910";
}

.icon-packing-unpacking:before {
    content: "\e911";
}

.icon-pack-things:before {
    content: "\e912";
}

.icon-save-secure:before {
    content: "\e913";
}

.icon-school-college:before {
    content: "\e914";
}

.icon-sms-email:before {
    content: "\e915";
}

.icon-timing-delivery:before {
    content: "\e916";
}

.icon-we-make-fast:before {
    content: "\e917";
}

.icon-home-apartment:before {
    content: "\e900";
}

.icon-home3:before {
    content: "\e902";
}


/* ----------------------------------
     ICO MOON SECTION
---------------------------------- */


/* ----------------------------------
     BUTTONS AND LINKS SECTION
---------------------------------- */

.btn{
    cursor: pointer;
}

.btn-primary:hover {
    color: #fff;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}

.btn-info:hover {
    color: #ffffff;
    background-color: #f1b701;
    border-color: #f1b701;
}

.mp-styless {
    font-family: 'Montserrat', sans-serif;
    color: #f1b701;
    font-size: 13px !important;
    font-weight: 300 !important;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase !important;
}

.mp-info .mp-info-btn {
    font-family: 'Open Sans', sans-serif;
    color: rgb(241, 183, 1);
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 24px;
    text-align: left;
    background-color: #FFFFFF;
    padding: 12px 30px 12px;
    text-transform: capitalize;
    border-radius: 30px;
}

.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #f1b701;
    background-color: rgb(255, 255, 255);
    border-color: rgb(241, 183, 1);
    box-shadow: 0 0 0 0.2rem rgba(241, 183, 1, 0.5);
    ;
}

.btn-info {
    background-color: #f1b701;
    border-color: #f1b701;
}

.pm-middle {
    margin: 0px auto;
    display: block;
}
.img-logo-custom{

    height: 80px;
}




/*MEDIA QUERIES SECTION*/

@media(max-width:767px) {
    .navbar-light .navbar-toggler {
        background-color: transparent;
        color: #FFFFFF;
        font-size: 24px;
        outline: none;
        border: none;
    }
    .js-offcanvas {
        background-color: #333333;
    }
}


/* ----------------------------------
        Buttons & Links SECTION
---------------------------------- */


/* ----------------------------------
        PAGE PRELOADER SECTION
---------------------------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F6F6F6;
    z-index: 99999;
}

#preloader > img {
    margin: 400px auto;
    display: block;
}

@media(min-width:768px) and (max-width:1023px) {
    #preloader > img {
        margin: 200px auto;
        display: block;
    }
}

@media(min-width:576px) and (max-width:767px) {
    #preloader > img {
        margin: 300px auto;
        display: block;
    }
}

@media(min-width:300px) and (max-width:575px) {
    #preloader > img {
        margin: 200px auto;
        display: block;
    }
}


/* ----------------------------------
        PAGE PRELOADER SECTION
---------------------------------- */


/* ----------------------------------
        TOP MENU SECTION
---------------------------------- */

.mp-menu {
    background-color: #111111;
}

.mp-top-menu {
    margin: 0;
    padding: 0;
    clear: both;
}

.nav-bar-height{

    height: 90px;
}

.mp-top-menu li {
    list-style: none;
    float: left;
    color: #FFFFFF;
    margin: 10px 65px 10px 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 24px;
}

.mp-top-menu li a {
    list-style: none;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
}


.mp-top-menu a:hover{
    background-color: none;
}
.mp-top-menu li i {
    padding-right: 2px;
    font-size: 12px;
}

.mp-meeting p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0px;
    padding: 15px 0px 0px;
}

.mp-meeting strong {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}

.mp-right .right-p {
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0px;
}

.mp-left .left-p {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    display: none;
}

.mp-right .right-p strong {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: right;
}


/*Media Queries Section*/

@media(max-width:767px) {
    .mp-right .right-p {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        display: none;
    }
    .mp-left .left-p {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        display: block;
    }
    .mp-left .left-p strong {
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
        text-align: right;
    }
    .mp-top-menu li {
        list-style: none;
        float: left;
        color: #FFFFFF;
        margin: 10px 0px 10px 10px;
        padding: 0px;
        font-size: 14px;
        line-height: 24px;
    }
    .suffix {
        display: none;
    }
    .suffixx {
        display: block;
    }
}


/* ----------------------------------
        TOP MENU SECTION
---------------------------------- */


/* ----------------------------------
       FORM SECTION
---------------------------------- */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

textarea,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="search"],
input.form-control {
    border-radius: 0;
    height: 56px;
    width: 100%;
    font-size: 15px;
    color: #FFFFFF !important;
    box-shadow: none;
    border: 2px solid #FFFFFF !important;
    padding-left: 30px;
    font-weight: 400;
    border-radius: 30px;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
.form-control:focus {
    box-shadow: 0px 0px 0px 1px #2e8ece;
    border-color: #2e8ece;
}

input[type="email"]::-webkit-input-placeholder, input[type="email"]::-moz-input-placeholder {
    color: #FFFFFF;
}

input[type="number"]::-webkit-input-placeholder, input[type="number"]::-moz-input-placeholder {
    color: #FFFFFF;
}

input[type="text"]::-webkit-input-placeholder, input[type="text"]::-moz-input-placeholder {
    color: #FFFFFF;
}

input[type="search"]::-webkit-input-placeholder, input[type="search"]::-moz-input-placeholder {
    color: #FFFFFF;
}

textarea::-webkit-input-placeholder, textarea::-moz-input-placeholder {
    color: #FFFFFF !important;
}

textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #FFFFFF !important;
}

textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFFFFF !important;
}

textarea:-ms-input-placeholder {
    color: #FFFFFF !important;
}

textarea:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
.form-control:focus {
    box-shadow: 0px 0px 0px 1px transparent !important;
    border-color: #FFFFFF !important;
}

.form-control {
    background-color: transparent;
}

.form-control:focus {
    color: #495057;
    background-color: transparent;
}

@media(max-width:768px) {
    .form-group {
        margin-bottom: 10px;
    }
}


/* ----------------------------------
        FORM SECTION
---------------------------------- */


/* ----------------------------------
        NAVIGATION BAR SECTION
---------------------------------- */

.navbar-expand-md .navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    /*color: #ffffff;*/
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-left: 14px;
    text-transform: uppercase;
    transition: all 1s ease;
}

 .navbar-expand-md  li:hover > a {
    background: #f1f1f1;
    color: #fff;
}

/*.navbar-expand-md .navbar-nav .nav-link a:hover{

    color: #000;
}*/
/*.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link.active {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}
*/
.mp-spacers {
    /*padding: 19px 0px 19px;*/
}

/*DROPDOWN MENU SECION*/

.dropdown:hover>.dropdown-menu {
    display: block;
    border-radius: 0px;
    background-color: #f5f5f5;
    border-top: 1px solid #FFFFFF;
}

.dropdown > .dropdown-menu > a {
    color: #007bff;
    transition: all 1s ease;
    text-align: left;
    font-weight: 600;
}

.dropdown > .dropdown-menu > a:hover {
  
    transform: scale(1.1);
    background-color: transparent;
    color: #000000;
}

.dropdown-item {
    padding: 0.5rem 1rem;
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0);
}

.mp-dropdown-menu {
    margin: 0px;
    padding: 0px;
}

.mp-customs {
    border-radius: 30px;
    height: 57px;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #f1b701;
    cursor: pointer;
    transition: all 1s ease;
}

/*.nav-item > .nav-menu-hover a {

    color: #1111;

}*/


/*MEDIA QUERIES SECTION*/

@media(max-width:1023px) {
    .nav-custom .nav-inner .nav-link {
        padding-right: 1rem;
        padding-left: .5rem;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 11px;
    }
}

@media(max-width:991px) {
    .nav-custom .nav-inner .nav-link {
        padding-right: 1rem;
        padding-left: .5rem;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 11px;
    }
}

@media(max-width:767px) {
    .nav-inner > .nav-item > a {
        color: #FFFFFF;
        padding: 0.5rem 1rem;
        font-weight: 400;
        transition: all 0.5s ease;
        font-family: 'Montserrat', sans-serif;
    }
    .nav-inner > .nav-item > a:hover {
        color: #000000;
    }
    .navbar-toggler {
        padding: 3px;
        font-size: 13px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        margin-left: 0px;
    }
    .mp-toggl i {
        color: #FFFFFF;
        font-size: 36px;
        outline: none;
    }
    button:focus {
        outline: 0px dotted;
        outline: 0px auto -webkit-focus-ring-color;
    }
    .mp-nav-show li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
}


/* ----------------------------------
       NAVIGATION BAR SECTION
---------------------------------- */


/* ---------------------------------
       HERO HEADER SECTION
---------------------------------- */

.mp-header {
    background-color: #f1b701;
    padding: 105px 0px 0px;
}

.mp-wrapper h1 {
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    text-transform: uppercase;
}

.mp-wrapper p:first-child {
    margin-bottom: 8px;
}

.mp-wrapper p:last-child {
    margin-bottom: 40px;
}

.mp-info {
    margin-top: 31px;
}

.mp-info .mp-styless {
    padding: 15px 60px 15px;
}

.mp-header p {
    font-family: 'Open Sans', sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.mp-banner {
    padding-top: 25px;
    overflow: hidden;
    width: 100%;

}

.mp-banner img {
    margin: 0px auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: block;
    transition:.5s ease;
}

.mp-banner img:hover{
   
    transform:scale(1.02);
    transition:.5s ease-out;
}


/*MEDIA QUERIES SECTION*/

@media(max-width:1920px) {
    .mp-header {
        padding:50px 0px 0px;
    }
    .mp-wrapper h1 {
        font-size:32px;
        line-height:36px;
    }
}

@media(max-width:991px) {
    .mp-header {
        padding:50px 0px 0px;
    }
    .mp-wrapper h1 {
        font-size:32px;
        line-height:36px;
    }
}

@media(max-width:767px) {
    .mp-header {
        padding:40px 0px 0px;
    }
    .mp-wrapper h1 {
        font-size:24px;
        line-height:36px;
    }
}


/*---------------------------------
       HERO HEADER SECTION
----------------------------------*/


/*---------------------------------
       MOVERS SECTION
----------------------------------*/

.mp-mover {
    padding:140px 0px 130px;
}

.mp-benifit h2 {
    font-family: 'Montserrat', sans-serif;
    color: #111111;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}

.mp-benifit p {
    font-family: 'Open Sans', sans-serif;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.mp-mover-text:before {
    content: "";
    position: absolute;
    width: 220px;
    height: 2px;
    background: #f1b701;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mp-mover-text:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -38px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #f1b701;
}

.mp-cards {
    border: 0px solid rgba(0, 0, 0, .125);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    background-color: #f5f5f5;
    padding: 70px 9px 40px;
    transition: all 1s ease;
}

.mp-benifit {
    margin-bottom: 115px;
}

.mp-card-body h5 {
    font-family: 'Montserrat', sans-serif;
    color: #111111;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.mp-card-body p {
    font-family: 'Open Sans', sans-serif;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    transition: all 1s ease;
    text-transform: uppercase;
}

.mp-cards .mp-mover-icon {
    font-size: 40px;
    color: #f1b701;
    display: block;
    text-align: center;
    transition: all 1s ease;
}

.mp-cards:hover {
    background-color: #f1b701;
    color: #FFFFFF;
}

.mp-cards:hover .mp-card-body p,
.mp-cards:hover .mp-card-body h5,
.mp-cards:hover .mp-mover-icon {
    color: #FFFFFF;
   
}

.mp-tops {
    margin-top: 25px;
}

.mover-pics{

    height: 56px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: all 1s ease;
    
   
}
.mp-cards:hover  img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transition: all 1s ease;

} 
.mp-benifit h2 {
        font-size: 24px;
        line-height: 30px;
        text-transform: uppercase;
}


/*Media Queries Section*/

@media(max-width:1920px) {
    .mp-mover {
        padding: 60px 0px 40px;
    }
    .mp-benifit h2 {
        font-size: 24px;
        line-height: 30px;
        text-transform: uppercase;
    }
    .mp-cards {
        margin-bottom: 20px;
        height: 100%
    }
}

@media(max-width:991px) {
    .mp-mover {
        padding: 60px 0px 40px;
    }
    .mp-benifit h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .mp-cards {
        margin-bottom: 20px;
    }
    
    .mp-bottoms{
        margin-bottom:30px;
    }
}

@media(max-width:767px) {
    .mp-mover {
        padding: 60px 0px 40px;
    }
    .mp-benifit h2 {
        font-size: 24px;
        line-height: 30px;
    }
    
    .mp-bottoms{
        margin-bottom:20px;
    }
}


/*---------------------------------
       MOVERS SECTION
----------------------------------*/


/*---------------------------------
       QUICK QUOTE SECTION
----------------------------------*/

.mp-quick-text:before {
    content: "";
    position: absolute;
    width: 220px;
    height: 2px;
    background: #FFFFFF;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mp-quick-text:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -38px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #FFFFFF;
}

.mp-benifits {
    margin-bottom: 114px;
}

.mp-quick-quote {
    padding:140px 0px 140px;
    position:relative;
    width:100%;
    min-height:auto;
    overflow-y:hidden;
    background:url(../images/quick-quote.png), linear-gradient( rgba(241, 183, 1, 1), rgba(241, 183, 1, 1));
    background-position:center;
    color:#ffffff;
    background-size:cover;
}

.mp-benifits h2 {
    font-family:'Montserrat', sans-serif;
    color:#ffffff;
    font-size:30px;
    font-weight:700;
    line-height:48px;
    text-align:center;
}

.mp-benifits p {
    font-family:'Open Sans', sans-serif;
    color:#ffffff;
    font-size:15px;
    font-weight:400;
    line-height:24px;
    text-align:center;
}

.mp-bottom-space {
    margin-bottom:30px;
}

/*Media Queries Section*/

@media(max-width:1920px) {
    .mp-quick-quote {
        padding:70px 0px 40px;
    }
    
   .mp-outer-layout img {
    left: 0px !important;
    bottom: -20px !important;
    max-width: 100%;
}
}

@media(max-width:1023px) {
    .mp-quick-quote {
        padding: 70px 0px 40px;
    }
    .mp-outer-layout img {
        display:none;
    }
}

@media(max-width:991px) {
    .mp-quick-quote {
        padding: 70px 0px 40px;
    }
    .mp-outer-layout img {
        display:none;
    }
}

@media(max-width:767px) {
    .mp-quick-quote {
        padding: 50px 0px 40px;
    }
    .mp-outer-layout img {
        display:none;
    }
}


/*---------------------------------
       QUICK QUOTE SECTION
----------------------------------*/


/*---------------------------------
       BEST SERVICE SECTION
----------------------------------*/



.row-service-pic{

    height: 440px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    transition:.5s ease;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}



.row-service-pic:hover{


    cursor: pointer;
    transform:scale(1.1);
    transition:.5s ease-out;




}


.mp-outer-layout{

    width: 100%;
    overflow: hidden;
}

.mp-service {
    padding-top:140px;
    margin-bottom:-45px;
}

.mp-media span {
    height:90px;
    width:90px;
    font-size:34px;
    text-align:center;
    padding-top:30px;
    color:#FFFFFF;
    border-radius:4px;
    box-shadow:0px 1px 2px rgba(0, 0, 0, 0.2);
    margin-right:30px;
}
.mp-media:hover span {

    background-color: #f1b701;
}

.mp-media-body h5 {
    font-family: 'Montserrat', sans-serif;
    color: #f1b701;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
}

.mp-media-body p {
    font-family: 'Open Sans', sans-serif;
    color: #999999;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.mp-outer-layout img {
    position: absolute;
    bottom: 30px;
    z-index: -1;
}

.mp-reason {
    padding-bottom: 150px;
}

.mp-clients {
    margin-bottom: 41px;
}

.single-icon{

    display: block;
    margin-top: 140px;
    margin-bottom: auto;

}



/*Media Queries Section*/

@media(max-width:1920px) {
    .mp-service {
        padding-top: 70px;
        margin-bottom: 0px;
    }
    .mp-reason {
        padding-bottom: 0px;
    }
}

@media(max-width:1199px) {
    .mp-service {
        padding-top: 70px;
        margin-bottom: 0px;
    }
    .mp-reason {
        padding-bottom: 0px;
    }
    .mp-outer-layout img {
        display: none;
        }
}

@media(max-width:991px) {
    .mp-service {
        padding-top: 70px;
        margin-bottom: 0px;
    }
    .mp-reason {
        padding-bottom: 0px;
    }
    .mp-outer-layout img {
        display: none;
        }
}

@media(max-width:767px) {
    .mp-service {
        padding-top: 50px;
        margin-bottom: 0px;
    }
    .mp-reason {
        padding-bottom: 0px;
    }
}


/*---------------------------------
       BEST SERVICE SECTION
----------------------------------*/


/*---------------------------------
       COMMERTIAL CATEGORY SECTION
----------------------------------*/

.mp-commertial {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url(../images/service-bg.png), linear-gradient( rgba(241, 183, 1, 1), rgba(241, 183, 1, 1));
    background-position: center;
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0px 70px;
}

.mp-bottom h5 {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mp-bottom p {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    padding: 0px 30px;
}

.mp-main-card span {
    color: #FFFFFF;
    font-size: 77px;
    text-align: center;
    display: block;
}

.bottom {
    position: relative;
}

.bottom:before {
    content: "";
    position: absolute;
    width: 155px;
    height: 2px;
    background: #FFFFFF;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mp-bottom {
    padding-top: 54px;
}

.mp-lap {
    display: table;
    width: 100%;
    list-style: none;
}

.mp-lap li {
    display: table-cell;
    padding: 58px 63px;
}


/*Media Queries Section*/

@media(max-width:1920px) {
    .mp-lap li {
        padding-bottom: 0px;
    }
    .mp-process {
        padding: 70px 0px 40px;
    }
    .mp-bottom p {
        padding: 0px;
    }
    .mp-commertial {
        padding: 10px 0px 0px;
    }
}

@media(max-width:1365px) {
    .mp-lap{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .mp-lap li {
        padding-bottom: 0px;
        flex: 0 0 32%;
    }
    .mp-process {
        padding: 70px 0px 40px;
    }
    .mp-bottom p {
        padding: 0px;
    }
    .mp-commertial {
        padding: 10px 0px 0px;
    }
}

@media(max-width:991px) {
    .mp-lap{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .mp-lap li {
        padding-bottom: 0px;
        flex: 0 0 25%;
    }
    .mp-process {
        padding: 70px 0px 40px;
    }
    .mp-bottom p {
        padding: 0px;
    }
    .mp-commertial {
        padding: 10px 0px 0px;
    }
}

@media(max-width:767px) {
    .mp-lap li {
        padding-bottom: 0px;
    }
    .mp-process {
        padding: 40px 0px 40px;
    }
    .mp-bottom p {
        padding: 0px;
    }
    .mp-commertial {
        padding: 10px 0px 0px;
    }
}


/*---------------------------------
   COMMERTIAL CATEGORY SECTION
----------------------------------*/

.mp-process {
    padding: 140px 0px 140px;
}

.mp-series span {
    width: 150px;
    height: 150px;
    font-size: 49px;
    border-radius: 5px;
    background-color: #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    padding: 50px;
    margin: 0px auto;
    text-align: center;
    display: block;
    color: #f1b701;
    transition: all 1s ease;
}

.mp-series h4 {
    font-family: 'Montserrat', sans-serif;
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    padding-top: 30px;
    text-transform: uppercase;
    transition: all 1s ease;
}

.mp-series label {
    border-radius: 5px;
    background-color: #f1b701;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    width: 33px;
    height: 33px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    position: relative;
    top: 20px;
    left: 30px;
}

.mp-series:hover span {
    background-color: #f1b701;
    color: #FFFFFF;
}

.mp-series:hover h4 {
    color: #f1b701;
}


/*Media Queries Section*/

@media(max-width:1920px) {
    .mp-process {
        padding:70px 0px 40px;
    }
    .mp-series label {
        left:30px;
    }
    .mp-series h4 {
        font-size:14px;
    }
}

@media(max-width:1366px) {
    .mp-process {
        padding:70px 0px 40px;
    }
    .mp-series label {
        left:30px;
    }
    .mp-series h4 {
        font-size:14px;
    }
}

@media(max-width:1199px) {
    .mp-process {
        padding:70px 0px 40px;
    }
    .mp-series label {
        left:10px;
    }
    .mp-series h4 {
        font-size:14px;
    }
}

@media(max-width:1023px) {
    .mp-process {
        padding:70px 0px 40px;
    }
    .mp-series label {
        left:10px;
    }
    .mp-series h4 {
        font-size:14px;
    }
}

@media(max-width:991px) {
    .mp-process {
        padding:70px 0px 40px;
    }
    .mp-series label {
        left:70px;
    }
    .mp-series h4 {
        font-size:14px;
    }
}

@media(max-width:767px) {
    .mp-process {
        padding:50px 0px 40px;
    }
    .mp-series label {
        left:0px;
    }
    
    .mp-series {
        padding:0px 170px;
        margin:0px auto;
   }
    
    .mp-lap li {
      display: block;
      margin:0 auto !important;
    }
    
    .list-inline-item:not(:last-child) {
    margin-right: 0px;
}
}

@media(max-width:575px) {
    .mp-process {
        padding:50px 0px 40px;
    }
    .mp-series label {
        left:25%;
    }
    
    .mp-series {
        padding:0px 70px;
        margin:0px auto;
   }
    
    .mp-lap li {
      display: block;
      margin:0 auto !important;
    }
    
    .list-inline-item:not(:last-child) {
    margin-right: 0px;
}
}


/*---------------------------------
       COMMERTIAL CATEGORY SECTION
----------------------------------*/


/*---------------------------------
       COMMERTIAL CATEGORY SECTION
----------------------------------*/

.mp-team {
    background-color: #f5f5f5;
    padding: 140px 0px 150px;
}

.main-body-card {
    background-color: #f1b701;
    padding: 20px 0px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.main-body-card h5 {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
}

.mp-list-inline {
    margin: -15px;
    padding: 0px;
}

.mp-member {
    border: 0px solid rgba(0, 0, 0, .125);
}
.mp-member :hover{
    background-color: #ececec;
}

.mp-list-inline li a i {
    padding-right: 5px;
}

.mp-list-inline li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    transition: all 1s ease;
    transform: scale(1);
}

.mp-pic-wrapper {
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    padding: 30px;
    height: 200px;
}

.mp-list-inline li:hover a {
    color: #333333;
    transform: scale(1.1);
}


/*Media Queries Section*/

@media(max-width:1920px) {
    .mp-team {
        background-color: #f5f5f5;
        padding: 70px 0px 40px;
    }
    .mp-member {
        margin-bottom: 20px;
    }
}

@media(max-width:991px) {
    .mp-team {
        background-color: #f5f5f5;
        padding: 70px 0px 40px;
    }
    .mp-member {
        margin-bottom: 20px;
    }
}

@media(max-width:767px) {
    .mp-team {
        background-color: #f5f5f5;
        padding: 50px 0px 40px;
    }
    .mp-member {
        margin-bottom: 20px;
    }
    
    .mp-member {
        max-width:400px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}


/*---------------------------------
   COMMERTIAL CATEGORY SECTION
----------------------------------*/


/*---------------------------------
    POST AND BLOG SECTION
----------------------------------*/

.mp-post {
    padding: 140px 0px 150px;
}

.card{
    overflow: hidden;

}
.card-img-top{
    transition:.5s ease;
}
.card-img-top:hover{
    cursor: pointer;
    transform:scale(1.1);
    transition:.5s ease-out;
    
    
                
}
.mp-blog-body h4 a{
    font-family: 'Montserrat', sans-serif;
    color: #0798bc;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.mp-label li {
    font-family: 'Open Sans', sans-serif;
    color: #f1b701;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.mp-label li:first-child {
    border-right: 1px solid #f1b701;
    padding-right: 10px;
}

.mp-label li:last-child {
    padding-left: 5px;
}

.mp-blog-body p {
    font-family: 'Open Sans', sans-serif;
    color: #999999;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.mp-blog-body .mp-calendar {
    border-radius: 5px;
    background-color: #f1b701;
    display: inline-block;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    width: 90px;
    height: 90px;
    margin: -40px -15px 25px;
    padding: 10px 0px 0px 26px;
}

.mp-blog-body .mp-calendar h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 700;
    padding: 0;
    margin: 0px 0px -5px;
}

.mp-blog-body .mp-calendar p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}

.mp-blog-card img {
  
    height: 232px;
    margin-bottom: -20px;
}

/* Slow-motion Zoom Container */
/*.mp-blog-card img {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
  filter: brightness(150%);
}

 The Transformation 
.mp-blog-card:hover img {
  filter: brightness(100%);
  transform: scale(3);
}
*/
.mp-blog-card {
    border-radius: 5px;
    background-color: #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    border: 0px;
}

.mp-blog-body {
    padding:40px 20px;
    height: 220px;
}

.mp-label {
    font-family:'Open Sans', sans-serif;
    margin:-7px 0px 8px;
    padding:0;
    font-weight:400;
    line-height:0;
}




/*Media Queries Section*/

@media(max-width:1920px) {
    .mp-post {
        padding:70px 0px 40px;
    }
    .mp-blog-card {
        margin-bottom:30px;
    }
}

@media(max-width:991px) {
    .mp-post {
        padding:70px 0px 40px;
    }
    .mp-blog-card {
        margin-bottom:30px;
    }
}

@media(max-width:767px) {
    .mp-post {
        padding:50px 0px 40px;
    }
    .mp-blog-card {
        margin-bottom:30px;
    }
    .mp-blog-card{
        max-width: 400px;
        margin:0 auto;
        margin-bottom:20px;
    }
}


/*---------------------------------
     POST AND BLOG SECTION
----------------------------------*/


/*---------------------------------
     CONTACT SECTION
----------------------------------*/

.mp-contact {
    background-color: #222222;
    padding: 40px 0px 25px;
}

.mp-link-quick {
    margin:0px;
    padding:0px;
}

.mp-link-quick li {
    list-style:none;
    margin:0px;
    padding:0px;
}

.mp-link-quick li a {
    font-family:'Open Sans', sans-serif;
    color:#d7d7d7;
    font-size:14px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    transition: all 1s ease;
    transform: scale(1.1);
}

.mp-link-quick li a:hover {
    text-decoration: none;
    color: #f1b701;
    transform: scale(1.2);
}

.mp-link-quick li a i {
    padding-right: 20px;
    color: #d7d7d7;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.mp-about h4,
.mp-quick h4 {
    font-family: 'Montserrat', sans-serif;
    color: #eeeeee;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    text-transform: uppercase;
}

.mp-about p {
    font-family: 'Open Sans', sans-serif;
    color: #999999;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.mp-meetus p {
    font-family: 'Open Sans', sans-serif;
    color: #d7d7d7;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0px;
}

.mp-meetus hr {
    background-color: #565656;
}

.mp-tags {
    padding: 10px 0px 10px;
}

.mp-media-social li a i {
    border-radius: 5px;
    background-color: #353535;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    width: 33px;
    height: 33px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    transition: all 1s ease;
    transform: scale(1);
}

.mp-media-social li a i:hover {
    transform: scale(1.2);
    background-color: #f1b701;
}

.mp-media-social {
    margin-top: 35px;
}


/*Media Queries Section*/

@media(max-width:1199px) {
    .mp-contact {
        padding:70px 0px 20px;
    }
}

@media(max-width:991px) {
    .mp-contact {
        padding:70px 0px 20px;
    }
}

@media(max-width:767px) {
    .mp-contact {
        padding:40px 0px 20px;
    }
}


/*---------------------------------
     CONTACT SECTION
----------------------------------*/


/*---------------------------------
     FOOTER SECTION
----------------------------------*/

.mp-footer {
    background-color: #111111;
    padding: 10px 0px;
}

.mp-copyrights p {
    font-family: 'Open Sans', sans-serif;
    color: #bbbbbb;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.mp-copyrights p a {
    font-family: 'Open Sans', sans-serif;
    color: #bbbbbb;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #f1b701;
    transition: all 1s ease;
    transform: scale(1.1);
}

.mp-copyrights p a:hover {
    color: #f1f1f1;
    text-decoration: none;
    transform: scale(1.2);
}


/*Media Queries Section*/

@media(max-width:1199px) {
    .mp-footer {
        padding: 40px 0px 0px;
    }
}

@media(max-width:991px) {
    .mp-footer {
        padding: 40px 0px 0px;
    }
}

@media(max-width:767px) {
    .mp-footer {
        padding: 20px 0px 0px;
    }
}


/*---------------------------------
     FOOTER SECTION
----------------------------------*/


/* --------------------------------------------------
     BACK TO TOP
-------------------------------------------------- */

.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 3.4rem;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    color: #ffffff;
    background-color: #f1b701;
}

.back-to-top:hover,
.mp-customs:hover {
    background-image: -webkit-linear-gradient(right, #333333, #f1b701);
    background-image: -ms-linear-gradient(right, #333333, #f1b701);
    background-image: -moz-linear-gradient(right, #333333, #f1b701);
    background-image: -o-linear-gradient(right, #333333, #f1b701);
    background-image: linear-gradient(to left, #333333, #f1b701);
    color: #fff;
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.07);
    color: #f1b701;
}

.back-to-top.show {
    opacity: 1;
}

.back-to-top.show:hover {
    box-shadow: 0 0 4px rgba(255, 174, 17, 0.54), 0 4px 8px rgba(40, 57, 94, 0.40);
}

.contact-position{

    right: 0%;
}

@media(max-width:768px) {
    .copyright {
        text-align: center;
    }
}


/* --------------------------------------------------
    BACK TO TOP
-------------------------------------------------- */


/* --------------------------------------------------
    COLOR THEAME SECTION
-------------------------------------------------- */

#switcher {
    position: fixed;
    bottom: 25%;
    left: -220px;
    width: 220px;
    z-index: 9999;
    font-size: 15px;
    padding-bottom: 20px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    height: 130px;
    background: #ffffff;
    box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.2);
}

#switcher.active {
    left: 0px;
}

#switcher p {
    color: #fff;
    bottom: -6px;
    position: absolute;
    left: 21px;
    font-size: 13px;
}

#switcher .theme-click {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -40px;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 2;
    background-color: #000000;
}

#switcher .theme-color {
    width: 30px;
    height: 30px;
    margin: 10px;
    position: absolute;
    left: 0px;
    cursor: pointer;
}

#switcher .theme-active {
    background: #f1b701;
}

#switcher .theme-color-two {
    background: #e84e40;
    left: 40px;
}

#switcher .theme-color-three {
    background: #0798bc;
    left: 80px;
}

#switcher .theme-color-four {
    background: #069a97;
    left: 120px;
}

#switcher .theme-color-five {
    background: #58c433;
    left: 160px;
    top: 0px;
}

#switcher .theme-color-six {
    background: #7e57c2;
    left: 0px;
    top: 40px;
}

#switcher .theme-color-seven {
    background: #009688;
    left: 40px;
    top: 40px;
}

#switcher .theme-color-eight {
    background: #ec407a;
    left: 80px;
    top: 40px;
}

#switcher .theme-color-nine {
    background: #8bc34a;
    left: 120px;
    top: 40px;
}

#switcher .theme-color-ten {
    background: #5c6bc0;
    left: 160px;
    top: 40px;
}

#switcher .theme-color-eleven {
    background: #ff9800;
    left: 0px;
    top: 80px;
}

#switcher .theme-color-twelve {
    background: #ce0c21;
    left: 40px;
    top: 80px;
}

#switcher .theme-color-thirteen {
    background: #7aa93c;
    left: 80px;
    top: 80px;
}

#switcher .theme-color-fourteen {
    background: #3065b5;
    left: 120px;
    top: 80px;
}

#switcher .theme-color-fifteen {
    background: #1abc9c;
    left: 160px;
    top: 80px;
}