/*

Boxer Template

http://www.templatemo.com/tm-446-boxer

*/

body {
    background: #fff;
    font-weight: 300;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.tm-white a {
    color: #fff;
}

/* start h1 group */
h1 {
    color: #FFFC00;
    font-family: Hanuman;
    font-size: 33px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.page-header-title {
    color: #FFFC00 !important;
    font-family: Hanuman;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-decoration: none !important;
}

.align_left {
    text-align: left;
}

.backgroundgreen {
    background-color: #13701E;
}

.backgroundgreen2 {
    background-color: #126B1E;
    ;
}

.align_center {
    align-content: center;
}

.margin10rem {
    margin: 10rem;
}

.margin3rem {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.margin5rem {
    margin: 5rem;
}


.white {
    color: #FFF;
}

.tablestyle1 {
    width: 200;
    border: "0";
    cellpadding: "5";
}

.tablestyle100 {
    width: 100%;
    border: "0";
    cellpadding: "10";
    cellspacing: "10";
}

.tablestyle2 {
    width="600";
    border="0";
    cellspacing="10";
    cellpadding="10";
}

.tablestyle4 {
    width: 300;
    border: "0";
    cellpadding: "5";
}

.tablestyle3 {
    width: 200;
    border: "0";
    cellpadding: "10";
}

.styleh1_ {
    color: #126B1E;
    font-family: Hanuman;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.styleh1_white {
    color: #FFF;
    font-family: Hanuman;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.styleh1_1 {
    color: #126B1E;
    font-family: Hanuman;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h1_footer {
    color: #FFF;
    font-family: Josefin Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-decoration-line: underline;
}

h2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 166.667% */
}

h2_footer {
    color: #FFF;
    font-family: Montserrat;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    /* 166.667% */
}

.styleh2_ {
    color: #00D61D;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    text-decoration-line: underline;
}

h3 {
    color: #FFF;
    text-align: center;
    font-family: Josefin Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4em;
}

h4 {
    color: #000;
    font-family: Josefin Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 134.766%;
    /* 26.953px */
    margin-left: 4rem;
}

h5 {
    color: #000;
    font-family: Josefin Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 134.766%;
    margin-left: 4rem;
    margin-top: -1rem;
    margin-bottom: 2rem;
}

h6 {
    color: #000;
    font-family: Josefin Sans;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    line-height: 134.766%;
}

h7 {
    color: #000;
    font-family: Josefin Sans;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: 134.766%;
}

h8 {
    color: #000;
    font-family: Josefin Sans;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 134.766%;
}

h9 {
    color: #000;
    font-family: Josefin Sans;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    line-height: 134.766%;
    margin-bottom: 5rem;
}

h10 {
    color: #000;
    font-family: Josefin Sans;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    line-height: 134.766%;
}

/* end h1 group */
p {
    color: #000;
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    /* 184.211% */
}

/* img */
img {
    max-width: 98%;
    height: auto;
}

/* img */

/* overlay */
.overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%);
    padding-top: 90px;
    padding-bottom: 90px;
}

/* over lay */

/* start page container */
@media (min-width: 768px) {
    .container {
        width: 700px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 900px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

/* end page container */

/* start preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    /*justify-content: center;*/
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-spinner-rotating-plane.sk-spinner {
    width: 30px;
    height: 30px;
    background-color: #28a7e9;
    margin: 0 auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/* end preloader */

/* start navigation */
.navbar-default {
    background: #13701E;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0 !important;
}

.navbar-default .navbar-brand {
    color: #B5E57D;
    font-size: 30px;
    font-weight: bold;
    height: 70px;
    line-height: 35px;
}

.navbar-default .nav li a {
    color: #B5E57D;
    font-size: 13px;
    font-weight: bold;
    height: 70px;
    line-height: 40px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current {
    color: #F3FFE6;
}

.navbar-default .navbar-toggle {
    border: none;
    padding-top: 20px;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #28a7e9;
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent
}

/* end navigation */

/* start home */
#home {
    background-image: url("../images/image_40.png");
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    width: 100%;
}

#quote-form .form-label,
#home p {
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    line-height: 2em;
}

#home img {
    display: inline-block;
    margin-top: 30px;
}

/* end home */

/* start divider */
#divider {
    text-align: center;

    padding-top: 5rem;
    padding-bottom: 5rem;
}

#divider_1 {
    text-align: center;

    padding-top: 5rem;
    padding-bottom: 5rem;
}

#divider_2 {
    text-align: center;

    padding-top: 5rem;
    padding-bottom: 5rem;
}

#divider .fa {
    color: #28a7e9;
    font-size: 60px;
}

#divider h3 {}

/* end divider */

/* start divider1 */
#divider1 {
    text-align: center;
    background-color: #13701E;
    background-size: cover;
    background-position: bottom right;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#divider1 .fa {
    color: #28a7e9;
    font-size: 60px;
}

#divider1 h3 {}

/* end divider */

/* start divider2 */
#divider2 {
    text-align: center;
    background-image: url("../images/Group 4 (1).png");
    background-size: cover;
    background-position: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#divider2 .fa {
    color: #28a7e9;
    font-size: 60px;
}

#divider1 h3 {}

/* end divider */
/* start feature */
#feature {
    background: rgba(247, 247, 247, 0.90);
    padding-top: 80px;
    padding-bottom: 80px;
}

#featurefaq {
    background: #F2F2F2;
    padding-top: 80px;
    padding-bottom: 80px;
}

#featurecontact {
    background: #13701E;
    ;
    padding-top: 80px;
    padding-bottom: 80px;
}

#feature p {
    padding-top: 10px;
}

#feature span {
    float: left;
}

#feature .fa {
    background: #28a7e9;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
}

/* end feature */

/* start feature1 */
#feature1 {
    background: #F8F8F8;
    padding-top: 60px;
    padding-bottom: 60px;
}

#feature1_1 {
    background: #F8F8F8;
    padding-top: 60px;
    padding-bottom: 60px;
}

#feature1 p {
    padding-top: 10px;
}

#feature1 span {
    float: left;
}

#feature1 .fa {
    background: #28a7e9;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
}

/* end feature1 */

#featuregreen {
    background: #13701E;
}


/* start feature2 */
#feature2 {
    background-image: url("../images/Component 5 (2).png");
    background-size: cover;
    background-position: bottom right;
    padding-top: 60px;
    padding-bottom: 60px;
}

#feature2 p {
    padding-top: 10px;
}

#feature2 span {
    float: left;
}

#feature2 .fa {
    background: #28a7e9;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
}

/* end feature2 */


/* start serving*/
.box {
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.35);
    padding: 2rem;
}


.box_1 {
    border-radius: 30px;
    opacity: 0.95;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.box_2 {
    opacity: 0.95;
    background: rgba(0, 33, 5, 0.60);
}


#quote-form .input-group {
    width: 95%;
}

/* end serving*/
.qq-form-control,
#tpinput {
    width: 90%;
    margin: 0, 2rem, 0, 0rem;
    min-height: 4rem;
    border: 1px solid #E3E3E3;
    background: rgba(255, 255, 255, 0.60);
    border-radius: 0;
}

.qq-textarea {
    width: 95%;
}

.call-us-box {
    display: block;
    background-color: #f7f202;
    color: black;
    font-size: 30px;
    font-weight: bold;
    width: 80%;
    text-align: center;
    padding: 10px;
    margin-right: 20px;
}

.underline {
    line-height: 40px;
    text-decoration: dashed;
    text-decoration-line: underline;
}

#quote-form-submit {
    background-color: #f7f202;
    color: black;
    width: 95%;
    text-align: center;
    margin-top: 30px;
    font-size: 26px;
    font-family: Josefin Sans;
    border-radius: 0;
}

#tpinput_name {
    width: 90%;
    margin: 0, 2rem, 0, 0rem;
    min-height: 4rem;
    border: 1px solid #E3E3E3;
    background: rgba(255, 255, 255, 0.60);
}


#tpinput_email {
    width: 90%;
    margin: 0, 2rem, 0, 0rem;
    min-height: 4rem;
    border: 1px solid #E3E3E3;
    background: rgba(255, 255, 255, 0.60);
}

#tpinput_email_2 {
    width: 100%;
    min-height: 4rem;
    border: 1px solid #E3E3E3;
    background: #fff;
}

#tpinput_CityMoving {
    width: 90%;
    margin: 0, 2rem, 0, 0rem;
    min-height: 4rem;
    border: 1px solid #E3E3E3;
    background: rgba(255, 255, 255, 0.60);
}

#tpinput_ToMoving {
    width: 90%;
    margin: 0, 2rem, 0, 0rem;
    min-height: 4rem;
    border: 1px solid #E3E3E3;
    background: rgba(255, 255, 255, 0.60);
}

#tpinput_Destination {
    width: 90%;
    margin: 0, 2rem, 0, 0rem;
    min-height: 4rem;
    border: 1px solid #E3E3E3;
    background: rgba(255, 255, 255, 0.60);
}

/* start pricing */
#pricing {
    background-image: url("../images/Group_10.png");
    background-size: cover;
    text-align: center;
}

#pricing h2 {
    padding-bottom: 60px;
}

#pricing .pricing {
    background: #fff;
}

#pricing .active {
    position: relative;
    bottom: 20px;
}

#pricing .pricing .pricing-title {
    background: #28a7e9;
    color: #fff;
    font-weight: bold;
    padding: 30px;
}

#pricing .pricing .pricing-title p {
    font-size: 20px;
}

#pricing .pricing ul {
    padding: 0;
    margin: 0;
}

#pricing .pricing ul li {
    display: block;
    list-style: none;
    padding: 16px;
}

#pricing .pricing .btn {
    background: transparent;
    border: 1px solid #28a7e9;
    border-radius: 0px;
    color: #28a7e9;
    font-weight: bold;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

#pricing .pricing .btn:hover {
    background: #28a7e9;
    color: #fff;
}

/* end pricing */

/* start download */
#download {
    padding-top: 80px;
    padding-bottom: 80px;
}

#download h2 {
    padding-bottom: 20px;
}

#download .btn {
    border-radius: 0px;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px 40px 10px 40px;
}

/* end download */

/* start contact */
#contact {
    background: url('../images/contact-bg.jpg') no-repeat;
    background-size: cover;
    color: #fff;
}

#contact h2 {
    padding-bottom: 10px;
}

#contact address {
    padding-top: 20px;
}

#contact address .fa {
    background: #28a7e9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 6px;
    margin-right: 10px;
}

#contact .contact-form {
    padding-top: 40px;
}

#contact .form-control {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 20px;
}

#contact input {
    height: 50px;
}

#contact_input2[type="submit"] {
    background: #FFFC00;
    color: #000;
    font-family: Hanuman;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    font-weight: bold;
    line-height: 34px;
    /* 166.667% */
    transition: all 0.3s ease;
}

#contact_input2[type="submit"]:hover {
    background: #107DB6;
}

/* end contact */

/* start footer */
footer {
    background: #fff;
    font-weight: 400;
    text-align: center;
    padding: 20px;
}

/* end footer */

@media screen and (max-width: 991px) {
    .templatemo-box {
        margin-bottom: 30px;
    }

    #pricing .active {
        bottom: 0;
    }

    .pricing {
        margin-bottom: 20px;
    }

    #feature img,
    #download img {
        margin-top: 30px;
    }

    #feature1 img {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }

    #feature,
    #pricing,
    #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    #contact .overlay {
        padding-top: 40px;
    }
}

/* start media 360 */
@media screen and (max-width: 360px) {
    .pricing {
        padding-bottom: 40px;
    }
}

/* end media 360 */