/* --------------------------
:: Template Name: Colorlib App - App Landing Page 
:: Template Author: Colorlib
:: Template Author URI: https://colorlib.com/
:: Description: Colorlib is a One Page based App Landing Template. It's very clean, creative & beautiful. It's super     responsive & ultra light.
:: Tags: Colorlib, App Landing, Apps, Responsive App Landing, Bootstrap 4, Free Theme, Free HTML Template, HTML5 Template etc.
:: Version: v1.0
:: Created: 11/03/2017
-------------------------- */


/* --- [Master Stylesheet] ----
:: 1.0 Base CSS Start
:: 2.0 Header Area CSS
:: 3.0 Wellcome Area CSS
:: 4.0 Special Area CSS
:: 5.0 Features Area CSS
:: 6.0 Video Area CSS
:: 7.0 Cool Facts Area CSS
:: 8.0 Screenshots Area CSS
:: 9.0 Pricing Plan Area CSS
:: 10.0 Testimonials Area CSS
:: 11.0 CTA Area CSS Start
:: 12.0 Team Area CSS Start
:: 13.0 Contact Area CSS Start
:: 14.0 Footer Area CSS Start
-------------------------- */

@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,700|Montserrat:400,500,700');
@import 'css/bootstrap.min.css';
@import 'css/animate.css';
@import 'css/magnific-popup.css';
@import 'css/owl.carousel.min.css';
@import 'css/slick.css';
@import 'css/font-awesome.min.css';
@import 'css/themify-icons.css';
@import 'css/ionicons.min.css';
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');

/* --------------------------
:: 1.0 Base CSS Start
-------------------------- */


/****/


/**footerpanel**/

.Readha1{
    padding-left: 5px;
}

.Readha2{
    color: #c34f00;
    font-style: italic;
}

body {
    -webkit-animation: theme 21s linear infinite;
            animation: theme 21s linear infinite;
  }
  body:after, body:before {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    width: 100vw;
    height: 100vh;
    width: 100vmax;
    height: 100vmax;
    background: rgb(0 0 0 / 4%);
    -webkit-animation: background 90s linear infinite;
            animation: background 90s linear infinite;
  }
  body:after {
    left: 15vw;
  }
  body:before {
    right: 15vw;
    -webkit-animation-delay: -30s;
            animation-delay: -30s;
    animation-direction: reverse;
  }
  
  @-webkit-keyframes theme {
    0% {
      background: #fff;
    }
    16% {
      background: #fff;
    }
    33% {
      background: #fff;
    }
    50% {
      background: #fff;
    }
    66% {
      background: #fff;
    }
    83% {
      background: #fff;
    }
    100% {
      background: #fff;
    }
  }
  
  @keyframes theme {
    0% {
      background: #fff;
    }
    16% {
      background: #fff;
    }
    33% {
      background: #fff;
    }
    50% {
      background: #fff;
    }
    66% {
      background: #fff;
    }
    83% {
      background: #fff;
    }
    100% {
      background: #fff;
    }
  }
  @-webkit-keyframes background {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes background {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

.stwrap, .stwrap-inner {
    width: 100%;
    height: 100%;
  }
  
  .stwrap {
    display: table;
  }
  
  .stwrap-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  
  .Animationb1 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 0px;
  }
  .Animationb1:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    height: 4px;
    background-color: #fff;
    -webkit-animation: heading-before 4s ease infinite;
            animation: heading-before 4s ease infinite;
  }
  .Animationb1:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    right: 0;
    height: 4px;
    background-color: #fff;
    -webkit-animation: heading-after 4s ease infinite;
            animation: heading-after 4s ease infinite;
  }
  
  /*//////// Animations ////////*/
  @-webkit-keyframes heading-before {
    0% {
      right: auto;
      width: 0;
      left: 0;
    }
    10% {
      width: 50%;
    }
    50% {
      width: 0;
      left: 100%;
    }
    51% {
      width: 0;
      right: 0;
      left: auto;
    }
    60% {
      width: 50%;
    }
    99% {
      width: 0;
      right: 100%;
      left: auto;
    }
    100% {
      right: auto;
      width: 0;
      left: 0;
    }
  }
  @keyframes heading-before {
    0% {
      right: auto;
      width: 0;
      left: 0;
    }
    10% {
      width: 50%;
    }
    50% {
      width: 0;
      left: 100%;
    }
    51% {
      width: 0;
      right: 0;
      left: auto;
    }
    60% {
      width: 50%;
    }
    99% {
      width: 0;
      right: 100%;
      left: auto;
    }
    100% {
      right: auto;
      width: 0;
      left: 0;
    }
  }
  @-webkit-keyframes heading-after {
    0% {
      left: auto;
      width: 0;
      right: 0;
    }
    10% {
      width: 50%;
      left: auto;
    }
    50% {
      width: 0;
      right: 100%;
      left: auto;
    }
    51% {
      width: 0;
      left: 0;
      right: auto;
    }
    60% {
      width: 50%;
    }
    99% {
      width: 0;
      left: 100%;
      right: atuo;
    }
    100% {
      left: auto;
      width: 0;
      right: 0;
    }
  }
  @keyframes heading-after {
    0% {
      left: auto;
      width: 0;
      right: 0;
    }
    10% {
      width: 50%;
      left: auto;
    }
    50% {
      width: 0;
      right: 100%;
      left: auto;
    }
    51% {
      width: 0;
      left: 0;
      right: auto;
    }
    60% {
      width: 50%;
    }
    99% {
      width: 0;
      left: 100%;
      right: atuo;
    }
    100% {
      left: auto;
      width: 0;
      right: 0;
    }
  }


.container {
       padding-right: 0px !important;
    padding-left: 0px !important;
}
.Serviceskl1{
    font-size: 42px;
    font-weight: 600;
    padding: 0px;

}

.caeerServiceskl1{
    font-size: 42px;
    font-weight: 600;
    padding: 0px;
    height: 169px;
}


.Readmorepm1{
    color: #000 !important;
}

.Readm1{
    padding-top: 30px;
  
    text-align: center;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
}
  

.Servicespl1{
    width: 100%;
    text-align: center;
}
.contentcareersm1{
    width: 69%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}
.Opencontentcareersm1{
    width: 58%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
#Positionsopenm1{
    padding-left: 55px;
}
.numbert1 {
    font-size: 16px;
}

.main-footer {
    position: relative;
    /* background: #fff; */
}

.footer-content {
    position: relative;
    padding: 33px 0px 5px 0px;
}

.footer-content:before {
    position: absolute;
    content: '';
    width: 744px;
    height: 290px;
    top: 50px;
    right: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: float-bob;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.footer-content .logo-widget {
    position: relative;
    margin-top: -5px;
}

.footer-content .logo-widget .footer-social li {
    position: relative;
    display: inline-block;
    margin-right: 9px;
}

.footer-content .logo-widget .footer-social li:last-child {
    margin-right: 0px;
}

.footer-content .logo-widget .footer-social li a {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #2e3138;
    color: #9ea0a9;
    text-align: center;
    border-radius: 50%;
}

.footer-content .logo-widget .footer-social li a:hover {
    color: #ffffff;
    background: #ff5e14;
}

.footerg1 {
    padding-left: 0px;
    padding-right: 0px;
}

.footer-content .logo-widget .logo-box {
    margin-bottom: 25px;
    text-align: left;
}

.footer-content .logo-widget .text p {
    color: #000000;
    margin-bottom: 32px;
    padding-left: 13px;
}

.TRANSPORTSp1 {
    font-size: 10pt;
    line-height: 33px;
}

.footer-content .footer-title {
    position: relative;
    font-size: 16px;
    line-height: 35px;
    color: #008f94;
    font-weight: normal;
    margin-bottom: 5px;
}

.footer-content .service-widget .list li {
    display: block;
    margin-bottom: 3px;
}

.footer-content .service-widget .list li a {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 14px;
}

.footer-content .service-widget .list li a:hover {
    color: #ff5e14;
}

.footer-content .contact-widget p {
    color: #000;
    margin-bottom: 8px;
    font-size: 14px;
}

.footer-content .contact-widget {
    margin-left: 0px;
    text-align: right;
}

.listft1 {
    padding-left: 3px;
}

.footer-content .contact-widget .footer-title {
    margin-bottom: 5px;
}

.copyrightpl1 {
    text-align: left;
    padding-left: 0px;
}

.copyrightpl2 {
    text-align: left;
    padding-right: 0px;
}

.copyrightpl3 {
    text-align: right;
    padding-right: 0px;
}


/** footer-bottom **/

.footer-bottom {
    position: relative;
    background: #e6e6e6;
    padding: 10px 0px 10px 0px;
}

.footer-bottom .copyright,
.footer-bottom .copyright a,
.footer-bottom .footer-nav li a {
    position: relative;
    color: #9ea0a9;
}

.footer-bottom .copyright a:hover,
.footer-bottom .footer-nav li a:hover {
    color: #ff5e14;
}

.footer-bottom .footer-nav {
    position: relative;
    text-align: right;
}

.footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    margin-left: 29px;
}

.footer-bottom .footer-nav li:first-child {
    margin-left: 0px;
}

.footer-bottom .footer-nav li:before {
    position: absolute;
    content: '';
    background: #9ea0a9;
    width: 1px;
    height: 14px;
    top: 7px;
    left: -18px;
}

.footer-bottom .footer-nav li:first-child:before {
    display: none;
}


/****/

.mapviewm1panelm1 {
    width: 100%;
    border-top: 14px solid #9cc0f9;
    border-bottom: 14px solid #9cc0f9;
}

.mapviewm1 {
    width: 100%;
}

.vclients1b1 {
    padding: 0px;
}

.Clientsour1 {
    padding: 0px;
    border-radius: 40px 40px 40px 0px;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    margin-bottom: 0px;
}

.Clientstextm1 {
    font-size: 30px;
    text-align: center;
    color: #000;
}

.clientm1 {
    float: left;
    width: 225px;
    margin: 10px 0px;
    margin-left: auto;
    margin-right: auto;
}

.Southtextb1 {
    background: #ffffff7a !important;
}

.mobilev2panel1 {
    font-size: 20px;
    padding-right: 10px;
    color: #828282;
}

.mobilev2panel2 {
    font-size: 20px;
    padding-right: 51px;
    color: #828282;
}

.Aboutustextb1 {
    padding: 10px 32px;
    border-radius: 60px;
    width: 260px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    position: relative;
    height: 56px;
    font-weight: 300;
    color: #000;
    font-size: 34px;
}

.scratchpanelm1 {
    margin-top: -220px;
    /* background: #fff; */
}

.offered {
    position: relative;
    z-index: 9;
}

.figpanelm1 {
    height: 200px;
}

.intro {
    position: relative;
    height: auto;
    padding: 2em 0;
    transform: translateZ(0);
    /* background-image: linear-gradient( 
        325deg
         , #0ebbc1,#fb944e); */
}

.intro {
    background: linear-gradient(-45deg, #f6883d, #f6883d, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.movedpam1 {
    /* background: #fff; */
    margin-top: -6px;
    padding-top: 20px;
    line-height: 30px;
    text-align: justify;
    height: 145px;
    font-size: 12pt;
}

.intro.is-fixed {
    height: 100px;
    width: 100%;
    position: fixed;
    padding: 0;
}

.intro.is-fixed #kiwi_wrap {
    height: 80px;
    width: 80px;
}

.intro #kiwi_wrap {
    display: block;
    margin: auto;
}

.intro .kiwi {
    fill: white;
}

.intro .overlay {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.intro .overlay svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fixed-header .copy {
    padding-top: calc(10vw + 350px);
}

.copy {
    width: 100%;
    max-width: 60rem;
    margin: 0 auto;
    padding: 10vw 5vw 0 5vw;
    color: #476d80;
    font-weight: 300;
}

.copy p {
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.newsItem {
    margin-bottom: 30px;
}

.servicesarrowm1 {
    font-size: 20px;
    float: right;
    padding: 3px 9px;
}

.morebtnm1 {
    background-image: linear-gradient( 90deg, #0ebbc1, #00a1a7);
    color: #fff;
    text-align: center;
    font-size: 12pt;
    font-weight: normal;
    padding: 6px;
    width: 144px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
}

.morebtnm1:hover {
    background-image: linear-gradient( 90deg, #f6883d, #b34d00);
    cursor: pointer;
    transition: 0.39s;
}

.morebtnm2 {
    background-image: linear-gradient( 90deg, #0ebbc1, #00a1a7);
    color: #fff;
    text-align: center;
    font-size: 12pt;
    font-weight: normal;
    padding: 6px;
    width: 144px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 60px;
    transition: 0.3s;
}

.morebtnm2:hover {
    background-image: linear-gradient( 90deg, #f6883d, #b34d00);
    cursor: pointer;
    transition: 0.39s;
}



.sermorebtnm2 {
    background-image: linear-gradient( 
270deg
, #464646, #005658);
    color: #fff;
    text-align: center;
    font-size: 12pt;
    font-weight: normal;
    padding: 6px;
    width: 144px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 60px;
    transition: 0.3s;
}

.sermorebtnm2:hover {
    background-image: linear-gradient( 90deg, #f6883d, #b34d00);
    cursor: pointer;
    transition: 0.39s;
}


.Transportationtextn1 {
    text-align: center;
    font-size: 16pt;
    color: #ffffff;
    padding-top: 21px;
    margin-top: -46px;
    background: #0000006e;
    width: 100%;
    position: relative;
    line-height: 5px;
    height: 45px;
}

.trcard {
    background: #f3f3f3;
    border: 1px solid #eeeeee;
    /* additional css to equalize the cards */
    display: table;
    table-layout: fixed;
    height: 100%;
}

.image img {
    width: 100%;
    height: auto;
}



.summary p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-family: 'Cabin', sans-serif;
    padding: 15px;
    text-align: left;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:hover .summary p,
a:focus .summary p {
    color: #333;
}

a:hover img {
    opacity: 0.8;
}

.photoCredits {
    margin-top: 50px;
}

.photoCredits h4 {
    font-family: "Lato", sans-serif;
    font-size: 1.1rem;
}

.Leadingtextb1 {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
    font-size: 16pt;
    color: #046669;
}

#bodyscroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}

#bodyscroll::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#bodyscroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #009499;
}


/***/

.Clientsheaderp1 {
    background: #f3f3f36b;
    width: 200px;
    height: 90%;
    left: 0px;
    position: fixed;
    z-index: 9999;
    border-left: 0px solid #f7f7f7;
    top: 0px;
}

.ourcustomers {
    left: 147px;
    background: #ff6d00;
    color: #fff;
    position: fixed;
    padding: 5px;
    width: 141px;
    border-radius: 0px;
    transform: rotate(90deg);
    top: 35%;
    text-transform: uppercase;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.iSClick {
    left: -56px !important;
}

.Freighttextb1 {
    text-align: center;
    width: 127px;
    margin-left: auto;
    color: #000;
    padding: 4px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: -20px;
    border-radius: 6px;
    background-image: url(img/bg-img/ourfleetbg.png);
    background-repeat: no-repeat;
    height: 36px;
    line-height: 30px;
    margin-right: -15px;
}

.serviesbgplm1 {
    position: relative;
    z-index: 9;
}

.svgcricletire {
    width: 39%;
    position: absolute;
    margin-top: -71%;
    margin-left: 165px;
}

.tire {
    -webkit-animation: rotation 1800ms infinite linear;
    -moz-animation: rotation 1800ms infinite linear;
    -o-animation: rotation 1800ms infinite linear;
    animation: rotation 10s infinite linear;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
}

.rim {
    -webkit-animation: rotation 1200ms infinite linear;
    -moz-animation: rotation 1200ms infinite linear;
    -o-animation: rotation 1200ms infinite linear;
    animation: rotation 10s infinite linear;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.circlesserb1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    overflow: hidden;
    z-index: 9;
    margin-left: 35%;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgb(0 147 154 / 42%);
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.Propositionspanel1 {
    text-align: center;
    width: 65%;
}

.newservicespn1 {
    margin-top: 0px !important;
}

.servicespn1 {
    margin-top: 50px !important;
}

.Whatcollecttextb1 {
    font-size: 16px !important;
    font-weight: bold;
}

.linkm1 {
    color: #ff9600;
}

.transfer {
    line-height: 24px;
    padding-left: 30px;
}

.termscollectp1 {
    color: #505050;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0px;
    padding-left: 0px;
}

.Websitetextb1 {
    font-weight: bold;
    color: #FF6D00;
    padding-right: 8px;
}

.accessing {
    text-align: center;
}

.termsaccessing {
    text-align: center;
    position: relative;
    z-index: 99;
}

.AddressWhatcollecttextb1 {
    font-size: 16px !important;
    font-weight: normal;
    margin-top: 15px;
    text-align: left;
    color: #505050;
}

.collectWhatcollecttextb1 {
    margin-top: 30px;
    font-size: 16px !important;
    font-weight: bold;
    color: #FF6D00;
}

.queries {
    margin-top: 40px;
    color: #FF6D00;
    line-height: 22px;
}

.collectp1 {
    color: #505050;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0px;
    padding-left: 35px;
}

.Propositionspanel2 {
    position: absolute;
    z-index: 9;
    margin-top: -174px;
}

.Mobileap1 {
    margin-top: 220px !important;
    margin-bottom: 150px;
}

.fePropositionspanel2 {
    position: absolute;
    z-index: 9;
    margin-top: -100px;
}

.footerERPv1 {
    font-size: 36px !important;
}

.footerERPv2 {
    font-size: 18px;
    color: #009499;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

* {
    margin: 0;
    padding: 0;
}

.movingtrucks {
    background-image: url(img/bg-img/movingimages.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 33px;
    position: absolute;
    bottom: 7px;
}

.homemovingtrucks {
    background-image: url(img/clients/clients.png);
    background-repeat: repeat-Y;
    width: 200px;
    height: 100%;
    position: absolute;
    bottom: 7px;
}

.footerpanela1 {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-image: url(img/bg-img/footerpanelbg.jpg);
    height: 78px;
    background-repeat: repeat-x;
    z-index: 9;
}




/**tabs**/


/*/ start about work experience /*/

.videopanelm1 {
    width: 100%;
    height: 630px;
    border: 11px solid #efefef;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 9px 7px #8484847d;
    margin-bottom: 0px;
    position: relative;
    z-index: 9;
}

.uniquetextb1 {
    background: #00939a;
    color: #fff;
    padding: 0px 32px;
    border-radius: 60px;
}

.experience h4 {
    text-align: center;
}

.experience {
    margin-top: 5%;
    width: 100%;
    /* background-color: #3b8472;*/
    height: auto;
}

.experience h5 {
    color: #FF6D00;
    font-size: 22px;
    text-transform: uppercase;
}

.experience ol,
.experience ul {
    list-style: none;
}

.experience a {
    text-decoration: none;
}

.experience img {
    float: right;
}

.experience .fa {
    color: #40E0D0;
    font-size: 35px;
}

.experience .fa-users {
    font-size: 30px;
}

.cd-horizontal-timeline {
    opacity: 0;
    margin: 0em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}

.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}

.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 75%;
    margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0px;
    overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
    left: 0;
    background-image: -webkit-linear-gradient( left, #fff, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to right, #fff, rgba(248, 248, 248, 0));
}

.cd-horizontal-timeline .events-wrapper::after {
    right: 0;
    background-image: -webkit-linear-gradient( right, #fff, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to left, #fff, rgba(248, 248, 248, 0));
}

.cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: linear-gradient(90deg, hsl(0deg 100% 50% / 0%) 0, #5e439c 25%, #5e439c 50%, #5e439c 76%, hsl(0deg 100% 50% / 0%));
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ff9600;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 15px;
    color: #383838;
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -14px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 6px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #008080;
    border-color: #008080;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}

.selectedimg1 {
    display: none;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

.selected .selectedimg1 {
    display: block;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

.cd-horizontal-timeline .events a.selected::after {
    background-color: #5e439c;
    border-color: #dcccff;
    background-image: url(/img/bg-img/truckclip.png);
}

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #d6c5ff;
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        margin: 0em auto;
    }
    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
    /* arrow icon */
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/cd-arrow.svg) no-repeat 0 0;
}

.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
    right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
    border-color: #008080;
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li>* {
    max-width: 100%;
    margin: 0 auto;
}

.cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto;
    font-size: 16px;
    color: #778899;
}

.RITUb1 {
    text-align: center;
}

.turckimgh1 {
    width: 100%;
    float: left;
    text-align: center;
}

.turckclientt1 {
    float: initial !important;
}

.video-section {
    background: white;
    padding: 50px 0px;
    margin-top: -26px;
}

.Togglepanelm1 {
    margin: 10px 0px !important;
    float: left;
}

.Problemtextb1 {
    font-size: 16px;
    margin-top: 10px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #FF6D00;
}

.cd-horizontal-timeline .events-content p {
    color: #505050;
    font-size: 16px;
    font-weight: 300;
}

.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
    line-height: 1.6;
}

@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content h4 {
        font-size: 22px;
    }
    .cd-horizontal-timeline .events-content em {
        font-size: 16px;
    }
    .cd-horizontal-timeline .events-content p {
        font-size: 15px;
    }
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}


/*/ end about work experience /*/


/**tabs**/

body {
    font-family: 'Cabin', sans-serif;
    background-color: #fff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
}

.Partnersh1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    color: #f6883d;
    line-height: 1.2;
    padding: 0px;
    font-size: 26px;
}

.section_padding_100 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_100_50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_padding_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_50_20 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.section_padding_150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section_padding_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section_padding_0_100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section_padding_70 {
    padding-top: 30px;
    padding-bottom: 70px;
}

.section_padding_0_50 {
    padding-top: 0;
    padding-bottom: 50px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-200 {
    margin-top: 200px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

#scrollUp {
    bottom: 0;
    font-size: 24px;
    right: 15px;
    width: 35px;
    background-color: #009499;
    color: #fff;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

li {
    list-style: none;
}

p {
    color: #505050;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
}
.bg-white {
    background-color: #fff0!important;
}

.heading-text>p {
    font-size: 16px;
}

.section-heading>h2 {
    font-weight: 300;
    color: #000;
    font-size: 34px;
    margin: 0;
}

.section-heading {
    margin-bottom: 22px;
    margin-top: 10px;
}

.line-shape-white,
.line-shape {
    width: 80px;
    height: 2px;
    background-color: #00939a;
    margin-top: 15px;
}

.line-shape {
    margin-left: calc(50% - 40px);
}

.table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.colorlib-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running colorlib-load;
    animation: 2000ms linear 0s normal none infinite running colorlib-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #ff6d00;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}

@-webkit-keyframes colorlib-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes colorlib-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* --------------------------
:: 2.0 Header Area CSS
-------------------------- */

.header_area {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
    padding: 0 4%;
    background: #fff;
    /* box-shadow: 3px 5px 7px 3px #cccccc7a; */
}

.menu_area .navbar-brand {
    font-size: 72px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1;
    padding: 0;
}

.menu_area .navbar-brand:hover,
.menu_area .navbar-brand:focus {
    color: #fff;
}

.menu_area {
    position: relative;
    z-index: 2;
}

.menu_area #nav .nav-link {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 40px 15px;
}

.menu_area nav ul li>a:hover {
    color: #fb397d;
}

.sing-up-button {
    text-align: right;
}

.sing-up-button>a {
    color: #FF6D00;
    font-weight: 500;
    display: inline-block;
    border: 2px solid #FF6D00;
    height: 50px;
    min-width: 178px;
    line-height: 46px;
    text-align: center;
    border-radius: 24px 24px 24px 0px;
}

.sing-up-button>a:hover {
    background: #FF6D00;
    color: #fff;
    border-color: transparent;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}


/* stcicky css */

.header_area.sticky {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 11px rgb(0 0 0 / 8%);
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 99999;
    border-bottom: 1px solid #ececec;
}

.header_area.sticky .menu_area .navbar-brand {
    font-size: 50px;
}

.header_area.sticky .menu_area #nav .nav-link {
    padding: 23px 15px;
}

.header_area.sticky .navbar {
    padding: 0;
}

.RITUcollectWhatcollecttextb1 {
    text-align: center;
    font-size: 30px !important;
}

.ctbannerbgpanel {
    margin-top: -250px;
}

.addressmt {
    margin-top: -8px;
    border-radius: 5px;
    border: 0px double #f4e9e0;
    padding: 5px 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 13pt;
    line-height: 33px;
    text-align: left;
    position: relative;
}

.map9view1 {
    margin-top: -185px;
}

.GROUPtextb1 {
    font-size: 18pt !important;
}

.RITUplm1 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 5%;
}

.ctbanner {
    width: 100%;
}


/*MENU RADIAL*/

.circular-menu {
    position: relative;
    display: inline-block;
}

.circle {
    position: absolute;
    top: -44%;
    left: -52%;
    width: 200%;
    height: 184%;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.open.circle {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.circle a {
    background: #59a2c2;
    border-radius: 50%;
    text-decoration: none;
    color: white;
    display: block;
    height: 48px;
    width: 48px;
    line-height: 50px;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
}


/*HEXAGONS*/

.FURNANCEtextb1 {
    font-size: 15px;
}

#lab {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px 0px 0px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 2.5em;
    /* background: #fff; */
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    transition: all ease 500ms;
}

#lab ul {
    padding: 0;
}

h1 {
    font-size: 1.75em;
    padding: 0.2em 0 0.2em 0.2em;
    color: white;
    /* text-shadow: 0 0.06em 0 #424242; */
    position: relative;
}

.lab_item h1 {
    padding: inherit;
    color: #2a8eb1;
    top: 29%;
    text-align: center;
    margin: 0;
    font-size: 120px;
    text-shadow: none;
}

.lab_item p {
    position: relative;
    padding: inherit;
    color: #2a8eb1;
    top: 26%;
    text-align: center;
    margin: 0;
    font-size: 20px;
    text-shadow: none;
}

.beaker {
    -webkit-filter: drop-shadow(#424242 0px 1px 0px);
    border-bottom: 2em solid #FFF;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-radius: .5em;
    height: 0;
    width: 1em;
    position: absolute;
    right: 0.7em;
    bottom: 22%;
    font-size: 0.6em;
}

.beaker::before {
    border-left: .25em solid #FFF;
    border-radius: .25em;
    border-right: .25em solid #FFF;
    content: '';
    height: .25em;
    left: -.25em;
    position: absolute;
    top: -1em;
    width: 1em;
}

.beaker::after {
    border-left: .25em solid #FFF;
    border-right: .25em solid #FFF;
    content: '';
    height: 1em;
    left: 0;
    position: absolute;
    top: -1em;
    width: .5em;
}

.sectionheader {
    position: relative;
}

.lab_item {
    width: 210px;
    height: 290px;
    position: relative;
    display: inline-block;
}

.lab_item.selected {
    margin: 0 !important;
    padding: 0 !important;
}

.hexagon2 {
    position: absolute;
    width: 200px;
    height: 260px;
    top: -30px
}

.hexagon {
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    cursor: pointer;
}

.hexagon-in1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.hexagon-in2 {
    -webkit-box-shadow: inset 0 0 0 200px rgba(89, 162, 194, 0.48);
    box-shadow: inset 0 0 0 200px rgb(48 175 179 / 22%);
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: 75%;
    -moz-background-size: 75%;
    background-size: 75%;
    visibility: visible;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hexagon-in2:hover {
    -webkit-box-shadow: inset 0 0 0 0px #a4e6d0;
    box-shadow: inset 0 0 0 0px #a4e6d0;
}

#lab article {
    width: 100%;
    min-height: 400px;
    margin: 0 auto;
}

.lab_item:nth-child(n+5) {
    margin-top: -55px;
}

.clientspm1 {
    margin-top: 50px;
}


/* --------------------------
:: 3.0 Wellcome Area CSS
-------------------------- */

.wellcome_area {
    background-image: url(img/bg-img/homebanner1.jpg);
    height: 100vh;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
}

.wellcome_area:after {
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #fff;
    content: '';
    bottom: 0;
    z-index: 2;
}

.welcome-thumb {
    width: 45%;
    position: absolute;
    bottom: -130px;
    right: 85px;
    z-index: 9;
}

.welcome-thumb img {
    height: auto;
    width: 100%;
}

.wellcome-heading>h2 {
    font-size: 100px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    z-index: 3;
    line-height: 110px;
    text-transform: capitalize;
}

.get-start-area .email {
    background: #9572e8;
    height: 50px;
    max-width: 260px;
    border: none;
    border-radius: 24px;
    padding: 0px 15px;
}

.form-control::-webkit-input-placeholder {
    color: #cec1f4;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #cec1f4;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #cec1f4;
    opacity: 1;
}

.form-control::placeholder {
    color: #505050;
    opacity: 0.4;
}

.get-start-area .email:focus {
    border: none;
    outline-offset: transparent !important;
    border-radius: 30px;
}

.get-start-area .submit {
    background-color: #fb397d;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border: none;
    height: 50px;
    min-width: 167px;
    line-height: 46px;
    text-align: center;
    border-radius: 24px 24px 24px 0px;
    margin-left: 10px;
}

.get-start-area .submit:hover {
    background: #6f52e5;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.wellcome-heading>p {
    color: #fff;
}

.wellcome-heading>h3 {
    font-size: 266px;
    position: absolute;
    top: -48px;
    font-weight: 900;
    left: -12px;
    z-index: -1;
    color: #000;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.wellcome-heading {
    margin-top: 0px;
}


/* --------------------------
:: 4.0 Special Area CSS
-------------------------- */

.single-icon>i {
    font-size: 36px;
    color: #fb397d;
}

.REWARDED {
    line-height: 34px;
    font-size: 14px;
}

.Hindustan {
    margin-top: 10px;
    line-height: 28px;
    font-size: 12pt;
}

.single-icon {
    margin-bottom: 25px;
}

.single-special>h4 {
    font-size: 22px;
    color: #00939a;
    margin-bottom: 15px;
}

.Automobile {
    position: relative;
    z-index: 99;
}

.Commitmentad {
    height: 275px;
}

.serviesbgpl1 {
    position: absolute;
    z-index: 9999;
    left: -195px;
    top: 370px;
}

.servieslinesbg1 {
    height: 500px;
}

.serviesbgpl1lines {
    position: absolute;
    z-index: 9999;
    left: -238px;
    top: 340px;
}

.serviesbgpl1lines2 {
    position: absolute;
    z-index: 99;
    right: -305px;
    top: -66px;
    width: 500px;
}

#loading {
    -webkit-animation: rotation 100s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}


/****/

.subheaderbanner {
    width: 100%;
}

.nav-pills-custom .nav-link {
    color: #888;
    background: #f9f9f9;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #ffffff;
    background: #009499;
}

.Automobile {
    font-size: 18px;
    color: #da5902;
}

.Transportingtext {
    line-height: 30px;
    text-align: justify;
    color: #000;
    font-size: 16px;
}


/* Add indicator arrow for the active tab */

@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #009499;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.Industry {
    padding: 0px 30px;
}


/****/

.setabs {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 600px;
    padding: 30px 20px;
    background: #ffffff;
    box-shadow: 5px 5px 10px 5px #fff;
    overflow: hidden;
}

.setabs .tab-headerser {
    float: left;
    width: 25%;
    height: 100%;
    border-right: 1px dotted #fbab2e;
    padding: 64px 0px;
    border-radius: 180px;
    margin-right: 65px;
}

.setabs .tab-headerser>div {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #444;
    cursor: pointer;
    padding-left: 10px;
}

.setabs .tab-headerser>div:hover,
.setabs .tab-headerser>div.active {
    color: #FF6D00;
}

.setabs .tab-headerser div i {
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
}

.setabs .tab-content {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.setabs .tab-content>div>i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #555;
    color: #f5f5f5;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}

.setabs .tab-content>div {
    position: absolute;
    text-align: left;
    padding: 40px 20px;
    top: -200%;
    transition: all 500ms ease-in-out;
}

.setabs .tab-content>div.active {
    top: 0px;
}

.setabs .tab-indicator {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #6b6b6b;
    left: 9px;
    top: 114px;
    transition: all 500ms ease-in-out;
    border-radius: 150px;
}

.Readlinkm1 {
    color: #fff !important;
}

.single-special {
    border: 1px solid #eff2f6;
    padding: 0px;
    border-radius: 40px 40px 40px 0px;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    margin-bottom: 0px;
}

.servicestruckp1 {
    opacity: 0.2;
    text-align: right;
    width: 100%;
}

.indservicestruckp1 {
    opacity: 0.1;
    text-align: right;
    width: 100%;
    margin-top: -130px;
    margin-bottom: 157px;
}

.servicestruckp2 {
    margin-top: -330px;
}

.special_description_content>h2 {
    color: #FF6D00;
    font-size: 26px;
    margin-bottom: 5px;
}

.Tradingt1 {
    font-size: 20px;
    margin-bottom: 5px;
}

.linkactiven1 {
    color: #505050;
}

.single-special:hover {
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
}

.single-special p {
    margin-bottom: 0;
}

.Tailorh1 {
    margin-top: 60px;
    margin-bottom: 10px !important;
}

.Businesstexb1 {
    color: #FF6D00;
    font-size: 18px;
}

.Financialtextn1 {
    color: #505050;
    font-size: 16px;
    font-weight: 300;
}

.Businesslinm1 {
    padding-left: 0px;
}

.featursingle-special {
    border: 1px solid #eff2f6;
    padding: 10px;
    border-radius: 40px 40px 40px 0px;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    margin-bottom: 30px;
    height: 211px;
}

.featursingle-special:hover {
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
}

.featursingle-special p {
    margin-bottom: 0;
    text-align: left;
}

.featursingle-special>h4 {
    font-size: 22px;
    color: #FF6D00;
    margin-bottom: 15px;
}

.app-download-area {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    margin-top: 50px;
}

.app-download-btn a {
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 30px 30px 30px 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.app-download-btn.active a,
.app-download-btn a:hover {
    border-color: transparent;
    background-color: #ff6d00;
}

.app-download-btn a i {
    color: #47425d;
    font-size: 24px;
    margin-right: 15px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.app-download-btn a p {
    font-size: 16px;
    line-height: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.app-download-btn a p span {
    font-size: 12px;
    display: block;
}

.app-download-btn:first-child {
    margin-right: 20px;
}

.app-download-btn a:hover i,
.app-download-btn.active a i,
.app-download-btn.active a p,
.app-download-btn a:hover p {
    color: #fff;
}


/* --------------------------
:: 5.0 Features Area CSS
-------------------------- */

.single-feature {
    margin-bottom: 50px;
}

.single-feature>p {
    margin-bottom: 0;
}

.single-feature>i {
    color: #5e439c;
    font-size: 30px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.single-feature>h5 {
    font-size: 22px;
    color: #5e439c;
}

.single-feature>p {
    margin-top: 15px;
}


/* --------------------------
:: 6.0 Video Area CSS
-------------------------- */

.video-area {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    border: 20px solid #fff;
    border-radius: 20px;
    height: 650px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
}

.video-area:after {
    position: absolute;
    content: "";
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 1px solid #f1f4f8;
    z-index: 2;
    border-radius: 20px;
}

.video-area .video-play-btn a {
    width: 80px;
    height: 80px;
    background-color: #fb397d;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 36px;
    line-height: 80px;
    padding-left: 5px;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.video-area .video-play-btn a:hover {
    background-color: #a865e1;
    color: #fff;
}


/* --------------------------
:: 7.0 Cool Facts Area CSS
-------------------------- */

.cool_facts_area {
    position: relative;
    z-index: auto;
    background: #f57d31;
    background: -webkit-linear-gradient(to left, #009499, #09b9bf);
    background: -webkit-linear-gradient(right, #009499, #09b9bf);
    background: -webkit-gradient(linear, right top, left top, from(#009499), to(#09b9bf));
    background: -o-linear-gradient(right, #009499, #09b9bf);
    background: linear-gradient(to left, #009499, #09b9bf);
    padding: 180px 0 80px 0;
    top: -100px;
}

.cool_facts_area:after {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    content: ''
}

.cool-facts-content>i {
    color: #ffffff;
    font-size: 36px;
}

.counter-area {
    min-width: 100px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.counter-area>h3 {
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
}

.cool-facts-content>p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}


/* --------------------------
:: 8.0 Screenshots Area CSS
-------------------------- */

.app_screenshots_slides {
    padding: 0 6%;
}

.app_screenshots_slides .single-shot {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85)
}

.app_screenshots_slides .center .single-shot {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.app-screenshots-area .owl-dot {
    height: 11px;
    width: 11px;
    border: 2px solid #a49fba;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    margin-top: 50px;
}

.app-screenshots-area .owl-dot.active {
    background-color: #fb397d;
    border: transparent;
}

.app-screenshots-area .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
}


/* --------------------------
:: 9.0 Pricing Plan Area CSS
-------------------------- */

.pricing-plane-area {
    background: #f5f9fc;
}

.single-price-plan {
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 30px 30px 30px 0;
    margin-bottom: 30px;
}

.single-price-plan .package-plan {
    padding: 40px 0;
    border-radius: 30px 30px 0 0;
}

.single-price-plan .package-plan>h5 {
    color: #5e439c;
    font-size: 18px;
}

.single-price-plan .package-plan .ca-price h4 {
    color: #fb397d;
    font-size: 48px;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    line-height: 1;
}

.single-price-plan .package-plan .ca-price span {
    font-size: 18px;
    color: #fb397d;
}

.single-price-plan .plan-button>a {
    background: #726a84;
    padding: 10px 0;
    border-bottom-right-radius: 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-price-plan .package-description>p {
    margin-bottom: 0;
    line-height: 1;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
}

.single-price-plan .package-description>p:first-child {
    border-top: 1px solid #ebebeb;
}

.single-price-plan.active .package-plan,
.single-price-plan.active .plan-button>a,
.single-price-plan:hover .plan-button>a {
    background-color: #a865e1;
}

.single-price-plan.active .package-plan .ca-price>h4,
.single-price-plan.active .package-plan .ca-price>span,
.single-price-plan.active .package-plan>h5,
.single-price-plan.active .plan-button>a {
    color: #fff;
}


/* --------------------------
:: 10.0 Testimonials Area CSS
-------------------------- */

.clients-feedback-area .client-name>h5 {
    color: #5e439c;
    font-size: 22px;
    margin-top: 5px;
}

.clients-feedback-area .star-icon>i {
    font-size: 18px;
    color: #f1b922;
}

.clients-feedback-area .client-description>p {
    max-width: 1010px;
    margin: auto;
    margin-bottom: 15px;
    font-size: 22px;
}

.clients-feedback-area .client>i {
    font-size: 48px;
    color: #897ceb;
    margin-bottom: 30px;
}

.clients-feedback-area .client-name>p {
    color: #6d6e70;
}

.clients-feedback-area .slick-dots {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.clients-feedback-area .slick-dots li button {
    width: 12px;
    height: 12px;
    text-indent: -999999999999999999999999px;
    border: 3px solid #a49fba;
    background-color: #fff;
    border-radius: 50%;
    margin: 5.5px;
    outline: none;
}

.clients-feedback-area .slick-dots li.slick-active button {
    background-color: #fb397d;
    border-color: #fb397d;
}

.clients-feedback-area .slick-slide.client-thumbnail {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 129px;
}

.clients-feedback-area .slick-slide img {
    display: block;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.clients-feedback-area .slick-slide.slick-current img {
    width: 100px !important;
    height: 100px !important;
}

.clients-feedback-area .slick-arrow {
    position: absolute;
    width: 30px;
    background-color: #fff;
    height: 100%;
    text-align: center;
    font-size: 24px;
    color: #6d6e70;
    display: block;
    line-height: 550%;
    left: 0;
    z-index: 90;
    cursor: pointer;
}

.clients-feedback-area .slick-arrow.fa-angle-right {
    left: auto;
    right: 0;
    top: 0;
}


/* --------------------------
:: 11.0 CTA Area CSS Start
-------------------------- */

.our-monthly-membership {
    background: #a865e1;
    background: -webkit-linear-gradient(to left, #7873ed, #a865e1);
    background: -webkit-linear-gradient(right, #7873ed, #a865e1);
    background: -webkit-gradient(linear, right top, left top, from(#7873ed), to(#a865e1));
    background: -o-linear-gradient(right, #7873ed, #a865e1);
    background: linear-gradient(to left, #7873ed, #a865e1);
}

.membership-description>h2 {
    color: #ffffff;
    font-size: 36px;
}

.membership-description>p {
    color: #ffffff;
    margin-bottom: 0;
}

.get-started-button>a {
    background: #ffffff;
    height: 45px;
    min-width: 155px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #fb397d;
    font-weight: 500;
    border-radius: 23px 23px 23px 0;
}

.Magantilink {
    color: #009499 !important;
}

.get-started-button>a:hover {
    background: #ff6d00;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.get-started-button {
    text-align: right;
}


/* --------------------------
:: 12.0 Team Area CSS Start
-------------------------- */

.member-image {
    margin-bottom: 30px;
    border-radius: 30px 30px 30px 0;
    position: relative;
    z-index: 1;
}

.member-image img {
    border-radius: 30px 30px 30px 0;
}

.member-text>h4 {
    font-size: 22px;
    color: #f6883d;
}

.member-text>p {
    color: #009499;
    margin-bottom: 0;
}

.team-hover-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(105, 75, 228, 0.8);
    border-radius: 30px 30px 30px 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.single-team-member:hover .team-hover-effects {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.team-social-icon {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team-social-icon>a {
    font-size: 14px;
    color: #fff;
    background: #9a81d7;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px 10px 10px 0;
    display: block;
    margin: 2.5px;
}

.single-team-member {
    margin-bottom: 50px;
}


/* --------------------------
:: 13.0 Contact Area CSS Start
-------------------------- */

.mobilev2 {
    font-size: 20px;
    float: left;
    padding-right: 10px;
}

.mobilev1 {
    font-size: 30px;
    padding-right: 10px;
    float: left;
}

.address-text>p,
.phone-text>p,
.email-text>p {
    font-size: 16px;
    margin-bottom: 10px;
}

.address-text>p>span,
.phone-text>p>span,
.email-text>p>span {
    color: #009499;
}

.footer-contact-area .line-shape {
    margin-left: 0;
}

.footer-contact-area .heading-text>p {
    margin-top: 50px;
}

.footer-contact-area .heading-text {
    margin-bottom: 50px;
}

#name {
    font-size: 18px;
    padding: 15px 15px;
    border-radius: 25px 25px 25px 0;
}

#email {
    font-size: 18px;
    padding: 15px 15px;
    border-radius: 25px 25px 25px 0;
}

#message {
    border-radius: 25px 25px 25px 0;
}

.btn.submit-btn {
    background: #009499;
    height: 48px;
    min-width: 185px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 22px 25px 22px 0;
}

.btn.submit-btn:hover {
    background: #e76402;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-contact-area {
    background: #fff;
    /* box-shadow: rgb(0 0 0 / 30%) 0px 20px 30px -20px; */
}

.footer-text>p {
    margin-bottom: 50px;
}


/* --------------------------
:: 14.0 Footer Area CSS Start
-------------------------- */

.footer-text>h2 {
    color: #5e439c;
    font-size: 72px;
    font-weight: 700;
}

.footer-social-icon>a>i {
    background: #9b69e4;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: 500;
    border-radius: 10px 10px 10px 0px;
    margin-right: 10px;
}

.footer-social-icon>a>i:hover {
    background: #5e439c;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.social-icon {
    margin-bottom: 30px;
}

.footer-text {
    margin-bottom: 15px;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    border-right: 2px solid #505050;
    display: block;
    padding: 0 7.5px;
    color: #505050;
}

.footer-social-icon>a .active {
    background: #5e439c;
}

.footer-menu ul li:last-child a {
    border-right: 0 solid #ddd;
}

.footer-social-icon {
    margin-bottom: 30px;
}

.Qualitytextb1 {
    font-size: 32px;
    margin-bottom: 0px;
}


/****tabs**/


/*
.containerrt1 {
    width: 100%;
    margin: 100px auto;
  }
  .containerrt1 > input {
    display: none;
  }
  .containerrt1 > label {
    display: block;
    float: left;
    padding: 12px 20px;
    margin-right: 5px;
    background: #eee;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 3px 3px 0 0;
  }
  .containerrt1 > label:hover, .containerrt1 > input:checked + label {
    background: #F5C91B;
  }
  .tabsv1 {
    clear: both;
    perspective: 600px;
  }
  .tabsv1 > div {
    position: absolute;
    width: 100%;
    opacity: 0;
    border: 2px solid #F5C91B;
    padding: 20px 25px 25px 30px;
    line-height: 1.5em;
    transition: opacity 0.3s, transform 1s;
    border-radius: 0 3px 3px;
    transform: rotateX(-15deg);
    transform-origin: top center;
  }
  #tab-1:checked ~ .tabsv1 > div:nth-of-type(1),
  #tab-2:checked ~ .tabsv1 > div:nth-of-type(2),
  #tab-3:checked ~ .tabsv1 > div:nth-of-type(3) {
    opacity: 1;
    transform: rotateX(0deg);
  }
*/


/****tabs**/

.footer-menu {
    margin-bottom: 15px;
}

.copyright-text>p {
    margin-bottom: 5px;
}


/************mobile css******/

#emailSuccess {
    width: 90%;
    position: relative;
    z-index: 1;
}

.emailSucc {
    display: none
}

.mailSent {
    display: inline-block!important
}

#companyErr,
#emailErr,
#firstnameErr,
#lastnameErr,
#phoneErr,
#messageErr {
    color: #9c0202;
    width: 100%;
    font-size: 0.9em;
}

.form-control:focus {
    box-shadow: none;
}

.form-control.invalid {
    border: 1px solid #9c0202
}

button,
.submit-btn {
    cursor: pointer;
}

@-webkit-keyframes fadeInExpand {
    0% {
        opacity: 0;
    }
    35% {
        opacity: 1;
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fadeInExpand {
    0% {
        opacity: 0;
    }
    35% {
        opacity: 1;
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.toast-fixed {
    max-width: 25rem;
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 2147483648;
    width: 100%;
}

.float-text {
    float: left;
}

.overflow-text {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
}

.toast {
    background: rgba(66, 66, 66, 0.95);
    -webkit-animation: fadeInExpand 150ms;
    animation: fadeInExpand 150ms;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
    margin-bottom: 0.5rem;
    padding: 0.8rem;
}

.toast--alert {
    background: rgba(255, 255, 153, 0.95);
}

.toast--error {
    background: rgba(222, 28, 37, 0.95);
}

.toast--success {
    background: rgba(47, 180, 86, 0.95);
}

.toast--dismiss {
    cursor: pointer;
    position: relative;
}

.toast--dismiss:before,
.toast--dismiss:after {
    background: #fff;
    content: '';
    height: 1rem;
    position: absolute;
    opacity: 0.8;
    right: 0.8rem;
    top: 0.5rem;
    width: 0.2rem;
}

.toast--dismiss:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toast--dismiss:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toast--alert.toast--dismiss:before,
.toast--alert.toast--dismiss:after {
    background: #333;
}

.toast__text {
    color: #fff;
    line-height: 140%;
    margin: 0;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    text-align: left;
}

.toast--alert .toast__text {
    color: #333;
}

.toast__btn {
    background: #fff;
    border: 1px solid #424242;
    border-radius: 3px;
    color: #424242;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    margin: 0.8rem 0 0.4rem 0.8rem;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    text-transform: uppercase;
}

.toast__btn:hover {
    opacity: 0.8;
}


/*--thank you pop starts here--*/

.thank-you-pop {
    width: 100%;
    padding: 20px;
    text-align: center;
}

.thank-you-pop img {
    width: 45px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}

.thank-you-pop h1 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #5C5C5C;
}

.thank-you-pop p {
    font-size: 20px;
    margin-bottom: 27px;
    color: #5C5C5C;
}

.thank-you-pop h3.cupon-pop {
    font-size: 25px;
    margin-bottom: 40px;
    color: #222;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    border: 2px dashed #222;
    clear: both;
    font-weight: normal;
}

.thank-you-pop h3.cupon-pop span {
    color: #03A9F4;
}

.thank-you-pop a {
    display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 17px;
}

.thank-you-pop a i {
    margin-right: 5px;
    color: #fff;
}

#ignismyModal .modal-header {
    border: 0px;
}

footer.section_padding_70 {
    width: 100% !important;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.form-control-feedback {
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.has-feedback {
    position: relative;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control-feedback {
    color: #3c763d;
}

@media(min-width:500px) {
    .modal-dialog {
        max-width: 500px;
        margin: 80px auto;
    }
    .modal-dialog.modal-lg {
        max-width: 700px;
        margin: 100px auto;
    }
}

@media only screen and (min-width: 320px) and (max-width: 720px) {
    .Aboutustextb1{
        font-size: 24px;
    }
    .copyright-text>p {
        margin-bottom: 5px;
        padding-left: 31px;
    }
    .mobilev2panel2 {
        font-size: 20px;
        padding-right: 12px;
        color: #828282;
    }
    .logomob {
        width: 220px;
        padding-left: 10px;
    }
    .container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .Leadingtextb1 {
        margin-right: 0px;
        margin-left: 0px;
        text-align: left;
        font-size: 10pt;
        color: #046669;
        padding: 0px 16px;
    }
    .section_padding_100 {
        padding-top: 50px;
        padding-bottom: 10px;
    }
    .job-list.table .item .location span{
        font-size: 10pt;
    }
    .content h1 {
        font-weight: 200;
        font-size: 20px;
        color: #fff;
        line-height: 49px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .job-list .item{
        padding-top: 21px;
    }
    #Positionsopenm1 {
        padding-left: 0px;
        margin-left: 15px;
    }
    .text-item h3 {
        color: #009499;
        font-weight: 400;
        font-size: 16px;
    }
    #Locationmb1{
        width: 100%;
    }
   #subTransportsmb {
        border-left: 0px solid #f6883d;
        margin-top: 30px;
        margin-left: 0px;
        padding-left: 0px;
    }
    #Transportsmb {
        width: 100%;
        margin-left: 0px;
        padding-left: 0px;
    }

    #serTransportsmb {
        width: 100%;
        margin-left: 0px;
        padding-left: 0px;
    }
    .movedpam1 {
        height: auto;
    }
    .footer-content .contact-widget {
        margin-left: 0px;
        text-align: left;
    }
    #lab {
        text-align: center;
    }
    .servicestruckp1 {
        margin-top: 150px;
    }
    .indservicestruckp1 {
        margin-top: 55px;
    }
    .lab_item {
        width: 165px;
    }
    .addressmt {
        width: 100%;
    }
    .RITUplm1 {
        height: 85vh;
    }
    .GROUPtextb1 {
        font-size: 13pt !important;
    }
}


/*--thank you pop ends here--*/

.columnservicesp1 {
    width: 100%;
    min-height: 400px;
}

.columnservicesp2 {
    width: 100%;
    float: left;
}

.columnservicesp3 {
    width: 20%;
    float: left;
}

.columnservicesp4 {
    width: 80%;
    float: left;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .caeerServiceskl1 {
        font-size: 42px;
        font-weight: 600;
        padding: 0px;
        height: 155px;
    }
    .columnservicesp2 {
        width: 89%;
        float: left;
        margin-left: auto;
    }
    .serviesbgpl1 {
        position: absolute;
        z-index: 9999;
        left: -148px;
        top: 343px;
    }
    .serviesbgplm1 {
        position: relative;
        z-index: 9;
        height: 348px;
    }
    .serviesbgpl1lines {
        position: absolute;
        z-index: 9999;
        left: -170px;
        top: 323px;
    }
    .servieslinesbg1 {
        height: 373px;
    }
    .svgcricletire {
        width: 39%;
        position: absolute;
        margin-top: -71%;
        margin-left: 126px;
    }
}

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
.header-banner .bg-services-top {
    background-image: url(img/services_header_bg.jpg);
}

.header-banner .bg-about-top {
    background-image: url(img/about_us.jpg);
}

.header-banner .bg-top {
    background-image: url(img/Truck-road.webp);
}

.header-banner .bg-top,
.header-banner .bg-services-top,
.header-banner .bg-about-top {
    background-color: #009499;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: background-image .15s;
    transition: background-image .15s;
    border-bottom-right-radius: 100% 35%;
    border-bottom-left-radius: 100% 35%;
}

.header-banner {
    position: relative;
}

.header-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #009499;
    opacity: .7;
    border-bottom-right-radius: 100% 35%;
    border-bottom-left-radius: 100% 35%;
}

.header-banner .banner-header-content {
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 40px 0;
}

.header-banner .departments-header {
    background: rgba(6, 29, 59, .5);
    border: 2px solid rgba(224, 232, 240, .3);
    border-radius: 4px;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
}

.header-banner .departments-header h3 {
    padding: 5px;
    background-color: #fff;
    color: #009499;
    font-size: 18px;
    display: block;
    padding: 12px 20px 12px 44px;
    font-weight: 600;
    line-height: 18px;
    position: relative;
    cursor: pointer;
    margin: 0;
    width: 260px;
}

.header-banner .departments-sidebar {
    width: 100%;
    max-width: 260px;
}

.accordion {
    width: 260px;
}

.project {
    margin-bottom: 8px;
}

.project-panel,
.project {
    background-color: #009499;
    border: 1px solid rgba(224, 232, 240, .3);
    padding: 0;
}

.body-content .project-panel,
.body-content .project {
    background-color: transparent;
    border: none;
    padding: 0;
}

.body-content .project-panel h5 button {
    display: block;
    color: #009499 !important;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 0px !important;
}

.body-content .project {
    margin-bottom: 0 !important;
}

.body-content .project-panel h5 button span {
    font-size: 13px;
    font-weight: 500;
}

.body-content .project .card-body .list-depart ul li:hover {
    background-color: #e1e8f0;
    color: #224070;
}

.text-item h3 {
    color: #009499;
    font-weight: 400;
}

.job-list .item {
    background: #fff;
    border: 1px solid #d0d8e2;
    border-radius: 4px;
    margin-bottom: 10px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

.item {
    min-height: 70px;
    cursor: pointer;
}

.project-panel h5 button {
    color: #fff !important;
    padding: 12px 20px 12px 16px !important;
    text-align: left;
    width: 100%;
}

.body-content .project .project-panel h5 button::before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f106";
    padding-right: 15px;
    font-size: 18px;
}

.body-content .project .project-panel h5 button.collapsed:before {
    float: right !important;
    content: "\f107";
    font-size: 18px;
}

.selected {
    color: #999;
}

.body-content .project .card-body .list-depart ul li a {
    color: #000;
}

.project .project-panel h5 button::before {
    float: left !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 15px;
}

.project .project-panel h5 button.collapsed:before {
    float: left !important;
    content: "\f067";
}

.project .project-panel h5 button:hover,
.project .project-panel h5 button:active,
.project .project-panel h5 button:focus {
    text-decoration: none;
}

.project .card-body,
.project .card-body .list-depart ul {
    padding: 0;
    margin-bottom: 0;
}

.project .card-body .list-depart ul li {
    padding: 12px 20px 12px 44px !important;
}

.project .card-body .list-depart ul li a {
    color: #fff;
}

.project .card-body .list-depart ul li:hover {
    background: hsla(0, 0%, 100%, .2);
    color: #fff;
}

.project .card-body .list-depart ul li.active {
    background: hsla(0, 0%, 100%, .2);
    color: #fff;
}

.project .card-body .list-depart ul li a {
    text-decoration: none;
}

.project .card-body .list-depart ul li {
    list-style: none;
}

.career-right {
    border-left: 0px solid #f6883d;
}

.content {
    width: 100%;
    margin-left: 55px;
    padding-left: 57px;
}

.content h1 {
    font-weight: 600;
    font-size: 42px;
    color: #fff;
    line-height: 49px;
    margin-bottom: 0;
    margin-top: 0;
}
.valuesnli {
    list-style: disc;
    padding-left: 3px;
}
.valuesnli2 {
    padding-left: 50px;
    margin-top: 8px;
    color: #505050;
}

.discription p {
    font-weight: 200;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    margin-top: 45px;
}
.Valuesop1{
    font-size: 18px;
    color: #f6883d;
}

.body-content {
    padding-top: 95px;
    padding-bottom: 95px;
}

.job-list.table .item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    padding-top: 21px;
}

.job-list.table .item a div {
    padding: 0 10px;
}

.job-list .item:hover .role h2 {
    color: #2d8fe2;
}

.job-list.table .item .role {
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-bottom: 0;
    width: 60%;
}

.job-list.table .item .department,
.job-list.table .item .location {
    position: relative;
    -webkit-box-flex: 0;
    flex-grow: 0;
    width: 26%;
    border-radius: 4px;
    overflow: hidden;
}

.job-list .item .role h2 {
    font-weight: 500;
    font-size: 17px;
    color: #333;
    line-height: 26px;
    margin: 0;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

.job-list.table .item .role span {
    display: block;
}

.job-list.table .item span {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.job-list .item .role span {
    font-weight: 400;
    font-size: 14px;
    color: #6e8caf;
    line-height: 22px;
}

.job-list.table .item .department span,
.job-list.table .item .location span {
    padding: 0 8px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #009499;
    text-align: center;
}

.job-list .item .department span,
.job-list .item .location span {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    background: #e1e8f0;
    padding: 0 8px;
    border-radius: 4px;
}

.job-list .item:hover {
    box-shadow: 0 6px 8px 0 rgb(54 77 114 / 8%), 0 2px 4px 0 rgb(54 77 114 / 18%);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

@media only screen and (min-width: 1367px) {
    .job-list.table .item a {
        padding: 22px 20px;
    }
}

#nameErr,
#ageErr,
#qualificationErr,
#emailErr,
#phoneErr,
#addressErr {
    font-size: 12px;
    color: #990909;
}

.ptb-90 {
    padding: 50px 0px 0px;
}