html, body {
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans', sans-serif!important;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.container {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 15px;
}

.container_custom {
    max-width: 1550px;
    margin: 0 auto;
}

header .logo_block img {
    padding: 40px 0;
    height: 50px;
}

header .header_image {
    background: url(../img/header.jpg);
}

header .header_image .text {
    text-align: center;
    padding: 160px 0;
}

header h1 {
    color: #ff6d00;
    font-size: 60px;
    font-weight: bolder;
}

header h2 {
    color: #fff;
    font-size: 40px;
    padding-left: 60px;
    font-weight: bolder;
}

.main_description {
    padding: 50px 0;
    color: #414141;
    font-size: 25px
}

.main_description em {
    font-weight: 300;
    margin-top: 5px;
    display: block;
}

.strategies {
    position: relative;
    padding: 120px 0;
}

.strategies .strategies_bg{
    background: url(../img/strategies.jpg) no-repeat center center ; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    transform: scaleX(-1);
    width: 100%;
    height: 500px;
}

.strategies .block_desc {
    position: absolute;
    background: #c5c0bf;
    top: 0px;
    max-width: 500px;
    padding: 50px 60px;
    height: calc(100% - 100px);
}

.strategies .block_desc h3 {
    font-size: 40px;
    color: #ff6d00;
    margin-bottom: 30px
}

.strategies .block_desc span {
    font-size: 25px;
}

.strategies .icon_section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 20px;
}

.strategies .icon_section > .icon_item {
  display: flex; 
  flex-basis: calc(50% - 40px);  
  justify-content: center;
  flex-direction: column;
  margin: 20px;
  text-align: center;
}

.strategies .icon_section > .icon_item > div {
    background: #fe6c00;
    height: 130px;
    width: 130px;
    margin: 0 auto;
    border-radius: 100%;
    margin-bottom: 10px;
    position: relative;
    border: 3px solid #fff;
}

.strategies .icon_section > .icon_item > div::after {
    content: '';
    position: absolute;
    height: 120px;
    width: 120px;
    left: 0;
    mix-blend-mode: multiply;
    transform: scale(0.9);
    background: url(../img/icons.jpg);
}
    
.cloud_strategy::after {background-position: -180px -40px!important;}
.cloud_migration::after {background-position: -465px -300px!important}
.cloud_multicloud::after {background-position: -465px -170px!important}
.solution_roadmap::after {background-position: -310px -170px!important}

.strategies .icon_section > .icon_item > h4 {
    font-size: 20px;
}

.solutons_governance {
    margin-top: 250px;
}

.split {
    display: inline-block;
    width: calc(50% - 20px);
    position: relative;
    vertical-align: top;
}

.solutons_governance > .split.solutions {
    margin-right: 20px;
}

.solutons_governance > .split > .image {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-position: center center!important;
    background-size: cover!important;
    position: relative;
    z-index: -1;
}

.solutons_governance > .split.solutions > .image {background: url(../img/solutions.jpg)}
.solutons_governance > .split.governance > .image {background: url(../img/governance.jpg); border: 2px solid #e2e2e2;filter: sepia(0.6);}

.solutons_governance > .split > .description {
    background: #525659;
    padding: 40px 50px;
    padding-right: 0;
    width: calc(100% - 100px);
    color: #fff;
    top: -100px;
    height: 360px;
    position: absolute;
}

.solutons_governance > .split > .description::before {
    content: '';
    position: absolute;
    width: 125px;
    height: 125px;
    right: 30px;
    top: 30px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.solutons_governance > .split.solutions > .description {background: #ff6d00}

.solutons_governance > .split > .description > h3 {
    font-size: 40px;
    margin-bottom: 20px;
}

.solutons_governance > .split.governance > .description > h3 {color: #fe6c00;}

.solutons_governance > .split > .description > span {
    font-size: 25px;
    font-weight: 300;
    max-width: 375px;
    display: block;
}

.solutons_governance > .split > .description > ul {
    list-style: none;
    padding-inline-start: 0;
    color: #414141;
    font-size: 25px;
    font-weight: bolder;
}

.solutons_governance > .split.governance > .description > ul {color: #fe6c00;}

.solutons_governance > .split > .description > ul > li {
    margin: 5px 0;
}

.contactus {
    margin-top: 150px;
}

.contactus h3 {
    font-size: 40px;
    padding: 0 50px;
}

.contactus form {
    padding: 40px 50px;
    background: #fff;
}

.contactus form > input:not([type="submit"]) {
    width: 100%;
    border: 0;
    outline: none;
    font-size: 30px;
    color: #414141;
    border-bottom: 3px solid;
    margin-top: 50px;
    padding-bottom: 5px;
    font-weight: 300;
}

.contactus form > input:not([type="submit"])::placeholder {
    color: #414141;
    font-weight: 300;
}

.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none;
}

.select-selected {
    width: 100%;
    border: 0;
    outline: none;
    font-size: 30px;
    color: #414141;
    border-bottom: 3px solid;
    margin-top: 50px;
    padding-bottom: 5px;
    font-weight: 300;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-color: #414141 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #414141 transparent;
  top: 7px;
}

.select-items div,.select-selected {
    width: 100%;
    border: 0;
    outline: none;
    font-size: 30px;
    color: #414141;
    padding: 5px 0;
    border-bottom: 3px solid;
    padding-bottom: 5px;
    font-weight: 300;
}
.select-items div {
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
    width: calc(100% - 20px);
    color: #414141;
    transition: .3s;
    cursor: pointer;
}

.select-items div.active {
    color: #fe6c00;
    font-weight: bold;
}

.select-items {
    position: absolute;
    background-color: #ffffff;
    left: 0;
    border: 1px solid #d0d0d0;
    top: 0;
    transform: translateY(-100%);
    right: 0;
    z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.check_container {
  display: block;
  color: #7b7b7b;
  position: relative;
  padding-left: 35px;
  margin-top: 50px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid;
  transition: .3s;
}

.check_container:hover input ~ .checkmark {
  background-color: #eee
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check_container input:checked ~ .checkmark:after {
  display: block;
}

.check_container a {
    color: #414141;
    font-weight: 300;
}

.check_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fe6c00;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

form > span {
    padding-left: 35px;
    display: block;
    line-height: 30px;
    font-weight: 300;
    font-size: 20px;
}

form > input[type="submit"] {
    background: #fe6c00;
    color: #fff;
    font-size: 35px;
    border: 0;
    cursor: pointer;
    padding: 20px 100px;
    margin-top: 50px;
    font-weight: 300!important;
    font-family: 'Fira Sans', sans-serif!important;
}

.contactus .split:not(.contact) {
    padding-left: 20px;
}

.contactus .split:not(.contact) > h3 {
    color: #fe6c00;
    padding-left: 50px;
    padding-bottom: 15px;
}

.contactus .support {
    background: #c1c1c1;
}

.contactus .support > span {
    font-size: 40px;
    font-weight: bold;
    display: block;
    color: #414141;
    transform: skewX(-5deg);
    padding: 100px 50px;
    max-width: 300px;
}

.contactus .support > .person {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 350px;
    background: #fe6c00;
    height: 350px;
    border: 15px solid #b8b8b8;
    border-radius: 100%;
}

.contactus .support > .person > div {
    width: 325px;
    position: absolute;
    height: 325px;
    border-radius: 100%;
    bottom: 0;
    overflow: hidden;
}

.contactus .support > .person > div::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background: url(../img/support.jpg);
    background-position: -165px;
}

.contactus .split:not(.contact) > .askfor {
    font-size: 40px;
    font-weight: bold;
    display: block;
    background: #fe6c00;
    max-width: 100%;
    margin-top: 10px;
    color: #fff;
    padding: 20px;
}

.contactus .split:not(.contact) > .askfor > span {
    transform: skewX(-5deg);
    display: block;
}

.success {
    text-align: center;
    margin: 80px 0;
    color: #414141;
}

.success h3 {
    font-size: 30px;
    text-transform: uppercase;
}

.success span {
    font-size: 30px;
    margin-top: 20px;
    display: block;
    font-weight: 300;
    transform: skewX(-10deg);
}

.success span a {
    color: #fe6c00;
    text-decoration: none;
}

.image_success {
    background: url(../img/strategies.jpg) no-repeat center -250px; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transform: scaleX(-1);
    height: 170px;
    width: 100%;
    margin-bottom: 20px;
}

footer {
    position: relative;
    margin-top: 100px;
}

footer span {
    padding: 30px 0;
    width: 100%;
    display: block;
    color: #fff;
    background: #fe6c00;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
}

.footer_image {
    background: url(../img/footer.jpg);
    height: 600px;
    background-size: cover;
    display: block;
    z-index: -1;
    position: absolute;
    width: 100%;
    transform: translateY(-100%);
    top: -10px;
}

.warning {
    position: fixed;
    bottom: 10px;
    display: none;
    transition: .3s;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background: #ff4040;
    padding: 10px 40px;
    z-index: 999;
    font-size: 20px;
}

/* RESPONSIVE */

@media screen and (max-width: 1350px) {
    header .logo_block img {
        height: auto;
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
    .main_description {
        text-align: center;
    }
    .strategies .strategies_bg {
        display: none;
    }
    .strategies .block_desc {
        position: relative;
        max-width: calc(100% - 120px);
        text-align: center;
        height: auto;
    }
    .solutons_governance {
        margin-top: 0;
    }
    .solutons_governance > .split> .image {
        display: none;
    }
    .split {
        display: block;
        width: calc(100% - 40px);
    }
    .contactus > .split {
        width: 100%;
    }
    .solutons_governance > .split > .description {
        width: calc(100% - 10px);
        position: relative;
        top: 0;
        height: auto;
        margin: 10px 0;
    }
    .contactus .support {
        display: flex;
    }
    .contactus .support > span {
       max-width: 100%; 
       padding-right: 0;
    }
    .contactus .support > .person {
        position: relative;
        top: 0;
        right: 0;
        min-width: 350px;
        margin-right: 20px;
    }
    .contactus .split.contact form {
        background: transparent;
        margin-bottom: 100px;
    }
    .contactus .split:not(.contact) > h3 {
        position: absolute;
        padding-top: 20px;
    }
    .contactus .split:not(.contact) {
        margin-top: 20px;
    }
    .contactus h3 {
        text-align: center;
    }
    .contactus .support {
        width: calc(100% - 40px);
    }
    .contactus .split:not(.contact) > .askfor {
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 780px) {
  .logo_block {
      text-align: center;
  }
  header .logo_block img {
      height: 30px;
      padding: 20px 0;
  }
  header .header_image {
      background-size: cover;
  }
  header h2 {
      padding-left: 0;
      font-size: 20px;
  }
  header h1 {
      font-size: 40px;
  }
  .contactus .support > .person {
      display: none;
  }
  .contactus .support > span {
      padding: 100px 20px;
      text-align: center;
  }
  form > input[type="submit"] {
      width: 100%;
      padding: 20px 0;
  }
  .contactus .split:not(.contact) > h3 {
      text-align: center;
      padding-left: 0;
        width: calc(100% - 40px);
        padding-right: 0;
  }
  .contactus .split:not(.contact) > .askfor {
      text-align: center;
  }
  .strategies .icon_section {
      display: block;
  }
  h3 {
    font-size: 25px!important;
  }
  .main_description em, 
  .strategies .block_desc span,
  .solutons_governance > .split > .description > span,
  .solutons_governance > .split > .description > ul {
      font-size: 20px;
  }
  .solutons_governance > .split > .description {
      padding: 40px 20px;
      width: 100%;
  }
  .strategies {
      padding: 60px 0;
  }
  .strategies .block_desc {
      padding: 50px 20px;
      max-width: calc(100% - 40px)
  }
  .solutons_governance > .split > .description::before {
      display: none;
  }
  .solutons_governance > .split > .description {
      text-align: center;
  }
  .contactus h3,
  .contactus .split.contact form {
      padding: 0px 20px;
  }
  .select-items div, .select-selected, 
  .contactus form > input:not([type="submit"]) {
    font-size: 20px;
  }
  .check_container a,
  form > span {
    font-size: 20px;
  }
  .contactus .support > span {
      max-width: 100%;
      width: 100%;
  }
  footer span, .contactus .split:not(.contact) > .askfor, .contactus .support > span {
      font-size: 20px;
  }
  .footer_image {
      display: none;
  }
  .solutons_governance > .split > .description > span {
      max-width: 100%;
  }
}