@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
}

.top-panel{
  padding: 10px;
  padding-left: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  background-color: #f7f7f7;
  color: #302b4b;
}

.row-wrapper-main{
  padding-top: 90px;
  padding-bottom: 90px;

}

.container
{
  max-width: 1322px !important;
}


.team-content-block img {
    max-width: 250px;
    border: 5px solid #e2e2e2;
}


.team-item-wrapper{
  padding-block:30px;
  text-align: center;
}

.team-item-wrapper h5 {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center
}

.team-item-wrapper p {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 8px;
}

.branch-block-item{
  padding-block: 30px;
}

.branch-block{
  margin-top: 25px;
}

.branch-block h5{
  text-align: center;
  padding-block: 50px;
  font-size: 25px;
  font-weight: bold;
  color: #c74111;
}

.branch-block h2{
  font-size: 25px;
}

.branch-block-item h2:after {
    content: "";
    width: 200px;
    height: 2px;
    background-color: #976060;
    position: absolute;
    top: 75px;
    left: 16px;
    display: block;
}

.branch-block h3{
    font-size: 20px;
    padding: 0px;
    margin-top:40px;
}

.branch-block a{
  text-decoration: none;
  color: #000;
}




.content img {
    max-width: 142px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.content h4 {
    font-size: 20px;
    line-height: 1.75;
    background-color: #f5f5f5;
    padding: 20px;
    border-right: 7px solid #c74111;
    position: relative;
    padding-left: 180px;
}


.column-wrapper-main-1
{
  padding-left: 8rem;
  padding-right: 18rem;
  text-align: justify;
}

.column-wrapper-1 .about{
  color: #053678;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}


.column-wrapper-1 .bigger-content-1{
  color: #cd1212;
  font-size: 35px;
  font-weight: 700;
  font-family: "Merriweather Sans";
}

.column-wrapper-1 .bigger-content-1 span{
  color: #053678;
}

.column-wrapper-2 p{
  color: #333;
  line-height: 1.5;
  margin-top: 20px;
}

.column-wrapper-2 h2 {
    color: #cd1212;
    font-size: 1.675rem;
    font-weight: 900;
}

.column-wrapper-2 ul {
    list-style: none;
    padding: 0;
    font-weight: 400;
    color: #173079;
    padding-left: 1rem;
    font-size: 1.05rem;
}

.col-wrapper-3{
  padding-top: 20px;
}

.column-wrapper-3 p{
  color: #333;
  margin-top: 10px;
}

.fas-check{
  color: #cd1212;
  font-size: 25px;
  padding-top: 10px;
}

.column-wrapper-main-1 .column-wrapper-4{
  padding-top: 21px;
}

.column-wrapper-main-1 .column-wrapper-4 a{
  z-index: 1;
  width: 150px;
  height: 60px;
  font-weight: 600;
  border-radius: 5px;
  color: #053678;
  border: 2px solid #cd1212;
  padding-top: 15px;
  border-left: 7px solid #cd1212;
}

.column-wrapper-main-1 .column-wrapper-4 a:hover{
  color: #ffffff;
  background-color: #cd1212;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.column-wrapper-main-2{
  padding: 0!important;
  position: relative;
}

.column-wrapper-main-2 .image-wrapper img{
  box-shadow: 0px 48px 40px 0px rgba(135, 135, 135, 0.15);;
}


.column-wrapper-main-2 .small-div{
  width: 260px;
  color: #cd1212;
  height: 105px;
  padding-left: 15px;
  border-radius: 8px;
  position: absolute;
  background-color: #fff;
  box-shadow: 13.435px 13.435px 30px 0px rgba(55, 54, 54, 0.2);
  top: 9%;
  right: 6%;

}

.image-wrapper img {
    width: 100%;
}

.column-wrapper-main-2 .small-div-icon .fas-truck
{
  font-size: 28px;
  padding-top: 16px;
  padding-left: 14px;
  border-radius: 50%;
  background-color: red;
  width: 60px;
  height: 60px;
  color: #fff;
  margin-top: 22px;
}

.small-div-content 
{
  margin-top: 16px;
  margin-left: -30px;
  font-weight: bolder;
  position: absolute;
  top: 1px;
  left: 115px;
}

.small-div-content h3 {
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 0px;
}

.small-div-content span {
  font-size: 27px;
  font-weight: bolder;
  position: absolute;
  top: 2px;
  padding-left: 4px;
}

.small-div-content p{
  font-size: 18px;
  font-weight: bolder;
  margin-bottom: 0px;
}

.index-main-wrapper
{
  padding-block: 100px;
  padding-left: 200px;
  padding-right: 200px;
}


.banner-2{
  display: block;
  text-align: center;
  padding-left: 200px;
  padding-right: 200px;
}

.banner-2 .img-wrapper{
  overflow: hidden;
}

.banner-2 .img-wrapper img 
{
  max-width: 100%;
  transition: transform 1s;
}

.banner-2 .inner-row-col .inner-box{
  background-color: #c74111;
}

.banner-2 .inner-row-col .inner-box a{
  color: #fff !important;
  text-decoration: none;
}


.banner-2 .img-wrapper img:hover 
{
  transform: scale(1.25);
  cursor: pointer;
}

.banner-2 .banner-2-row-1-col-1{
  font-size: 18px;
  font-weight: 700;
  color: #053678;
  text-align: center !important;
  padding-top: 80px;
  overflow: hidden;

}


.banner-2 .banner-2-row-1-col-2 h3{
      margin: -10px;
    font-size: 21px;
}

.banner-2 .banner-2-row-1-col-2 h2{
  font-size: 40px;
  font-weight: 700;
  color: #cd1212;
  padding: 20px 0px;
  padding-left: px;
  text-align: center !important;
  font-family: "Roboto";
}


.banner-2 .banner-2-row-1-col-2 span{
  color: #053678;
}

.banner-2 .banner-2-row-1-col-3 p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  font-family: "Roboto";
  text-align: center !important;
}

.inner-box {
    background-color: #fff;
    border-top: 10px solid #000;
}


.banner-2 .banner-2-row-1 .inner-row{
  padding-top: 40px;
  padding-bottom: 40px;
}


.inner-row .inner-row-col{
  padding: 40px 20px;
  margin-bottom: 30px;
  border-radius: 2px;
  box-shadow: 0px 15px 30px 0px rgba(144, 144, 144, 0.05);
  width: 100%;
}


.inner-row .inner-row-col .row-icon{
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background-color: #ffc2c4;
  transition: 500ms all ease;
  margin-left: 3px;
}

.inner-row .inner-row-col .row-icon .fas-truck-2{
  font-size: 30px;
  color: #ea1a00;
  padding-top: 16px;
}


.inner-row .inner-row-col .inner-row-col-content .col-big-content h3{
  margin:0px !important;
}

.col-sm-12.col-big-content{
  padding-block: 15px;
}

.inner-row .inner-row-col .inner-row-col-content .col-big-content a{
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  color: #053678;
  text-transform: uppercase;
  font-family: "Roboto";
}


.inner-row .inner-row-col .inner-row-col-content .col-normal-content span{
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  font-family: "Roboto";
}

.inner-row .inner-row-col .inner-row-col-content .col-linked{
  padding-top: 20px;
}

.inner-row .inner-row-col .inner-row-col-content .col-linked a{
  font-weight: 600;
  color: #053678;
  font-family: "Roboto";
  text-decoration: none;
}


.inner-row .inner-row-col .inner-row-col-content .col-linked a:hover{
  color: #ea1a00;
  transition: 500ms all ease;
  text-decoration: none;

}


.inner-row .inner-row-col .row-icon .fas-road{
  font-size: 30px;
  color: #ea1a00;
  padding-top: 16px;
}


.inner-row .inner-row-col .row-icon .fas-ship{
  font-size: 30px;
  color: #ea1a00;
  padding-top: 16px;  
}


.inner-row .inner-row-col .row-icon .fas-target{
  font-size: 30px;
  color: #ea1a00;
  padding-top: 16px;  
}


.inner-row .inner-row-column-first{
  margin-left: 62px;
}



.btn-custom {
  background-color: #3c3e42;
  border: 1px solid #3c3e42;
  padding: 8px;
  border-radius: 6px;
  font-weight: bold;
}

.top-panel-content{
  padding-top: 10px;
}

.new-table td:first-child {
    width: 15% !important;
}

.new-table td:nth-child(2) {
    width: 15% !important;
}

.new-table td:nth-child(3) {
    width: 45% !important;
}

.new-table td:nth-child(4) {
    width: 25% !important;
}


.address td {
    width: 50% !important;
}


.ellipsis {
  display: block;
  display: -webkit-box;
  height: 100px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

header {
  /* rxt main navigation */
  /* / rxt main navigation */ }

  .top-right-contact-wrapper span{
    display: inline-block;
    position: relative;
  }

  .top-right-contact-wrapper span i{
    background-color: #c74111;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    position: absolute;
    padding: 17px;
    top: -11px;
  }  


 .top-right-contact-wrapper span i.fa-brands.fa-whatsapp {
    background-color: #43bc50;
    font-size: 25px;
    font-weight: 500;
    padding: 14px !important;
}

  .top-right-contact-wrapper span a{
    margin-right: 40px;
    display: inline-block;
    padding-left: 50px;
    font-weight: 700;
    color: #154168 !important;
  }

  header .logo {
    display: block;
    padding: 0px 0; }
    header .logo img 
    {
      padding-left: 30px;
      max-width: 90%;
      width: 100%;
      padding-block: 5px;
    }
  header .track-now {
    padding: 7px 15px;
    margin-bottom: 22px; }
    header .track-now .form-control {
      font-size: 14px;
      min-width: 250px; }
  header .rxt-navigation-wrap {
    margin-top: 14px;
    background-color: #de6924;
    padding: 5px;
  }
  header .toggle-input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    margin: 0; 
  }


  .index-main-wrapper img
  {
    max-width: 100%;
  }

  @media screen and (min-width: 992px) {
    header [class*="mobOnly-"] {
      display: none !important; }
    header .rxt-navigation {
      position: relative;
      z-index: 9999;
      display: flex;
      justify-content: space-around;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      header .rxt-navigation > li {
        flex: 1 1 auto;
        text-align: center; }
        header .rxt-navigation > li > a {
          display: block;
          font-size: 17px;
          color: #fff;
          padding: 12px 2px; 
          font-family: "Merriweather Sans";
          text-transform: uppercase;
        }
        header .rxt-navigation > li.active, header .rxt-navigation > li:hover {
          color: #f79321; }
        header .rxt-navigation > li li {
          text-align: left;
          border-bottom: 1px solid #5b5e62; 
        }
          header .rxt-navigation > li li a {
            font-size: 16px;
            color: #fff;
            display: block;
            padding: 12px 15px;
            text-transform: capitalize;
          }
          header .rxt-navigation > li li ul {
            top: 0;
            left: 100%;
            margin: 0 0 0 20px; }
          header .rxt-navigation > li li.has-sub > a:before, header .rxt-navigation > li li ul + a:before {
            content: "\f105";
            left: 100%;
            top: 50%;
            right: auto;
            margin: 0 0 0 -15px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
          header .rxt-navigation > li li:last-child {
            border-bottom: 0; }

      header .rxt-navigation ul {
        visibility: hidden;
        opacity: 0;
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 0;
        top: 100%;
        width: 275px;
        margin-top: 20px;
        background-color: #3c3e42;
        border-radius: 0px;
        -webkit-transition: ease all 0.3s;
        -moz-transition: ease all 0.3s;
        -ms-transition: ease all 0.3s;
        transition: ease all 0.3s;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5); 
      }

      .btn-menu-track {
          background-color: #cd1212;
          border-radius: 10px;
          width: 80%;
          font-weight: 600;
          padding: 10px !important;
      }

      .btn-menu-track-spn{
        font-size: 20px;
      }

      header .rxt-navigation li {
        position: relative; }
        header .rxt-navigation li.has-sub > a:before, header .rxt-navigation li ul + a:before {
          font-size: 14px;
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          margin: -18px auto 0;
          content: "\f0d7";
          color: #fff;
          font-weight: 900;
          font-family: Font Awesome\ 5 Free;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1; }
        header .rxt-navigation li:hover > ul {
          visibility: visible;
          opacity: 1;
          margin: 0;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); } }


    .owl-carousel .item {
      height: 70vh;
      position: relative;
    }

    .owl-carousel .item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .owl-carousel .item .cover {
      padding: 75px 0;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6);
      display: flex;
      align-items: center;
    }

    .owl-carousel .item .cover .header-content {
      position: relative;
      padding: 56px;
      overflow: hidden;
    }

    .owl-carousel .item .cover .header-content .line {
      content: "";
      display: inline-block;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      border: 9px solid rgba(255, 255, 255,0.3);
      -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
      clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    }

    .owl-carousel .item .cover .header-content h2 {
      font-weight: 300;
      font-size: 25px;
      color: #fff;
    }

    .owl-carousel .item .cover .header-content h1 {
      font-size: 50px !important;
      font-weight: 600;
      margin: 5px 0 20px;
      text-transform: uppercase;
      color: #f97426;
    }

    .owl-carousel .item .cover .header-content h4 {
      font-size: 24px;
      font-weight: 300;
      line-height: 36px;
      color: #fff;
    }

    .owl-carousel .owl-item.active h1 {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      animation-name: fadeInDown;
      animation-delay: 0.3s;
    }
    .owl-carousel .owl-item.active h2 {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      animation-name: fadeInDown;
      animation-delay: 0.3s;
    }
    .owl-carousel .owl-item.active h4 {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      animation-name: fadeInUp;
      animation-delay: 0.3s;
    }
    .owl-carousel .owl-item.active .line {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      animation-name: fadeInLeft;
      animation-delay: 0.3s;
    }
    .owl-carousel .owl-nav .owl-prev {
      position: absolute;
      left: 15px;
      top: 43%;
      opacity: 0;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      background: rgba(0, 0, 0, 0.5) !important;
      width: 40px;
      cursor: pointer;
      height: 40px;
      position: absolute;
      display: block;
      z-index: 1000;
      border-radius: 0;
    }
    .owl-carousel .owl-nav .owl-prev span {
      font-size: 1.6875rem;
      color: #fff;
    }
    .owl-carousel .owl-nav .owl-prev:focus {
      outline: 0;
    }
    .owl-carousel .owl-nav .owl-prev:hover {
      background: #000 !important;
    }
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      right: 15px;
      top: 43%;
      opacity: 0;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      background: rgba(0, 0, 0, 0.5) !important;
      width: 40px;
      cursor: pointer;
      height: 40px;
      position: absolute;
      display: block;
      z-index: 1000;
      border-radius: 0;
    }
    .owl-carousel .owl-nav .owl-next span {
      font-size: 1.6875rem;
      color: #fff;
    }
    .owl-carousel .owl-nav .owl-next:focus {
      outline: 0;
    }
    .owl-carousel .owl-nav .owl-next:hover {
      background: #000 !important;
    }

    .owl-carousel:hover .owl-prev {
      left: 0px;
      opacity: 1;
    }
    .owl-carousel:hover .owl-next {
      right: 0px;
      opacity: 1;
    }





          
  @media screen and (max-width: 1199px) {
    header .rxt-navigation > li > a {
      font-size: 18px; } }
  @media screen and (max-width: 991px) {

    .owl-carousel .item {
      height: 30vh;
      position: relative;
    }

    .owl-carousel .item .cover .header-content h1{
      font-size: 30px !important;
    }

    .column-wrapper-main-1
    {
      padding-left: 10px !important;
      text-align: justify;
    }

    .row-wrapper-main{
      padding-top: 40px !important;
    }

    header .logo img{
        width: 350px !important;
        padding-left: 0px !important;
    }    
    header {
      position: relative;
      padding-top: 0px;
      border-bottom: 2px solid #134781; }
    header .logo img {
      width: 180px; }
    header .rxt-nav-trigger {
      display: block;
      width: 40px;
      cursor: pointer; }
      header .rxt-nav-trigger > span {
        display: block;
        height: 3px;
        border-radius: 3px;
        background: #303030;
        margin-bottom: 6px;
        -webkit-transition: ease all 0.3s;
        -moz-transition: ease all 0.3s;
        -ms-transition: ease all 0.3s;
        transition: ease all 0.3s; }
        header .rxt-nav-trigger > span:first-child {
          width: 30px;
          margin-left: auto; }
        header .rxt-nav-trigger > span:last-child {
          margin-bottom: 0; }
      header .rxt-nav-trigger:hover {
        animation-name: rubberBand;
        animation-duration: 1s;
        animation-fill-mode: both; }
        header .rxt-nav-trigger:hover > span {
          background: #134781; }
    header .rxt-navigation-wrap {
      padding: 40px 0 20px;
      display: block;
      position: fixed;
      z-index: 999999;
      left: 0;
      top: 0;
      bottom: 0;
      width: 70%;
      height: 100%;
      overflow: auto;
      background: #000;
      box-sizing: border-box;
      -webkit-transition: ease all 0.3s;
      -moz-transition: ease all 0.3s;
      -ms-transition: ease all 0.3s;
      transition: ease all 0.3s; }
      header .rxt-navigation-wrap .container {
        padding: 0; }
      header .rxt-navigation-wrap .mobOnly-social-links {
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: center; }
        header .rxt-navigation-wrap .mobOnly-social-links li {
          display: inline-block;
          vertical-align: middle; }
          header .rxt-navigation-wrap .mobOnly-social-links li a {
            display: inline-block;
            color: #fff;
            padding: 10px; }
    header .mobOnly-menu-close {
      display: block;
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 22px;
      color: #efefef;
      opacity: 0.6;
      cursor: pointer;
      -webkit-transition: ease all 0.3s;
      -moz-transition: ease all 0.3s;
      -ms-transition: ease all 0.3s;
      transition: ease all 0.3s; }
      header .mobOnly-menu-close:hover, header .mobOnly-menu-close:focus {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
    header .rxt-navigation {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      header .rxt-navigation li {
        position: relative;
        border-width: 0 0 1px;
        border-style: solid;
        border-color: #716e6a; }
        header .rxt-navigation li:first-child {
          border-top-width: 1px; }
        header .rxt-navigation li a {
          display: block;
          font-size: 18px;
          color: #fff;
          padding: 10px 15px; }
        header .rxt-navigation li.active > a {
          background: #c74111; }
        header .rxt-navigation li.has-sub:before {
          content: "\f067";
          color: #e2e2e2;
          position: absolute;
          top: 13px;
          right: 0;
          width: 40px;
          text-align: center;
          font-weight: 900;
          font-family: Font Awesome\ 5 Free;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1; }
        header .rxt-navigation li.has-sub > a {
          border-right: 1px solid rgba(255, 255, 255, 0.1);
          margin-right: 40px; }
        header .rxt-navigation li.has-sub ul {
          display: none;
          list-style-type: none;
          margin: 0;
          padding: 0; }
          header .rxt-navigation li.has-sub ul li a {
            padding-left: 20px; }
          header .rxt-navigation li.has-sub ul li ul a {
            padding-left: 25px; }
        header .rxt-navigation li.has-sub:hover, header .rxt-navigation li.has-sub:focus {
          background: #c74111; }
          header .rxt-navigation li.has-sub:hover:before, header .rxt-navigation li.has-sub:focus:before {
            content: "\f068";
            color: #fff; }
          header .rxt-navigation li.has-sub:hover > ul, header .rxt-navigation li.has-sub:focus > ul {
            display: block; }
    header .rxt-nav-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 9998;
      background: rgba(0, 0, 0, 0.5); }
    header .rxt-navigation-wrap {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
      header .rxt-navigation-wrap:target {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
        header .rxt-navigation-wrap:target + .rxt-nav-overlay {
          display: block; }
    header [class*="col-"] {
      position: static; }
    header .track-now {
      padding: 7px 15px;
      margin-bottom: 22px; }
      header .track-now .form-control {
        min-width: auto; } 
  }
  @media screen and (max-width: 767px) {

    .banner-2 .banner-2-row-1 .inner-row{
      padding: 0px;
    }

    .index-main-wrapper img {
      margin-bottom: 30px;
    }

    .mobOnly-rxt-nav-trigger-wrap{
      margin-top: -120px;
    }
    
    .top-right-contact-wrapper {
      display: none;
    }

    .index-main-wrapper{
      padding:0px;
    }

    header .top-space-mobile {
      padding: 25px; }
    header .track-now {
      padding: 5px 15px 10px 15px !important;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background-color: #593b21 !important; }
      header .track-now h6, header .track-now .h6 {
        margin-bottom: 5px !important; }
      header .track-now .btn-dark:not(:disabled):not(.disabled).active, header .track-now .btn-dark:not(:disabled):not(.disabled):active, header .track-now .show > .btn-dark.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500; }
      header .track-now .btn-dark:not(:disabled):not(.disabled).active:focus, header .track-now .btn-dark:not(:disabled):not(.disabled):active:focus, header .track-now .show > .btn-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
      header .track-now .btn-dark {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107; }
      header .track-now .btn-dark:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00; } }
  @media screen and (max-width: 575px) {
   .owl-dots
   {
    display: none !important;
   }    

   .about-wrap{
      margin: 10px !important;
      padding: 10px !important;
   }

   .about-wrap img{
      width: 100% !important;
   }

   .indexmain .h2.title2{
      font-size: 22px !important;
      margin-top: 10px !important;
      margin-bottom: 10px !important;
   }

   .about-wrap p{
    padding: 10px !important;
   }

    header .logo img {
      width: 200px; }
    header .rxt-nav-trigger {
      width: 32px; }
      header .rxt-nav-trigger > span {
        margin-bottom: 4px; 
      }
        header .rxt-nav-trigger > span:first-child {
          width: 25px; } 
        }
  @media screen and (max-width: 350px) {
    header .logo img {
      width: 125px; } }

a {
  color: #f79321;
  text-decoration: none;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s; }
  a:hover {
    color: #593b21;
    text-decoration: none; }

b, strong {
  font-weight: 500; }

p:last-child {
  margin-bottom: 0; }

.primary-color, .blue-color {
  color: #f79321 !important; }

.secondary-color, .red-color, .font-red {
  color: #593b21 !important; }

.bg-primary, .bg-blue {
  background-color: #f79321 !important; }

.bg-secondary, .bg-red {
  background-color: #593b21 !important; }

.bg-light2 {
  background-color: #eee !important; }

/*title*/
.h1.title1, h1.title1, .h2.title1, h2.title1, .h3.title1, h3.title1, .h4.title1, h4.title1, .h5.title1, h5.title1 {
  position: relative;
  margin-bottom: 35px;
  color: #f79321; }
  .h1.title1:after, h1.title1:after, .h2.title1:after, h2.title1:after, .h3.title1:after, h3.title1:after, .h4.title1:after, h4.title1:after, .h5.title1:after, h5.title1:after {
    font-family: "Merriweather Sans";
    background-color: #c5c5c5;
    bottom: -15px;
    content: "";
    height: 2px;
    left: 0;
    width: 30px;
    position: absolute;
    z-index: 0; 
  }

.h1.title2, h1.title2, .h2.title2, h2.title2, .h3.title2, h3.title2, .h4.title2, h4.title2, .h5.title2, h5.title2 {
  font-family: "Merriweather Sans";
  font-weight: 400;
  color: #fff;
  letter-spacing: -.4px;
  margin-bottom: 25px;
  position: relative;
  background-color: #000;
  display: table;
  margin: 0px auto;
  padding: 15px;
  margin-bottom: 50px;
  margin-top: 20px;
}
  .h1.title2:before, h1.title2:before, .h2.title2:before, h2.title2:before, .h3.title2:before, h3.title2:before, .h4.title2:before, h4.title2:before, .h5.title2:before, h5.title2:before {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: inherit;
    left: 50%;
    height: 6px;
    width: 35px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

/* / title*/
/*box-shadow*/
.box-shadow1 {
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

/* / box-shadow*/
/*read-more*/
a.read-more1 {
  color: #ca1042;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px; 
}

  a.read-more1:after {
    content: "\f35a";
    font-weight: 500;
    display: inline-block;
    padding-left: 5px;
    color: #c7c7c7;
    font-family: Font Awesome\ 5 Free; }

/* /read-more*/
/*social-icons*/
ul.social-icons {
  margin: 0 -4px; }
  ul.social-icons li {
    display: inline-block;
    margin: 0 4px; }
    ul.social-icons li a {
      position: relative;
      font-size: 16px;
      color: #fff;
      padding: 0;
      border-radius: 100%;
      text-align: center;
      display: block;
      width: 36px;
      height: 36px;
      background-color: #f79321;
      -webkit-transition: ease all 0.3s;
      -moz-transition: ease all 0.3s;
      -ms-transition: ease all 0.3s;
      transition: ease all 0.3s; }
      ul.social-icons li a:before, ul.social-icons li a:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border: 2px solid transparent;
        border-radius: 100%;
        -webkit-transition: ease all 0.3s;
        -moz-transition: ease all 0.3s;
        -ms-transition: ease all 0.3s;
        transition: ease all 0.3s; }
      ul.social-icons li a:hover {
        background-color: #593b21;
        color: #fff; }
        ul.social-icons li a:hover:before {
          border-color: #f79321;
          -webkit-transform: scale(1.4);
          -moz-transform: scale(1.4);
          -ms-transform: scale(1.4);
          transform: scale(1.4); }
        ul.social-icons li a:hover:after {
          border-color: #fff;
          -webkit-transform: scale(2);
          -moz-transform: scale(2);
          -ms-transform: scale(2);
          transform: scale(2);
          opacity: 0; }
      ul.social-icons li a i {
        line-height: 36px; }

/* /social-icons*/
/* Section */
section:not(.initial), .section:not(.initial) {
  padding: 30px 0;
  /* RXT Last section in the page */ }
  section:not(.initial) + section:not(.initial):not([class*="bg-"]), .section:not(.initial) + section:not(.initial):not([class*="bg-"]), section:not(.initial) + .section:not(.initial):not([class*="bg-"]), .section:not(.initial) + .section:not(.initial):not([class*="bg-"]) {
    padding-top: 0; }
  section:not(.initial)[class*="bg-"] + section:not(.initial), .section:not(.initial)[class*="bg-"] + section:not(.initial), section:not(.initial)[class*="bg-"] + .section:not(.initial), .section:not(.initial)[class*="bg-"] + .section:not(.initial) {
    padding-top: 30px; }
  section:not(.initial):last-of-type:not([class*="bg-"]), .section:not(.initial):last-of-type:not([class*="bg-"]) {
    padding-bottom: 30px; }
  section:not(.initial) .inner-section:first-child:not([class*="bg-"]), .section:not(.initial) .inner-section:first-child:not([class*="bg-"]) {
    padding-top: 0; }
  section:not(.initial) .inner-section:last-child:not([class*="bg-"]), .section:not(.initial) .inner-section:last-child:not([class*="bg-"]) {
    padding-bottom: 0; }
section.initial.bg-color + section.initial.bg-color, .section.initial.bg-color + section.initial.bg-color, section.initial.bg-color + .section.initial.bg-color, .section.initial.bg-color + .section.initial.bg-color {
  padding-top: 30px; }
section.initial.bg-color .inner-section:first-child:not([class*="bg-"]), .section.initial.bg-color .inner-section:first-child:not([class*="bg-"]) {
  padding-top: 0; }
section.initial.bg-color .inner-section:last-child:not([class*="bg-"]), .section.initial.bg-color .inner-section:last-child:not([class*="bg-"]) {
  padding-bottom: 0; }
section.bg-color, .section.bg-color {
  background: #f8f8f8; }

.inner-section:not(.initial) {
  padding: 30px 0; }
  .inner-section:not(.initial) + .inner-section:not(.initial):not([class*="bg-"]) {
    padding-top: 0; }
  .inner-section:not(.initial)[class*="bg-"] + .inner-section:not(.initial) {
    padding-top: 30px; }

/* Section */
/* list styles */
ul {
  margin-bottom: 1.429rem; }
  ul.list-caret {
    list-style-type: none;
    padding: 0; }
    ul.list-caret > li {
      position: relative;
      font-size: 14px;
      padding-left: 1.5em;
      margin-bottom: 9px; }
      ul.list-caret > li:before {
        content: "\f0da";
        font-size: 1.4em;
        color: #468ce9;
        position: absolute;
        left: 0;
        top: 0.04em;
        font-weight: 900;
        font-family: Font Awesome\ 5 Free;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        -webkit-transition: ease all 0.3s;
        -moz-transition: ease all 0.3s;
        -ms-transition: ease all 0.3s;
        transition: ease all 0.3s; }
      ul.list-caret > li a {
        font-size: inherit; }
      ul.list-caret > li:last-child {
        margin-bottom: 0; }
      ul.list-caret > li:hover:before {
        left: 0.3em; }
  ul.list-block {
    list-style-type: none;
    padding: 0; }
    ul.list-block > li {
      margin-bottom: 10px; }
      ul.list-block > li a {
        position: relative;
        display: block;
        font-size: 18px;
        padding: 10px 10px 10px 32px; }
        ul.list-block > li a:before {
          content: "\f0a9";
          font-size: 0.9em;
          font-weight: 900;
          font-family: Font Awesome\ 5 Free;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1;
          position: absolute;
          top: 50%;
          left: 6px;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: ease all 0.3s;
          -moz-transition: ease all 0.3s;
          -ms-transition: ease all 0.3s;
          transition: ease all 0.3s; }
        ul.list-block > li a:hover:before {
          left: 9px; }
      ul.list-block > li:last-child {
        margin-bottom: 0; }
    ul.list-block.list-block-white > li {
      background: #fff; }
      ul.list-block.list-block-white > li a {
        color: #593b21; }
        ul.list-block.list-block-white > li a:hover:before {
          color: #f79321; }
  ul:last-child {
    margin-bottom: 0; }

/* list styles */
/* Flaxible content */
.tbl {
  display: table;
  width: 100%;
  table-layout: auto; }

.tbl .cell {
  display: table-cell;
  vertical-align: middle; }

.tbl .cell.v-top {
  vertical-align: top; }

.tbl .cell.v-bottom {
  vertical-align: bottom; }

.support-ticket-footer {
  background-color: #cd1212;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff; 
}

.support-ticket-footer span{
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}

.btn-footer-track, .btn-footer-track:hover{
    background-color: #2b53b5;
    border-radius: 10px;
    width: 100%;
    font-weight: 500;
    margin-left: 10px;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.footer-bottom-wrapper{
  width: 100%;
  background-color: #de6924;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.support-ticket-footer ul {
  padding: 0px;
  list-style: none; }

.support-ticket-footer ul li {
  display: inline-block;
  font-size: 15px;
  padding-right: 15px; }

.support-ticket-footer ul li a {
  color: #fff; }

.support-ticket-footer ul li a i {
  padding-right: 5px;
  font-size: 25px;
  vertical-align: middle; }

.support-ticket-footer ul li a:hover {
  color: #fde428; }

.support-ticket-footer .btn-lg {
  padding: .9rem 2rem; }


.mid-banner-wrapper{
  width: 100%;
  background-color: #cd1212;
  position: relative;
}

.mid-banner-section1{
  background-color: yellow;
  width: 50%;
  clip-path: polygon(0 0, 75% 0%, 91% 50%, 75% 100%, 0 100%, 0% 50%);
  overflow: hidden;
}

.mid-banner-section2 {
    position: absolute;
    left: 50%;
    top: 40%;
    color: #fff;
}

.mid-banner-section2 h2
{
  font-family: 'Merriweather Sans';
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}

.mid-banner-section2 ul 
{
  padding: 0px;
  margin:0px;
}

.mid-banner-section2 li
{
  list-style: none;
  float: left;
  border: 1px solid #fff;
  border-radius: 15px 0px 20px 0px;
  margin-right: 10px;
  padding: 15px;
  text-transform: uppercase;
}


footer a{
  color: #fff !important;
}


/* Footer */
footer {
  background: #211e5c;
}
.footer-wrapper{
  padding: 60px 60px; 
}

  footer a {
    color: #000; }
    footer a:hover {
      color: #593b21;
      text-decoration: none; }
    footer a:focus {
      color: #593b21; }
  footer .f-title {
    font-size: 21px;
    color: #fff;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-family: 'Merriweather Sans';
    font-weight: 500;
    border-bottom: 3px #de6924 solid;
    display: table;
    padding-bottom: 11px;
  }
  footer .f-title i {
    margin-right: 5px; }
  footer p + .f-title, footer footer a + .f-title, footer footer ul + .f-title {
    margin-top: 30px; }
  footer p i, footer footer a i, footer footer ul i {
    color: inherit; }
  footer .vw-all-eve {
    font-size: 12px;
    color: #ff6600; }
  footer .vw-all-eve i {
    margin-left: 5px; }
  footer .vw-all-eve:hover {
    color: #fff; }
  footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    footer ul li {
      color: #afafaf; }
    footer ul.quick-links li a {
      font-size: 16px;
      display: block;
      padding: 6px 5px 6px 25px;
      position: relative;
    }
      footer ul.quick-links li a:before {
        content: "\f101";
        font-weight: 700;
        font-family: Font Awesome\ 5 Free;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transition: ease all 0.3s;
        -moz-transition: ease all 0.3s;
        -ms-transition: ease all 0.3s;
        transition: ease all 0.3s;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      footer ul.quick-links li a:hover:before {
        color: #593b21;
        left: 3px; }
  footer ul.recent-events > li {
    display: table;
    width: 100%;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #2d2d2d; }
  footer ul.recent-events > li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0; }
  footer ul.recent-events .image {
    display: table-cell;
    vertical-align: top;
    width: 116px;
    padding-right: 15px; }
  footer ul.recent-events .image img {
    max-width: 100%;
    display: block; }
  footer ul.recent-events .con {
    display: table-cell;
    vertical-align: top; }
  footer ul.recent-events .con .eve-title {
    font-size: 12px;
    line-height: 1.5; }
  footer ul.recent-events .con .eve-title {
    height: 40px;
    -webkit-line-clamp: 2; }
  footer ul.recent-events .con .date {
    font-size: 12px;
    color: #808080;
    margin-top: 2px; }
  footer ul.connect-us-links {
    margin-bottom: 20px; }
  footer ul.connect-us-links li a {
    position: relative;
    display: block;
    padding: 2px;
    word-break: break-all; }
  footer ul.connect-us-links li a i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
footer ul.connect-us-links li:first-child a i{
  top: 20% !important;
}


.f-row-wrap p {
    color: #fff;
    padding: 0px 63px 0px 0px;
    line-height: 2;
  }


  footer ul.f-btm-links li {
    display: inline-block;
    vertical-align: top; }
  footer ul.f-btm-links li a {
    font-size: 13px;
    padding: 0 12px;
    position: relative; }
  footer ul.f-btm-links li a:before {
    content: "";
    position: absolute;
    left: -4px;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #afafaf;
    margin-top: 1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  footer ul.f-btm-links li:first-child a {
    padding-left: 0; }
  footer ul.f-btm-links li:first-child a:before {
    display: none; }
  footer ul.f-btm-links li:last-child a {
    padding-right: 0; }
  footer .footer-bottom {
    border-top: 1px solid #ececec;
    padding: 20px 0px; }
  footer .footer-bottom .copyright {
    font-size: 14px;
    background-color: #ca1042;
    color: #fff; }

/* / Footer */
/* carousel settings */
.nav-dot.owl-carousel:not(.initial) {
  padding-bottom: 0px;
  z-index: 9; }
  .nav-dot.owl-carousel:not(.initial) .owl-dots {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }
    .nav-dot.owl-carousel:not(.initial) .owl-dots .owl-dot {
      outline: none;
      width: 16px;
      height: 16px;
      border: 2px solid transparent;
      box-sizing: border-box;
      background: #fff;
      cursor: pointer;
      display: inline-block;
      margin-right: 10px;
      border-radius: 100%;
      -webkit-transition: ease all 0.3s;
      -moz-transition: ease all 0.3s;
      -ms-transition: ease all 0.3s;
      transition: ease all 0.3s; }
      .nav-dot.owl-carousel:not(.initial) .owl-dots .owl-dot.active, .nav-dot.owl-carousel:not(.initial) .owl-dots .owl-dot:hover {
        border-color: #fff;
        background: #f79321; }
      .nav-dot.owl-carousel:not(.initial) .owl-dots .owl-dot.active:hover {
        cursor: default; }
      .nav-dot.owl-carousel:not(.initial) .owl-dots .owl-dot:last-child {
        margin-right: 0; }
  .nav-dot.owl-carousel:not(.initial) .owl-nav > button {
    outline: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .nav-dot.owl-carousel:not(.initial) .owl-nav > button span {
      position: relative;
      display: inline-block;
      font-size: 30px;
      line-height: 36px;
      color: #fff;
      width: 40px;
      height: 40px;
      text-align: center;
      border-radius: 100%;
      border: 1px solid rgba(255, 255, 255, 0.5);
      -webkit-transition: ease all 0.6s;
      -moz-transition: ease all 0.6s;
      -ms-transition: ease all 0.6s;
      transition: ease all 0.6s; }
      .nav-dot.owl-carousel:not(.initial) .owl-nav > button span:before {
        content: "";
        background: #fff;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 100%;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: ease all 0.3s;
        -moz-transition: ease all 0.3s;
        -ms-transition: ease all 0.3s;
        transition: ease all 0.3s; }
    .nav-dot.owl-carousel:not(.initial) .owl-nav > button.owl-prev {
      left: 10px; }
    .nav-dot.owl-carousel:not(.initial) .owl-nav > button.owl-next {
      right: 10px; }
    .nav-dot.owl-carousel:not(.initial) .owl-nav > button.disabled span {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
    .nav-dot.owl-carousel:not(.initial) .owl-nav > button:hover span {
      color: #f79321; }
      .nav-dot.owl-carousel:not(.initial) .owl-nav > button:hover span:before {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }

/* / carousel settings */
/*background*/
.background-after {
  position: relative;
  z-index: -1;
  background: url(../images/dbc-bg-img.jpg) no-repeat center center;
  background-size: cover; }
  .background-after:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(19, 71, 129, 0.75); }

/* /background*/
.banner-carousel {
  position: relative; }


  .border-bg{
    height: 17px;
    background-color: #bbbbbb;
  }

  .banner-carousel .carousel-caption {
    display: none;
    background-color: #053678;
    text-align: center;
    padding: 15px 20px;
    margin: 0px auto;
    top: 40%;
    bottom: inherit;
    left: 42%;
    right: inherit;
    font-family: 'Merriweather Sans';
    font-weight: 500;
  }

  .banner-carousel a.read-more1 {
    color: #fde428; }
  .banner-carousel .owl-dots {
    display: none; }

  .banner-inner .carousel-caption{
    display: none !important  ;
  }

/*services*/
.punch-line {
  text-align: center;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  position: relative;
  background-image: url(../images/slider3.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  .punch-line:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(96, 58, 22, 0.95);
    z-index: -1; }
  .punch-line h5, .punch-line .h5 {
    color: #fff; }
  .punch-line .number {
    color: #f79321 !important;
    font-size: 50px;
    font-weight: 700; }
  .punch-line i {
    color: #fff;
    font-size: 30px;
    margin-bottom: 5px; }

.gallery-2 
{
  padding-bottom: 0px !important; 
}

.service-home-container {
  padding: 50px 150px 120px 150px !important;
}

/*/gallery*/
.service-box-1 {
  text-align: center;
  margin-bottom: 50px; 
}
  .service-box-1 img 
  {
    width: 100%;
    height: 300px;
    margin: 0px auto 20px;
    border: 10px solid #e2e2e2;
  }
  .service-box-1 .card-body {
    padding: 0px; }

  .service-box-1 h5 a
  {
    color: #ca1042;
    font-size: 21px;
    text-decoration: none;
    font-weight: 500;
  }

/*services*/
.about-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
   }
  .about-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    right: 0;
    top: 0;
    bottom: 0;
  }


  .about-wrap .btn-about {
      background-color: #ca1042;
      color: #fff !important;
      padding: 10px 100px;
      margin-top: 50px;
      font-weight: bold;
  }

.about-wrap img {
  border: 1px solid #e2e2e2;
  padding: 10px;
}

.about-wrap p {
  padding-right: 150px;
  padding-left: 70px;
  padding-top: 20px;
  font-weight: 16px;
}  


  .indexmain .h2.title2 {
    background-color: inherit !important;
    color: #ca1042;
    font-weight: bold;
  }

/*Css place bellow*/
@media screen and (max-width: 1200px) {
  

  .banner-2{
    padding-left: 20px;
    padding-right: 20px;
  }


  .tbl.tbl-md-full {
    display: block; }

  .tbl.tbl-md-full .cell {
    display: block; }

  .tbl.tbl-md-full .cell.text-right {
    text-align: left;
    margin-top: 20px; } }
@media screen and (max-width: 991px) {
  .social {
    display: none !important; }

  .testimonials1 [class*="col-"] {
    width: 100%; }
    .testimonials1 [class*="col-"] img {
      margin: auto; }
    .testimonials1 [class*="col-"] .lead {
      font-size: 1rem; }

  footer {
    padding: 50px 0 0; 
    color: #fff;
  }

  footer .row.f-row-wrap > [class*="col-"] {
    margin-bottom: 30px; }

  footer .row.f-row-wrap > [class*="col-"]:last-child {
    margin-bottom: 0; }

  .tbl.tbl-sm-full {
    display: block; }

  .tbl.tbl-sm-full .cell {
    display: block; }

  .tbl.tbl-sm-full .cell.text-right {
    text-align: left;
    margin-top: 20px; }

  .support-ticket-footer ul li {
    margin-bottom: 10px; }

  .service-box-1 img {
    width: 100%;
    height: 200px;
  } 

  .service-home-container{
    padding: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .banner-carousel .carousel-caption {
    padding: 10px 15px;
    left: 0; }
    .banner-carousel .carousel-caption .h1, .banner-carousel .carousel-caption h1 {
      margin: 0px;
      display: none !important;
      display: -webkit-box;
      height: 30px;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 24px; }
    .banner-carousel .carousel-caption .h3, .banner-carousel .carousel-caption h3 {
      font-size: 16px;
      margin-bottom: 0px; }
    .banner-carousel .carousel-caption p {
      display: block;
      display: -webkit-box;
      height: 50px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 0px; }
  .banner-carousel .owl-nav {
    display: none; }
  .banner-carousel .owl-dots {
    display: block;
    bottom: 0px !important; }
    .banner-carousel .owl-dots .owl-dot {
      background-color: #593b21 !important;
      border: 2px solid #e4e0da !important; }
      .banner-carousel .owl-dots .owl-dot.active {
        background-color: #f79321 !important; }

  footer .quick-links[class*="col-"] {
    float: left;
    width: 50%; }

  footer .footer-bottom {
    text-align: center;
    padding: 25px 0; }

  footer .footer-bottom .tbl.tbl-xs-full .cell.text-right {
    text-align: center !important;
    margin-top: 10px; }

  .tbl.tbl-xs-full .cell {
    display: block; }

  .tbl.tbl-xxs-full {
    display: block; }

  .tbl.tbl-xxs-full .cell {
    display: block; }

  .tbl.tbl-xxs-full .cell.text-right {
    text-align: left;
    margin-top: 20px; }

  .support-ticket-footer {
    text-align: center; }

  .support-ticket-footer ul li {
    margin-bottom: 10px; } 
  }
@media screen and (max-width: 575px) {
  
  .service-box-1 h5 a{
    font-size: 23px !important;
  }  

  .top-panel{
    padding: 10px;
    font-size: 14px;
  }

  .banner-carousel .carousel-caption 
  {
    padding: 5px 10px;
  }
  
  .banner-carousel .carousel-caption h2, .banner-carousel .carousel-caption .h2 
  {
      font-size: 16px; 
  }

  header .social-bar {
    padding: 5px 0px 8px 0px; }
    header .social-bar .select-country > li {
      font-size: 12px; }

  footer .quick-links[class*="col-"] {
    float: none;
    width: 100%; } }

/*# sourceMappingURL=main.css.map */
.address {
    width: 100%;
}
.table-responsive.new-table-main.table-bordered td {
    width: 70%;
}

.contact-item {
  margin-bottom: 20px;
}


@-webkit-keyframes animation-color {
    0%     {background-color:green;}
    50.0%  {background-color:#ff9999;}
    100.0%  {background-color:green;}
}

@keyframes animation-color{
    0%     {background-color:green;}
    50.0%  {background-color:#ff9999;}
    100.0%  {background-color:green;}
}