.head {
    display: inline-flex;
    align-items: baseline;
    text-align: center;
}
a {
    text-decoration: none;
    color: #8080807a !important;
   /* border-right: 1px solid grey;
    */
}
.bg {
    overflow: hidden;
   /* padding-bottom: 60%;
    */
    background-repeat: no-repeat;
    background-image: url("../image/upignited/SOURCE-01.jpg");
    background-size: cover;
    background-position: center;
   /* padding: 0px 0px;
    */
    background-attachment: fixed;
}
.border_box {
    background: rgb(81 143 174 / 87%);
    width: 550px;
    height: 550px;
    border-radius: 50%;
    /* display: flex;
    align-items: center; */
    text-align: center;
    margin: auto;
}
.cir {
    text-align: center;
    padding: 50px;
}
.bg > .bg_overlay {
    padding: 90px 0;
    background: #ffffffad;
}

.bg_overlay.active {
    background: #ffffff1b !important;
    -webkit-transition: background-color 2000ms linear;
    -ms-transition: background-color 2000ms linear;
    transition: background-color 2000ms linear;
 }





.cir > p {
    font-size: 36px;
    color: #fff;
}
.button2 > .btn {
    width: 75%;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    border-radius: 3px;
}
.para1 {
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #000;
}
.service_head {
    text-align: center;
    padding: 60px 0px;
}
.box_content > h3 {
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
    padding-bottom: 40px;
}
.box_content > p {
    font-size: 22px;
    line-height: 40px;
}
.btn.btn-orange {
    background-color: #f35e32;
    padding: 5px 15px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.service_head > h3 {
    font-size: 42px;
}
.box_btn {
    padding-top: 25px;
}
.center{
    text-align: center;
    padding: 20px 
}
.back_ground {
    background-color: #8080804f;
    text-align: center;
    padding: 75px 0px;
}

.head_frm > h3 {
    font-weight: 700;
    font-size: 42px;
    padding-top: 45px;
    padding-bottom: 20px;
}

.head_frm > p {
    font-size: 20px;
    padding-bottom: 30px;
}

.c_field > input, .c_field > select {
    height: 60px;
    border-radius: 0;
    border: 2px solid #d7d7d7;
    font-size: 18px;
}
.box_content {
    text-align: center;
    padding: 70px 0px;
}
.sec_bg {
    background-color: #80808057;
    padding: 128px;
}
.black {
    background-color: #606060;
    padding: 50px;
}

.black1 {
    border-top: 1px solid #afafaf;
    background-color: #606060;
    padding: 20px;
}

.term {
    text-align: right;
    font-size: 34px;
}

.b_footer {
    /* display: flex;
    justify-content: space-between; */
    color: #fff;
}

.copyright.f_nav {
    display: flex;
    justify-content: space-between;
}

section.bottom_footer.black {
    border-top: 1px solid #adadad;
}

.f_link > a {
    color: #fff !important;
    text-decoration: none;
}

.term > a {
    color: #fff !important;
    text-decoration: none;
}

.cont_box_icon > img {
    width: 80px;
}
.cont_box {
    display: flex;
}

.cont_box_icon {
    padding-right: 35px;
}

.cont_box_content > h3 {
    font-size: 38px;
}

.cont_box_content > p {
    margin: 0;
    font-size: 18px;
}

.cont_box_content {
    color: #fff;
}
.para2 {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
}
.para2.left {
    padding-left: 50px;
}
.para2.right {
    padding-right: 50px;
}
.service_img > img {
    width: 100%;
}
hr.line {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.5;
    box-shadow: 2px 0px 1px 0px #000000;
}
.content{
    margin: 0 auto;
    max-width: 90%;
    width: 720px;
    height: 100%;
}
.main{
    padding: 1% 0;
    position: relative;
    background: #f5f5f5;
    box-shadow: 0px -10px 60px rgba(0,0,0,0.25);
}
.zoom {
    overflow: hidden;
   /* padding-bottom: 60%;
    */
    background-image: url("../image/upignited/SOURCE-01.jpg");
    background-size: 100% 100%;
    background-position: center center;
    height: 100vh;
}

.up_bg {
    overflow: hidden;
    background-image: url("../image/upignited/up_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg_overlay {
    height: 100vh;
    padding: 60px 0;
    background: #ffffff94;
}
.para1 > p {
    line-height: 34px;
    font-size: 18px;
    margin-top: 40px;
}
.para1 > h3 {
    font-size: 42px;
    padding-top: 50px;
}
.title{
    position: absolute;
    top: 40%;
    width: 100%;
}
.title h1{
    text-align: center;
    color: #FFF;
}

.work_together {
    text-align: center;
}

.bg_overlay_o {
    padding: 100px 0px;
    background: #ff4a0fbf;
}

.work_together {
    text-align: center;
    color: #fff;
}

.work_together > h3 {
    font-size: 42px;
    padding-bottom: 25px;
}

.work_together > p {
    font-size: 30px;
}
@media (max-width: 1024px) {
    .content{
       text-align: justify;
   }
    .zoom{
        overflow: hidden;
       
   }
}

@media only screen and (max-width: 768px) {
    .border_box {
        background: rgb(81 143 174 / 87%);
        width: 375px;
        height: 375px;
        border-radius: 50%;
         display: block !important;
        align-items: center;
        text-align: center;
        margin: auto;
    }

    .head {
        display: block;
        align-items: baseline;
        text-align: center;
    }

    .bg_overlay {
        height: auto;
        padding: 0px 0;
        background: #ffffff94;
    }

    .cont_box {
        display: block;
        text-align: center;
    }

    .black {
        background-color: #606060;
        padding: 15px;
    }

    .para2.left {
        padding-left: 0;
    }

    .para2.right {
        padding-right: 0;
    }

    .copyright.f_nav {
        display: block;
        justify-content: space-between;
        text-align: center;
    }

    .cir {
        text-align: center;
        padding: 20px;
    }

    .cir > p {
        font-size: 21px;
        color: #fff;
    }

    .zoom {
       
        background-repeat: no-repeat !important;
        background-size: cover;
        height: auto !important;
    }
}



button.slick-prev.slick-arrow {
    position: absolute;
    left: -30px;
    top: 10px;
}

button.slick-next.slick-arrow {
    position: absolute;
    right: -30px;
    top: 10px;
}

/* .customer-logos {
    background-color: #111;
  } */
  
  /* Slider */
  .slick-slide {
      margin: 0px 20px;
  }
  
  .slick-slide img {
      width: 100%;
  }
  
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
  
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
  
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
  
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
  
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
  
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
  
      /* height: 100%; */
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
  
      height: auto;
  
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }

  .companies > h3 {
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 50px;
}

button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    background: #f35e32;
    color: #fff;
    border: none;
    padding: 5px 5px;
    border-radius: 30px;
}

.head {
    border-bottom: 2px solid #efefef;
    padding-bottom: 15px;
    align-items: center;
    padding-top: 15px;
}
ul.nav > li.bar {
    width: 10px;
    align-items: center;
    display: flex;
}

ul.nav {
    justify-content: space-around;
}

li.nav-item > a {
    color: #595959 !important;
    font-size: 16px;
}

::placeholder,   ::-webkit-input-placeholder {
    font-style: italic;
    color: #d7d7d7;
   
  }

  .end {
    padding-top: 20px;
    padding-bottom: 20px;
    font-style: italic;
    color: #afafaf;
    font-size: 18px;
}

.button_update {
    padding-bottom: 50px;
}


.btn.btn-orange:hover {
    color: #000;
    background: #f35e32;
}

.btn.btn-orange {
    border-radius: 3px;

}

.terms{
	padding: 50px 120px 50px 120px;
	text-align: justify;
}

.terms > h3{
	font-weight: 600;
}

.terms > h4{
	font-weight: 600;
}

.terms > p > a{
	color:#00F !important;
}

