body {
    font-family: 'Roboto', sans-serif !important;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }
  .our-services {
    background-color: #f9f9f9;
    padding-bottom: 60px;
}
.section-padding {
    padding: 75px 0;
}
.blue-grid {
    background-color: #fff;
    box-shadow: -1px 0 10px 0 #eeeeee;
    border-radius: 3px;
    padding: 28px 30px 25px;
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}
.blue-grid .image-holder {
    float: left;
    border-radius: 2px;
    padding: 8px 10px 5px 11px;
    margin-right: 20px;
    position: relative;
    background-color: #ff4f41;
}
.section-padding {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.chid-pernt {
    display: table;
    height: 100%;
    width: 100%;
}
.child {
    display: table-cell;
    vertical-align: middle;
}
.blue-grid .image-holder i {
    color: #fff;
}
i {
    line-height: 1;
}
.blue-grid .text-box {
    float: left;
    width: 65%;
    margin-left: 20px;
}
.blue-grid .text-box h3 {
    padding-bottom: 2px;
    font-size: 13px;
}
p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 0px;
    color: #999;
}
.feature-item {
    background-color: #f9f9f9;
    background-size: cover;
    padding: 60px 0;
}
.feature-inner {
    background-color: #354884;
    text-align: center;
    padding-bottom: 35px;
    height: 360px;
    margin: 0 0 30px 0;
    border-radius: 20px;
}
.feature-inner .image-holder img {
/*    border: 1px solid #ccc; */
    padding: 10px;
    border-radius: 20px;
}
a {
    color: #fff;
}
.feature-inner .text-box {
    margin-top: 5px;
    padding: 0 25px;
}
.feature-inner .text-box h3 {
    padding-bottom: 10px;
    color: #05f3c9;
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px;
}
.feature-inner .text-box .btn {
    margin-top: 20px;
    color: #fff;
}
#btm-call {
    background: #1d72c9;
    z-index: 1;
    padding: 0;
    position: relative;
}
#btm-call:before {
    content: '';
    width: 60%;
    height: 100%;
    position: absolute;
    background-color: #1d72c9;
    top: 0;
    left: 0;
    z-index: 2;
}
#btm-call:after {
    content: '';
    width: 40%;
    height: 100%;
    position: absolute;
    background: #000;
    top: 0;
    right: 0;
    z-index: -1;
    padding-left: 100px;
}
#btm-call .col-md-8.col-sm-12 {
    padding-right: 0;
}
#btm-call .left-side {
    width: auto;
    max-width: 100%;
    float: none;
}
#btm-call .left-side {
    width: 760px;
    height: 231px;
    float: left;
    background: url(../img/curve.gif) no-repeat right;
}
#btm-call .text-bx {
    width: 55%;
    padding-top: 35px;
}
#btm-call .text-bx h2 {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    font-style: italic;
    text-transform: capitalize;
    color: #FFF;
    text-align: left;
    letter-spacing: 1px;
    font-family: "PT Serif", serif;
}
#btm-call .text-bx h3 {
    margin: 0;
    padding: 20px 20px 20px 0;
    font-size: 27px;
    font-weight: 500;
    text-transform: capitalize;
    color: #FFF;
    text-align: left;
    float: left;
    letter-spacing: 1px;
    font-family: 'Playball', sans-serif;
}
#btm-call .phone-num {
    float: right;
    top: 70px;
    position: absolute;
    right: 0;
    width: 40%;
}
#btm-call .phone-icon {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 50%;
    background-color: #FFF;
    text-align: center;
    line-height: 65px;
    border: 5px solid #1d72c9;
}
#btm-call .phone-num h2 {
    margin: 0;
    padding: 37px 0 20px 0;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF;
    font-style: normal;
    letter-spacing: 1px;
    font-family: "Roboto Slab", serif;
}
#btm-call .mover-img img {
    position: absolute;
    top: -45px;
}
.nile-about-section {
    padding: 60px 0;
    background-image: url(../../assets/img/ba_1.jpg);
    background-size: cover;
}
.margin-bottom-40px {
    margin-bottom: 40px;
}
.section-title {
    text-align: center;
}
.section-title .icon {
    font-size: 25px;
}
.text-main-color {
    color: #0c3c8e;
}
.section-title .h2 {
    font-size: 28px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    display: inline-block;
    position: relative;
    color: #fff;
}
.section-title .h2:before {
    border-bottom: 2px solid #d1d1d1;
    content: " ";
    width: 100px;
    position: absolute;
    left: -120px;
    right: 0;
    bottom: 12px;
}
.section-title .h2:after {
    border-bottom: 2px solid #d1d1d1;
    content: " ";
    width: 100px;
    position: absolute;
    right: -120px;
    bottom: 12px;
}
.section-title .des {
    opacity: .8;
}
.service-icon-box {
    text-align: center;
    margin-bottom: 35px;
}
.service-icon-box {
    text-align: center;
    margin-bottom: 35px;
}
.service-icon-box a.title.h2 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 15px auto;
    color: #fff;
    font-weight: bold;
}
.service-icon-box .des {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}
.border-radius-500 {
    border-radius: 500px;
}
.icon i {
    color: #fff;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #fff;
    padding: 7px 0;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.footer-widgets {
    color: #fff;
}
.footer-widgets {
    background-image: url('../img/background-images.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center;
    margin: 60px 0 0 0;
}
.contact-widget {
    border-bottom: 1px solid #333;
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact-widget .contact img,   
.contact-widget .contact i {
    color: #00dc93;
    float: left;
    font-size: 30px;
    margin-top: 0px;
}
.contact-widget .contact p {
    font-style: italic;
    margin-bottom: 0;
    padding-left: 50px;
    font-size: 15px;
    color: #fff;
}
.contact-widget .contact h4 {
    color: #fff;
    margin: 10px 0;
    font-size: 15px;
    font-weight: 400;
    padding-left: 50px;
    font-style: italic;
        margin-bottom: 15px;
}
.contact-widget .contact h4 span{padding-top: 5px;
    display: block;}
.footer-widgets .menu li a:hover,
.contact-widget .contact h4 a:hover{color: #00dc93}
.footer-sidebars {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-widgets .widget {
    margin-bottom: 35px;
}
.footer-widgets .widget-title {
   
    font-size: 18px;
    font-weight: 400;
    color:#00dcb6 !important;
    margin: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 2px dashed;
    margin-bottom: 21px;
}

.footer-widgets .widget {
    margin-bottom: 0px;
}
.cargohub-social-links-widget a:first-child {
    padding-left: 0;
}
.cargohub-social-links-widget a {
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.h2-1 {
    color: #000 !important;
}


.footer-widgets .menu li:before{content: '\f101'; font-family: 'FontAwesome'; position: absolute;left: 0; top: 5px;}


.footer-widgets .menu li a {
    color: #fff;
    font-size: 14px;
    padding-left: 0;
    text-transform: capitalize;
}
.footer-widgets .menu li:after {
    content: '';
    top: 4px;
    right: auto;
    left: 0;
}
.widget_categories li:hover:after, .widget_pages li:hover:after, .widget_archive li:hover:after, .widget_nav_menu li:hover:after, .widget_recent_entries li:hover:after, .widget_meta li:hover:after, ul.service-menu li:hover:after {
    color: #ff0000;
}

.footer-widgets .menu li { position: relative;
  padding: 3px 0;
  padding-left: 20px;
}
.btn-9 {
  margin: 20px auto;
  padding: 10px 30px;
  display: block;
  font-size: 20px;
}
.btn-9:hover {
  color: #fff !important;
  background-color: #ff5d0b !important;
}
.why-choose_area {
    position: relative;
    padding: 60px 0;
    background-color: #f9f9f9;
}
.why-choose_area h2 {
    font-size: 27px;
    color: #000;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .90px;
    margin-bottom: 20px;
}
.why-choose_area .sub-stitle {
    letter-spacing: 0.30px;
    font-size: 18px;
    color: #242424;
    margin-bottom: 40px;
    font-weight: 300;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}
.why-choose_area .cnt-points {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.why-choose_area .cnt-points ul {
    margin: 0;
    padding: 0;
}
.why-choose_area .cnt-points li {
    line-height: 35px;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
}
.why-choose_area .cnt-points .icon {
    float: left;
    color: #000;
    font-size: 24px;
    margin-right: 10px;
}
.why-choose_area .why-img {
    width: 174px;
    height: 173px;
    border: 1px solid #e3e2e0;
    float: left;
    margin-right: 20px;
    padding: 3px;
}
.quote-form-inner {
    background-color: #000;
    padding: 28px 20px;
}
.textwidget p {
  color: #fff;
}
.quote-form {
  margin: 60px 0 0 0;
}
.home-2.features-section {
    margin-top: auto;
    background-color: #fafbfc;
}
.features-section {
    margin-top: -250px;
    position: relative;
    z-index: 1;
}
.border-top {
    border-top: 1px solid #dee2e6!important;
}
.feature-content {
    position: relative;
    -webkit-box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.08);
}
.home-2 .features {
    background-color: #fafbfc;
    padding: 111px 0px 99px;
}
.features {
    background-color: #fafbfc;
    padding: 91px 120px 79px 25px;
    position: relative;
}
.home-2 .features::before {
    width: 430px;
    left: -237px;
    background-color: #fafbfc;
}
span.title {
    color: #797e82;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: inline-block;
    position: relative;
}
h2.subtitle {
    color: #183650;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 90px;
}
h2.subtitle::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #58bed3;
    left: 0px;
    bottom: -34px;
}
.feature-lists .single-feature .icon-wrapper {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.feature-lists .single-feature i {
    font-size: 45px;
    color: #58bed3;
}
.nile-about-section {
    padding: 60px 0px 60px 0px;
    background-image: url('../img/banner/1.jpg');
    background-position: center center;
background-size: cover;
background-repeat: no-repeat;
overflow: hidden;
}
.text-main-color {
    color: #f38844;
}
.margin-tb-25px {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}
a.nile-bottom.sm {
    padding: 10px 30px 10px 30px;
    position: absolute;
    bottom: 10px;
    right: 50%;
    margin-right: -70px;
}
a.nile-bottom-1{
    padding: 10px 30px 10px 30px;
}
a.nile-bottom, #search .btn {
    background-color: #f38844;
}
a.nile-bottom {
    background-color: #e53935;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
}
a.nile-bottom-1 {
    background-color: #e53935;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
}
.margin-top-80px {
    margin-top: 80px;
}
.nile-accordion .card {
    border: none;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.nile-accordion .card-header {
    border: none;
    margin-bottom: 5px;
    color: #fff;
    padding: 5px 10px;
    background-color: #919191;
    border-radius: 0px;
}
.nile-accordion .card-header .btn-link {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    text-align: left;
}
.nile-accordion .card-header .fa {
    margin-right: 8px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.background-main-color {
    background-color: #f38844;
}
.background-main-color {
    background-color: #ffffff;
}
.cart-service {
    padding: 27px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    margin-bottom: 30px;
}
.text {
    color: #000;
}
.cart-service h2 {
    font-size: 18px;
    font-weight: 500;
}
.cart-service .text {
    padding-bottom: 8px;
    font-size: 13px;
    opacity: .8;
}
.btn:not([disabled]):not(.disabled).active, .btn:not([disabled]):not(.disabled):active {
    background-image: none;
}
.nile-accordion .card-header .btn-link {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    text-align: left;
}
.nile-accordion .card-header:active, .nile-accordion .card-header:hover {
    background-color: #e53935;
}
.nile-accordion .card-header {
    border: none;
    margin-bottom: 5px;
    color: #fff;
    padding: 5px 10px;
    background-color: #919191;
    border-radius: 0px;
}
.nile-accordion .card {
    border: none;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}
.images-9 img {
  margin:10px 0;
}
.about-9 p {
    font-size: 16px;
    text-align: justify;
    color: #000;
    font-family: 'Roboto', sans-serif !important;
}
.widget-title img {
  border: 1px solid #ccc;
  padding: 5px;
  box-shadow: 0 0 5px #fd7878;
}
.text-box p {
    color: #fff;
    text-align: justify;
    font-size: 15px;
}
.view {
    margin: 34px auto 0;
    display: table !important;
    padding: 12px 40px !important;
}
.icon-9 i {
    color: #000;
}
.title-text {
    color: #fff;
}
.contact img {
    height: 80px;
}
.contact {
    padding: 15px 0 0 0;
    font-style: italic;
}
social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
          transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fa {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.social-btns .btn.facebook:before {
  background-color: #3b5998;
}
.social-btns .btn.facebook .fa {
  color: #3b5998;
}
.social-btns .btn.twitter:before {
  background-color: #3cf;
}
.social-btns .btn.twitter .fa {
  color: #3cf;
}
.social-btns .btn.google:before {
  background-color: #0e76a8;
}
.social-btns .btn.google .fa {
  color: #0e76a8 ;
}
.social-btns .btn.dribbble:before {
  background-color: #f26798;
}
.social-btns .btn.dribbble .fa {
  color: #f26798;
}
.social-btns .btn.skype:before {
  background-color: #00aff0;
}
.social-btns .btn.skype .fa {
  color: #00aff0;
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.social-btns {
      height: auto;
    margin: auto;
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
}
.social-btns .btn {
  display: inline-block;
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 10px;
    margin: 0 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    /* border-radius: 28%; */
    box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
    opacity: 0.99;
}
.social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.social-btns .btn .fa {
  font-size: 16px;
  vertical-align: middle;
}
.header-area .header-top .header-contact a {
    color: #ffffff !important;
    display: inline-block;
    padding-right: 55px;
    font-weight: 300;
    font-size: 14px;
}
.header-area .main-header-area .main-menu ul li a {
    color: #191d34;
    font-size: 16px !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    display: inline-block !important;
    padding: 20px 15px 20px 15px !important;
    position: relative;
}

.copy-right p a,
.copy-right p {
    text-align: center;
    padding: 6px 0 0 0;color:#fff;
    margin: 0px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
}
.copy-right {background:#000; padding: 3px 5px;
    text-align: center;
    margin: 0 auto;
}
a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
    text-decoration: none;
    color: #fffbfb;
}
.col-carousel {
    margin: 0px 0;
}

/* owl nav */
.owl-prev span, .owl-next span {
    color: #FFF;
}

.owl-prev span:hover, 
.owl-next span:hover {
    color: #ffffff;
}

.owl-prev, .owl-next {
    position: absolute;
    top: -210px;
    height: 100%;
}

.owl-prev {
    left: 15px;
}

.owl-next {
    right: 15px;
}
.testimonials{
    padding: 60px 0;
}
.logo-img img {
    height: 100px;
    padding: 5px;
}
.justify-content-center {
    padding: 0 0 30px 0;
}
.header-area .header-top .header-contact a i {
    padding-right: 0 !important;
    font-size: 12px;
    color: #ffffff;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 16px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fa {
    font-size: 14px;
    color: #fff;
    padding: 0px 0 0px 0;
    width: 22px;
    margin-left: 5px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media(max-width:768px) {
    .logo-img img {
    height: 80px;
}
#demo {
    margin:40px 0 0 0;
}
.header-area .main-header-area .logo-img {
    margin:0px !important;
    text-align: left;
}
.banner-bg-1 {
    margin-top: 50px 0 0 0 !important;
}
.header-area .main-header-area.sticky {
    box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    height: 100px;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 9999;
    
}
.slicknav_menu .slicknav_nav {
    background: #fff;
    float: right;
    margin-top: 0;
    padding: 0;
    width: 95%;
    padding: 0;
    border-radius: 0px;
    margin-top: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 62px !important;
}

}
.ptb200 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.vc_custom_1466544643397 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
    background-image: url('../img/great-moving-team-bg.jpg') !important;
    background-position: center center;
background-size: cover;
background-repeat: no-repeat;
overflow: hidden;
}
.vc_rows {
    overflow: hidden;
}
#great-moving-team-mover h2 {
    color: #ffbb00;
    font-family: "Raleway",sans-serif;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 35px;
    margin: 0 0 13px;
    text-transform: uppercase;
}
#great-moving-team-mover h2 b {
    font-weight: bold;
    color: #fff;
}
#great-moving-team-mover p.emergency24hour {
    font-style: italic;
}
#great-moving-team-mover p {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 27px;
}
#great-moving-team-mover p.has-btn {
    font-size: 22px;
    margin-bottom: 0;
    text-transform: uppercase;
}
#great-moving-team-mover p {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 27px;
}
#great-moving-team-mover p.has-btn a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #fff;
    display: inline-block;
    line-height: 36px;
    padding: 0 27px;
    position: relative;
    bottom: 5px;
    margin-left: 10px;
    font-family: 'Raleway', sans-serif;
}
.vc_custom_1460952239812 {
    background-color: #354884 !important;
    margin:0 0 60px 0;
}
.vc_custom_1460952321229 {
    padding-top: 77px !important;
    padding-bottom: 0px !important;
}
.vc_custom_1460952201547 {
    background-color: #354884 !important;
}
#featured .content:last-child {
    margin-bottom: 0;
}
.pull-left {
    float: left!important;
}
#featured .content-wrap {
    width: 85%;
}
.pull-right {
    float: right!important;
}
#featured .content-wrap h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}
#featured .content-wrap p {
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: justify;
}
#featured .content:last-child {
    margin-bottom: 0;
}
.pull-left {
    float: left!important;
}
#featured .content-wrap {
    width: 85%;
}
.pull-right {
    float: right!important;
}
.section-title {
    text-align: center;
}
.section-title h3 {
    text-align: left !important;
    font-size: 25px !important;
    color: #000;
    font-weight: bold !important;
    font-family: 'Raleway', sans-serif !important;
}
.section-title p {
    text-align: justify !important;
    font-size: 16px !important;
    color: #000;
}
.banner-bg-1 {
    background-image: url(../img/bannner-about.jpg) !important;
}
.full-image {
    margin: 60px 0 60px 0;
}
@media(max-width:767px) {
    .header-area .main-header-area {
    padding: 10px 0;
    height: 100px !important;
 }
}
.feature-10 {
    padding:60px 0;
}
.feature-inner-1 {
    min-height: 510px;
}
a.nile-bottom-1 {
    background-color: #e53935;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
}
.about-section {
    padding: 1em 0 2em;
    position: relative;
}
section.inner-w3ls {
    background: url(./img/tracking.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
}
.inner-w3ls h2.text-center {
    font-size: 34px;
    font-weight: normal;
    padding: 125px 0 1px;
    color: #d25d07;
    line-height: 90px;
}
.inner-w3ls form input {
    height: 43px;
    width: 40%;
    padding: 9px;
    border: 1px solid #5965ff;
}
.btn-primary {
    color: #fff;
    background-color: #007bff !important;
    border-color: #007bff !important;
    padding: 10px;
}
.table {
    width: 600px;
    max-width: 100%;
    margin-bottom: 20px;
    margin: 0 auto;
}
.domestic-head-5 {
    background-image: url(../img/network-9.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 0px 0 0 0;
}
.north {
    text-transform: uppercase;
    color: #fff;
}
#pincode {
    background: #eee;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border: 0 none;
    width: 260px;
}
#pincode-1 {
    background: #0099ff;
    color: white;
    font: 'trebuchet ms', trebuchet;
    padding: 10px 20px;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border: 0 none;
    font-weight: bold;
}
.network-1 {
    margin: 0 auto;
    display: table;
}
.search {
    padding: 60px 0;
}
.document {
    padding: 60px 0 30px;
}
.document-10 {
    padding: 0px;
    margin: 0px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px #e4e1e1;
    margin: 0 0 20px 0;
}
.document-10 ul {
    margin: 0px;
    padding-left: 0px !important;
}
.document-11 ul li {
    font-size: 14px !important;
}
.document-10 ul li {
    font-size: 11px;
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
    line-height: 26px;
}
.document-10 ul li img {
    float: right;
    margin: 5px 10px;
}
.contact-section-1 {
    padding: 60px 0 0 0;
}
.form-contact .form-control {
    border: 1px solid #000000 !important;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: #ffffff00;
}



