
body {
    font-family: 'Nunito Sans';
}
.menu-margin-left {
    margin: 0 54px;
}

.navbar {
    background-color: #fff !important;
    float: left;
}

.logo {
    display: block;
}

.future-image {
    position: relative;
    bottom: 10px;
    left:48px;
}

.fa-search:before {
    position: relative;
    bottom: 29px;
    left: 155px;
}

#search {
    border-radius: 25px;
}

.future {
    position: relative;
    left: 45px;
    bottom: 10px;
}

.menu-block .images {
    background-color: #ffa500;
    padding: 8px 15px 0;
}

.navbar-light .navbar-nav .nav-link.pr-15 {
    padding-right: 15px;
}

.menu-margin {
    margin: 0 10px 0 120px;
    position: relative;
    right: 24px;
}

.menu-block a {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Nunito Sans';
}

.menu-block ul li:first-child {
    margin-right: 20px;
    padding-right: 20px;
    height: 38px;
    border-right: 1px solid #949494;
}

@media (max-width: 1024px) {
    .navbar {
        margin-left: 0 !important;
    }
}


@media (max-width: 1024px) {
    .menu-row {
        background-color: #ffa500;
        position: relative;
    }
    .menu-block .images {
        padding-top: 16px;
        padding-left: 50px;
    }
    .navbar {
        background-color: #ffa500 !important;
        margin-left: 15px;
        margin-top: 10px;
    }
    .table-title-block {
        margin: 0 20px !important;
    }
    .table-block {
        margin:0 20px !important;
    }
    .mt-3 {
        font-size: 18px;
    }
    .future {
        left: 0;
    }
}

.table-title-block {
    margin: 0 75px;
}

.title {
    font-size: 28px;
    font-weight: 700;
    margin-top: 40px;
}
.description {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
}
.table-block {
    margin:0 75px 25px;
}

.table {
    font-size: 14px;
}

.table tr {
    border: 1px solid #cdcd;
}

.table th {
    font-weight: bold;
}

.table th,
.table td {
    border-right: 1px solid #cdcd;
}

.table td {
    word-break: break-word;
}

.btn-submit{
    background: #ffa500;
    border-radius: 23px;
    border: none;
    width: 150px;
    height: 46px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
}
.button-block {
    margin-bottom: 25px;
}
.btn-blocks {
    margin: 0 auto;
}
/** footer code starts here ***/

#footer a {
    color: white;
}

#footer {
    background-color: #000 !important;
}
.pl-5 {
    padding-left: 16px !important;
}
.fa-star {
    padding-left: 8px;
}

.fa-desktop {
    padding-left: 4px;
}
.fa-star:before,
.fa-desktop:before,
.fa-dollar-sign:before,
.fa-angle-right:before {
    color: #ffa500;
}

.shfooter .collapse {
    display: inherit;
    text-align: left;
}

@media (max-width: 767px) {
    .shfooter ul {
        margin-bottom: 0;
    }

    .shfooter .collapse {
        display: none;
    }

    .shfooter .collapse.show {
        display: block;
    }

    .shfooter .title .fa-angle-up,
    .shfooter .title[aria-expanded="true"] .fa-angle-down {
        display: none;
    }

    .shfooter .title[aria-expanded="true"] .fa-angle-up {
        display: block;
    }

    .shfooter .navbar-toggler {
        display: inline-block;
        padding: 0;
    }
}

.resize {
    text-align: center;
}

.resize {
    margin-top: 3rem;
    font-size: 1.25rem;
}

.button-btn-block {
    display: flex;
}
/*RESIZESCREEN ANIMATION*/
.fa-angle-double-right {
    animation: rightanime 1s linear infinite;
}

.fa-angle-double-left {
    animation: leftanime 1s linear infinite;
}

@keyframes rightanime {
    50% {
        transform: translateX(10px);
        opacity: 0.5;
    }

    100% {
        transform: translateX(10px);
        opacity: 0;
    }
}

@media only screen and (max-width:600px) {
    body{
        max-width: 600px;
        margin:0 auto;
    }
}

@media only screen and (min-width:601px) and  (max-width:1000px) {
    body{
        max-width: 1000px;
        margin:0 50px;
    }

}
@media only screen and (min-width:1001px) {
    #footer {
        margin: -16px 50px 0 50px;
    }

    .footer-divider {
        min-height: 4px;
        background: #ffa500;
        margin: 0 50px;
    }

    footer .footer-links {
        margin: 0 48px;
        padding-top: 20px;
    }

    .share_rt {
        position: relative;
        left: 20px;
    }
}

@media only screen and (max-width:760px) {
    footer ul {
        text-align: left;
    }

    .mt-3 {
        color: #ffa500;
    }

    #footer {
        margin-top: -16px;
    }

    .footer-divider {
        min-height: 4px;
        background: #ffa500;
    }

    footer .footer-links {
        flex-direction: column;
    }

    .share_rt {
        margin:0 auto !important;
        padding:5px 0;
    }
}

@keyframes leftanime {
    50% {
        transform: translateX(-10px);
        opacity: 0.5;
    }

    100% {
        transform: translateX(-10px);
        opacity: 0;
    }
}

footer .footer-links {
    display: flex;
    align-self: center;
    font-size: 14px;
    /*align-items: center;*/
}

#footer a:hover {
    text-decoration: none;
    color: #ffa500;
}

.footer-links ul li {
    float: left;
    padding: 0 8px;
    list-style: none;
}

#footer .my-2 {
    text-align: left;
    font-family: 'Nunito Sans';
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #ffa500;
}

#footer ul li a {
    font-family: 'Nunito Sans';
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #ffffff;
    vertical-align: bottom;
    transition: ease-in-out all .2s;
}

.company-title {
    padding: 0 5px;
    font-family: 'Nunito Sans';
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

/*--- Social Media Buttons ---*/
.share_rt {
    display: flex;
    margin-right: -5px;
}

.share_rt span {
    margin: 0 5px 10px 10px;
    display: inline-block;
    font-family: 'NunitoSans-Light';
    font-size: 22px;
    line-height: 26px;
    color: #666666;
}

.share_rt a {
    padding: 0 5px;
}

.share_rt a .fa {
    font-size: 26px;
    line-height: 26px;
    color: #737373;
    border: 1px solid #737373;
    border-radius: 100px;
    padding: 10px 11px;
    transition: all 0.2s ease-in-out;
}

.share_rt a .fa.fa-google-plus {
    padding: 10px 7px;
}

.share_rt a:hover .fa {
    color: #333333;
    border: 1px solid #333333;
}

.share_rt a .fa-weixin {
    padding: 10px 9px;
}

.share_rt a img {
    max-width: 24px;
}

footer .footer-bottom .share_rt .fa {
    color: #ffffff;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

footer .footer-bottom .share_rt .fa {
    font-size: 30px;
    line-height: 30px;
    background: #ffffff;
    padding: 5px;
    border: 0;
}

footer .footer-bottom .share_rt .fa:hover {
    border: 0;
}

footer .footer-bottom .share_rt .icon-img {
    max-height: 24px;
    max-width: 24px;
}

footer .footer-bottom .share_rt .linkedin {
    position: relative;
}

footer .footer-bottom .share_rt .fa-linkedin {
    /*color: #0077b5;*/
    color: #777;
    padding: 5px 7px;
    margin-right: 12px;
}

footer .footer-bottom .share_rt .reg-symbol {
    display: none;
}

footer .footer-bottom .share_rt .linkedin .reg-symbol {
    position: absolute;
    bottom: 3px;
    right: 8px;
    color: #fff;
    font-size: 10px;
    display: block;
}

footer .footer-bottom .share_rt .fa-twitter {
    color: #38a8df;
    padding: 5px 6px;
    /*color: #657786;*/
}

footer .footer-bottom .share_rt .fa-youtube-play {
    color: #e3252b;
    /*color: #282828;*/
}

.solution {
    font-size: 13px;
    position: relative;
    top:25px;
    color:#fff;
}

/*** custom scroll bar ****/

/* width */
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #fff; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #ffa500; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #ffa500; 
  }

  
  @media only screen and (max-width:720px) {
    .navbar {
        padding:0;
        margin-top:15px;
    }
    .future-image {
        left: 8px !important;
    }
    .navbar-collapse {
        padding-left: 10px;
        background-color: #fff;
    }
    .menu-block ul li:first-child {
        margin:0;
        padding:0;
    }
    .menu-row,
    .youtube-row,
    .search-row {
        margin: 0;
    }
    .menu-margin-right {
        position:absolute;
        background-color: #ffa500 !important;
        top:7px;
        left: 15px;
        z-index: 9999;
    }
    .button-btn-block {
        margin:0;
    }
    .navbar-light .navbar-toggler {
        border: 1px solid #000;
    }
    .navbar-toggler:focus {
        outline:none;
    }
  }

  @media only screen and (min-width:721px) and (max-width:1024px) {
    .navbar {
        background-color: #fff !important;
        padding:0;
        margin-top:15px
    }
    .future-image {
        left: 8px !important;
    }
    .menu-margin-left {
        margin:0 auto !important;
    }
    .navbar-collapse {
        padding-left: 10px;
        background-color: #fff;
    }
    .menu-row {
        margin: 0;
    }
    .menu-margin-right {
        position:absolute;
        background-color: #ffa500 !important;
        top:7px;
        left: 75px;
        z-index: 9999;
    }
    .navbar-light .navbar-toggler {
        border: 1px solid #000;
    }
    .navbar-toggler:focus {
        outline:none;
    }
  }

  @media only screen and (min-width:1200px) {
    .menu-row .menu-margin-right li {
        padding:0 10px;
    }
    #footer .container {
        padding-top: 15px;
    }
    .container {
        max-width: 94.5%;
        padding:0;
    }
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99999;
      }
      
      .sticky + .content {
        padding-top: 102px;
      }
    .menu-block {
        padding:0 50px;
    }
}


@media only screen and (min-width:1025px) {
    .menu-row {
        margin: 0;
        height: 140px;
    }
    .menu-block .images {
        min-height: 150px;
        position: absolute;
        z-index: 99999;
    }
    .logo {
        margin-top: 70px;
    }
    .conti-industry-col2 {
        padding-left: 0;
        margin-left:0 !important;
        position: relative;
        right: 100px;
    }
}

@media only screen and (min-width:1600px) {
    .conti-industry-col2 {
        right: 150px
    }
}

@media (max-width: 1024px) {
    .menu-row {
        background-color: #ffa500;
    }
    .menu-block .images {
        padding-top: 16px;
        text-align: center;
    }
    .menu-margin-left {
        margin: 0 auto;
    }
    .logo {
        margin:0 auto;
    }
    .menu-margin-right {
        position:absolute;
        background-color: #ffa500 !important;
        margin-left: 10px;
    }
    .navbar {
        background-color: #ffa500 !important;
        margin-left: 15px;
        margin-top: 10px;
        z-index: 9999;
    }
}