@font-face {
  font-family: Lato-Regular;
  src: url(../Lato/Lato-Regular.ttf);
}

@font-face {
  font-family: Georgia;
  src: url(../fonts/Georgia.ttf);
}

@font-face {
  font-family: Lato-BlackItalic;
  src: url(../Lato/Lato-BlackItalic.ttf);
}

@font-face {
  font-family: Lato-Bold;
  src: url(../Lato/Lato-Bold.ttf);
}

@font-face {
  font-family: Lato-Light;
  src: url(../Lato/Lato-Light.ttf);
}
@font-face {
  font-family: Lato-Medium;
  src: url(../Lato/Lato-Medium.ttf);
}
@font-face {
  font-family: Lato-LightItalic;
  src: url(../Lato/Lato-LightItalic.ttf);
}

@font-face {
  font-family: OpenSans-Regular;
  src: url(../Open_Sans/OpenSans-Regular.ttf);
}

@font-face {
  font-family: PlayfairDisplay-Bold;
  src: url(../playfair-display/PlayfairDisplay-Bold.otf);
}

@font-face {
  font-family: OpenSans-SemiBold;
  src: url(../Open_Sans/OpenSans-SemiBold.ttf);
}

@font-face {
  font-family: OpenSans-Light;
  src: url(../Open_Sans/OpenSans-Light.ttf);
}
@font-face {
  font-family: OpenSans-Bold;
  src: url(../Open_Sans/OpenSans-Bold.ttf);
}
body {
  margin: 0px;
  padding: 0px;
}
.header-height {
  margin-top: 80px;
}
.business-service-view {
  padding: 3em 0 1em;
}
.business-service-view h1 {
  color: #1565c0;
  font-family: Lato-Regular;
  text-align: right;
  margin-top: 0px;
  padding: 0.5em 0.2em;
  padding-top: 10px;
}
.business-service-view p {
  color: #727272;
  font-family: OpenSans-Regular;
  /*font-weight: bold;*/
  font-size: 1.2em;
  line-height: 170%;
  padding: 0.5em;
}
.words-from-cto-view {
}
.cto-msg {
  padding: 0 0.5em;
}
.cto-msg p {
  color: #00bcd4;
  line-height: 25px;
  text-align: right;
  font-family: Lato-LightItalic;
  /*font-size: 1.3em;*/
  font-size: 18px;
}
.cto-msg h6 {
  text-align: right;
  color: #727272;
  font-family: Lato-LightItalic;
  line-height: 1.4;
  font-size: 1.1em;
}
.words-cto img {
  float: right;
  height: 200px;
  margin-top: 50px;
}
.cto-containt-view {
}
.margin-left-2em {
  margin-left: 2em;
}
.cto-containt-view p {
  color: #727272;
  font-family: OpenSans-Regular;
  line-height: 170%;
  padding: 0.5em;
  font-size: 1.2em;
}
.cto-vision {
  margin: 2em 0;
}
.cto-vision-each {
  margin: 0.8em 0;
}
.cto-vision-each img {
  width: 84px;
  height: 84px;
  display: block;
  margin: 0 auto;
  margin-top: 12px;
}
.cto-vision-each h6 {
  text-align: center;
  color: #0097a8;
  font-size: 1.15em;
  font-family: Lato-Regular;
  font-weight: bold;
}
.cto-vision-each p {
  color: #727272;
  font-family: OpenSans-Regular;
  font-size: 1em;
  padding-right: 0.5em;
  line-height: 170%;
}
hr.sea-blue {
  border-top: 2px solid #0097a8;
  width: 75%;
  float: left;
  margin-top: 0px;
}
hr.hr-blue {
  border-top: 2px solid #1665c1;
  width: 130px;
  margin-right: 0px;
}
.position-relative {
  position: relative;
  padding-top: 1em;
}
.position-absolute-img img {
  position: absolute;
  top: -7px;
  right: 0px;
  width: 36px;
  height: 36px;
}
.padding-top-bottom-1 {
  padding: 1em 0;
}
.padding-top-bottom-3 {
  padding: 3em 0;
}
/*services-cms page*/
.cms-block h1 {
  color: #1665c1;
  text-align: left;
  font-family: Lato-Regular;
  margin-bottom: 30px;
}
.cms-block p {
  color: #727272;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  font-family: OpenSans-Regular;
}
.cms-img-block img {
  width: 420px;
  margin: 0 auto;
  margin-top: 30px;
  display: block;
}
.position-relative-cms-block {
  position: relative;
}
.position-absolute-cms-img img {
  position: absolute;
  top: 0;
  left: 75px;
  height: 200px;
}
.position-absolute-watermark-img img {
  position: absolute;
  top: 150px;
  right: 20px;
  width: 270px;
}
.cms-options img {
  width: 124px;
  display: block;
  margin: 0 auto;
}
.cms-options h2 {
  color: #1665c1;
  font-family: Lato-Regular;
  text-align: center;
  /*border-bottom: 3px solid #0097a7;*/
  padding-top: 30px;
  padding-bottom: 10px;
  /*margin-bottom: 25px;*/
  margin-bottom: 10px;
}
.cms-options h5 {
  font-family: Lato-Regular;
  color: #0097a7;
  margin-bottom: 20px;
}
.cms-options p {
  color: #727272;
  line-height: 25px;
  font-size: 16px;
  font-family: OpenSans-Regular;
  text-align: left;
}
.cms-each-block {
  padding: 1em 2em;
  transition: all ease-out 0.3s 0s;
}
.cms-each-block:hover {
  transform: translateY(-9px);
  box-shadow: 0.3px 7.3px 12px #e2e2e2;
}
.cms-each-block hr {
  width: 130px;
  background-color: #009c91;
  height: 3px;
  margin-top: 0px;
}
.green-border {
  width: 130px;
  border-top: 3px solid #009c91;
  margin-right: 10px;
  margin-top: 10px;
}

/*technology consulting page*/
.technology-header h1 {
  color: #003d90;
  font-size: 36px;
  font-family: Lato-Medium;
  text-align: left;
}
.technology-header img {
  height: 200px;
  margin-right: 10px;
  margin-bottom: 70px;
  /*float: right;*/
  display: block;
}
.technology-header hr {
  width: 130px;
  background-color: #009c91;
  height: 3px;
  margin-top: 10px;
  float: left;
}
.technology-consulting-main {
  height: 100vh;
}
.technology-consulting-main p {
  color: #727272;
  font-size: 16px;
  font-family: OpenSans-Regular;
  line-height: 25px;
  margin: 2em auto;
}
.technology-consulting-view2 {
  height: 100vh;
  display: table;
  max-width: 1170px;
  margin: 0 auto;
}
.technology-consulting-view2 p {
  color: #727272;
  font-size: 16px;
  font-family: OpenSans-Regular;
  line-height: 25px;
  margin: 2em auto;
  text-align: right;
  margin-left: 2em;
}
.technology-consulting-left {
  margin-top: 52px;
  margin-left: 2em;
}
.something-semantic {
  display: table;
  max-width: 1170px;
  margin: 0 auto;
}
.something-else-semantic {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.visible-none {
  visibility: hidden;
}
@media only screen and (max-width: 992px) {
  .margin-left-2em {
    margin-left: 0em;
  }
  .technology-header img {
    display: none;
  }
  .technology-consulting-view2 p {
    margin-left: 0px;
    text-align: center;
  }
  .technology-header h1 {
    text-align: center;
  }
  .technology-header hr {
    float: none !important;
  }
}

/* FREEE QUOTE & SEC MODAL */

.free-modal .modal-content {
  border-radius: 0;
  border: none;
  max-width: 700px;
  margin: auto;
  transform: translateY(-60%);
  position: relative;
  top: 50%;
}
.free-modal .modal-content form {
  width: 100%;
  margin: 0;
}
.free-modal .modal-content label {
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
  display: block;
  color: #727272;
  font-family: OpenSans-regular;
}
.free-modal .modal-content .btn {
  margin: 10px 0;
  border-radius: 0;
  outline: none;
  transition: all ease-out 0.2s 0s;
}
.free-modal .modal-header {
  border: none;
}
.free-modal .modal-title {
  font-weight: 200;
  text-align: center;
  color: #003d90;
  font-size: 28px;
  font-family: OpenSans-Regular;
}
.free-modal .form-control,
.free-modal select.form-control {
  border-radius: 0;
}
.free-modal input.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
  padding-left: 0;
}
.free-modal select.form-control:focus,
.free-modal input.form-control:focus,
.free-modal .input-has-value input.form-control {
  border-color: #003d90;
  box-shadow: none;
}
.free-modal .form-group {
  position: relative;
  padding-top: 25px;
  margin-bottom: 6px;
}
.free-modal .form-group label {
  position: absolute;
  top: 30px;
  left: 0;
  font-weight: normal;
  pointer-events: none;
  transition: all ease-out 0.2s 0s;
}
.free-modal .form-group input:focus + label,
.free-modal .form-group.input-has-value input + label {
  transform: translateY(-30px);
  color: #003d90;
  font-size: 12px;
}
.free-modal .image {
  max-width: 250px;
  margin: 0 25px 0 0;
  flex: 0 0 250px;
}
.thankYouText {
  /* margin-top: 2em; */
  font-size: 16px;
  color: #00bcd4;
}
.free-modal .modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
  max-width: 20px;
}
.flex-base {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.free-modal.modal .modal-dialog {
  /* max-width: 700px; */
  /* width: 100%; */
  margin: 0 auto;
  /* top: 50%; */
  /* transform: translateY(-60%); */
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.free-modal.modal.fade.in .modal-content {
  transform: translateY(-50%);
}
.form-area {
  width: 100%;
  padding-right: 20px;
}
.free-modal .modal-body {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .free-modal .image {
    display: none;
  }
  .free-modal.modal.fade.in .modal-content {
    max-width: 320px !important;
  }
  .free-modal .modal-title {
    font-size: 22px;
  }
  .free-modal .modal-header .close {
    max-width: 16px;
  }
  .free-modal .modal-content .btn {
    display: block;
    margin: 25px auto 0;
    width: 180px;
  }
  .free-modal .modal-content .btn + .btn {
    margin-top: 10px;
  }
  .free-modal .form-area {
    padding: 0 10px;
  }
  .free-modal .form-group label {
    font-size: 14px;
  }
}
