html, body{
    overflow-x:hidden;
    width: 100%;
}
body{
	font-size: 16px;
	font-family: "Georgia","Cambria","Times New Roman","Times",serif;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, ul{
	padding: 0;
	line-height: 1.5;
	margin: 0;
}
.demo .col-sm-1 {
    padding: 0;
}
.demo .col-sm-11{
    padding: 0;
}
.p-0{
	padding: 0;
}
a:hover{
	text-decoration: none;
}
.text-dark{
    color: #000 !important;
}
h2 span{
	color: #ffae0f;
}
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .8s !important;
}
.logo img{
    width:100%;
}
.demo .col-md-1.col-xs-2.col-sm-2, .demo .col-md-11.col-xs-10.col-sm-10 {
    padding: 0;
}
#mybutton1 {
    position: fixed;
    bottom: 0;
    right: 0px;
    z-index: 9999;
}
#mybutton1 a .fa {
    font-size: 7.5rem;
    color: #fff;
}
.feedback1 {
    background-color: #61b35f;
    color: white;
    width: 100px;
    height: 100px;
    padding: 10px 20px;
    border-radius: 100%;
    border-color: #f2591f;
    -webkit-box-shadow: -2px 10px 22px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 10px 22px -4px rgba(0,0,0,0.75);
    box-shadow: -2px 10px 22px -4px rgba(0,0,0,0.75);
}
#mybuttonform {
    position: fixed;
    top: 114px;
    right: 0px;
    z-index: 9999;
}
.swing {
    -webkit-animation-name: swing;
    -webkit-transform-origin: top center;
    animation-name: swing;
    transform-origin: top center;
}
.swing {
    animation: swing ease-in-out 5s infinite alternate;
    transform-origin: center -20px;
}
.swing:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: -13px;
    left: 48%;
    z-index: 5;
    border-radius: 50% 50%;
    background: #000;
}
.swing:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    top: -9px;
    left: 40%;
    z-index: 0;
    border-bottom: none;
    border-right: none;
    transform: rotate(
45deg
);
}
#contact-form-x{
    background: #fff;
    padding: 30px;
    box-shadow: 0 4px 6px 0 rgb(39 2 97);
}
.modal .close{
    color: #fff;
}
.modal-header{
    background: #005583;
    color: #fff;
}
button.btn.signin {
    background: #e32222;
    color: #fff;
    padding: 10px 0;
    border: none;
    width: 20%;
    margin: 0 auto;
}
.feedbackform {
    background-color: #005583;
    color: white;
    width: 100px;
    height: 100px;
    padding: 10px 20px;
    border-radius: 50%;
    border-color: #005583;
    outline: none;
}

/*-------topbar-----------*/
.topbar {
   background: #f3b901;
    width: 96.5%;
    margin-left: 3rem;
}
.topbar .left-div{
	padding: 12px 5%;
}
.topbar .moverspackers-footer-social  li .fa{
	color: #e98a24;
}
.topbar .right-div{
	padding-bottom: 0%;
    padding-top: 0rem;
    text-align: center;
}
.topbar .right-div ul
{
    width: 100%;
    padding-bottom: 0rem;
}
.topbar ul li{
    color: #110a00;
	list-style: none;
	display: inline-block;
	padding: 2px;
	font-weight: bold;
	font-size: 16px;
}
.topbar ul li a{
    color: #110a00;
    }

/*----topbar---------------*/

.demo{
	background: #fff;
    width: 90%;
    margin: 0 auto;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 0;
    -webkit-box-shadow: 0px 17px 48px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 17px 48px 0px rgba(0,0,0,0.75);
box-shadow: 0px 17px 48px 0px rgba(0,0,0,0.75);
}
.logo {
}
nav.navbar.bootsnav{
    
}
nav.navbar.bootsnav ul.nav>li{ margin-right: 3rem;color: #0c0c0c; }
nav.navbar.bootsnav ul.nav > li > a{
    color: #0c0c0c;
    font-size: 16px;
    padding: 0;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: all .5s ease;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a{ padding: 0px 18px 5px 5px; }
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.on > a{
    background: transparent !important;
    border: none;
}
.navbar-nav {
    float: left;
    margin: 0;
    margin-left: 14rem;
    margin-top: 2rem;
}
nav.navbar.bootsnav ul.nav > li > a>span:before{
    content: '';
    background: var(--text_color2);
    height: 0;
    width: 2px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    transition: all 0.2s ease;
}
nav.navbar.bootsnav ul.nav>li.active>a>span:before,
nav.navbar.bootsnav ul.nav>li>a:hover>span:before,
nav.navbar.bootsnav ul.nav>li.on>a>span:before{
    height: 100%;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a.dropdown-toggle:active,
nav.navbar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a{
    color: #383838 !important;
    background-color: #fff !important;
    box-shadow: 0 0 5px var(--text_color) inset;
    transition: all 0.3s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    color: var(--text_color);
    position: absolute;
    top: 0px;
    right: 5px;
    margin: 0 0 0 7px;
}
nav.navbar.bootsnav ul.nav > li.dropdown > ul{
	background: #383838;
    opacity: 0;
    visibility: hidden;
    transform: perspective(600px) scaleY(0);
    transform-origin: top center;
    transition: all 0.5s ease-in-out 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > ul{
    opacity: 1 !important;
    visibility: visible !important;
    transform: perspective(600px) scale(1);
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    background-color: transparent;
    border: none;
    border-radius: 0;
    top: 124%;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{
    color: #fff;
    background-color: var(--text_color2);
    transform-origin: center;
    transform: scale(0);
    transition: all 0.3s ease 0.1s;
}
nav.navbar.bootsnav li.dropdown.on ul.dropdown-menu > li > a{
    transform: scale(1);
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content{
    background-color: #fff;
    box-shadow: 0 0 5px var(--text_color);
    top: 100%;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content li{ font-size: 14px; }
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .menu-col li a{
    color: #fff;
    background-color: var(--text_color2);
    padding-left: 10px;
    margin-bottom: 5px;
    transform-origin: center;
    transform: scale(0);
    transition: all 0.3s ease 0.1s;
}
nav.navbar.bootsnav li.dropdown.on ul.dropdown-menu.megamenu-content .menu-col li a{
    transform: scale(1);
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
    color: var(--text_color2);
    font-size: 16px;
    font-weight: bold;
}
/*-------------model------------------*/
.modal-dialog textarea, .modal-dialog input[type="text"], .modal-dialog input[type="password"], .modal-dialog input[type="datetime"], .modal-dialog input[type="datetime-local"], .modal-dialog input[type="date"], .modal-dialog input[type="month"], .modal-dialog input[type="time"], .modal-dialog input[type="week"], .modal-dialog input[type="number"], .modal-dialog input[type="email"], .modal-dialog input[type="url"], .modal-dialog input[type="search"], .modal-dialog input[type="tel"], .modal-dialog input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 2px solid #ccc;
}
/*------------slider-------------*/
.fa-angle-double-left, .fa-angle-double-right{
	display: none;
}
.slider_div {
    background: url(../images/banners/main-banner.jpg) no-repeat;
    padding: 13rem 0 23rem;
    background-size: cover;
    /* background-attachment: fixed; */
}
.form_section{
    padding: 10rem 0;
}


.second_section{
    background: #fff;
    background-size: 100%;
    height: auto;
    padding: 4% 0;
}
.second_section img{
   width: 23%;
    margin: 0 auto;
    display: block;
}
.second_section .content-div {
    background: #fff;
    margin: 20px;
    box-shadow: 0 4px 6px 0 rgb(39 2 97);
}

.second_section .content {
    padding: 20px;
}

.second_section h4 {
    font-size: 2rem;
    color: #f3b901;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}
.heading{
    margin-bottom: 5%;
}
div#slider-main {
    position: relative;
}
#slider-main h1 a{
   position: absolute;
    font-size: 3rem;
    margin-top: 8rem;
    left: 14%;
    color: #343434;
    width: 74%;
}
.about_heading p {
    color: #fff;
    padding-top: 10px;
    line-height: 30px;
    margin-bottom: 20px;
}
.ripple-shape {
    position: absolute;
    top: 200px;
    left: 200px;
    z-index: 1;
    height: 100px;
    width: 100px;
}
.ripple-1, .ripple-2, .ripple-3, .ripple-4, .ripple-5, .ripple-6 {
    border-color: rgb(20 29 56 / .3);
}
.ripple-1 {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.ripple-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.ripple-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}.ripple-4 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.ripple-5 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.ripple-6 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.ripple-1, .ripple-2, .ripple-3, .ripple-4, .ripple-5, .ripple-6 {
    height: 100px;
    width: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff0;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    -webkit-animation: heroripple 8s linear infinite;
    animation: heroripple 8s linear infinite;
}
@keyframes heroripple{
0% {
    -webkit-transform: scale(.6);
    transform: scale(.6);
    opacity: .2;
}
100% {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4);
}
}
.banner-heading {
    padding-left: 8rem;
    padding-top: 6rem
60px
;
}
.banner-heading h2{
    font-size: 60px;
    letter-spacing: 2;
    padding: 20px 0;
}
.banner-heading h5{
    font-size: 25px;
    letter-spacing: 2;
    padding: 10px 0;
}
.banner-heading p{
    font-size: 20px;
    letter-spacing: 2;
    padding: 10px 0;
}
/*------------------------counter--section---------------------------------*/
.counter{
    color: #f3b901;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    width: 190px;
    padding: 18px 10px 30px 20px;
    margin: 0 auto;
    border: 2px solid var(--main-color);
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.counter:before,
.counter:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
}
.counter:before{
    background: #f3b901;
    top: -20px;
    right: -20px;
}
.counter:after{
    background:#fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    top: -10px;
    right: -10px;
}
.counter .counter-icon{
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 18px;
}
.counter h3{
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.counter .counter-value{
    font-size: 35px;
    font-weight: 600;
    display: block;
}
.counter{
margin-bottom: 20%;
 --main-color: #1b5076; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}   
/*--------------end----------counter--section---------------------------------*/


/*--------------start----------aboutus--section---------------------------------*/
.about_heading h2{
    color: #fff;
    font-size: 5rem;
}
.about_heading h5 span {
    font-size: 18px;
    padding: 6px 15px;
    border-radius: 30px;
    background: #ffdc9e;
}
.about_container {
    height: 625px;
    background: #f3b901;
    width: 50%;
    padding: 5% 5%;
    margin: 0% 0 0 10%;
    border-radius: 0 0 0 60px;
}
 .about_heading h3, .about_container p, .sixth_section .right_div h3, .sixth_section .right_div p, .about_heading p  {
    color: #fff;
    padding-top: 15px;
}
.about_div p{
    color: #fff;
}
.about_heading h3, .sixth_section .right_div h3{
    font-size: 50px;
}
.about_media {
    margin-top: 5%;
    display: flex;
}
.about_media-left {
    float: left;
}
.about_media-left .svg.social-link {
    background: #fffafa;
    padding: 14px;
    border-radius: 0 0 0 25px;
}
.about_media-body {
    padding: 5px 30px;
}
.about_media-body h4 {
    color: #fff;
    font-size: 30px;
}
.about_us {
    position: relative;
    margin-bottom: 6%;
}
.about_img {
    width: 50%;
    position: absolute;
    top: 30%;
    right: 10%;
}
.about_img img {
    width: 100%;
}
.tab{
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin-top: 4rem;
}
.tab .nav-tabs{
    margin: 0;
    border: none;
    position: relative;
}   
.tab .nav-tabs li a{
    color: #e7d49a;
    background-color: transparent;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: capitalize;
    padding: 11px 18px;
    margin: 0 10px 10px 0;
    border-radius: 0;
    border: 1px solid #eee;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover{
    color: #fff;
    background-color: transparent;
    border: 1px solid #eee;
}
.tab .nav-tabs li a:before{
    content: '';
    background-color: #eee;
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before{
    background-color: #f3b901;
    width: 80%;
    left: 10%;
}
.tab .tab-content h3{
    color: #f3b901;
}
.tab .tab-content{
    color: #333;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 25px;
    padding: 20px 25px;
    border: 3px solid #f3b901;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .tab .nav-tabs li a{ margin-right: 0; }
}
/*--------------start----------our team--css-----------------------------------*/
.team-row{
    margin-top: -25rem;
    margin-left: 22rem;
}
.post-slide{
    background: #fff;
    margin: 0 15px;
}
.team-row .owl-carousel .owl-wrapper-outer {
    overflow: visible !important;
    position: relative;
    width: 100%;
}
.post-slide .post-img {
    position: relative;
    float: left;
    width: 20%;
    height: auto;
    margin-left: 13rem;
    margin-top: -20rem;
    z-index: 999999;
    overflow: visible;
}
.post-slide .over-layer{
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity:0;
    cursor: pointer;
    transition: opacity 0.30s ease 0s;
}
.post-slide .over-layer:after{
    color: #fff;
    content: "+";
    font-size: 52px;
    position: absolute;
    top: 31%;
    left:42%;
}
.post-slide .post-img:hover .over-layer{
    opacity:1;
}
.post-slide .post-img img{
    width:100%;
    height: auto;
}
.post-slide .post-review{
    float: left;
    padding: 10px 20px;
    width: 50%;
    background: #fff;
}
.post-slide .post-title{
    margin:0 0 5px 0;
}
.post-slide .post-title a{
    color: #2f2f2f;
    font-size: 35px;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    transition:color 0.30s ease;
}
.post-title > a:hover{
    text-decoration: none;
    color:#333;
}
.post-slide .post-date{
    display:block;
    font-size:15px;
    font-weight:700;
    margin-bottom:17px;
}
.post-description{
    color: #333;
    font-size: 15px;
    font-weight:400;
    text-align:left;
}
.owl-pagination{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #3498db;
}
@media only screen and (max-width: 990px){
    .post-slide .over-layer:after{
        top:39%;
        left: 45%;
    }
}
@media only screen and (max-width: 640px){
    .post-slide .post-img{
        width:100%;
    }
    .post-slide .post-review{
        width:100%;
        padding:10px;
    }
}
/*--------------end----------our team--css-----------------------------------*/


/*--------------end----------aboutus--section---------------------------------*/
.row.second_row {
    margin-top: -15rem;
}
.form-img img {
    width: 100%;
    margin-top: 8rem;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #1164663d;
    border: none;
    box-sizing: border-box;
    color: #aaa9a9;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 20px;
    outline: none;
    padding: 4px 6px;
    vertical-align: middle;
    box-shadow: none;
}

.main_feature_area {
    overflow: hidden;
    background: #f5f7f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.left_feature_content {
    width: calc(50% + 210px);
padding-top: 4rem;
    float: left;
    overflow: hidden;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    vertical-align: middle;
}
.right_feature_image img {
    height: 501px;
}
.form-img p {
    padding: 3rem 0;
    font-size: 16px;
    line-height: 2;
}
.form_section {
    padding: 5rem 0;
    background: #fff;
}
.fourth_section h2{
    color: #3f3f3f;
    font-size: 3rem;
    font-weight: bold;
}
.left_feature_inner_text {
    max-width: 970px;
    float: right;
}
.left_feature_inner_text .media {
    width: calc(100%/2);
    float: left;
    overflow: hidden;
    padding-right: 68px;
    margin-top: 0;
    margin-bottom: 76px;
}
.left_feature_inner_text .media .media-left {
    padding-right: 20px;
}
.left_feature_inner_text .media .media-left .social-link {
    height: 71px;
    width: 71px;
}
.left_feature_inner_text .media .media-body {
    vertical-align: middle;
}
.left_feature_inner_text .media .media-body p {
    font-size: 15px;
    line-height: 26px;
    font-family: roboto,sans-serif;
    color: #58585a;
}
section.fourth_section {
    background-color: #2c3741;
}
.fourth_section h3{
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
}
.fourth_section p{
    color: #fff;
    font-size: 14px;
    padding: 20px 0;
}
.fourth_section ul li{
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
}
.bg_banner{
    
}
.sixth_section {
    height: auto;
    }
.bg_col-clr{
    background-color: #2c3741;
    padding: 6rem 7rem 3rem 6rem;
}
.sixth_section{
    background-image: url(../images/banners/bg-img1.jpg);
    background-size: 100%;
    height: auto;
    padding: 7rem 0;
    position: relative;
    background-attachment: fixed;
}
.sixth_section .left_div {
    background: #fff;
    width: 50%;
    margin: 5% 0 0 10%;
    padding: 6%;
    opacity: 1;
}
.sixth_section .left_div ul li {
    font-size: 25px;
}
.sixth_section .left_div ul p {
    font-size: 18px;
    padding: 20px 0;
}
.sixth_section .right_div {
    position: absolute;
    width: 45%;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f3b901;
    padding: 5% 0 0 7%;
    opacity: 1;
}
.checklist li {
    list-style: none;
    padding: 2rem 1rem;
    font-size: 20px;
}
.checklist li .fa{
    color: #594300;
    padding-right: 10px;
    font-size: 30px;
}

.sixth_section h4.text-center {
    font-size: 4rem;
    color: #fff;
    font-weight: bold;
}
.sixth_section p.text-center {
    font-size: 16px;
    color: #fff;
    margin: 3rem;
}
.read_more_btn {
    background: #fff;
    padding: 10px 20px;
    color: #000;
    }
    .rented_section {
    background-image: url(../img/banners/bg-banner.jpg);
    background-size: 100%;
    height: auto;
    padding: 7rem 0;
    position: relative;
    background-attachment: fixed;
}
.box{
    color: #fff;
    background: #000;
    font-family: 'Sora', sans-serif;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    z-index: 1;
}
.box:after{
    content: "";
    background: linear-gradient(69deg,#742b3e 19.1%, #c04767 90.2%);
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 0;
    transition: all 0.3s ease-out;
}
.box:hover:after{ bottom: 0; }
.box img{
    width: 100%;
    height: auto;
    transform: scale(1.3);
    transition: all 0.2s ease-out;
}
.box:hover img{ 
    opacity: 0.3;
    transform: scale(1);
}
.box-content{
    background: linear-gradient(69deg,#f3b901 19.1%, #f3b901 90.2%);
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    transform: translateY(-100%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-out;
}
.box:hover .box-content{ transform: translateY(0); }
.box .title{
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    margin: 0 0 2px;
}
.box .post{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-shadow: 2px 2px 3px rgba(0,0,0,.4);
    display: block;
}
@media only screen and (max-width:990px){
    .box{ margin: 0 0 30px; }
}
.p_box h5 {
    color: #fff;
    font-size: 25px;
    padding-bottom: 1rem;
}
.p_box p {
    color: #fff;
    font-size: 18px;
    padding-bottom: 1rem;
}
.rented_section .row {
    border-bottom: 2px groove #fff;
    padding: 10px 0;
    margin: 2rem 0;
}
/*----------logistic-section-------------*/
.logistic-section{
	background: #d3d3d3;
	padding: 3% 0;
}
.logistic-section h3{
	color: #e98a24;
	font-size: 20px;
}
.logistic-section h2{
	color: #383838;
	font-weight: 550;
	padding-top: 10px;
	font-size: 25px;
}
.services-row{
    margin: 3% auto;
}
.logistic-section .logistic-row{
	width: auto;
	margin: 0 auto;
	background: #fff;
}
.logistic-section .image-div img, .map-img{
		width:100%;
}
.logistic-section .content-div .content h4{
	text-transform: uppercase;
	font-weight: 550;
}
.logistic-section .content {
    padding-top: 15%;
}
.logistic-section h4:before {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #f3b901;
    width: 15%;
    margin-left: 15%;
    top: 48%;
}
.logistic-section .content p{
	margin-top: 19%;
	margin-bottom: 0%;
} 
img.down_arrow, img.up_arrow {
    width: 5%;
    margin: 0 auto;
    display: block;
}
.logistic-section .content .read-link{
	background: #fff;
	border: 2px solid #14b0f2;
	color: #14b0f2;
	padding: 5px 15px;
	text-transform: uppercase;
}
.logistic-section .content .read-link:hover{
	background: #14b0f2;
	border: 2px solid #14b0f2;
	color: #fff;
	
}
.inner-banner h1 {
    font-size: 50px;
    color: #000;
    font-weight: 550;
}
span.current {
    color: #000;
}
.services-section2 {
    padding: 5% 0;
}
.pb-4 {
    padding-bottom: 4%;
}




/*------------------explore-section------------------*/
.explore-section{
	background-image: url(../img/bg-banner1.jpg);
	background-size: 100%;
	padding: 4% 0;
	height: 100vh; 
	background-position: center;
}
.explore-section h5, .logistic-service-part h5{
	color: #fff;
	font-size: 20px;
	font-weight: 550;
}
.explore-section h6{
	color: #fff;
	font-size: 25px;
	padding-top: 20px;
	font-weight: 550;
}
.explore-section .left-div{
	width: 50%;
}
.explore-section .right-div{
    width: 50%;
    margin: 0 0 0 auto;
}
.explore-section .left-div .left-content1, .explore-section .right-div .right-content1{
	margin: 0% 0 30% 0;
}
.explore-section .right-div h1, .explore-section .right-div p{
	text-align: right;
}
.explore-section h1{
	color: #fcc536;
	font-size: 20px;
	font-weight: 550;
	padding-bottom: 3%;
}
.explore-section .left-div p, .explore-section .right-div p{
	color: #fff;
}
/*-------------mission------section-----------*/
.mission-section{
	background-image: url(../img/mission-img.jpg);
	background-size: 100%;
	height: 95vh;
	padding: 4% 0;
}
.mission-section h1{
	font-weight: 550;
	margin-bottom: 3%;
}
.mission-section .first-ul{
	width: 50%;
	margin-top: 2%;
}
.mission-section ul .first-li{
	border: 1px solid #383838;
	margin: 1% 0 0 0;
	padding: 10px 10px 10px 0;
	list-style: none;
}
.mission-section .circle {
	position: relative;
     border: none; 
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #035f85;
    margin: 5px;
    display: inline-block;
    cursor: auto;
}
.mission-section .circle1 p{
	color: #035f85;
    padding: 10px;
}
.mission-section .circle2 .circle{
	background: #0489c0;
}
.mission-section .circle2 p{
	color: #0489c0;
    padding: 10px;
}
.mission-section .circle3 .circle{
	background: #05aff6;
}
.mission-section .circle3 p{
	color: #05aff6;
    padding: 10px;
}
.mission-section ul li{
	list-style: none;
}
.mission-section .circle span{
	margin-left: 35%;
    color: #fff;
    font-weight: 550;
    font-size: 20px;
    margin-top: 20%;
    position: absolute;
}
/*-----------customer-section------------------*/
.customer-section{
	background-image: url(../img/bg-banner2.jpg);
	background-size: 100%;
	height: 100%;
	padding: 7% 0 4% 0;
}
.customer-section .customer-right{
	width: 45%;
}
.customer-section h2{
	color: #38354c;
	font-size: 25px;
	font-weight: 550;
}
.customer-section h2 span{
	color: #e98a24;
	font-size: 50px;
}
.customer-section .customer-row{
	margin-top: 7%;
}
.customer-section .customer-row .font-div{
	background: #242332;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 10% 0;
}
.customer-section .customer-row .font-div .fa{
	color: #fff;
	padding: 10px 0 0 12px;
}
.customer-section .customer-row h5{
	font-weight: 550;
	text-transform: uppercase;
	color: #e98a24;
	font-size: 17px;
	padding-bottom: 15px; 
}
/*--------------------------------------provide-section___------------------------------------_____*/
.provide-section{
	background: #fff;
	padding: 4% 0;
	border-bottom: 3px solid #f3b901;
}
.provide-section h2{
	font-size: 25px;
	font-weight: 550;
	padding-bottom: 2%;
}
.provide-section h2 span{
		color: #f3b901;
}
.provide-section p, .process-section p, .news-secion p{
	font-size: 16px;
	color: #a3a3a3;
	font-weight: normal;
	line-height: 1.5;
}

/*---------------testimonial-section-----------------------*/
.testimonial_container {
    background: #f3b901;
    width: 50%;
    padding: 5% 5%;
    margin: 0% 0 0 10%;
    border-radius: 0 0 0 60px;
}
.testimonial_heading h2{
    color: #fff;
    padding-top: 15px;
}
.testimonial_heading h3{
    font-size: 50px;
}
.testimonial_section {
    position: relative;
    margin-bottom: 4%;
}
.testimonial_img {
    position: relative;
    width: 45%;
    padding: 10% 0 0 10%;
    overflow: visible;
}
.testimonial_img img{
    width: 100%;
}
.testimonial_container {
    position: absolute;
    top: 5%;
    right: 8%;
    z-index: -1;
}

.testimonial{
    border: 1px solid #c9ced3;
    border-top: 3px solid #c9ced3;
    padding: 70px 25px 100px;
    margin-bottom: 30px;
    position: relative;
}
.testimonial:after{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #00adb7;
    position: absolute;
    top: 20px;
    left: 25px;
}
.testimonial .description{
    font-size: 14px;
    color: #fff;
    line-height:26px;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -30px;
    left: 25px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-title{
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 150px;
}
.testimonial .testimonial-title small{
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 7px;
}
.owl-theme .owl-controls .owl-page.active span{
    background: #00adb7;
}
/*----------end--testimonial-div----------------------*/
		/*------------box-div----------------------*/
.provide-section .provide-row{
	padding-top: 5%;
	padding-bottom: 3%;
}
.rented_section h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}
.rented_section h6{
    color: #fff;
    text-align: center;
    margin-bottom: 8rem;
    font-size: 25px;
}
.box{
    font-family: 'Niramit', sans-serif;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 70px 0;
}
.box:before,
.box:after,
.box-content:before,
.box-content:after{
    content: '';
    background: linear-gradient(transparent,rgba(59,61,76,0.9));
    height: 100%;
    width: 25%;
    transform: translateY(-100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s;
}
.box:hover:before,
.box:hover:after,
.box:hover .box-content:before,
.box:hover .box-content:after{
    transform: translateY(0);
}
.box:after{ left: 25%; }
.box .box-content:before{ left: 50%; }
.box .box-content:after{ left: 75%; }
.box:hover:before{ transition-delay: 0.225s; }
.box:hover:after{ transition-delay: 0.075s; }
.box:hover .box-content:before{ transition-delay: 0.15s; }
.box:hover .box-content:after{ transition-delay: 0s; }
.box img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.box:hover img{ filter: grayscale(100%); }
.box .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.2s;
}
.box .content{
    width: 100%;
    padding: 7px 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 75px;
    bottom: 0;
    z-index: 2;
    transition: all 0.3s ease 0.1s;
}
.box:hover .content{
    opacity: 1;
    bottom: 5px;
}
.box .title{
    color:#fff;
    font-size: 18px;
    font-weight: 550;
    letter-spacing: 1px;
    margin: 0;
}
.box .post a{
    color: #ffae0f;
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translateX(-50%);
    position: absolute;
    top: 15px;
    right: -10px;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}
.box .icon li{
    opacity: 0;
    transform: scale(0) rotate(360deg);
    transition: all 400ms;
}
.box:hover .icon li{
    opacity: 1;
    transform: scale(1) rotate(0);
}


@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
    .box .title{ font-size: 20px; }
}
/*---------------logistic-service--part-----------------*/
.logistic-service-part{
	background-image: url(../img/bg-banner3.jpg);
	background-size: 100%;
	height: 80vh;
}
.logistic-service-part .banner-transparent{
	background-image: url(../img/banner-icon.png);
	background-size: cover;
}
.logistic-content{
	background: rgba(39,43,61,0.9);
	height: 80vh;
}
.logistic-service-part .logistic-content{
	padding: 10% 10% 20% 20%;
}
.logistic-service-part .logistic-content h2{
	padding: 2% 0;
	font-size: 40px;
	color: #fff;
	font-weight: normal;
}
.logistic-service-part .logistic-content h2 span{
	color: #ffae0f;
}
.logistic-service-part .logistic-content p{
	color: #fff;
	padding-bottom: 8%;
	font-size: 18px;
}
.logistic-service-part .logistic-content .logistic-service-link{
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	padding: 5px 15px;
}
.logistic-service-part .logistic-content .logistic-service-link:hover{
	background: #ffae0f;
	border: 2px solid #ffae0f;
}
.logistic-service-part .logistic-img{
	float: right;
	margin-right: 10%;
	width: 60vh;
	height: 80vh;
}
/*--------------------process-section---------------------*/
.process-section{
	padding: 4% 0;
}

.moverspackers-process-list {
    float: left;
    width: 100%;
    text-align: center;
	padding-top: 8%;
}
.moverspackers-process-list ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 0px 30px;
    position: relative;
    padding: 0px 68px;
}
.moverspackers-process-list ul li:before {
    content: "\f178";
    font-family: FontAwesome;
	color: #272b3d;
    position: absolute;
    right: -12px;
    top: 50%;
    font-size: 29px;
    margin: -37px 0px 0px;
}
.moverspackers-process-list ul li span {
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 2px solid;
    position: relative;
    margin: 0px 0px 23px;
}
.moverspackers-process-list ul li span{
	border: 2px solid #272b3d;
}
.moverspackers-bgcolor{
	background-color: #272b3d;
}
.moverspackers-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: 14px;
    color: #ffffff;
    padding: 2px 0px 0px;
}
.moverspackers-process-list ul li span i {
    display: inline-block;
    font-size: 40px;
	color: #272b3d; 
    padding: 39px 0px 0px;
}
.moverspackers-process-list li:last-child:before{
	display: none;
}
.moverspackers-process-list ul li span:hover{
	background: #ffae0f;
	border-color: #ffae0f;
}
.moverspackers-process-list ul li span:hover i {
	color: #fff;
}
.moverspackers-process-list h6{
	font-weight: 550;
}
/*-------------------get--a---quotes----------------------*/
.get-quote-section{
	background-image: url(../img/get-quote-form.jpg);
	background-size: 100%;
	height: 80vh;
	padding: 4% 0 0 0;
}
.moverspackers-get-quote-form{
	float: left;
    width: 100%;
}
.moverspackers-get-quote-form .moverspackers-fancy-title {
    text-align: left;
    margin: 0px 0px 43px;
}
.moverspackers-fancy-title {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0px 0px 66px;
}
.moverspackers-get-quote-form .moverspackers-fancy-title h2 {
    color: #ffffff;
}
.moverspackers-fancy-title h2 {
    font-size: 30px;
    font-weight: bold;
    margin: -1px 0px 32px;
    line-height: 0.8;
    letter-spacing: 1.5px;
    position: relative;
}
.moverspackers-get-quote-form .moverspackers-fancy-title p {
    width: 80%;
    color: #cccccc;
}
.moverspackers-fancy-title p {
    font-size: 16px;
    margin: 0px;
    line-height: 26px;
    font-style: italic;
    display: inline-block;
    width: 54%;
    letter-spacing: 1.3px;
}
.moverspackers-get-quote-form form{
	float: left;
    width: 100%;
}
.moverspackers-get-quote-form ul {
    margin: 0px -15px;
}
.moverspackers-get-quote-form ul li:first-child {
    float: right;
}
.moverspackers-get-quote-form ul li {
    float: left;
    width: 33.333%;
    margin: 0px 0px 30px;
    list-style: none;
    padding: 0px 15px;
}
.moverspackers-get-quote-form ul li input[type="submit"] {
    float: left;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    font-weight: bold;
    padding: 4px 22px 6px;
    letter-spacing: 0.7px;
}
.moverspackers-get-quote-form ul li input[type="text"], .moverspackers-get-quote-form ul li input[type="email"]{
	background-color: #f3b901;
    height: 40px;
    font-size: 12px;
    color: #cccccc;
    padding-left: 20px;
}
.moverspackers-get-quote-form, .moverspackers-get-quote-form ul li input[type="text"], .moverspackers-get-quote-form ul li input[type="email"], .moverspackers-get-quote-form form, .moverspackers-get-quote-form ul li textarea{
	float: left;
    width: 100%;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	background-color: #f3b90133 !important;
    border: none;
    box-sizing: border-box;
    color: #aaa9a9;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 20px;
    outline: none;
    padding: 4px 6px;
    vertical-align: middle;
    box-shadow: none;
}
.moverspackers-get-quote-form ul li textarea {
    background-color: #f3b901;
    height: 180px;
    font-size: 12px;
    color: #cccccc;
    padding-left: 20px;
}
.moverspackers-get-quote-thumb img {
    position: absolute;
    right: 0;
    top: -59px;
    width: 90%;
}
/*-------------------------news-secion----------------*/

.wpb_content_element{
	margin-bottom: 5%;
}
.latest-blog-list {
    display: block;
}
.latest-blog-list .blog-list-item-date{
	background: #171F2B;
    color: #fff;
    width: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    padding: 10px 0 0 0;
    margin: 0 20px 0 0;
    float: left;
    overflow: hidden;
    border-radius: 2px;
}
.latest-blog-list .blog-list-item-date span {
    display: block;
    background: #171F2B;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    padding: 5px 0;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    color: #ffffff;
}
.latest-blog-list .blog-list-item-description {
    overflow: hidden;
}
/*----------------------footer-section----------------------*/
.moverspackers-footer-one {
    float: left;
    width: 100%;
    background: #F3B901;
background: linear-gradient(162deg,rgba(243, 185, 1, 1) 0%, rgba(6, 6, 6, 1) 50%, rgba(243, 185, 1, 1) 100%);
    background-size: cover;
    background-position: top center;
    position: relative;
}
.footer-widget-transparent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.96;
}
.many-list img {
    width: 30%;
}
.moverspackers-footer-widget {
    float: left;
    width: 100%;
    padding: 80px 0px 0px;
}
.moverspackers-footer-contact {
	float: left;
    width: 100%;
    padding: 0px 0px 50px;
    position: relative;
    margin: 0px 0px;
    z-index: 1;
}
.moverspackers-footer-contact:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.10);
}
.moverspackers-footer-contact-text p a {
    color: #ffffff;
}
.moverspackers-footer-contact ul li {
    list-style: none;
    margin: 0px 0px 30px;
}
.moverspackers-footer-contact-text {
    border: 1px solid #fff;
    position: relative;
	float: left;
    width: 100%;
    padding: 19px 94px 25px 39px;
}
.moverspackers-footer-contact-text i {
    position: absolute;
    right: 20px;
    top: 17px;
    font-size: 41px;
	color: #fff;
}
	
.moverspackers-footer-contact-text h5 {
    color: #ffffff;
    margin: 0px 0px 7px;
    font-weight: bold;
}
.moverspackers-footer-contact-text p {
    color: #ffffff;
    margin: 0px;
    letter-spacing: 0.8px;
    line-height: 20px;
}
.moverspackers-footer-widget .widget {
    margin: 0px 0px 70px;
}
.moverspackers-footer-title {
    margin: 0px 0px 31px;
    position: relative;
    color: #ffffff;
    font-weight: bold;
    line-height: 0.8;
    font-size: 20px;
    padding: 0px 0px 13px;
}
.moverspackers-widget-heading:before{
	background-color: #ffb118;
}
.moverspackers-footer-title:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 1px;
}
.moverspackers-footer-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 20px;
    height: 1px;
}

.moverspackers-footer-widget .widget {
    margin: 0px 0px 70px;
}
.moverspackers-footer-title {
    margin: 0px 0px 31px;
    position: relative;
    color: #ffffff;
    font-weight: bold;
    line-height: 0.8;
    font-size: 20px;
    padding: 0px 0px 13px;
}
.widget_links ul li {
    float: left;
    width: 50%;
    list-style: none;
    margin: 0px 0px 15px;
    line-height: 1.7;
}
.widget_links ul li a {
    display: inline-block;
    color: #cccccc;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.6px;
    padding: 0px 0px 0px 23px;
    position: relative;
}
.many-list {
    padding-top: 3%;
}
.moverspackers-footer-widget .widget {
    margin: 0px 0px 70px;
}
.widget_newsletter p {
    color: #cccccc;
    margin: 0px 0px 23px;
    line-height: 26px;
}
.widget_newsletter form, .widget_newsletter form input[type="email"] {
    float: left;
    width: 100%;
}
.widget_newsletter form input[type="email"] {
    background-color: #f3b901;
    font-size: 10px;
    color: #cccccc;
    height: 40px;
    padding-left: 15px;
    font-style: italic;
    letter-spacing: 0.6px;
    margin: 0px 0px 30px;
}
.widget_newsletter form input[type="submit"] {
    float: left;
    border: 1px solid #ffffff;
    font-weight: bold;
    color: #ffffff;
    background-color: transparent;
    padding: 8px 30px 10px;
    letter-spacing: 0.6px;
}
.moverspackers-footer-copyright {
    float: left;
    width: 100%;
    position: relative;
    padding: 23px 0px 20px;
}
.moverspackers-footer-copyright:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.10);
}
.moverspackers-footer-copyright .left p {
	font-size:20px;
}
.moverspackers-footer-copyright .left p a{
    color: #fff;
	padding-left: 15px;
}
.moverspackers-footer-copyright p {
    margin: 0px;
    color: #cccccc;
}
.moverspackers-footer-copyright .right{
	float: right;
}
.moverspackers-footer-copyright ul {
    float: right;
}
.moverspackers-footer-copyright ul li:first-child {
    margin: 0px;
}
.moverspackers-footer-copyright ul li {
    float: left;
    margin: 0px 0px 0px 45px;
    list-style: none;
    position: relative;
}
.moverspackers-footer-copyright ul li:first-child:before {
    content: '';
    position: absolute;
    right: -23px;
    top: 11px;
    width: 1px;
    height: 10px;
    background-color: #cccccc;
}
.moverspackers-footer-copyright ul li a {
    color: #cccccc;
}
.widget_about_us p {
    color: #cccccc;
    margin: 0px 0px 20px;
    line-height: 26px;
}
.list-row{
	margin-bottom: 2%;
}
.many-list ul li{
	padding-bottom: 15px;
	text-align: left;
}
.text-effect{
    display: block;
    font-size: 20px;
    color: #fff;
    position: relative;
}
.right a{
    color: #fff;
}



/*------------------inner---section-------------------------*/
.inner-banner{
    padding: 13rem 0 3rem;
    background-image: url(../img/banners/inner-main-banner.jpg);
    background-position: top center;
	background-size: 100%;	
}
.inner-banner h1 {
    font-size: 50px;
    font-weight: 550;
    margin: 10% 0 0;
    color: #fff;
    height: auto;
}
.contact-us-page{
    background: #eee;
}
.inner-content{
	padding: 0 0 5% 0;
}
.inner-content .inner-content-div{
	background-color: #fff;
	padding: 2% 5%;
}
.breadcrumb{
    padding: 10px 10px 10px 50px;
    margin:  0 0 5% 0;
    background: #f3b901;
    border-radius: 5px;
    overflow: hidden;
}
.breadcrumb li{
    float: left;
    position: relative;
}
.breadcrumb li:first-child{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f3b901;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
	margin: -15px 0 0 0;
    left: 163px;
    z-index: 1;
    transition: all 0.1s ease 0s;
}
.breadcrumb li:hover:first-child{ transform: scale(1.1); }
.breadcrumb li:first-child a{
    font-size: 30px;
    line-height: 50px;
}
.breadcrumb > li:first-child + li:before{ display: none; }
.breadcrumb li.active,
.breadcrumb li a{
    font-size: 14px;
    color: #fff;
}
.inner-content .inner-content-div h2{
	margin: 2% 0;
	border-bottom: 1px solid #ccc;
}
.inner-content .inner-content-div p{
	padding-bottom: 10px;
	font-size: 18px;
}
.content-img img{
	margin-bottom: 15%;
	width: 100%;
	box-shadow: 10px 10px 5px #ccc;
	-moz-box-shadow: 10px 10px 5px #ccc;
	-webkit-box-shadow: 10px 10px 5px #ccc;
	-khtml-box-shadow: 10px 10px 5px #ccc;
}
.content-img2 img{
	width: 100%;
	margin-bottom: 15%;
	box-shadow: -10px 10px 5px #ccc;
	-moz-box-shadow: -10px 10px 5px #ccc;
	-webkit-box-shadow: -10px 10px 5px #ccc;
	-khtml-box-shadow: -10px 10px 5px #ccc;
}
.inner-content .mt{
	margin-top: 5%;
}
.inner-bg-banner{
	background-image: url(../img/banners/bg-banner-img.jpg);
    background-position: top center;
	background-size: 100%;	
    padding: 4rem 0;
}
.inner-content .container-fluid .inner-bg-banner p{
	color: #fff;
	text-align: center;
	padding:  0;
	font-size: 20px;
	line-height: 2;
}
.service_container_content {
    background: #f3b901;
    margin: 20px;
    padding: 10px;
    color: #fff;
    border-radius: 0 0 0 25px;
}

/*----------------timeline---css-------*/
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 100%;
    padding: 0 40px 0 0;
    margin: 20px 10px;
}
.main-timeline .timeline-content{
    background: #fff;
    padding: 10px 10px 5px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    border-radius: 0 100px;
    border: 1px solid #DDD;
    display: block;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .title{
    color: #000;
    background-color: #acb0b3;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding: 5px 5px 5px 30px;
    margin: 0 -75px 5px 0;
    border-radius: 0 50px;
    position: relative;
    z-index: 1;
}
.active_timeline .title{
    background-color: #f3b901;
    color: #fff;
}
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        margin: 0 0 30px;
    }
}
@media screen and (max-width:479px){
    .main-timeline .timeline{ padding: 0 20px 0 0; }
    .main-timeline .timeline-content{ padding: 15px; }
    .main-timeline .title{ margin: 0 -45px 15px 0; }
    .main-timeline .timeline:nth-child(even) .title{
        margin: 0 0 15px -45px;
        padding-left: 75px;
    }
}
.right_service_ul .aboutcontainer {
    margin: 1% auto 4%;
    border-radius: 0 0 60px 0;
}
.section_service h4 {
    font-size: 35px;
    margin: 2rem 0;
    text-decoration: underline;
    font-weight: 900;
}
/*---------------contact-us---------------------*/
.contact{
		padding: 4% 0;
	}
.contact .form-group{
	margin: 0;
}
	.contact-left{
		background: #f3b901;
		padding: 4%;
		border-top-left-radius: 0.5rem;
		border-bottom-left-radius: 0.5rem;
	}
	.contact-info{
		margin-top:10%;
	}

.contact-info h2, .contact-info h4, .contact-info p{
    color: #fff;
}
	.contact-info img{
		margin-bottom: 15%;
	}
	.contact-info h2{
		margin-bottom: 10%;
	}
	.col-md-9{
		background: #fff;
		padding: 0;
		border-top-right-radius: 0.5rem;
		border-bottom-right-radius: 0.5rem;
	}
	.contact-form label{
		font-weight:600;
	}
	.contact-form button{
		background: #25274d;
		color: #fff;
		font-weight: 600;
		width: 25%;
	}
	.contact-form button:focus{
		box-shadow:none;
	}
.contact textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	margin-bottom: 4%;
}	
.box1{
	padding: 4% 0;
	background-color: #f3b901;
}
.box1 .fa, .box1 h3, .box1 p, .box3 .fa, .box3 h3, .box3 p{
	color: #fff;
}
.box2 .fa, .box2 h3, .box2 p{
	color: #383838;
}
.box2{
	padding: 4% 0;
	background: rgb(192, 192, 200, 0.6);
}
.box3{
	padding: 4% 0;
	background-color: #f3b901;
}
section.about_section {
    position: relative;
}
.aboutcontainer {
    background: #4c3d0b;
    padding: 5% 5%;
    width: 90%;
    margin: -11% auto 4%;
    border-radius: 60px 60px 0 0;
}
.btn{
    color: #1155bb;
    background: linear-gradient(#ddd,#fff);
    font-family: 'Concert One', cursive;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 5px 15px 5.5px;
    border-radius: 5px;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
} 
.btn:hover,
.btn:focus{
    color: #fff;
}
.btn:before{
    content: '';
    background-color: #1155bb;
    height: 100%;
    width: 100%;
    transform: rotate(-40deg);
    border-radius: 2px;
    position: absolute;
    right: calc(100% - 12px);
    top: 100%;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.btn:hover:before{
    transform: rotate(0);
    right: 0;
    top: 0;
}
@media only screen and (max-width: 767px){
    .btn{ margin-bottom: 30px; }
}


.form-container{
    font-family: 'Raleway', sans-serif;
    padding-right: 15px;
    position: relative;
    z-index: 1;
}
.form-container:before{
    content: '';
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    bottom: 20%;
    z-index: -1;
}
.form-container .title{
    color: #333;
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 50px 15px 20px;
    margin: 0;
    display: inline-block;
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}
.form-container .title i{
    color: #792D3B;
    margin-right: 10px;
}
.form-container .form-horizontal{
    background: #fff;
    padding: 30px 0 0;
    box-shadow: 10px 10px 10px rgb(0,0,0,0.1);
}
.form-horizontal .form-group{
    padding: 0 25px;
    margin: 0 0 20px;
}
.form-horizontal .form-group:last-of-type{ margin-bottom: 30px; }
.form-horizontal .form-group label{
    font-size: 13.5px;
    text-transform: uppercase;
}
.form-horizontal .form-group label.check-label{
    text-transform: none;
    vertical-align: middle;
    display: inline-block;
}
.form-horizontal .form-control{
    color: #111;
    background: #F5F5F5;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    height: 33px;
    padding: 6px 12px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}
.form-horizontal .form-control:focus{
    background-color: rgba(216, 63, 88, 0.1);
    box-shadow: none;
}
.form-horizontal .checkbox{
    height: 14px;
    width: 14px;
    min-height: auto;
    margin: 0 3px 0 0;
    border: 1px solid #999;
    cursor: pointer;
    display: inline-block;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 0.3s ease;
}
.form-horizontal .checkbox:before{
    content: '';
    height: 7px;
    width: 14px;
    border-bottom: 3px solid #792D3B;
    border-left: 3px solid #792D3B;
    opacity: 0;
    transform: rotate(-45deg);
    position: absolute;
    left: 1px;
    top: 0;
    transition: all 0.3s ease;
}
.form-horizontal .checkbox:checked{ border-color: #792D3B; }
.form-horizontal .checkbox:checked:before{ opacity: 1; }
.form-horizontal .checkbox:not(:checked):before{ opacity: 0; }
.form-horizontal .checkbox:focus{ outline: none; }
.form-horizontal .signup{
    color: #fff;
    background-color: #87314e;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 0;
    display: block;
    transition: all 0.3s ease 0s;
}
.form-horizontal .signup:hover,
.form-horizontal .signup:focus{
    background-color: #df405a;
}

.form-horizontal .control-label {
    text-align: left;
}
/*---------------------domestic-relocation---css--------------*/
.left_service_div {
    background: #f3b901;
    padding: 12% 10% 40%;
    margin-top: 3%;
}
.serviceBox{
    color: #f3b901;
    background: #F9F9F9;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 35px 15px 25px;
    border-radius: 20px 20px 0 0;
    margin: 0 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
}
.serviceBox:before,
.serviceBox:after{
    content: "";
    background: var(--main-color);
    height: 60px;
    position: absolute;
    bottom: 0;
    left: -10px;
    right: -10px;
    z-index: -1;
}
.serviceBox:after{
    background: #fff;
    height: 40px;
    bottom: 21px;
    left: -1px;
    right: -1px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
.serviceBox .title{
    color: var(--main-color);
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 7px;
}
.serviceBox .description{
    color: #888;
    font-size: 13.5px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0 0 7px;
}
.serviceBox .service-icon{
    color: var(--main-color);
    font-size: 45px;
}
.serviceBox .service-icon:before,
.serviceBox .service-icon:after{
    content: "";
    background: linear-gradient(to top left, var(--dark-color) 45%, transparent 50%);
    width: 10px;
    height: 12px;
    position: absolute;
    left: -10px;
    bottom: 60px;
}
.serviceBox .service-icon:after{
    transform: rotateY(180deg);
    left: auto;
    right: -10px;
}
.serviceBox.blue{
    --main-color: #f3b901;
    --dark-color: #0c283d;
}
.serviceBox.purple{
    --main-color: #a55eea;
    --dark-color: #8854d0;
}
@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 0 10px 30px; }
}
.network_img{
    width: 100%;
}
.network_img img{
    width: 100%;
}
.network_div{
background-image: url(../img/network-bg-img.jpg);
width: 90%;
margin: 0 auto;
    background-size: 100%;
    height: auto;
    padding: 7rem 0;
    position: relative;
    background-attachment: fixed;
    -webkit-box-shadow: 0px 17px 48px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 17px 48px 0px rgba(0,0,0,0.75);
box-shadow: 0px 17px 48px 0px rgba(0,0,0,0.75);
    }
    .network_heading h2, .network_div p{
        text-align: center;
        color: #fff;
    }
    .network_heading h2{
        margin-bottom: 2rem;
    }
    .main_timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main_timeline .time_line{
    width: 50%;
    padding: 150px 0 0;
    float: left;
}
.main_timeline .timeline_content{
    background: #fff;
    text-align: center;
    padding: 0 20px 20px;
    border: 2px dashed #f3b901;
    border-top: none;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    border-radius: 30px;
    display: block;
    position: relative;
    z-index: 1;
}
.main_timeline .timeline_content:hover{ text-decoration: none; }
.main_timeline .timeline_content:before{
    content: '';
    background-color: #b50000;
    height: 110px;
    width: 110px;
    border-radius: 80% 100% 10px;
    box-shadow: 0 0 20px -3px rgba(0,0,0,0.4);
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: -150px;
    z-index: -1;
}
.main_timeline .timeline_year{
    color: var(--main-color);
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    height: 68px;
    width: 68px;
    padding: 20px 5px;
    border-radius: 50%;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5),0 0 0 7px #fff;
    transform: translateX(-50%);
    position: absolute;
    top: -132px;
    left: 50%;
}
.main_timeline .timeline_year span{ display: block; }
.main_timeline .network_title{
    color: var(--main-color);
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}
.main_timeline .network_description{
    color: #555;
    font-size: 16px;
    margin: 0;
}
.main_timeline .time_line:nth-child(even){
    float: right; 
    margin: 0 0 0 10px;
}
@media screen and (max-width:767px){
    .main_timeline .time_line,
    .main_timeline .time_line:nth-child(even){
        width: 100%;
        margin: 0 0 30px;
    }
}
.city_div {
    background: #f3b901;
    padding: 6rem;
    margin: 2rem 0;
}
.city_div_content {
    background: #fff;
    padding: 20px;
    margin-bottom:20px;
    -webkit-box-shadow: 0px 17px 48px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 17px 48px 0px rgba(0,0,0,0.75);
box-shadow: 0px 17px 48px 0px rgba(0,0,0,0.75);
}
.city_div_content h5 {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
}
.city_row{
    margin-bottom: 3rem;
}
.city_img {
    margin: 10rem 5rem;
    width: 100%;
}
.city_img img {
    width: 100%;
}