body {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow-x: hidden;
font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
}
body, html {
    width: 100%;
    float: left;
      overflow-x: hidden;
    position: relative;
}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #d1040c; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #d1040c; 
    -webkit-box-shadow: inset 0 0 6px #d1040c; 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #d1040c; 
}
input,
select,
textarea {
    border: none;
    outline-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.project-full {
    width: 100%;
    float: left;
    padding: 50px 0;
}
input:hover,
input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus,.panel-heading
*:focus {
    border-color: inherit;
    outline-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

button,
button:hover,
button:focus {
    outline: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}
li {
    list-style: none;
}
::before,
::after {
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;   
}
a {
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
    
}.a-ban2 {
    float: left;
    width: 100%;
    background: rgb(0 0 0);
    padding: 90px 0px;
}.mission img {
    float: left;
    width: 50px;
    margin-right: 15px;
    filter: brightness(111);
}.mission h5 {
    font-weight: 700;
    color: #ffffff;
    font-size: 30px;
    margin-top: 0;
    margin: 0;
    padding-top: 8px;
}.mission h3 {
    padding: 15px 0px;
    width: 100%;
    font-size: 33px;
    font-weight: 300;
    color: #313131;
}.mission p {
    width: 100%;
    border-top: 1px solid #c2c5d0;
    float: left;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    margin-top: 30px;
    font-size: 14px;
    color: #ffffff;
    padding: 15px 35px 0px 0px;
    margin-bottom: 0;
}
.panel8{
        width: 100%;
        float: left;
        padding: 50px 0 70px;
}
.panel8 h1{
        font-size: 40px;
        text-align: center;
        font-weight: 700;
        color: #000;
}.panel8 p {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 200px;
    color: #000;
}
.p5-box:hover img{
  /* filter: brightness(111); */
}
.p5-box:hover h5{
  /* color: #000; */
}
.p5-box:hover{
  background: #ffdbdc;
}
.p5-box {
    width: 100%;
    float: left;
    margin-top: 20px;
    text-align: center;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}.panel8 img {
    height: 65px;
    filter: brightness(0);
}.panel8 h5 {
    font-size: 24px;
    color: #d4282c;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    line-height: 32px;
}.panel8 h6 {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 15px;
}
.panel8 h1 span{font-weight: 300;color: #d1050c;}
.rent-box{width: 100%;float: left;background: #d4282c;border-radius: 10px;overflow: hidden;transition: all ease-in-out .5s;}
.rent-box img{width: 100%;height: 250px;object-fit: cover;border-top-left-radius: 10px;border-top-right-radius: 10px;transition: all ease-in-out .5s;}
.rent-box h6{font-size: 15px;font-weight: 700;color: #fff;padding: 10px 0;}
.rent-box:hover{background: #fff;}
.rent-box:hover img{overflow: hidden;filter: opacity(0.8);}
.rent-box:hover h6{
  color: #d4282c;
}
.panel3{

}
.panel3 h2{width: 100%;float: left;font-weight: 900;font-size: 40px;color: #fff;font-family: 'Lato', sans-serif;}
.panel3 h2 span{font-weight: 300;color: #d4282c;}
.panel3 p{
    font-size: 14px;
    color: #fff;
    padding: 20px 200px;
    line-height: 28px;
}
.panel3 a{float: none;display: table;margin: 50px auto 0;background: #fff;padding: 13px 50px;font-size: 15px;color: #000;font-weight: 600;border-radius: 10px;}
.panel3 a:hover{
    background: #d4282c;
    color: #fff;
}
.banner{
    width: 100%;
    float: left;
    /*background:url("../images/banner.png");*/
    background: url("../images/ban1.png");
    background-position: 76% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
}.banner1{
    width: 100%;
    float: left;
    /*background:url("../images/banner.png");*/
    background: url("../images/banner2.png");
    background-position: 76% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
}.banner2{
    width: 100%;
    float: left;
    background: url("../images/banner3.png");
    background-position: 76% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
}
.header_block {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 40px;
  background: #fff !important;
  background:none;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
}

.logo {
      width: auto;
      float: left;
      position: absolute;
      padding: 31px 0px;
      top: 0;
      left: 4%;
      z-index: 98;
     }

.logo img {
  width: 195px;
  display: inline-block;
  height: auto;
  }

.header_menu_area {
  width: 100%;
  float: left;
  height: 113px;
  position: relative;
  text-align: center; }
  .header_menu_area > .mob_nav {
    display: none; }
  .header_menu_area > ul {
    width: auto;
    display: inline-block;
    float: right;}
    .header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle; }
      .header_menu_area > ul > li > a {
        width: auto;
        float: left;
        text-transform: uppercase;
        position: relative;
        font-size: 14px;
        font-weight: 400;
        color: #474747;
        line-height: 64px;
        letter-spacing: 0px !important;
        padding: 0px 15px;
        z-index: 1;
        transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        }
        .header_menu_area > ul > li > a:hover {
          color: #d4282c;
           }
        .header_menu_area > ul > li > a::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 0px;
          left: 0;
          bottom: 0;
          z-index: -1;
          transition: all ease-in-out 0.5s;
          -o-transition: all ease-in-out 0.5s;
          -ms-transition: all ease-in-out 0.5s;
          -moz-transition: all ease-in-out 0.5s;
          -webkit-transition: all ease-in-out 0.5s; }
        /*.header_menu_area > ul > li > a:hover::after {
          height: 100%;
          border-bottom: 4px solid #FFB90C;
           }*/
           /*.active{
            height: 100%;
            background-color: #fff !important;
            color: #000 !important;
           }
*/
.active{
   
    *color: #d4282c !important;
}
          @media (max-width: 1120px) {
  .header_menu_area {
    position: inherit; }
    .header_menu_area > .mob_nav {
      display: block;
      float: right;
      width: 28px;
      height: 28px;
      margin: 24px 10px;
      cursor: pointer;
      transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s; }
      .header_menu_area > .mob_nav > div {
        background: #d1050c;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        width: 100%; }
.header_menu_area > .mob_nav > div:nth-child(1) {
          top: 2px; }
.header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
          top: 13px; }
.header_menu_area > .mob_nav > div:nth-child(4) {
          top: 23px; }

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%; }
  .mob_nav.open > div:nth-child(2) {
    background: #d1050c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  .mob_nav.open > div:nth-child(3) {
    background: #d1050c;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }

  .header_menu_area > ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #151515;
    padding: 20px 0px !important;
    min-height: 100vh;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s; }
    .header_menu_area > ul > li {
      width: 100%; }
      .header_menu_area > ul > li > a {
        color: #fff;
        width: 100%;
        line-height: 30px;
        padding: 10px 5%;
        text-align: left;
        border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
        .header_menu_area > ul > li > a::after {
          width: 0px;
          height: 100%;
          background: #fff; }
        .header_menu_area > ul > li > a:hover::after {
          width: 4px; }
  .header_menu_area ul.view {
    visibility: visible !important;
    opacity: 1;
    z-index: 100;
    display: block !important; }

  .header_user_area {
    right: calc(5% + 70px); } }
@media (max-width: 500px) {
  .header_user_area {
    right: calc(5% + 55px); }
    .header_user_area .header_user {
      padding: 23px 18px 23px 0px; }
      .header_user_area .header_user > img {
        width: 30px;
        height: 30px; }
      .header_user_area .header_user > span {
        display: none; }
    .header_user_area > .header_login {
      margin: 0 5px 0 0; } }
.panel1{
    width: 100%;
    float: left;
    padding: 60px 0 80px;
}
.panel1 img{
    width: 100%;
    float: left;
}
.panel1 h2{
    width: 100%;
    margin-top: 10px;
    float: left;
    font-weight: 900;
    text-align: left;
    font-size: 40px;
    color: #d1050c;
    font-family: 'Poppins', sans-serif;
    }
.panel1 h2 span{
font-weight: 400;
color: #232323;
}
.canvas_area{
    width:100%;
    float: left;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.hd_top{
    background: #d1040c;
    float: right;
    width: 72%;
    padding: 4px 15px;
    border-bottom-left-radius: 6px;
}
.quick{
       background: #000;
    float: right;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 19px;
    border-radius: 4px;
    margin: 13px 19px 10px 70px;
}
@media(max-width: 1120px){
    .hd_top{
        display: none;
    }
}
.quick a{
     font-size: 14px;
    color: #fff;
    font-weight: 400;
   font-family: 'Poppins', sans-serif;}
.hd_top h2{
    width: auto;
    float: left;
    font-weight: 400;
    text-align: left;
    margin-top: 10px;
    font-size: 13px;
    padding: 0 28px 0 15px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    }
.hd_top a img{
        padding: 5px;
}
.icons{
    float: right;
}
.ban_text{
      padding: 260px 0 0;
      width: 100%;
      float: left;
      text-align: center;
}
.ban_text h4{
  color: #fff;
    font-family: 'Lato', sans-serif;    
    font-size: 30px;
     width:100%;
    float: left;
    font-weight: 400;
}
.ban_text h2{
  color: #fff;
    font-family: 'Lato', sans-serif;    
    font-size: 50px;
     width: 100%;
    float: left;
    font-weight: 900;
    margin: 0;
}
.ban_text p{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  width: 100%;
  padding: 11px 200px 20px;
  float: left;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 28px;
}.ban_text a:hover{
  background:#000;color:#fff;
}
.ban_text a{
    background-color: #fff;
   font-family: 'Poppins', sans-serif;    font-size: 15px;
    float: none;
    color: #d4282c;
    padding: 17px 51px;
    font-weight: 600;
    margin-top: 0;
    border-radius: 10px;
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d1040c !important;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  color: #d1040c !important;
  right: 0;
  bottom: 0;
  background:#232323 !important;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.panel1_img{
    width: 100%;
    float: left;
}
.panel1_right{
    width: 100%;
    float: left;
    padding-top: 0;
}
.panel1 p{
    width: 100%;
    float: left;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    padding: 15px 24px 0 0;
    line-height: 34px;
    color: #232323;
   font-family: 'Poppins', sans-serif;}.panel1 a:hover{
  background: #000;
}
.panel1 a {
    background-color: #d4282c;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    float: left;
    color: #fff;
    padding: 13px 50px 16px;
    font-weight: 400;
    margin: 15px 0;
    border-radius: 10px;
}
.panel2{
    width: 100%;
    float: left;
    background: url('../images/transportation.png');
    min-height: 490px;
    background-repeat: no-repeat;
}
.panel2_right{
  float: right;
    width: 100%;
    margin: 0;
    background: url(../images/real-estate.png);
    min-height: 490px;
    background-size: cover;
    background-position: center;
}
.certified{
        max-width: 100%;
    width: 240px;
    float: right;
    margin-top: 21px;
}
.panel3{
    width: 100%;
    float: left;
    margin:0;
    background-color: #000;
    padding: 60px 0;
    text-align: center;
}
.panel3_right{
    width: 100%;
    margin:0;
    float: left;
    background: url('../images/real-estate.png');
    min-height: 490px;
    background-repeat: no-repeat;
}
.panel2_full{
    width: 100%;
    float: left;
}
.panel2_full .col-md-6{
    padding: 0;
    margin: 0;
}
.panel2 h2{
     width: 100%;
    float: left;
    font-weight: 900;
    text-align: left;
    font-size: 25px;
    padding: 40px 90px 0 90px;
    line-height: 25px;
    color: #d1050c;
   font-family: 'Poppins', sans-serif;}
.panel2 h3{
    width: 100%;
    float: left;
    font-weight: 500;
    text-align: left;
    font-size: 25px;
    padding: 0 90px;
    margin-top: 0;
    line-height: 25px;
    color: #fff;
   font-family: 'Poppins', sans-serif;}
.panel2_right_tab{
    position: absolute;
    left: 0;
    top: 86px;
    width: 100%;
    background: #fff;
    min-height: 304px;
}
.panel2_full .row{
margin:0;
}
.tab_name{
    color: #232323;
    font-family: 'Poppins', sans-serif;     font-size: 14px;
     width: 100%;
     position: relative;
     border-bottom: 1px solid #000;
     float: left;
     font-weight: 500;
     padding: 20px 40px;
     text-transform: uppercase;
}
.tab_name:hover{
    color:#232323;
}
.tab_ct{
    width: 100%;
    float: left;
    line-height: 25px;
    padding: 10px 56px 0 10px;
    font-size: 14px;
    text-align: center;
    color: #fff;
   font-family: 'Poppins', sans-serif;}
.red_tab{
    background-color: #d1050c;
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 20px;
    color: #fff;
    font-weight: 500;
}
.tab-content > .active{
    display: block !important;
}
.panel4
{
    width: 100%;
    float: left;
    min-height: 620px;
}
.panel4 h2 
{
    width: 100%;
    float: left;
    font-weight: 900;
    text-align: left;
    text-align: center;
    padding:40px 0 50px;
    font-size: 20px;
    color: #d1050c;
}
.panel4 h2 span 
{
    font-weight: 400;
    color: #232323;
}
.panel4_box{
   width: 100%;
    float: left;
    margin-bottom: 40px;
    min-height: 337px;
    background: #fff;
    box-shadow: 1px 4px 5px 2px #ececec;
}
.quality_pic{
    width: 100%;
    float: left;
}
.quality_pic img{
   display: block;
    margin: 45px auto 0;
}
.panel4_box h2{
    width:100%;
    float: left;
    text-align: center;
     font-size: 17px;
     margin-top: 0;
     font-weight: 700;
    padding: 25px 0 0;
    color: #d1050c;
   font-family: 'Poppins', sans-serif;}
.panel4_box p{
   width: 100%;
    float: left;
    text-align: center;
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
    margin-top: 5px;
    padding: 0px 44px;
    color: #232323;
   font-family: 'Poppins', sans-serif;}
.panel4 a{
    background: #d1050c;
    color: #fff;
    display: table;
    font-size: 15px;
    margin: auto;
    margin-bottom:10px !important;
    font-weight: 400;
    text-align: center;
    padding: 10px 48px;
}
.panel5{
    width: 100%;
    float: left;
    min-height: 380px;
    background-color: #171717;
}
.panel5 h2 {
    width: 100%;
    float: left;
    font-weight: 900;
    text-align: left;
    text-align: center;
    padding: 40px 0 0px;
    font-size: 40px;
    color: #fff;
}
.panel5 h2 span {
    font-weight: 300;
    color: #d1050c;
}
.panel5 p {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
    margin-top: 5px;
    padding: 0px 260px;
    color: #fff;
   font-family: 'Poppins', sans-serif;}
@media(max-width:600px){
    .panel3 p{
        padding: 20px 0;
    }
  .new-serv p{
     padding: 10px 0 !important;
  }
    .panel8 p{
        padding: 10px 0;
    }
    .panel1 h2{
        text-align: center;
    }.panel1_right p{
        text-align: center;
        margin-bottom: 20px;
    }
    .ban_text a {
    background-color: #fff;
   font-family: 'Poppins', sans-serif;    font-size: 15px;
    float: none;
    color: #d4282c;
    padding: 13px 40px;
    font-weight: 600;
    margin-top: 0;
    border-radius: 10px;
}

    .ftr ul li a{
            padding: 14px 8px !important;
    }
   .panel5 p {
   padding: 0;
   } .banner1 {
    width: 100%;
    float: left;
    /* background: url(../images/banner.png); */
    background: url(../images/ban1.png);
    background-position: 76% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 457px;
}
   .banner {
    width: 100%;
    float: left;
    /* background: url(../images/banner.png); */
    background: url(../images/ban1.png);
    background-position: 76% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 457px;
}.ban_text p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    width: 100%;
    padding: 15px 0px;
    line-height: 25px;
    float: left;
    font-weight: 400;
    margin: 0 0 7px;
}.banner {
    width: 100%;
    float: left;
    /* background: url(../images/banner.png); */
    background: url(../images/ban1.png);
    background-position: 55% 95%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 457px;
}.banner1 {
    width: 100%;
    float: left;
    /* background: url(../images/banner.png); */
    background: url(../images/ban1.png);
    background-position: 55% 95%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 457px;
}.ban_text {
    padding: 184px 0 0;
    width: 100%;
    float: left;
}
}.owl-nav{
    display: none;
}
.clientlogo{
    width: 100%;
    float: left;
    margin-top:35px;
}
.client_logo img{
width: 100%;
float: left;
}
.ftr{
    min-height: 356px;
    background-color: #dbdbdb;
    float: left;
    width: 100%;
    padding: 50px 0 50px;
}
.ftr_logo{
    width: 100%;
    float: left;
}
.ftr_logo img{
    display: block;
    margin:auto;
    width: 195px;
}
.ftr ul{
    width: 100%;
    float: left;
    text-align: center;
}
.ftr ul li{
    width: auto;
    display: inline-block;
    color: #232323;
font-family: 'Poppins', sans-serif;     font-size: 14px;
    font-weight: 400;
}
.ftr ul li a{
    width: auto;
    display: inline-block;
    color: #232323;
    font-family: 'Poppins', sans-serif;    padding: 50px 20px;
    font-size: 14px;
    font-weight: 400;
}
.ftr_icons img
{
    padding: 0 10px;
}
.bdr{
    float: left;
    padding: 5px 10px 0 76px !important;
}
@media(max-width:600px){
    .bdr{
        display: none;
    }
    .bdr2{
        display: none;
    }
}
.ftr_btm{
    width: 100%;
    float: left;
 padding: 60px 70px 0;
}
.ftr_left{
    width: auto;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #232323;
}
.ftr_right{
    width: auto;
    float: right;
      font-size: 14px;
      font-weight: 400;
    color: #232323;
}
.ftr_right a{
    width: auto;
    float: right;
      font-size: 14px;
    color: #232323;
    font-weight: 400;
}
.panel_content{
    float: left;
    width: 100%;
    margin-top: 110px;
}
.panel_content img{
    display: block !important;
       margin: 20px auto !important;
}
.panel_content1{
    float: left;
    width: 100%;
    margin-top: -200px;
}
.panel_content1 img{
    display: block !important;
    margin:0px auto !important;
}
@media(max-width: 768px){
    .panel2_full{
        display: none;
    }
}
.mob_panel2{
    width: 100%;
    float: left;
}
.panel2_right_tab a:before{
      position: absolute;
    content: '';
    left: 10px;
    top: 28px;
    background-color: #000;
    width: 21px;
    height: 1px;
}
.panel3_right h2 {
    width: 100%;
    float: left;
    font-weight: 900;
    text-align: left;
    font-size: 25px;
    padding: 40px 30px 0 30px;
    line-height: 25px;
    color: #d1050c;
   font-family: 'Poppins', sans-serif;}
.panel3_right h3 {
    width: 100%;
    float: left;
    font-weight: 500;
    text-align: left;
    font-size: 25px;
    padding: 0 30px;
    margin-top: 0;
    line-height: 25px;
    color: #fff;
   font-family: 'Poppins', sans-serif;}
.inner_banner{
    width: 100%;
    float: left;
    background:url("../images/inner_ban.png");
    background-position: 76% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    min-height: 300px;

}
.gal-container {
    padding-top: 75px;
    padding-bottom: 75px;
}
.gal-item .box {
    height: 350px;
    overflow: hidden;
}
.box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.gal-item a:after {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.modal-open .gal-item button.close span {
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow: none;
}
.gal-item a:hover:after {
    opacity: 1;
}
.modal-open .gal-item button.close span {
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow: none;
}
.modal-open .gal-item button.close {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-container .modal {
    background-color: rgba(0,0,0,0.4);
}
.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
.gal-item {
    overflow: hidden;
    padding: 3px;
}
@media(max-width:768px){
.mob_panel2{
    width: 100%;
    float: left;
}
.mob_panel2 h3 {
    width: 100%;
    float: left;
    font-weight: 900;
    text-align: center;
    font-size: 20px;
    color: #d1050c;
   font-family: 'Poppins', sans-serif;}
.mob_panel2 h3 span {
    font-weight: 400;
    color: #232323;
}
}
@media(min-width:769px){
 .mob_panel2{
 display: none;
 }   
}
@media(max-width: 600px){
    .panel1 a{
        float: none;
        display: table;
        margin: 22px auto 0 !important;
    }
    .ban_text h2{
        font-size: 26px;
    }
}
.tab_name:active{
    background-color: #d1050c;
    color: #fff !important;
}
.tab_name:focus{
    color: #fff !important;
    background-color: #d1050c;
}
.tab-content .show{
    display: block !important;
}
.abt_full{
    width: 100%;
    flex: l
}
.abt_left{
    width:100%;
    float: left;
}
.abt_left h2 {
    width: 100%;
    float: left;
    font-weight: 900;
    text-align: left;
    text-align: center;
    padding: 40px 0 0px;
    font-size: 20px;
    color: #fff;
}
.abt_left h2 span {
    font-weight: 400;
    color: #d1050c;
}
.about_panel1_area {
    width: 100%;
    float: left;
    background: #000;
    padding: 70px 0;
}
.about_panel1_box > h3 {
    width: 100%;
    float: left;
    position: relative;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;    line-height: 32px;
    font-weight: 500;
    color: #1c1c1c;
    margin: 0 0 10px !important;
}
.about_panel1_box > p {
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;    line-height: 25px;
    font-weight: 400;
    color: #1c1c1c;
    text-align: justify;
}
.about_panel1_box2 > h3 {
    width: 100%;
    float: left;
    position: relative;
    font-size: 22px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;    color: #fff;
    font-weight: 500;
    margin: 0 0 10px !important;
}
.about_panel1_box2 > p {
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
   font-family: 'Poppins', sans-serif;    font-weight: 400;
    text-align: justify;
}
.about_panel1_box2 {
    background: #d10910;
    padding: 50px 40px !important;
    min-height: 260px;
    text-align: left;
    box-shadow: 1px 0 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.15);
}
.about_panel1_box {
    background: #fff;
    min-height: 260px;
    padding: 50px 40px !important;
    text-align: left;
    box-shadow: -1px 0 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: -1px 0 4px rgba(0, 0, 0, 0.15);
}
#intro-panel {
    float: left;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 45px;
}#intro-panel h1 span{
  font-weight: 300;
  color: #da040c;
}
#intro-panel h1 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 39px;
    color: #333435;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-top: 0px;
}
#intro-panel p {
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif;    line-height: 28px;
    font-size: 15px;
    font-weight: 400;
    color: #585858;
    padding-left: 70px;
    padding-right: 70px;
    *padding-top: 16px;
    text-align: center;
}
#contact-panel form{
  max-width: 900px;
  display: block;
  margin: auto;
}
#contact-panel {
    float: left;
    width: 100%;
    padding-bottom: 80px;
    background: #000;
    padding-top: 50px;
}
.titel-contact {
    float: left;
    width: 100%;
    color: #333435;
    font-family: 'Poppins', sans-serif;    font-weight: 600;
    font-size: 19px;
    padding-bottom: 30px;
}
.contactbg {
    float: left;
    width: 100%;
    padding-bottom: 23px;
    margin-bottom: 23px;
    /* border-bottom: solid 1px rgba(0, 0, 0, 0.11); */
    background: #fff2f2;
    padding: 20px;
    height: 180px;
    text-align: center;
    margin-top: 30px;
}
.contacticons {
    float: left;
    text-align: left;
    padding-top: 0px;
    margin-right: 14px;
    height: 120px;
}
.contactaddress {
    font-size: 17px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;    width: 100%;
    color: #d1040c;
    /* text-transform: uppercase; */
}
.contactdetails {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    color: rgba(0, 0, 0, 0.81);
    padding-top: 8px;
    text-transform: none;
}
.mobile_icons {
    height: 95px;
}.titel-contact span{
  font-weight: 300;
  color: #d1040c;
}
.titel-contact {
    float: left;
    width: 100%;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    padding-bottom: 30px;
}
.form_titels {
    float: left;
    width: 100%;
    color: rgba(0, 0, 0, 0.91);
    font-size: 14px;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;    padding-top: 5px;
}
.mct_form {
    border: 1px solid #b0aaaa;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    height: 45px;
    margin-bottom: 30px !important;
    padding: 10px 20px;
    outline: none;
    border-radius: 5px;
    background: #000;
    width: 100%;
    transition: all 500ms ease;
}
.form_titels {
    float: left;
    width: 100%;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    padding-top: 5px;
}.msg_send:hover{
  background: #fff;
  color: #000;
}
.msg_send {
    float: left;
    padding: 10px;
    font-size: 16px;
    color: #FFF;
    padding-left: 50px;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
    background: #d1040c;
    font-weight: 600;
    padding-right: 50px;
    margin: auto;
    text-transform: uppercase;
    border-radius: 10px;
    float: none;
    display: block;
    border: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#232323 !important;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.sub_menu{opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 210px;
    height: 0;
    overflow: hidden;
    background: #fff;
    margin-left: 25px !important;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.10);
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;}
    ul.sub_menu li {
    width: 100%;
    float: left;
}
ul.sub_menu li a {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    font-weight: 400;
    padding: 10px 30px;
    margin: 0;
    text-align: left;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.panel4 h6 {
    width: 100%;
    float: left;
    font-weight: 900;
    text-align: left;
    text-align: center;
    padding: 0px 0 20px;
    font-size: 20px;
    color: #d1050c;
}
.transport_full{
    width:100%;
    float: left;
    margin-bottom: 40px;
}
.transportimg{
    width: 100%;
    float: left;
    position: relative;
}
.transportimg img{
    width: 100%;
    float: left;
}
.transport_content{
width: 100%;
margin-bottom:20px;
    /*top: 35px;
    left: -52px;*/
   /* position: absolute;*/
    float: left;
    background-color: #fff;
     min-height: 75px;
    box-shadow: 1px 0px 3px 0px #ececec;
}
.transport_content h2
{
     font-family: 'Poppins', sans-serif;    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    /* padding: 0px 45px 8px; */
    color: #232323;
}
.transport_content p
{
   font-family: 'Poppins', sans-serif;    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    text-align: justify;
    padding: 0px 45px 24px;
    color: #232323;
}
.transport_full h4 
{
    width: 100%;
    float: left;
   font-family: 'Poppins', sans-serif;    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    text-align: left;
    padding: 0px 20px 20px;
    font-size: 20px;
    color: #232323;
}
.transport_full h4 span 
{
    font-weight: 700;
    color: #d1050c;
}
.tab_name:hover 
{
    background-color: #d1050c;
    color: #fff !important;
}
@media(max-width:600px){
    .quick
    {
        float: left;
    }
}
.panel8 
{
    width: 100%;
    float: left;
}
.panel8 h2 
{
    width: 100%;
    float: left;
    font-weight: 900;
    text-align: left;
    text-align: center;
    padding: 40px 0 50px;
    font-size: 20px;
    color: #d1050c;
}
.panel8_box 
{
    width: 100%;
    float: left;
    margin-bottom: 40px;
    min-height: 232px;
    background: #fff;
    box-shadow: 1px 4px 5px 2px #ececec;
}
.quality_pic8
 {
    width: 100%;
    float: left;
}
.quality_pic8 img 
{
    display: block;
    margin: 45px auto 0;
}
.panel8_box h2 
{
  width: 100%;
    float: left;
    text-align: center;
    font-size: 17px;
    margin-top: 0;
    font-weight: 700;
    line-height: 25px;
    padding: 0px 11px 0;
    color: #232323;
   font-family: 'Poppins', sans-serif;}
.panel8 h2 span 
{
    font-weight: 400;
    color: #232323;
}
/*.panel2_right_tab .active{
    color: #fff !important;
    background-color: #d1050c;
}*/
.clientlogo img{
    display:block;
    margin:auto;
}
@media(max-width:1199px) and (min-width:230px){
    .bdr{
        display:none;
    }
     .bdr2{
        display:none;
    }
}
@media(max-width:992px){
    .panel1_right{
        padding:0 !important;
    }
     .panel1_right p{
        padding:0 !important;
    }
    .panel1 a{
        margin:0;
    }
    .ftr_icons{
        float: left;
    width: 100%;
    text-align: center;
    }
}
@media(max-width:600px){
    .ftr_right{
        text-align:center;
    }
}

@media(min-width:1121px) and (max-width:1199px){
    .hd_top{
        width:auto;
    }
    .quick{
     margin: 13px 19px 10px 0;
    }
    .logo img{
        width: 117px;
    }
}
@media(max-width:1120px){
.quick{
        float:left !important;
        width:100% !important;
        margin-left:0 !important;
        margin-right:0 !important;
        margin-bottom:0 !important;
        border-radius:0 !important;
        background:#d1050c !important;
    }
}
@media(min-width:230px) and (max-width:660px){
.panel5 p{
        padding-left:15px;
        padding-right:15px;
    }
    .header_block{
        margin-top:0;
    }
    .mob_call{
    width: 100%;
    float: left;
    position: relative;
    background: #d1050c;
    height: 40px;
    }
    .mob_call h2{
     width: auto;
    float: left;
    font-weight: 400;
    text-align: left;
    margin-top: 10px;
    font-size: 13px;
    padding: 0 40px 0 15px;
    color: #fff;
   font-family: 'Poppins', sans-serif;    }
}
@media(max-width:450px){
  
    .header_menu_area{
            height: 95px;
    }
    .logo img{
      width: 128px;
    }
    #intro-panel p{
    padding-left: 38px;
    padding-right: 38px;
    }
}
@media(min-width:601px) and (max-width:643px){
.ftr ul li a{
    padding: 44px 16px;
    }
}
.hd_top h2 a{
    font-size:13px;
}
.top{
    width: 100%;
    float: left;
    z-index: 2;
    position: absolute;
}
.alert-success {
    color: #3c763d;
    text-align: center;
    width: 100%;
    float: left;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
@media(min-width:661px){
    .mob_call{
        display:none;
    }
}
.mob_call h2 a{
    font-size:14px;
}

@media(max-width:575px){
    #demo4{
            height: 475px;
    }
    .cd-gallery li{
        margin-top:30px !important;
    }
}
.project-full h2{
        width: 100%;
        /* float: left; */
        font-weight: 900;
        margin: 0;
        text-align: center;
        font-size: 40px;
        color: #d1050c;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 50px;
}.project-full h2 span{
    color:#000;
    font-weight:300;
}
.new-serv{
    width: 100%;
    float: left;
    background: #f1f1f1;
    padding: 50px 0 60px;
}

.new-serv p{
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 180px 30px;
  color: #000;
  width: 100%;
  float: left;
}
.new-serv h1{
    width: 100%;
    margin-top: 10px;
    float: left;
    font-weight: 900;
    text-align: center;
    font-size: 40px;
    color: #d1050c;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
}.new-serv a{
    float: none;
    display: table;
    margin: 10px auto 0;
    background: #d1050c;
    padding: 13px 50px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}.new-serv a:hover{
    background: #000;
}.new-serv h1 span{
    font-weight: 300;
    color: #000;
}