:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
  }
  
  *,
  *::before,
  *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  article,
  aside,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section {
    display: block;
  }
  
  body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
  }
  
  [tabindex="-1"]:focus {
    outline: 0 !important;
  }
  
  hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  footer {
      padding: 6em 0;
    }
    
    .footer-10 {
      background: #222222;
      padding: 0 0 4em 0;
      padding-bottom: 25px;
    }
    .footer-10 .border-top,
    .footer-10 .border-bottom {
      border-color: rgba(255, 255, 255, 0.1) !important;
    }
    .footer-10 .footer-heading {
      text-align: left;
      font-size: 18px;
      color: #fff;
      margin-bottom: 10px;
    }
    .footer-10 p {
      color: rgba(255, 255, 255, 0.3);
    }
    .footer-10 a {
      color: #f26522;
      
    }
    .footer-10 .con.con-1 {
      background: #1c1c1c;
    }
    .footer-10 .con.con-2 {
      background: #1c1c1c;
    }
    .footer-10 .con.con-3 {
      background: #1c1c1c;
    }
    .footer-10 .list-unstyled li a {
      text-align: left;
      color: rgba(255, 255, 255, 1);
    }
    .footer-10 .list-unstyled li a:hover {
      color: #fff;
    }
    .footer-10 .con-info .icon {
      width: 50px;
      height: 50px;
      background: #f26522;
      border-radius: 50%;
      margin: 0 auto;
      margin-bottom: 10px;
    }
    .footer-10 .con-info .icon span {
      color: #fff;
      font-size: 24px;
    }
    .footer-10 .con-info span {
      color: rgba(255, 255, 255, 0.8);
    }
    .footer-10 .subscribe-form .form-group {
      position: relative;
      margin-bottom: 0;
      border-radius: 0;
    }
    .footer-10 .subscribe-form .form-group input {
      background: white !important;
      border: none !important;
      outline: none !important;
      color: rgba(0, 0, 0, 0.3) !important;
      font-size: 16px;
      border-radius: 0;
    }
    .footer-10 .subscribe-form .form-group input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(0, 0, 0, 0.3) !important;
    }
    .footer-10 .subscribe-form .form-group input::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.3) !important;
    }
    .footer-10 .subscribe-form .form-group input:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(0, 0, 0, 0.3) !important;
    }
    .footer-10 .subscribe-form .form-group input:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.3) !important;
    }
    .footer-10 .subscribe-form .form-group input:focus {
      outline: none !important;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    .footer-10 .subscribe-form .form-group .submit {
      color: #fff !important;
      display: block;
      width: 130px;
      height: 52px;
      font-size: 16px;
      background: #1089ff !important;
      border: none;
      border-radius: 0;
    }
    .footer-10 .subscribe-form .form-group .submit:hover,
    .footer-10 .subscribe-form .form-group .submit:focus {
      text-decoration: none !important;
      outline: none !important;
    }
    .footer-10 .subscribe-form .subheading {
      display: inline-block;
      margin-top: 5px;
      color: rgba(255, 255, 255, 0.3);
      font-size: 13px;
    }
    .footer-10 .ftco-footer-social li a {
      background: rgba(255, 255, 255, 0.1);
      color: #fff;
    }
    .footerlogo {
      width: 100%;
      font-size: 200%;
      color: white;
      font-weight: 700;
      margin-top: -15px;
      text-align: left;
      padding-bottom: 5px;
    }
    .no-gutters {
      margin-right: 0;
      margin-left: 0;
    }
    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
      padding-right: 0;
      padding-left: 0;
    }  
    .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
    }
    .align-items-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
    }
  
    .ftco-footer-social li {
      list-style: none;
      margin: 0 10px 0 0;
      display: inline-block;
    }
    .ftco-footer-social li a {
      height: 40px;
      width: 40px;
      display: block;
      background: rgba(0, 0, 0, 0.05);
      border-radius: 50%;
      position: relative;
    }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 20px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    .ftco-footer-social li a:hover {
      color: #fff;
    }
    .p-0 {
      padding: 0 !important;
    }
    
    span {
      font-weight : 450;
    }
  
      
    li {
      font-weight : 450;
    }
  
    .add{
      width: auto;
      color: white !important   ;
      font-weight: 480;
      /* word-wrap: ; */
    }