@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url(../css/alabicon.css);
@font-face {
  font-family: 'FuturaPTBold';
  src: url(../fonts/FuturaPTBold.otf); }
@font-face {
  font-family: 'FuturaPTBook';
  src: url(../fonts/FuturaPTBook.otf); }
@font-face {
  font-family: 'FuturaPTDemi';
  src: url(../fonts/FuturaPTDemi.otf); }
@font-face {
  font-family: 'FuturaPTExtraBold';
  src: url(../fonts/FuturaPTExtraBold.otf); }
@font-face {
  font-family: 'FuturaPTHeavy';
  src: url(../fonts/FuturaPTHeavy.otf); }
@font-face {
  font-family: 'FuturaPTLight';
  src: url(../fonts/FuturaPTLight.otf); }
@font-face {
  font-family: 'FuturaPTMedium';
  src: url(../fonts/FuturaPTMedium.otf); }
.dropdown .nav-link::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown .sub-menu .menu-item a.nav-link::after  {
    display: none;
}
.navbar-expand-lg .dropdown .sub-menu {
    transition: all .5s;
    min-width: 200px;
    width: max-content;
    margin: 0px;
    padding: 0px;
    position: absolute;
    background: #fff;
    display: none;
    list-style: none;
    padding: 10px 15px;
    z-index: 9999;
    box-shadow: 1px 2px 11px 2px #e1e1e1;
}
.navbar-expand-lg .dropdown:hover .sub-menu {
    transition: all .5s;
    display: block;
}
.btn-dark1{
        padding-top: 0;
    padding-bottom: 0;
}
.btn-dark1 > .nav-link {
  background: linear-gradient(-30deg, #00a2f6 50%, #0d4995 50%);
  padding: 6px 20px !important;
  margin: 0px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #fff !important;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-dark1 > .nav-link::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad8585;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.btn-dark1 > .nav-link:hover::before {
  opacity: 0.2;
}

.btn-dark1 > .nav-link span {
  position: absolute;
}

.btn-dark1 > .nav-link span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#00eaff));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #00eaff);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.btn-dark1 > .nav-link span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 4px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#00eaff));
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #00eaff);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.btn-dark1 > .nav-link span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #00eaff);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.btn-dark1 > .nav-link span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #00eaff);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/*.btn-dark > .nav-link{
    padding: 0px;
    color: #fff !important;
    font-weight: 400;
}
.btn-dark:hover > .nav-link, .btn-outline-dark > .nav-link:hover{
    color: #fff !important;
}*/
.nav-link{
    color: #000 !important;
    font-weight: 700;
}
header {
  background: url(../images/banner.jpg);
  background-size: cover;
    background-position: center center;
}
  header .overlay {
    background: rgba(0, 0, 0, 0.76);
    width: 100%;
    padding: 100px 0;
      padding-bottom: 20px;
}

   header .overlay svg {
        display: block;
        font-size: 97px;
        font-family: 'FuturaPTMedium';
        /*font: 5em 'Montserrat';*/
        width: 100%;
        height: auto;
        margin: 0 auto;
       margin-top: 70px;
        text-shadow: 0px 0px 20px #ffffff85;
    }


   header .overlay svg .text-copy {
        fill: none;
        stroke: white;
        stroke-dasharray: 5% 29%;
        stroke-width: 3px;
        stroke-dashoffset: 0%;
        animation: stroke-offset 5.5s infinite linear;
    }

   header .overlay svg .text-copy:nth-child(1){
        stroke: #ffffff;
        animation-delay: -1;
    }

   header .overlay svg .text-copy:nth-child(2){
        stroke: #ffffff;
        animation-delay: -2s;
    }

   header .overlay svg .text-copy:nth-child(3){
        stroke: #ffffff;
        animation-delay: -3s;
    }

   header .overlay svg .text-copy:nth-child(4){
        stroke: #ffffff;
        animation-delay: -4s;
    }

   header .overlay svg .text-copy:nth-child(5){
        stroke: #ffffff;
        animation-delay: -5s;
    }
    header .overlay svg .text-copy:nth-child(6){
        stroke: #ffffff;
        animation-delay: -6s;
    }

    @keyframes stroke-offset{
        100% {stroke-dashoffset: -35%;}
    }
    /*header .overlay h1 {
      margin-top: 80px;
      font-size: 79px;
      font-family: 'FuturaPTMedium';
      margin-bottom: 0; }*/
    header .overlay h2 {
      font-family: 'FuturaPTLight';
      font-size: 38.5px;
}
header .overlay h2 span:nth-child(1){
    background: #00a2f6;
    padding: 5px 10px;
}
header .overlay h2 span:nth-child(3){
    background: #0d4995;padding: 5px 10px;
}
header .overlay h2 span:nth-child(5){
    background: #004;padding: 5px 10px;
}
      header .overlay h2 strong {
        font-size: 40px;
        font-weight: 900; }
    /*header .overlay p {
      font-family: 'FuturaPTLight';
      font-size: 18px; }*/
    /*header .overlay .btn-outline-light {
      border-radius: 0;
      margin-top: 30px;
      font-size: 22px; }*/

    a {
      position: relative;
      display: inline-block;
      cursor: pointer;
      outline: none;
      border: 0;
      vertical-align: middle;
      text-decoration: none;
      background: transparent;
      padding: 0;
      font-size: inherit;
      font-family: inherit;
    }
    a.learn-more {
      width: 14rem;
      height: auto;
        margin-top: 30px;
    }  
    a.learn-more .circle {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: relative;
      display: block;
      margin: 0;
      width: 3rem;
      height: 3rem;
      background: #fff;
      border-radius: 1.625rem;
    }
    a.learn-more .circle .icon {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      background: #fff;
    }
    a.learn-more .circle .icon.arrow {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      left: 0.625rem;
      width: 1.125rem;
      height: 0.125rem;
      background: none;
    }
    a.learn-more .circle .icon.arrow::before {
      position: absolute;
      content: '';
      top: -0.25rem;
      right: 0.0625rem;
      width: 0.625rem;
      height: 0.625rem;
      border-top: 0.125rem solid #000;
      border-right: 0.125rem solid #000;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
    a.learn-more .button-text {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: absolute;
      top: 0;
      left: 2.5rem;
      right: 0;
      bottom: 0;
      padding: 1rem 0;
      margin: 0 0 0 1.85rem;
      color: #fff;
      font-weight: 700;
      line-height: 1.6;
      text-align: left;
      text-transform: uppercase;
    }
    a:hover .circle {
      width: 100%;
    }
    a:hover .circle .icon.arrow {
      background: #000;
      -webkit-transform: translate(1rem, 0);
              transform: translate(1rem, 0);
    }
    a:hover .button-text {
      color: #000;
    }

    header .overlay .media {
      margin-top: 100px; }
      header .overlay .media i {
        color: #ff7f1d;
        margin-right: 10px; }
      header .overlay .media h5 {
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        font-weight: normal;
        text-align: left; }

.intro {
  padding: 100px 0;
  border-bottom: 1px solid #ccc;
  box-shadow: 10px 10px 10px #ccc; }
  .intro .over {
    margin-left: -50px; }
  .intro h5 {
    margin-top: 40px;
    color: #ff6f00;
    text-transform: uppercase;
    font-family: 'FuturaPTHeavy';
    font-size: 19.2px; }
  .intro h3 {
    font-size: 40.4px;
    font-family: 'FuturaPTBook'; }
  .intro p {
    font-family: 'FuturaPTBook';
    margin-top: 15px;
    font-size: 20.2px; }
  .intro a {
    font-family: 'FuturaPTMedium';
    color: #ff6f00;
    font-size: 22.2px; }
    .intro a {
      position: relative;
      display: inline-block;
      cursor: pointer;
      outline: none;
      border: 0;
      vertical-align: middle;
      text-decoration: none;
      background: transparent;
      padding: 0;
      font-size: inherit;
      font-family: inherit;
    }
    .intro a.learn-more {
      width: 14rem;
      height: auto;
        margin-top: 12px;
    }  
    .intro a.learn-more .circle {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: relative;
      display: block;
      margin: 0;
      width: 3rem;
      height: 3rem;
      background: #ff6f00;
      border-radius: 1.625rem;
    }
    .intro a.learn-more .circle .icon {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      background: #ff6f00;
    }
    .intro a.learn-more .circle .icon.arrow {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      left: 0.625rem;
      width: 1.125rem;
      height: 0.125rem;
      background: none;
    }
    .intro a.learn-more .circle .icon.arrow::before {
      position: absolute;
      content: '';
      top: -0.25rem;
      right: 0.0625rem;
      width: 0.625rem;
      height: 0.625rem;
      border-top: 0.125rem solid #fff;
      border-right: 0.125rem solid #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
    .intro a.learn-more .button-text {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: absolute;
      top: 0;
      left: 2.5rem;
      right: 0;
      bottom: 0;
      padding: 1rem 0;
      margin: 0 0 0 1.85rem;
      color: #ff6f00;
      font-weight: 700;
      line-height: 1;
      text-align: left;
      text-transform: uppercase;
    }
    .intro a:hover .circle {
      width: 100%;
    }
    .intro a:hover .circle .icon.arrow {
      background: #fff;
      -webkit-transform: translate(1rem, 0);
              transform: translate(1rem, 0);
    }
    .intro a:hover .button-text {
      color: #fff;
    }

.execution {
  border-bottom: 1px solid #ccc;
  padding: 100px; }
  .execution h4 {
    text-align: center;
    font-family: 'FuturaPTBook';
    font-size: 40.3px; }
  .execution p {
    text-align: center;
    font-family: 'FuturaPTBook';
    font-size: 19px;
    margin-top: 15px; }
  .execution .card {
    border-radius: 0px;
    box-shadow: 0px 0px 6px 0px #ccc;
    margin-top: 70px; }
    .execution .card img {
      height: 100px;
      margin: 50px 0; }
    .execution .card h5 {
      font-family: 'FuturaPTBook';
      font-size: 28px;
      text-align: center; }
    .execution .card p {
      font-family: 'FuturaPTBook';
      font-size: 18px;
      text-align: center; }

.digi .block_1 {
  background: url(../images/digi1.jpg); }
.digi .block_2 {
  background: url(../images/digi2.jpg); }
.digi .block_3 {
  background: url(../images/digi3.jpg); }
.digi .block_4 {
  background: url(../images/digi4.jpg); }
.digi .block_5 {
  background: url(../images/digi5.jpg); }
.digi .block_6 {
  background: url(../images/digi6.jpg); }
.digi .block {
  background-size: cover;
  background-position: center center;
  height: 350px;
  text-align: center;
  align-items: center;
  padding: 100px 0; }
  .digi .block h3 {
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    font-size: 42.1667px;
    color: #fff;
    margin-bottom: 30px; }
  .digi .block a {
    color: #fff;}
   .digi .block a.learn-more .button-text {
    line-height: 1;}
    .digi .block:hover a.learn-more .circle .icon.arrow {
      background: #000;
      -webkit-transform: translate(1rem, 0);
              transform: translate(1rem, 0);
    }
    .digi .block:hover a.learn-more .circle {
      width: 100%;
    }
    .digi .block:hover a.learn-more .button-text {
      color: #000;
    }

.services {
  padding: 100px 0; }
  .services h3 {
    font-size: 34px;
    line-height: 44px;
    font-weight: normal; }
  .services p {
    font-family: 'FuturaPTBook';
    font-size: 18px; }
  .services .media {
    margin-bottom: 20px; }
    .services .media i {
      font-size: 40px;
      margin-right: 15px; }
    .services .media h5 {
      font: bold 20px / 30px "Roboto", Helvetica, Arial, Verdana, sans-serif; }
    .services .media ul {
      margin-left: 20px;
      padding-left: 0px; }
      .services .media ul li {
        font: normal 15px / 27px "Roboto", Helvetica, Arial, Verdana, sans-serif;
        word-spacing: normal;
        color: #212529; }
  .services .serv img {
    margin-bottom: 20px; }

.block_img {
  background: #f8f8f8; }

.tabs_portfolio {
  padding: 100px 0; }
  .tabs_portfolio h4 {
    font-size: 38px;
    font-family: 'FuturaPTMedium'; }
  .tabs_portfolio #customersCats {
    margin-top: 1.5rem;
    height: 80px; }
  .tabs_portfolio .nav-link.active, .tabs_portfolio .nav-link:focus, .tabs_portfolio .nav-link:hover {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 3px solid #1aafff; }
  .tabs_portfolio a.nav-link {
    color: #333; }
.use {
  background: #051643; }
  .use .overlay {
    background: url(../images/confetti-png-vector-18.png);
    background-size: cover;
    padding: 100px 0; }
    .use .overlay h3 {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 38px;
      letter-spacing: 2px; }
      .use .overlay h3 span {
        color: #ffa737; }
    .use .overlay .card {
      margin-bottom: 50px; }
      .use .overlay .card .card-body i {
        font-size: 36px;
        color: #ffa737; }
      .use .overlay .card .card-body h4 {
        font-size: 22px;
        line-height: 33px;
        color: #000;
        font-weight: 800;
        margin-top: 25px; }
      .use .overlay .card .card-body p {
        font-size: 18px;
        color: #404040; }
    .use .overlay .btn {
      background: #ffa737;
      color: #fff;
      font-size: 20px;
      font-weight: 700; }
    .use .overlay a {
      position: relative;
      display: inline-block;
      cursor: pointer;
      outline: none;
      border: 0;
      vertical-align: middle;
      text-decoration: none;
      background: transparent;
      padding: 0;
      font-size: inherit;
      font-family: inherit;
    }
    .use .overlay a.learn-more {
      width: 14rem;
      height: auto;
        margin-top: 12px;
    }  
    .use .overlay a.learn-more .circle {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: relative;
      display: block;
      margin: 0;
      width: 3rem;
      height: 3rem;
      background: #ffa737;
      border-radius: 1.625rem;
    }
    .use .overlay a.learn-more .circle .icon {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      background: #ffa737;
    }
    .use .overlay a.learn-more .circle .icon.arrow {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      left: 0.625rem;
      width: 1.125rem;
      height: 0.125rem;
      background: none;
    }
    .use .overlay a.learn-more .circle .icon.arrow::before {
      position: absolute;
      content: '';
      top: -0.25rem;
      right: 0.0625rem;
      width: 0.625rem;
      height: 0.625rem;
      border-top: 0.125rem solid #fff;
      border-right: 0.125rem solid #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
    .use .overlay a.learn-more .button-text {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: absolute;
      top: 0;
      left: 2.5rem;
      right: 0;
      bottom: 0;
      padding: 1rem 0;
      margin: 0 0 0 1.85rem;
      color: #ffa737;
      font-weight: 700;
      line-height: 1;
      text-align: left;
      text-transform: uppercase;
    }
    .use .overlay a:hover .circle {
      width: 100%;
    }
    .use .overlay a:hover .circle .icon.arrow {
      background: #fff;
      -webkit-transform: translate(1rem, 0);
              transform: translate(1rem, 0);
    }
    .use .overlay a:hover .button-text {
      color: #fff;
    }

@media screen and (max-width:1199px){
    header .overlay svg {
        font-size: 74px;
        margin-top: 0;
    }
    header .overlay svg .text-copy {
        stroke-width: 2.5px;
        stroke-dasharray: 3% 28%;
    }
    header .overlay h2{
        font-size: 28.5px;
        margin-top: -15px;
    }
    a.learn-more .circle{
        width: 2rem;
      height: 2rem;
    }
    a.learn-more .circle .icon.arrow {
        left: 0.15rem;
    }
    a.learn-more .button-text{
        line-height: 0.8;
    }
    header .overlay .media h5{
        font-size: 20px;
    }
    .intro {
        padding: 40px 0;
    }
    .intro img.img-fluid {
        width: 80% !important;}
    .intro .over{margin-left: 0;}
    .intro h3 {
        font-size: 32px;}
    .intro p{
        margin-top: 5px;
        font-size: 18.2px;
    }
    .intro a.learn-more .circle{
        width: 2rem;
        height: 2rem;
    }
    .intro a.learn-more .circle .icon.arrow{
        left: 0.15rem;
    }
    .intro a.learn-more .button-text{
        line-height: 0;
        left: 1.5rem;
    }
    .execution{
        padding: 40px 0;
    }
    .execution h4{
        font-size: 32px;
    }
    .execution p{
        font-size: 18px;
        margin-top: 5px;
    }
    .execution .card{
        margin-top: 20px;
    }
    .execution .card img{
        margin: 20px 0 0px; 
        height: 80px;
    }
    .execution .card h5{
        font-size: 22px;
        margin-bottom: .25rem;
    }
    .execution .card p{
        line-height: 1.4;
        font-size: 16px;
    }
    .digi .block{
        height: 200px;
        padding: 40px 0;
    }
    .digi .block h3{
        font-size: 28px;
        margin-bottom: 15px;
    }
    .digi .block a{
        margin-top: 15px;
    }
    .digi .block a.learn-more .button-text {
        line-height: 0;
        left: 1.5rem;
    }
    .services {
        padding: 40px 0;
    }
    .services h3 {
        font-size: 28px;
        line-height: 28px;
    }
    .services p{
        font-size: 16px;
    }
    .services .media i {
        font-size: 35px;}
    .services .media h5 {
        font: bold 18px / 30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
        margin-bottom: 0;
    }
    .services .media ul{
        margin-bottom: 5px;
    }
    .services .media {
        margin-bottom: 5px;
    }
    .tabs_portfolio {
        padding: 40px 0;
    }
    .use .overlay{
         padding: 40px 0;
    }
    .use .overlay h3{
        font-size: 32px;
    }
}


.testimonials {
  padding: 100px 0; }

.try {
  background: url(../images/try.jpg);
  background-size: cover; }
  .try .overlay {
    background: rgba(0, 0, 0, 0.66);
    padding: 100px 0; }
    .try .overlay h3 {
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'FuturaPTHeavy';
      /*font-weight: 600;*/
      font-size: 38px;
      margin-bottom: 20px; }
    .try .overlay p {
      font-family: 'Roboto', sans-serif;
      font-size: 21px; }
    .try .overlay .btn {
      background: #ffa737;
      font-family: 'Roboto', sans-serif;
      color: #fff;
      font-size: 17px;
      font-weight: 700;
      margin-top: 25px;
      letter-spacing: 1.5px; }
    .try .overlay a {
      position: relative;
      display: inline-block;
      cursor: pointer;
      outline: none;
      border: 0;
      vertical-align: middle;
      text-decoration: none;
      background: transparent;
      padding: 0;
      font-size: inherit;
      font-family: inherit;
    }
    .try .overlay a.learn-more {
      width: 15rem;
      height: auto;
        margin-top: 12px;
    }  
    .try .overlay a.learn-more .circle {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: relative;
      display: block;
      margin: 0;
      width: 3rem;
      height: 3rem;
      background: #ffa737;
      border-radius: 1.625rem;
    }
    .try .overlay a.learn-more .circle .icon {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      background: #ffa737;
    }
    .try .overlay a.learn-more .circle .icon.arrow {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      left: 0.625rem;
      width: 1.125rem;
      height: 0.125rem;
      background: none;
    }
    .try .overlay a.learn-more .circle .icon.arrow::before {
      position: absolute;
      content: '';
      top: -0.25rem;
      right: 0.0625rem;
      width: 0.625rem;
      height: 0.625rem;
      border-top: 0.125rem solid #fff;
      border-right: 0.125rem solid #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
    .try .overlay a.learn-more .button-text {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: absolute;
      top: 0;
      left: 2.5rem;
      right: 0;
      bottom: 0;
      padding: 1rem 0;
      margin: 0 0 0 1.85rem;
      color: #ffa737;
      font-weight: 700;
      line-height: 1;
      text-align: left;
      text-transform: uppercase;
    }
    .try .overlay a:hover .circle {
      width: 100%;
    }
    .try .overlay a:hover .circle .icon.arrow {
      background: #fff;
      -webkit-transform: translate(1rem, 0);
              transform: translate(1rem, 0);
    }
    .try .overlay a:hover .button-text {
      color: #fff;
    }


.watch {
  padding: 100px 0; }
  .watch .card .card-body h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    color: #f97a35;
    font-weight: 100;
    margin-bottom: 0px; }
    .watch .card .card-body h5 hr {
      text-align: left;
      width: 70px;
      border-top: 2px solid #f97a35;
      float: left;
      clear: both;
      margin-top: 0.5rem; }
  .watch .card .card-body p {
    clear: both;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    margin-bottom: 10px; }
    .watch .card .card-body p i {
      font-size: 18px;
      color: #000; }
  .watch .card .card-body .btn {
    background: #f97a35;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 17px;
    padding-left: 35px;
    padding-right: 35px;
    font-weight: 700;
    margin-top: 25px;
    letter-spacing: 1.5px; }

footer {
  background: #f3f5f2;
  position: relative; }
  footer .request_content {
    text-align: center;
    align-items: center;
    padding: 40px; }
    footer .request_content::before {
      font-family: 'FontAwesome';
      content: "\f0da";
      color: #000;
      position: absolute;
      right: -13px;
      top: 48%;
      font-size: 40px; }
    footer .request_content::after {
      content: "";
      width: 100000%;
      height: 100%;
      top: 0;
      right: 0;
      background: #000;
      opacity: 0.95;
      z-index: 0;
      position: absolute; }
    footer .request_content img {
      width: 120px;
      position: relative;
      z-index: 1; }
  footer ul li a {
    font-size: 17px;
    color: #878787; }
    footer ul li a:hover {
      color: #000; }
  footer ul li:first-child a {
    color: #fc732f;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none; }
  footer p {
    color: #878787; }
    footer p a {
      color: #fc732f;
      font-size: 18px; }
      footer p a:hover {
        color: #d75514; }

/*inner pages css*/
.main {
  margin-top: 80px; }
  .main .abt_header {
    min-height: 80vh;
    background: #FFBD5A;
    padding: 100px 0;
    color: #fff; }
    .main .abt_header h1 {
      margin-bottom: 0px;
      font-family: 'FuturaPTHeavy';
      font-size: 96px; }
    .main .abt_header h2 {
      font-family: 'FuturaPTMedium';
      font-size: 40px;
      line-height: 45px; }
    .main .abt_header p {
      font-family: 'FuturaPTBook';
      font-size: 22px;
      line-height: 26px; }
  .main .abt_vision {
    min-height: 80vh;
    padding: 100px 0; }
    .main .abt_vision h3 {
      margin-bottom: 0px;
      font-family: 'FuturaPTHeavy';
      font-size: 68px;
      margin-bottom: 20px; }
    .main .abt_vision p {
      font-family: 'FuturaPTBook';
      font-size: 24px;
      line-height: normal;
      border-left: 15px solid #EE1C1C;
      padding-left: 20px; }
  .main .abt_aim {
    min-height: 80vh;
    background: #2a2a2a;
    padding: 100px 0;
    color: #fff; }
    .main .abt_aim h3 {
      margin-bottom: 0px;
      font-family: 'FuturaPTHeavy';
      font-size: 68px;
      margin-bottom: 20px; }
    .main .abt_aim p {
      font-family: 'FuturaPTBook';
      font-size: 24px;
      line-height: normal;
      border-left: 15px solid #fff;
      padding-left: 20px; }
  .main .abt_info {
    position: relative;
    min-height: 80vh; }
    .main .abt_info .request_content {
      min-height: 80vh;
      padding: 100px 80px 100px 0px;
      color: #fff; }
      .main .abt_info .request_content::before {
        content: "";
        position: absolute;
        width: 600%;
        height: 100%;
        top: 0;
        right: 0px;
        background: url(../images/mission.jpg) no-repeat scroll right 0;
        z-index: -1;
        -webkit-box-shadow: 0px 3px 68px 0px rgba(0, 0, 0, 0.11);
        box-shadow: 0px 3px 68px 0px rgba(0, 0, 0, 0.11); }
      .main .abt_info .request_content::after {
        content: "";
        width: 100000%;
        height: 100%;
        top: 0;
        right: 0;
        background: rgba(4, 166, 90, 0);
        opacity: 0.95;
        z-index: -1;
        position: absolute; }
    .main .abt_info h2 {
      margin-bottom: 0px;
      font-family: 'FuturaPTHeavy';
      font-size: 78px;
      margin-bottom: 20px; }
    .main .abt_info p {
      font-family: 'FuturaPTBook';
      font-size: 24px;
      line-height: normal;
      border-left: 15px solid #FFBD5A;
      padding-left: 20px; }
  .main .abt_team {
    min-height: 80vh;
    background: #FF5E4B;
    padding: 100px 0;
    color: #fff; }
    .main .abt_team h3 {
      margin-bottom: 0px;
      font-family: 'FuturaPTHeavy';
      font-size: 58px; }
    .main .abt_team p {
      font-family: 'FuturaPTBook';
      font-size: 24px;
      line-height: normal;
      padding-left: 20px; }
    .main .abt_team .team_img {
      margin-top: 30px; }
      .main .abt_team .team_img img {
        background: #fff;
        margin-bottom: 30px; }
  .main .abt_spirit {
    min-height: 80vh;
    padding-top: 100px; }
    .main .abt_spirit .overlay {
      min-height: 80vh;
      background: url(../images/hands.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: bottom center; }
      .main .abt_spirit .overlay h2 {
        font-family: 'FuturaPTBook';
        font-size: 68px;
        line-height: 75px; }
      .main .abt_spirit .overlay h3 {
        font-family: 'FuturaPTHeavy';
        font-size: 62px; }
    .main .abt_spirit h4 {
      font-family: 'FuturaPTBold';
      font-size: 30px;
      color: #000000; }
    .main .abt_spirit p {
      font-family: 'FuturaPTBook';
      font-size: 18px;
      margin-bottom: 40px; }
  .main .serv_header {
    background: #d5d6da;
    min-height: 50vh;
    padding-top: 50px; }
    .main .serv_header .overlay {
      background: url(../images/service_header.jpg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 80% bottom;
      min-height: inherit; }
      .main .serv_header .overlay h1 {
        font-family: 'FuturaPTHeavy';
        color: #969696;
        font-size: 120px;
        opacity: 0.5;
        text-transform: uppercase;
        -webkit-transform: rotate(90deg) translate(100%, 100%);
        transform: rotate(90deg) translate(0, 0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        margin: 0;
        text-align: left;
        position: relative;
        left: 10%;
        display: inline-block; }
      .main .serv_header .overlay .serv_heading {
        display: block; }
        .main .serv_header .overlay .serv_heading hr {
          display: inline-block;
          width: 150px;
          vertical-align: middle;
          border-top: 3px solid #969696;
          margin-top: 20px; }
        .main .serv_header .overlay .serv_heading i {
          color: #C32026;
          -webkit-transform: rotate(45deg) translate(100%, 100%);
          transform: rotate(45deg) translate(0, 0);
          -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
          vertical-align: middle; }
        .main .serv_header .overlay .serv_heading h3 {
          display: inline;
          font-size: 40px;
          vertical-align: middle;
          margin-bottom: 10px; }
    .main .serv_header .breadcrumb {
      background-color: transparent;
      margin-left: 160px; }
  .main .serv_categories {
    padding: 100px 0px; }
    @media (max-width: 1199.78px) {
      .main .serv_categories .container {
        max-width: 97%; } }
    .main .serv_categories h2 {
      font-family: 'FuturaPTHeavy';
      text-align: center;
      font-size: 36px;
      color: #c32026; }
    .main .serv_categories a {
      display: table;
      min-height: 400px;
      padding: 25px;
      text-align: center;
      border: 1px solid #000;
      vertical-align: middle;
      align-items: center;
      background: #fff;
      margin-bottom: 30px; }
      .main .serv_categories a .iner_div {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        color: #242424; }
        .main .serv_categories a .iner_div i {
          font-size: 65px;
          color: #008c8c;
          margin-bottom: 20px;
          display: block; }
        .main .serv_categories a .iner_div h3 {
          font-family: 'FuturaPTHeavy';
          font-size: 28px; }
        .main .serv_categories a .iner_div p {
          font-family: 'FuturaPTLight';
          font-size: 18px;
          line-height: 20px;
          letter-spacing: 1.2px; }
      .main .serv_categories a:hover {
        background: #008c8c;
        text-decoration: none; }
        .main .serv_categories a:hover .iner_div {
          color: #fff; }
          .main .serv_categories a:hover .iner_div i {
            color: #fff;
            font-weight: 600; }
  .main .serv_spec {
    background-color: #C32026;
    background-image: url(../images/service-1.png);
    background-repeat: no-repeat;
    background-position: left -50px;
    min-height: 40vh;
    padding: 150px 0; }
    .main .serv_spec h2 {
      font-size: 4em;
      color: #fff;
      font-weight: bold;
      position: absolute;
      top: 50%;
      left: 0px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%); }
      .main .serv_spec h2::before, .main .serv_spec h2::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 70px;
        top: -100px;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #fff; }
      .main .serv_spec h2::after {
        top: auto;
        bottom: -100px; }
      .main .serv_spec h2 span {
        display: inline-block;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg); }
    .main .serv_spec h3 {
      margin-left: 80px;
      font-size: 34px;
      font-family: 'FuturaPTMedium'; }
    .main .serv_spec p {
      font-family: 'FuturaPTBook';
      margin-left: 80px;
      color: #fff;
      font-size: 22px;
      line-height: normal; }
  .main .serv_flow {
    padding: 100px 0px; }
    .main .serv_flow h3 {
      margin-bottom: 7rem; }
      .main .serv_flow h3 span {
        padding: 10px;
        border-bottom: 2px solid #ff5e4b;
        border-left: 2px solid #ff5e4b;
        border-width: 25px;
        font-size: 58px;
        font-family: 'FuturaPTHeavy';
        color: #FFBD5A; }
    .main .serv_flow .card {
      margin-bottom: 30px;
      border-width: 0px; }
      .main .serv_flow .card img.card-img {
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px; }
      .main .serv_flow .card .card-body .card-title {
        font-family: 'FuturaPTMedium';
        font-size: 28px;
        color: #ff5e4b; }
      .main .serv_flow .card .card-body .card-text {
        font-family: 'FuturaPTBook';
        font-size: 18px;
        letter-spacing: 1.5px;
        color: #292929; }
  .main .serv_features {
    background: #fbfbfb;
    padding: 100px 0; }
    .main .serv_features h2 {
      margin-bottom: 40px;
      font-size: 58px;
      font-family: 'FuturaPTHeavy';
      color: #c21d23; }
    .main .serv_features .serv {
      min-height: 300px;
      margin-bottom: 30px; }
      .main .serv_features .serv i {
        font-size: 40px;
        color: #000;
        font-weight: 600;
        margin-bottom: 25px;
        display: block; }
      .main .serv_features .serv h3 {
        font-family: 'FuturaPTDemi';
        font-size: 24px;
        color: #008c8c; }
      .main .serv_features .serv p {
        font-size: 18px;
        font-family: 'FuturaPTBook';
        line-height: normal; }
  .main .contact_header {
    background: url(../images/contact_header.jpg);
    background-size: cover;
    background-position: left bottom;
    min-height: 45vh; }
    .main .contact_header .overlay {
      background: rgba(0, 0, 0, 0.49);
      min-height: inherit;
      width: 100%;
      padding: 100px 0px; }
      .main .contact_header .overlay h1 {
        font-family: 'FuturaPTHeavy';
        font-size: 58px;
        color: #fff;
        text-align: center; }
      .main .contact_header .overlay h3 {
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        letter-spacing: 1.5px;
        margin-top: 20px;
        color: #fff;
        text-align: center; }
  .main .contact_form {
    background: #e8e8e8;
    padding: 100px 0; }
    .main .contact_form .help h3 {
      font-size: 42px;
      font-family: 'FuturaPTHeavy';
      color: #000; }
    .main .contact_form .help p {
      font-size: 18px;
      font-family: 'Roboto', sans-serif;
      color: #000;
      margin-top: 20px; }
    .main .contact_form .help form {
      margin-top: 50px;
      padding-right: 40px; }
      .main .contact_form .help form .form-control {
        height: 60px;
        border-radius: 0px;
        margin-bottom: 30px; }
      .main .contact_form .help form textarea.form-control {
        height: auto;
        resize: none; }
      .main .contact_form .help form .btn {
        background: #ff9d22;
        font-size: 16px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        color: #fff;
        text-transform: uppercase;
        padding: 10px 30px;
        margin-top: 25px;
        letter-spacing: 1.5px; }
    .main .contact_form .support {
      padding: 15px 0px; }
      .main .contact_form .support h2 {
        font-size: 32px;
        font-family: 'FuturaPTDemi';
        color: #000; }
      .main .contact_form .support p {
        font-size: 18px;
        margin-top: 15px;
        color: #000;
        font-family: 'Roboto', sans-serif; }
        .main .contact_form .support p a {
          color: #ff9d22; }
          .main .contact_form .support p a:hover {
            text-decoration: none; }
      .main .contact_form .support h4 {
        font-size: 22px;
        font-family: 'FuturaPTDemi';
        color: #C9363B;
        text-decoration: underline;
        margin-bottom: 20px;
        margin-top: 20px; }
      .main .contact_form .support .media {
        margin-bottom: 10px; }
        .main .contact_form .support .media i {
          font-size: 25px;
          color: #000;
          width: 40px;
          text-align: center; }
        .main .contact_form .support .media .media-body {
          text-align: left;
          margin-left: 10px; }
  .main .resume {
    padding-top: 100px; }
    .main .resume h3 {
      font-size: 40px;
      color: #C9363B;
      font-family: 'FuturaPTBold'; }
    .main .resume p {
      font-family: 'FuturaPTBook';
      font-size: 20px;
      color: #000;
      letter-spacing: 1.2px;
      line-height: 30px;
      margin-top: 20px; }
    .main .resume .btn {
      font-size: 16px;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      text-transform: uppercase;
      padding: 10px 35px;
      margin-top: 25px;
      letter-spacing: 1.5px;
      margin-bottom: 50px; }
  .main .contact_footer {
    background: #C9363B;
    padding: 100px 0;
    text-align: center;
    color: #fff; }
    .main .contact_footer h2 {
      font-size: 40px;
      color: #fff;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      letter-spacing: 2px;
      margin-bottom: 20px; }
    .main .contact_footer p {
      font-family: 'FuturaPTBook';
      font-size: 22px;
      letter-spacing: 0.3px;
      line-height: 30px;
      margin-top: 20px; }
    .main .contact_footer .btn {
      background: #ff9d22;
      font-size: 16px;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      color: #fff;
      text-transform: uppercase;
      padding: 12px 30px;
      margin-top: 15px;
      letter-spacing: 1.5px; }
  .main .digital-service {
    background: url(../images/digital-marketing.png);
    background-size: cover; }
    .main .digital-service .overlay {
      background: rgba(0, 0, 0, 0.7);
      min-height: 40vh;
      padding: 100px 0px;
      color: #fff; }
      .main .digital-service .overlay h1 {
        font-size: 78px;
        font-family: 'FuturaPTHeavy'; }
      .main .digital-service .overlay h3 {
        font-size: 28px;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        letter-spacing: 1.5px; }
      .main .digital-service .overlay p {
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: 100; }
  .main .digi_strategy {
    padding: 100px 0px; }
    .main .digi_strategy h2 {
      font-size: 48px;
      font-family: 'FuturaPTHeavy';
      color: #EE1C1C; }
    .main .digi_strategy p {
      font-size: 20px;
      font-family: 'Roboto', sans-serif;
      color: #282828;
      font-weight: normal; }
    .main .digi_strategy .media {
      margin-top: 20px;
      margin-bottom: 20px; }
      .main .digi_strategy .media i {
        font-size: 50px;
        color: #EE1C1C;
        font-weight: 700;
        width: 60px;
        margin-right: 10px; }
      .main .digi_strategy .media .media-body h5 {
        font-size: 30px;
        font-family: 'FuturaPTBook'; }
  .main .digi_process {
    background: #ff9c4b;
    padding: 100px 0px; }
    .main .digi_process h3 {
      font-family: 'FuturaPTDemi';
      font-size: 58px;
      margin-bottom: 40px;
      color: #fff;
      line-height: 1.7; }
      .main .digi_process h3 span {
        border-left: 10px solid #EE1C1C;
        border-bottom: 10px solid #EE1C1C;
        padding-bottom: 10px;
        padding-left: 15px; }
    .main .digi_process h4 {
      font-family: 'FuturaPTDemi';
      font-size: 32px;
      margin-top: 20px;
      color: #fff; }
    .main .digi_process p {
      font-size: 18px;
      letter-spacing: 0.9px;
      word-spacing: 6px;
      font-family: 'Roboto', sans-serif; }
  .main .digi_case_study {
    padding: 100px 0px; }
    .main .digi_case_study h3 {
      font-size: 32px;
      font-family: 'FuturaPTDemi';
      margin-bottom: 12px;
      color: #008C8C; }
    .main .digi_case_study h4 {
      font-size: 28px;
      font-family: 'FuturaPTDemi';
      margin-bottom: 12px;
      color: #FF5E4B;
      margin-bottom: 20px; }
    .main .digi_case_study img {
      margin-bottom: 20px; }
    .main .digi_case_study a.h5 {
      font-size: 24px;
      font-family: 'FuturaPTBook';
      margin-bottom: 12px;
      color: #C32026; }
    .main .digi_case_study p {
      font-family: 'FuturaPTBook';
      font-size: 20px;
      color: #282828;
      margin-bottom: 40px; }
    .main .digi_case_study .btn {
      padding: 12px 40px;
      font-size: 18px;
      margin-top: 30px; }
      .main .digi_case_study .btn i {
        font-weight: 100;
        font-size: 16px; }
  .main .digi_Campaign_Planning img {
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px; }
  .main .digi_Campaign_Planning h2 {
    font-size: 38px;
    font-family: 'FuturaPTDemi';
    margin-bottom: 20px;
    color: #FF5E4B; }
  .main .digi_Campaign_Planning p {
    font-family: 'FuturaPTBook';
    font-size: 20px;
    letter-spacing: 0.8px;
    color: #282828;
    margin-bottom: 15px; }
  .main .digi_seo {
    background: url(../images/digital-strategy-1.png);
    background-size: cover;
    margin-top: 100px; }
    .main .digi_seo .overlay {
      background: rgba(195, 32, 38, 0.55);
      padding: 100px 0px;
      color: #fff;
      min-height: 80vh; }
      .main .digi_seo .overlay h2 {
        font-size: 45px;
        font-family: 'FuturaPTDemi';
        margin-bottom: 15px; }
      .main .digi_seo .overlay p {
        font-family: 'FuturaPTLight';
        font-size: 22px;
        line-height: normal; }
      .main .digi_seo .overlay li {
        font-family: 'FuturaPTBook';
        font-size: 24px; }
  .main .digi_ppc {
    padding: 100px 0; }
    .main .digi_ppc h2 {
      font-size: 45px;
      font-family: 'FuturaPTDemi';
      margin-bottom: 15px;
      color: #FFBD5A;
      text-transform: uppercase;
      text-align: center;
      line-height: 1.58; }
      .main .digi_ppc h2 span {
        border: 3px solid #FF5E4B;
        padding: 5px 10px; }
    .main .digi_ppc p {
      font-family: 'FuturaPTLight';
      font-size: 22px;
      line-height: normal; }
    .main .digi_ppc li {
      font-family: 'FuturaPTBook';
      font-size: 24px; }
  .main .digi_testing {
    background: url(../images/digital-strategy-2.png);
    background-size: cover;
    padding: 100px 0px;
    color: #fff; }
    .main .digi_testing h2 {
      font-size: 45px;
      font-family: 'FuturaPTDemi';
      margin-bottom: 15px;
      color: #ff5e4b;
      text-transform: uppercase;
      text-align: center;
      line-height: 1.58; }
      .main .digi_testing h2 span {
        border: 3px solid #FF5E4B;
        padding: 5px 10px; }
    .main .digi_testing p {
      font-family: 'FuturaPTLight';
      font-size: 26px;
      line-height: normal; }
    .main .digi_testing li {
      font-family: 'FuturaPTBook';
      font-size: 28px; }
  .main .digi_more_services {
    padding: 100px 0; }
    .main .digi_more_services h3 {
      font-size: 58px;
      font-family: 'FuturaPTBook';
      color: #c32026;
      text-transform: uppercase;
      text-align: center; }
    .main .digi_more_services .btn-danger {
      background: #c32026;
      border: 1px solid #c32026;
      padding: 10px 40px;
      text-transform: uppercase;
      font-family: 'FuturaPTBook';
      font-size: 18px; }
  .main .blog_header {
    background: url(../images/blog.jpg);
    background-size: cover;
    background-position: center; }
    .main .blog_header .overlay {
      background: rgba(0, 0, 0, 0.71);
      min-height: 40vh;
      padding: 100px 0; }
      .main .blog_header .overlay h1 {
        font-family: 'FuturaPTHeavy';
        font-size: 68px;
        color: #fff; }
      .main .blog_header .overlay h5 {
        font-family: 'FuturaPTBook';
        font-size: 28px;
        color: #fff; }
  .main .blog {
    padding: 100px 0; }
    .main .blog h3 {
      font-size: 40px;
      font-family: 'FuturaPTDemi';
      color: #282828;
      margin-bottom: 0; }
    .main .blog h4 {
      font-size: 30px;
      font-family: 'FuturaPTDemi';
      color: #282828;
      margin-bottom: 0; }
    .main .blog p {
      font-size: 18px;
      line-height: 1.6;
      font-family: 'Roboto', sans-serif;
      letter-spacing: 1px; }
      .main .blog p small.text-muted {
        font-size: 14px;
        font-family: 'Roboto', sans-serif; }
    .main .blog .card {
      border-radius: 0px;
      box-shadow: 0px 0px 8px 0px #ccc;
      border: 0px; }
      .main .blog .card .card-img {
        border-radius: 0px; }
      .main .blog .card h5.card-title {
        font-family: 'FuturaPTDemi';
        font-size: 24px;
        color: darkorange; }
      .main .blog .card p {
        font-size: 18px;
        font-family: 'FuturaPTBook';
margin-bottom:0		}
      .main .blog .card p.card-text small.text-muted {
        color: #C21D23 !important; }
    .main .blog aside .card-header {
      font-family: 'FuturaPTDemi';
      font-size: 28px;
      text-align: left;
      background: #fff; }
    .main .blog aside .card-body {
      padding: 0; }
    .main .blog aside .card-footer {
      background: #fff; }
    .main .blog aside .media img {
      width: 40px; }
    .main .blog aside .media h5 {
      font-family: 'FuturaPTDemi';
      font-size: 20px;
      color: #C21D23; }
    .main .blog aside .media p {
      font-family: 'FuturaPTLight';
      font-size: 16px;
      color: #000; }
  .main .hire_header {
    min-height: 45vh; }
    .main .hire_header .overlay {
      background: #00c4ff;
      min-height: inherit;
      width: 100%;
      padding: 100px 0px; }
      .main .hire_header .overlay h1 {
        font-family: 'FuturaPTHeavy';
        font-size: 78px;
        color: #fff;
        text-align: left; }
      .main .hire_header .overlay h3 {
        font-size: 55px;
        font-family: 'Roboto', sans-serif;
        letter-spacing: 1.2px;
        color: #fff;
        text-align: left;
        font-weight: 100; }
  .main .hire_form {
    background: #fff;
    padding: 100px 0; }
    .main .hire_form .help h3 {
      font-size: 42px;
      font-family: 'FuturaPTHeavy';
      color: #000;
      margin-bottom: 40px; }
    .main .hire_form .help .inner_block {
      background: #e6e6e6;
      padding: 15px;
      min-height: 190px; }
      .main .hire_form .help .inner_block h2 {
        font-size: 25px;
        font-family: 'FuturaPTDemi'; }
        .main .hire_form .help .inner_block h2 span.number {
          font-size: 20px;
          width: 30px;
          height: 30px;
          background: #fff;
          border-radius: 50%;
          line-height: 2;
          padding: 3px 10px;
          margin-right: 15px; }
      .main .hire_form .help .inner_block p {
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        color: #000;
        margin-top: 0; }
    .main .hire_form .help .inner_block.active {
      background: #FFBD5A;
      color: #c32026; }
    .main .hire_form .help form {
      margin-top: 20px; }
      .main .hire_form .help form .form-control {
        height: 60px;
        border-radius: 0px; }
      .main .hire_form .help form textarea.form-control {
        height: auto;
        resize: none; }
      .main .hire_form .help form .btn {
        background: #C9363B;
        font-size: 16px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        color: #fff;
        text-transform: uppercase;
        padding: 10px 30px;
        margin-top: 25px;
        letter-spacing: 1.5px; }
    .main .hire_form .help .contact_detail h4 {
      margin-top: 30px;
      font-size: 30px;
      font-family: 'FuturaPTDemi'; }
    .main .hire_form .help .contact_detail p a {
      font-size: 20px;
      font-family: 'Roboto', sans-serif;
      color: darkslateblue;
      font-weight: bold; }
      .main .hire_form .help .contact_detail p a i {
        font-size: 25px;
        width: 30px;
        color: darkslateblue;
        text-align: center; }
    .main .hire_form .help .contact_detail .carousel-item p {
      font-size: 22px; }
      .main .hire_form .help .contact_detail .carousel-item p span {
        font-size: 30px;
        color: #ccc;
        line-height: 22px; }
    .main .hire_form .help .contact_detail .carousel-caption {
      position: static;
      text-align: left; }
      .main .hire_form .help .contact_detail .carousel-caption h5 {
        color: #C9363B;
        font-size: 18px;
        font-weight: bold; }
      .main .hire_form .help .contact_detail .carousel-caption p {
        color: #000;
        font-size: 14px; }
    .main .hire_form .support {
      padding: 15px 0px; }
      .main .hire_form .support h2 {
        font-size: 32px;
        font-family: 'FuturaPTDemi';
        color: #000; }
      .main .hire_form .support p {
        font-size: 18px;
        margin-top: 15px;
        color: #000;
        font-family: 'Roboto', sans-serif; }
        .main .hire_form .support p a {
          color: #ff9d22; }
          .main .hire_form .support p a:hover {
            text-decoration: none; }
      .main .hire_form .support h4 {
        font-size: 22px;
        font-family: 'FuturaPTDemi';
        color: #C9363B;
        text-decoration: underline;
        margin-bottom: 20px;
        margin-top: 20px; }
      .main .hire_form .support .media {
        margin-bottom: 10px; }
        .main .hire_form .support .media i {
          font-size: 25px;
          color: #000;
          width: 40px;
          text-align: center; }
        .main .hire_form .support .media .media-body {
          text-align: left;
          margin-left: 10px; }

/*# sourceMappingURL=style.css.map */
