*,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
.header {
  width: 100vw;
  border-bottom: 1px solid rgba(243, 156, 18, 0.4);
  position: fixed;
  z-index: 99;
  transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 0.6);
}
.header ul {
  text-align: right;
}
.header .menu ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.header .menu > ul > li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 30px 10px;
  display: block;
  transition: all 0.3s ease 0s;
}
.header .menu ul li ul {
  width: 175px;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: left;
  transform: translateY(100%);
  transition: all 0.5s;
  display: none;
}
.header .menu ul li  ul li   {
  width: 100%;
  background: #000;
  transition: all 0.5s;
  position: relative;
  border-bottom: 1px solid #1a1a1a;
}
.header .menu ul li  ul li a{
  padding: 10px 10px 10px 15px;
}
.header .menu ul li:hover >  ul {
  display: block;
}

.header .menu ul li a:hover {
  color: #f39c12;
}
.header.sticky ul li a {
  padding: 22px 10px;
}
.header.sticky {
  background: #212121;
  box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 28%);
}
.menu-icon {
  display: none;
}
.logo {
  display: block;
  padding: 10px 0;
}
.logo img {
  height: 60px;
  transition: all 0.3s ease 0s;
}
.header.sticky .logo img {
  height: 45px;
}

.slider {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.carousel-item {
  height: 100vh;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  background: #000;
  top: initial;
  bottom: 50px;
  z-index: 10;
}
.carousel-control-prev {
  right: 110px;
  left: initial;
}
.carousel-control-next {
  right: 50px;
}
.carousel-caption {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  padding-top: 200px;
}
.carousel-caption h1 {
  font-size: 60px;
  font-weight: 700;
  padding-bottom: 25px;
}
.carousel-caption p {
  font-size: 14px;
  padding-bottom: 25px;
}
 .home-button a {
  text-decoration: none;
  color: #fff;
  padding: 12px 30px;
  border: 2px solid #fff;
  border-radius: 3px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.5s;
}
.home-button a:hover{
  background: #f39c12 none repeat scroll 0 0;
  border: none;
  padding: 13px 31px ;
  p
}
 .home-button span {
  padding: 10px;
 }
.about {
  width: 100%;
  padding-top: 100px;
  background: #f7f9fc;
}
.about .service-cart {
  width: 100%;
  -webkit-box-shadow: 0 3px 7px #ddd;
  box-shadow: 0 3px 7px #ddd;
  border-radius: 7px;
  margin-bottom: 100px;
}

.about .service-cart .blog-img {
  background-color: #ccc;
}
.blog-img img {
  width: 100%;
}
.about .service-cart .blog-detels {
  background-color: #fff;
  padding-bottom: 30px;
  position: relative;
}
.about .service-cart .blog-detels h3 {
  font-size: 18px;
  margin-bottom: 20px;
  padding-top: 30px;
  text-transform: uppercase;
}
.about .service-cart .blog-detels h3 a {
  color: #3c4a62;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
.about .service-cart .blog-detels h3 a:hover {
  color: #f39c12;
  transition: all 0.5s;
}

.about .service-cart .blog-detels p {
  margin: 0 0 10px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 400;
  color: #687284;
}
.about .service-cart .blog-detels button {
  background-color: #5d6b82;
  border-radius: 5px;
  color: #fff;
  width: 140px;
  padding: 7px 25px;
  margin-top: 15px;
  border: none;
  outline: none;
  cursor: pointer;
}
.about .service-cart .blog-detels button:hover {
  background-color: #f39c12;
  transition: all 0.5s;
}
.from-get {
  width: 100%;
  background: #f7f9fc;
  padding-top: 100px;
}
.from-get .from {
  width: 100%;
  background: #eef1f5 none repeat scroll 0 0;
  padding: 30px 20px;
  margin-bottom: 20px;
}
.from-get .from h3 {
  font-size: 24px;
  color: #3c4a62;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.from-get .from input,
.from-get .from textarea {
  font-size: 14px;
  border: 0 none;
  padding: 10px;
}
.from-get .from .width-full input {
  width: 100%;
}
.from-get .from .width-half input {
  width: 47%;
}
.from-get .from textarea {
  height: 120px;
  margin-bottom: 10px;
  width: 100%;
}
.from-get .from button {
  background: #5d6b82 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 2px;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 14px;
}
.from-get .from button:hover {
  background: #f39c12;
}
.from-get .form-text {
  width: 100%;
}
.from-get .form-text h2 {
  font-size: 36px;
  text-transform: uppercase;
  color: #3c4a62;
  margin: 0 0 15px;
  font-weight: 700;
  line-height: 1.4em;
}
.from-get .form-text p {
  color: #687284;
}
.from-get .form-text a {
  display: inline-block;
  margin-top: 20px;
  color: #5d6b82;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: 0.5s;
}
.from-get .form-text a:hover {
  color: #f39c12;
}
.from-get .form-text a:hover i {
  padding-left: 10px;
}
.project {
  background: #fff;
  margin: 80px 0 20px;
  padding: 30px 0px;
}
.project .project-done h4 {
  color: #f39c12;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}
.project .project-done p {
  color: #687284;
  font-size: 14px;
}
.blog-meta {
  background: #f39c12 none repeat scroll 0 0;
  border-radius: 0 50px 50px 0;
  font-size: 24px;
  height: 50px;
  left: 15;
  position: absolute;
  text-align: center;
  top: -25px;
  width: 70px;
}
.blog-meta a {
  color: #fff;
  display: block;
  height: 100%;
  padding-top: 6px;
}

.service {
  width: 100%;
  padding-top: 100px;
}
.service h2 {
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
.service .service-left h3 {
  font-size: 32px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  color: #3c4a62;
  margin: 0 0 15px;
  font-weight: 700;
  line-height: 1.4em;
  text-transform: uppercase;
  position: relative;
}
.service .service-left h3::after {
  border-bottom: 1px dashed #f39c12;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
}
.service .service-left ul {
  list-style: none;
}
.service .service-left li {
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 400;
  color: #687284;
  display: flex;
  margin-bottom: 20px;
}
.service .service-left li strong {
  color: #f39c12;
}

.service .service-left button {
  background: #5d6b82 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  height: 40px;
  margin-top: 15px;
  padding: 7px 25px;
  text-align: center;
  width: 140px;
  border: none;
  outline: none;
}

.service .service-right {
  width: 100%;
  background-position: center;
  background: rgba(0, 0, 0, 0) url("../img//service-cargo-bg.png") no-repeat
    scroll center 36px / contain;
  position: relative;
}
.catalouge-content {
  background: rgba(243, 156, 18, 0.9);
  color: #fff;
  padding: 30px;
}
.catalouge-content p {
  color: #fff;
  font-size: 14px;
}
.catalouge-content h3 {
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
}
.catalouge-content h3::after {
  border-bottom: 1px dashed #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
}
.catalouge-content p {
  color: #fff;
}
.catalouge-content ul {
  list-style: none;
}
.catalouge-content ul li {
  margin-bottom: 20px;
  font-size: 14px;
}
.read-more {
  background: #5d6b82 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  height: 40px;
  margin-top: 15px;
  padding: 7px 25px;
  text-align: center;
  width: 140px;
  transition: all 0.5s;
}
.read-more:hover {
  background: #fff none repeat scroll 0 0;
  color: #f39c12;
  text-decoration: none;
}
.service .service-a {
  width: 100%;
  height: 916px;
  background-image: url("../img/xservice-area-bg.jpg.pagespeed.ic.KnGzqi5GB1.jpg");
  background-size: cover;
}
.service-div {
  background: #f5f7f9;
}
.service .service-b {
  width: 100%;
  position: relative;
}
.service-icon {
  margin-left: -70px;
  position: absolute;
  color: #fff;
  font-size: 22px;
  background: #5d6b82 none repeat scroll 0 0;
  border: 5px solid #f5f7f9;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 70px;
  box-sizing: border-box;
}
.service .service-b .service-details {
  margin-left: 50px;
  margin-top: 80px;
}
.service .service-b .service-details h4 {
  font-size: 18px;
  color: #3c4a62;
  font-weight: 700;
  margin-bottom: 20px;
}
.service .service-b .service-details ul {
  list-style-position: inside;
}
.service .service-b .service-details li {
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 400;
  color: #687284;
}
.service .service-b .service-details a {
  color: #5d6b82;
}
.service .service-b .service-details a:hover {
  text-decoration: none;
}
.service .service-b .service-icon:hover > i {
  background: #f39c12;
}
.service .service-b .service-icon:hover > h4 {
  background: #f39c12;
}

.tips {
  width: 100%;
  padding-top: 80px;
  background-color: #fff;
  background-image: url("../img/promo_top_bg.png.jpg");
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-position: right 5% bottom 50%;
}
.tips .single-promo {
  padding: 20px 20px 20px 80px;
  margin-bottom: 50px;
  position: relative;
}
.tips .promo-icon {
  width: 65px;
  height: 65px;
  background: #f4f7f9;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.tips .promo-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f39c12;
  font-size: 20px;
}
.tips .promo-details h3 {
  color: #3c4a62;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  text-transform: uppercase;
  position: relative;
}
.tips .promo-details p {
  font-size: 14px;
  color: #687284;
}

.provide {
  position: relative;
  padding: 100px 0;
  text-align: center;
}
.provide-inner::after {
  background: #3c4a62 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
}
.provide-inner {
  background: rgba(0, 0, 0, 0) url("../img/slide_1.jpg") no-repeat fixed center
    center / cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.provide h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4em;
}
.provide button {
  background: #f39c12 none repeat scroll 0 0;
  font-weight: bold;
  height: auto;
  letter-spacing: 1px;
  padding: 14px;
  text-transform: uppercase;
  width: 180px;
  outline: none;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  margin-top: 30px;
}
.provide button:hover {
  background: #fff;
  color: #f39c12;
  transition: all 0.5s;
}
.clients {
  width: 100%;
  text-align: center;
}

.footer {
  width: 100%;
  background: #5d6b82;
  padding-top: 50px;
  position: relative;
  border-bottom: 1px dashed #a1a7b2;
  padding-bottom: 50px;
}
.footer::after {
  background: rgba(0, 0, 0, 0) url(../img/footer-map-bg.png.png) no-repeat
    scroll top center / 90% auto;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;
}
.footer .container {
  position: relative;
  z-index: 10;
}
.footer .single-footer-widget h3 {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}
.footer .single-footer-widget h3::after {
  border-bottom: 1px dashed #f39c12;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
}
.footer .single-footer-widget p {
  color: #a1a7b2;
  font-size: 14px;
}
.footer .single-footer-widget ul {
  list-style: none;
}
.footer .single-footer-widget ul li {
  margin-bottom: 10px;
  position: relative;
  color: #a1a7b2;
  font-size: 14px;
}
.footer .list-widget ul li::before {
  content: "\f0a4";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 15px;
}
.footer .single-footer-widget ul li a {
  color: #a1a7b2;
}
.footer .single-footer-widget ul li a:hover {
  color: #f39c12;
  text-decoration: none;
}
.footer .single-footer-widget ul li i {
  border-right: 1px solid #a1a7b2;
  margin-right: 10px;
  width: 20px;
}
.single-footer-widget ul li a img {
  width: 100px;
}
.twitter-icon i {
  color: #f39c12;
}
body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
}
.img-gallery {
  list-style: none;
}
.img-gallery li {
  float: left;
  margin-bottom: 2%;
  margin-right: 2%;
  width: 31.33%;
}
.img-gallery li img {
  max-width: 100%;
}
.heading {
  margin-bottom: 50px;
  text-align: center;
}
.heading h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3c4a62;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.heading p {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  color: #687284;
  font-family: "Roboto";
}
.heading h3::before,
.heading h3:after {
  border-bottom: 2px dashed #e4e4e4;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
}
.heading h3::after {
  border: none;
  background: #f39c12 none repeat scroll 0 0;
  height: 4px;
  width: 20px;
  z-index: 1;
}


.pagetitle {
  width: 100%;
  height: 500px;
  background-image: url("../img/bg-page-title-u (1).jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.pagetitle h2 {
  padding-top: 230px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
}
.pagetitle ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
  margin: 5px;
  font-size: 14px;
}
.ourservice .h3 {
  margin-top: 50px;
}
.our-service {
  width: 100%;
  padding-top: 40px;
}
.our-service .box-1 h4 {
  font-size: 32px;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.our-service .box-1 p {
  font-size: 14px;
}
.our-service .border {
  border: 1px solid #ccc;
  display: flex;
  height: 150px;
}
.our-service .service-icon-two {
  float: left;
  color: #f39c12;
  font-size: 26px;
}
.our-service .left {
  float: ;
  margin-left: 30px;
}
.our-service .left h4 {
  border-left: 1px solid #ccc;
  padding-left: 20px;
}
.our-service .left p {
  padding-left: 20px;
}
.border-right {
  height: 100%;
  padding-top: 50px;
  padding-left: 20px;
}
.border-right1 {
  height: 100%;
  padding-top: 50px;
  padding-left: 20px;
}
.background:hover {
  background: #f39c12;
}

.service3 {
  width: 100%;
  background: #f7f9fc;
  padding-top: 70px;
  padding-bottom: 50px;
}
.service3 .img-box2 img {
  max-width: 100%;
}
.service3 .img-box2 p {
  font-size: 14px;
  color: #687284;
  padding-top: 10px;
}
.service3 .service-content h2 {
  font-size: 36px;
  color: #3c4a62;
  font-weight: 700;
  line-height: 1.4em;
  padding-bottom: 40px;
}
.service3 .service-content p {
  color: #687284;
  font-size: 14px;
  padding-bottom: 10px;
}
.service3 .service-content a {
  font-size: 14px;
  color: #687284;
}
.our-service-2 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.our-service-2 .service-box2 {
  width: 100%;
  height: 100%;
  border: 1px solid #eef2f4;
  box-shadow: 0 0 10px #eef2f4;
  padding: 20px 10px 10px;
}
.our-service-2 .service-box2 .service-icon-two {
  color: #f39c12;
  font-size: 30px;
  position: absolute;
}
.our-service-2 .service-box2 .left {
  position: relative;
  left: 35px;
  top: 8px;
  box-sizing: border-box;
}
.our-service-2 .service-box2 .left h4 {
  border-left: 1px solid #ccc;
  padding-left: 14px;
  color: #f39c12;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.our-service-2 .service-box2 .left p {
  font-size: 14px;
  color: #687284;
  padding-left: 15px;
  padding-top: 15px;
}

.faqs-area {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 50px;
}

.faqs-list h3 {
  text-transform: uppercase;
  color: #3c4a62;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 40px;
}
.faqs-area .faqs-list p {
  padding-top: 50px;
  font-size: 14px;
  color: #687284;
}
.faqs-list h3 span {
  color: #f39c12;
}
.faqs-area .faqs-list .panel-title a {
  text-decoration: none;
  font-size: 16px;
  color: #5d6b82;
  position: absolute;
  left: 40px;
}
.faqs-area .faqs-list .panel-title i {
  background: #f39c12 none repeat scroll 0 0;
  color: #fff;
  height: 30px;
  padding-top: 8px;
  position: relative;
  left: -25px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.faqs-area .faqs-list2 {
  margin-top: 20px;
}

.faqs-area .faqs-list2 .panel-title a {
  text-decoration: none;
  font-size: 16px;
  color: #5d6b82;
  position: absolute;
  left: 40px;
}

.faqs-area .faqs-list2 .panel-title i {
  background: #f39c12 none repeat scroll 0 0;
  color: #fff;
  height: 30px;
  padding-top: 8px;
  position: relative;
  left: -25px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.faqs-area .faqs-list2 .panel-title {
  display: inline-block;
  margin-top: 24px;
}

.contact-form-area {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 50px;
}
.contact-form-area .area-title h3 {
  color: #3c4a62;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 15px;
}
.contact-form-area .area-title p {
  color: #687284;
  font-size: 14px;
}
.contact-form-area .contact-form {
  margin-top: 35px;
}
.contact-form-area .contact-form .form-input {
  margin-bottom: 30px;
}
.contact-form-area .contact-form .form-input button {
  background: #5d6b82;
  color: #fff;
  padding: 10px 40px;
  transition: all 0.5s;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
}
.owl-carousel {
  width: 100%;
  height: 300px;
  padding: 70px 20px;
}

.owl-carousel .owl-box {
  width: 160px;
  height: 160px;
  border: 1px solid #687284;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.owl-carousel .owl-box img {
  max-width: 100%;
}

.clients {
  width: 100%;
  padding-top: 70px;


}
.clients .clients-box {
  width: 100%;
  background: #ccc;
  padding: 40px 40px 20px 20px;

}
.clients .clients-box .clients-div {
  width: 270px;
  height: 150px;
  padding-top: 30px;
  text-align: center;
  border-radius: 5px ;
  background: #ffff;
  transition: all 0.3s;
} 
.clients .clients-box .clients-div:hover{
  background: #868e96;

}
.clients .clients-box .clients-div img {
  max-width: 90px;
  height: 90px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}


.clients .clients-box .clients-div1 {
  width: 270px;
  height: 150px;
  padding-top: 30px;
  text-align: center;
  border-radius: 5px ;
  background: #868e96;
  transition: all 0.3s;
} 
.clients .clients-box .clients-div1:hover{
  background: #fff;

}
.clients .clients-box .clients-div1 img {
  max-width: 90px;
  height: 90px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}
#pagetitle{
  width:100% ;
  height: 200px;
  
  background: rgba(0, 0, 0, 0.6);
    
   
    text-align: center;
    position:absolute;
    padding-bottom: 500px;
    z-index: 1;
   

}

#pagetitle h2 {
  padding-top: 230px;
  text-transform: uppercase;
  color: #fff;
  
  font-size: 36px;
  font-weight: 700;
}
#pagetitle ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
  margin: 5px;
  font-size: 14px;
}

.air-freight {
  width: 100%;
  padding-top: 80px;
}
.air-freight img {
  max-width: 100%;

}
.air-freight .air-freight-box span {
  color: #6f4bf1;
  font-family: "Ubuntu", Sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    padding-bottom: 15px;
}
.air-freight .air-freight-box h2{
  color: #343666;
    font-family: "Ubuntu", Sans-serif;
    font-size: 2.8em;
    font-weight: 700;
    padding-bottom: 10px;
}
.air-freight .air-freight-box p{
  color:#343666 ;
  line-height: 1.6em;
  font-weight:300;
  
  font-size: 17px;
  font-family: "Open Sans", Sans-serif;
  padding-top: 10px;
}
.air-text{
  margin-bottom: 20px;
}
.air-text i {
  margin-right: 10px;
  background: #007bff;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  padding: 2px;
}
.coppyright {
  background: #5d6b82;
  padding: 10px 0px;
  color: #fff;
  text-align: center;

}
.coppyright::after {
  background: rgba(0, 0, 0, 0) url(../img/footer-map-bg.png.png) no-repeat
    scroll top center / 90% auto;
}
.coppyright p {
  font-size: 14px;
  line-height: 1.7em;
  margin: 0;
}
.coppyright a {
  color: #fff;
  text-decoration: none;
}
.topup-btn {
  opacity: 0;
  transition: all 0.3s;
}
.topup-btn.active {
  opacity: 1;
}
.topup-btn button {
  position: fixed;
  width: 40px;
  height: 40px;
  color: #ffff;
  bottom: 20px;
  background: #f39c12 none repeat scroll 0 0;
  border: none;
  outline: none;
  font-size: 20px;
  right: 20px;
  padding-top: 5px;
  text-align: center;
  z-index: 99;
}


@media only screen and (max-width: 767px) {
  .header img {
    height: 45px;
  }
  .menu {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    right: 0;
    top: 66px;
    height: calc(100vh - 66px);
    visibility: hidden;
    transition: all 0.3s;
  }
  .menu ul {
    text-align: left;
    width: 70%;
    background: #212121;
    height: 100%;
    right: 0;
    position: absolute;
    padding: 20px;
    top: 0;
    transition: all 0.3s;
    transform: translateX(100%);
  }
  .header .menu ul li {
    display: block;
    border-bottom: 1px solid #1a1a1a;
  }
  .header .menu ul li a {
    padding: 15px;
  }
  .header .menu ul li a i {
    font-size: 22px;
    position: relative;
    bottom: -1px;
    margin-right: 10px;
    opacity: 0.7;
  }
  .header .menu ul li ul {
    width: 100%;
    transform: translateY(0);
    position: static;
    padding: 0;
  }
  .header .menu ul li ul li {
    background: transparent;
  }
  .header .menu ul li:hover >  ul {
    display: none;
  }
  
  .menu.active {
    visibility: visible;
  }
  .menu.active ul {
    transform: translateX(0);
  }
  .menu-icon {
    color: #fff;
    float: right;
    font-size: 30px;
    padding: 10px 0;
    display: inline-block;
    cursor: pointer;
  }
  .menu-icon.active {
    padding: 17px 0;
  }
  .menu-icon .fa-times {
    display: none;
  }
  .menu-icon.active .fa-bars {
    display: none;
  }
  .menu-icon.active .fa-times {
    display: block;
  }
  .carousel-caption {
    padding-top: 260px;
  }
  .home-button a {
    display: none;
  }
  .service-a {
    display: none;
  }
  .from-get .form-text h2 {
    font-size: 26px;
    padding-top: 50px;
  }
  .about .service-cart {
    margin-bottom: 30px;
  }
  .service {
    padding-top: 50px;
  }
  .service-left {
    padding: 0 20px;
  }
  .service h2 {
    font-size: 26px;
  }
  .service-content h2 {
    font-size: 26px;
  }
  .catalouge-content h3 {
    font-size: 24px;
    font-weight: 700;
  }
  .service .service-left button {
    margin-bottom: 50px;
    font-size: 14px;
  }
  .catalouge-content {
    margin-bottom: 50px;
  }
  .service .service-b {
    padding: 0 15px;
  }  
  .service-icon {
    margin-left: 0px;
    top: -16px;
    border: none;
    width: 70px;
    height: 70px;
  }
  .padding {
    padding-bottom: 50px;
  }
  .service .service-b .service-details h4 {
    font-size: 18px;
    font-weight: 700;
  }
  .service .service-b .service-details {
    margin-left: 90px;
  }
  .service .service-left h3 {
    font-size: 20px;
  }
  .tips .promo-details h3 {
    font-size: 18px;
  }
  .read-more {
    font-size: 14px;
  }
  .catalouge-content ul li {
    font-size: 14px;
  }
  .tips {
    background-image: none;
  }
  .tips .promo-icon i {
    margin-left: 0px;
  }
  .tips .single-promo {
    padding-top: 0;
  }
  .single-footer-widget {
    margin-bottom: 100px;
  }
  .carousel-caption h1 {
    font-size: 20px;
  }
}
