/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
table {
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}
strong {
  font-weight: bold;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}

body {
  color: #212121;
  font-size: 14px;
  line-height: 18px;
  font-family: "Saira", tahoma, sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Saira", tahoma, sans-serif !important;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
}
button,
input,
textarea {
  font-family: "Saira", tahoma, sans-serif !important;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
}
main {
  padding: 84px 0 30px;
  min-height: 898px;
}
main.in {
  padding: 84px 0 0 !important;
}
#header {
  position: fixed;
  z-index: 10;
  background: #ffffff;
  top: 0;
  right: 0;
  left: 0;
}
.logo {
  margin: 30px 0;
  display: inline-block;
  width: 120px;
  cursor: pointer;
}
.logo img {
  width: 100%;
}
.main-header {
  position: relative;
}
.main-menu {
  margin-top: 24px;
  line-height: 32px;
  float: right;
}
.main-menu ul li {
  display: inline-block;
  position: relative;
}
.main-menu ul li a {
  display: block;
  padding: 0 20px;
  position: relative;
  font-size: 16px;
  color: #212121;
  font-weight: 500;
}
.main-menu ul li a:hover {
  color: #1b539f;
  text-decoration: underline;
  text-underline-position: under;
}
.main-menu ul li.active::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../img/active.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left center;
  width: 15px;
  height: 35px;
}
.main-menu ul li.active a {
  color: #1b539f;
  text-decoration: underline;
  text-underline-position: under;
}
.main-header .container {
  position: relative;
}
.burger-menu {
  display: none;
  border: 0;
  background: transparent;
  color: #1b539f;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 3;
}
.burger-menu img,
.call-btn img {
  width: 24px;
}
.call-btn {
  display: none;
  border: 0;
  background: transparent;
  color: #1b539f;
  position: absolute;
  right: 55px;
  top: 15px;
  cursor: pointer;
  z-index: 3;
}
.main-menu .top {
  display: none;
  position: relative;
}
.main-menu .pr-btn {
  display: none;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
}

@media (max-width: 992px) {
  #fp-nav.fp-right {
    display: none;
  }
  .burger-menu,
  .call-btn {
    display: block;
  }
  .main-menu {
    margin-top: 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 0;
    bottom: 100%;
    background-color: #ffffff;
    z-index: 101;
    background-image: url(../img/menu-back.png);
    background-position: top left;
    background-repeat: repeat;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
  }
  .main-menu.active {
    bottom: 0;
    height: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    padding: 20px;
  }
  .main-menu .right-menu {
    display: none;
  }
  .main-menu.active .right-menu {
    display: block;
  }
  .main-menu.active .right-menu li {
    display: block !important;
    text-align: left;
  }
  .main-menu.active .right-menu li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 46px;
  }
  .main-menu.active .right-menu li:last-child {
    display: none !important;
  }
  .main-menu ul li.active::before {
    top: 6px;
  }
  .main-menu.active .pr-btn {
    display: block;
    margin: 52px auto;
    text-align: center;
    max-width: 130px;
  }
  .main-menu.active .top {
    display: inline-block;
    width: 100%;
  }
  .logo {
    margin: 15px 0;
  }
  .main-menu.active .logo {
    float: left;
    max-width: 90px;
    margin: 0;
  }
  .main-menu.active .close {
    position: absolute;
    right: 0;
    color: #1b539f;
  }
}
.main-slide {
  width: 100%;
  height: 60vh;
  position: relative;
  margin-top: 120px;
}
.main-slide > img {
  object-position: center;
  -o-object-position: center;
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
}
.main-slide::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.39);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-slide.work::after {
  /* background-color: rgba(27, 83, 159, 0.3); */
}
.slide-title {
  position: absolute;
  z-index: 20;
  top: -120px;
}
.slide-title-t {
  background-color: #1b539f;
  color: #ffffff;
  display: inline-block;
  padding: 15px 30px 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 71, 187, 0.14);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 71, 187, 0.14);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 71, 187, 0.14);
  -ms-box-shadow: 0 10px 20px 0 rgba(0, 71, 187, 0.14);
}
.slide-title-t h2 {
  display: inline-block;
  font-size: 75px;
  padding-right: 70px;
}
.slide-title-t img {
  display: inline-block;
  max-width: 58px;
  width: 100%;
  margin-right: 5px;
}
.slide-title-b {
  background-color: #ffffff;
  color: #424242;
  display: inline-block;
  box-shadow: 0 10px 20px 0 rgba(0, 71, 187, 0.14);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 71, 187, 0.14);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 71, 187, 0.22);
  -ms-box-shadow: 0 10px 20px 0 rgba(0, 71, 187, 0.22);
  left: 0;
  position: absolute;
  z-index: 22;
}
#section1 .slide-title-b {
  padding: 20px 30px;
}
.slide-title-b > ul{
  padding: 20px 30px;
}
.slide-title-b h3 {
  font-size: 30px;
}
.moveSectionDown {
  background-color: #1b539f;
  color: #ffffff;
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0;
  padding: 15px 30px;
  text-align: center;
}
.moveSectionDown.single {
  color: #ffffff;
  left: 50%;
  bottom: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  padding: 10px;
}
.moveSectionDown.single img {
  width: 12px;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  width: 8px;
  height: 8px;
  background-color: #d4e4ff;
  margin: 30px;
}
#fp-nav ul li a span {
  background-color: transparent;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  border-radius: 0;
  background-color: #1b539f;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
}
.slide-title.small .slide-title-t {
  padding: 15px;
}
.slide-title.small .slide-title-t h2 {
  font-size: 48px;
  font-weight: bold;
}
.slide-title.small .slide-title-t img {
  max-width: 40px;
}
.slide-title-b > ul {
  width: 100%;
  display: table;
  position: relative;
}
.slide-title-b ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  min-width: 150px;
  text-align: center;
  border-bottom: 2px solid transparent;
}
.slide-title-b ul li a {
  color: #424242;
  display: block;
}
.slide-title-b.ourValue ul ul {
  padding: 20px 30px 30px;
  display: none;
  /* margin-left: 15px; */
  position: absolute;
  left: 0;
  right: 0;
  top: 118px;
  background: #ffffff;
  /* box-shadow: 0 10px 20px 0 rgba(0, 71, 187, 0.14); */

}
#section2 .slide-title-b > ul > li:hover {
  border-bottom: 2px solid #1b539f;
}
.slide-title-b ul li:hover ul{
  display: block;
}
.ourValue {
  /* height: 131px; */
}
.slide-title-b.ourValue ul li li {
  display: block;
  text-align: left;
  padding: 0;
}

/* .slide-title-b.ourValue ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  height: auto;
} */
.slide-title-b ul li img {
  height: 64px;
  margin-bottom: 5px;
}
.slide-title-b ul li h3 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
}
.slide-title.small .slide-title-b {
  display: block;
  position: relative;
}
.slide-title-b.contact img {
  display: inline-block;
  float: left;
  height: 52px;
  height: auto;
  margin-top: 30px;
}
.slide-title-b.contact ul ul {
  position: relative;
  margin-left: 64px;
  display: block;
  max-width: 200px;
  
}
.slide-title-b.contact ul li li {
  display: block;
  text-align: left;
  font-weight: 500;
}
.slide-title-b.contact ul li li h4 {
  font-weight: 600;
}
.pr-btn {
  background: #1b539f;
  border: 1px solid #1b539f;
  color: #eeeeee;
  line-height: 46px;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
}
.pr-btn.request {
  position: absolute;
  z-index: 22;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.def-btn {
  background: #ffffff;
  border: 1px solid #1b539f;
  color: #1b539f;
  line-height: 46px;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
}
.work-hover {
  position: absolute;
  z-index: 22;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  color: #fafafa;
  text-align: center;
}
.work-hover h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}
.work-hover h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
.work-hover a {
  font-size: 20px;
  font-weight: 500;
  color: #fafafa;
}
.work-hover a img {
  position: relative;
  top: 2px;
}
.block {
  display: block !important;
}
.blk-h {
  margin-bottom: 30px;
}
.blk-h img {
  max-width: 46px;
  width: 100%;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.blk-h h2 {
  color: #1b539f;
  font-size: 48px;
  font-weight: bold;
  display: inline-block;
}
.blk-h strong {
  margin: 10px 0 20px;
  display: block;
}
.blk p {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #424242;
  margin-bottom: 30px;
}
.blk .img {
  width: 100%;
  height: 460px;
  margin-bottom: 30px;
  position: relative;
}
/*.blk .img::after {*/
/*  content: "";*/
/*  background-color: rgba(255, 255, 255, 0.3);*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*}*/
.blk .img img {
  object-position: center;
  -o-object-position: center;
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
}
.service-box {
  border: solid 1px #eeeeee;
  background-color: #ffffff;
  min-height: 300px;
  display: table;
  width: 100%;
  margin: 15px 0;
  padding: 2px;
}
.service-box-img {
  display: table-cell;
  vertical-align: middle;
  width: 184px;
  text-align: center;
  background-color: #fafafa;
  height: 100%;
}
.service-box-img h3 {
  font-weight: 500;
}
.service-box-det {
  display: table-cell;
  padding: 20px;
  height: 100%;
  line-height: 24px;
  color: #424242;
  font-size: 16px;
  font-weight: 500;
}
.service-box:hover {
  border-color: #d4e4ff;
}
.service-box:hover .service-box-img {
  background-color: #e9f2ff;
}
footer {
  /* position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #ffffff; */
}
.main-footer {
  color: #424242;
  font-size: 16px;
  padding: 20px 0;
}
footer.dark {
  color: #ffffff;
  background-color: #1b539f;
}
footer.dark .main-footer,
footer.dark .main-footer ul li a {
  color: #ffffff;
}
.main-footer ul {
  float: right;
}
.main-footer ul li {
  display: inline-block;
}
.main-footer ul li a {
  color: #424242;
  padding: 0 10px;
  display: block;
}
.main-footer ul li img {
  display: none;
  width: 18px;
}
.main-footer ul li a:hover {
  color: #1b539f;
  text-decoration: underline;
  text-underline-position: under;
}
@media (max-width: 1170px) {
  .slide-title-b ul li {
    min-width: inherit;
  }
}
@media (max-width: 992px) {
  .moveSectionDown.single {
    display: none;
  }
  .main-footer {
    text-align: center;
  }
  .main-footer ul {
    float: none;
    margin-top: 10px;
  }
  .main-footer ul li img {
    display: block;
  }
  .main-footer ul li span {
    display: none;
  }
  .main-footer.device ul {
    padding: 0 20px;
  }
}
/* modal */
button.md-close {
  background: #1b539f;
  color: #ffffff;
  width: 70px;
  height: 60px;
  line-height: 74px;
  position: absolute;
  z-index: 2001;
  border: 0;
  right: 0;
  top: 0;
  cursor: pointer;
}

.md-modal {
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /* max-width: 1140px; */
  height: auto;
  overflow: scroll;
  z-index: 2000;
  background-color: #ffffff;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.md-modal .logo {
  display: none;
}
.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 3000;
  opacity: 0;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 50px;
}

.md-show.md-effect-12 ~ .md-overlay {
  background-color: #ffffff;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent;
}

.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  overflow: auto;
}
.md-modal .blk-h h2 {
  color: #252a36;
  line-height: 54px;
}
.main-form button {
  margin-right: 15px;
  min-width: 186px;
}
.main-form .input,
.main-form .textarea {
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  margin-bottom: 5px;
  max-width: 600px;
}
.main-form .input input {
  width: 100%;
  background: transparent;
  border: 0;
  line-height: 48px;
  padding: 0 10px;
}
.main-form .textarea textarea {
  width: 100%;
  background: transparent;
  border: 0;
  line-height: 24px;
  padding: 10px;
}
.main-form p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #a2a2a2;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a2a2a2;
}

::placeholder {
  color: #a2a2a2;
}
.relative {
  position: relative;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.radio-button {
  display: none;
}

.radio-button-click-target {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  padding: 5px 40px 5px 0;
  position: relative;
}
.radio-button-click-target:hover .radio-button-circle:before,
.radio-button-click-target:focus .radio-button-circle:before {
  border-color: #444;
}
.radio-button-click-target:active .radio-button-circle:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.radio-button-circle {
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 8px;
  right: 22px;
  position: absolute;
  top: 12px;
  transition: background-color 0.1s ease-out;
  vertical-align: middle;
  width: 8px;
}
.radio-button-circle:before {
  border: 2px solid #ccc;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: -4px;
  left: -4px;
  transition: border-color 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: border-color 0.1s ease-out, transform 0.1s ease-out;
  transition: border-color 0.1s ease-out, transform 0.1s ease-out,
    -webkit-transform 0.1s ease-out;
}

.radio-button:checked + .radio-button-click-target .radio-button-circle {
  background-color: #444;
}

.radio-button:disabled + .radio-button-click-target {
  cursor: not-allowed;
}
.radio-button:disabled
  + .radio-button-click-target
  .radio-button-circle:before {
  border-color: #e2e2e2;
}
.radio-button:disabled
  + .radio-button-click-target:active
  .radio-button-circle:before {
  -webkit-transform: none;
  transform: none;
}

.checkbox {
  display: none;
}

.checkbox-click-target {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  padding: 14px 32px 14px 14px;
  position: relative;
}
.checkbox-click-target:hover .checkbox-box,
.checkbox-click-target:focus .checkbox-box {
  border-color: #444;
}
.checkbox-click-target:hover .checkbox-box:before,
.checkbox-click-target:focus .checkbox-box:before {
  border-color: #444;
}
.checkbox-click-target:active .checkbox-box {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.checkbox-box {
  border: 3px solid #ccc;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  position: absolute;
  top: 14px;
  left: 0;
  transition: background-color 0.1s ease-out;
  vertical-align: middle;
  width: 20px;
}

.checkbox-box:after {
  border: 3px solid #444;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: opacity 0.1s ease-out;
  width: 9px;
}

.checkbox:checked + .checkbox-click-target .checkbox-box:after {
  opacity: 1;
}

.checkbox:disabled + .checkbox-click-target {
  cursor: not-allowed;
}
.checkbox:disabled + .checkbox-click-target .checkbox-box {
  border-color: #e2e2e2;
}
.checkbox:disabled + .checkbox-click-target:hover .checkbox-box,
.checkbox:disabled + .checkbox-click-target:focus .checkbox-box {
  border-color: #e2e2e2;
}
.checkbox:disabled + .checkbox-click-target:active .checkbox-box {
  -webkit-transform: none;
  transform: none;
}
.md-modal .close {
  display: none;
}
@media (max-width: 992px) {
  button.md-close {
  }
  .md-close {
    display: none;
  }
  .md-modal .logo {
    display: block;
  }
  .md-modal .close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .md-modal .blk-h h2 {
    font-size: 24px;
    font-weight: 500;
    color: #1b539f;
  }
  .blk-h img {
    max-width: 24px;
  }
}
@media (max-width: 575px) {
  .md-show.md-effect-12 .md-content {
    padding: 20px;
  }
}
/* tabs */
ul.tabs {
  margin: 0;
  padding: 2px;
  border: 1px solid #eeeeee;
  display: table;
  width: 100%;
}
ul.tabs li {
  /* float: left; */
  cursor: pointer;
  font-weight: bold;
  display: table-cell;
  width: 1%;
}
ul.tabs li a {
  line-height: 30px;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  color: #424242;
  line-height: 54px;
  border-right: 1px solid #eeeeee;
  display: block;
}
ul.tabs li:last-child a {
  border-right: 0;
}
ul.tabs li a img {
  width: 30px;
  display: inline;
  position: relative;
  top: 8px;
  margin-right: 5px;
}
ul.tabs li a h3 {
  display: inline;
  font-weight: bold;
}
ul.tabs li a:hover,
ul.tabs li a.active {
  background: #e9f2ff;
  color: #1b539f;
}

.tab_content_container {
  background: #fff;
  padding: 20px 0;
  margin-top: 1px;
  font-size: 14px;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  display: block;
  min-height: 754px;
}
.tab_content {
  display: none;
  /* position: absolute; */
}
.tab_content_active {
  display: block;
  /* position: absolute; */
}
.tab_content_active span {
  /* float: left; */
  width: 100px;
  margin-right: 20px;
}
.projects {
  position: relative;
  margin-bottom: 40px;
}

.projects .device {
  display: none;
}
.projects .desktop {
  height: 460px;
  overflow: hidden;
  display: block;
}
.projects .desktop > img {
  object-position: center;
  -o-object-position: center;
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
}
.projects .desktop .work-hover {
  display: none;
}
.projects .desktop .work-hover {
  display: block;
}
.projects .desktop:after {
  /* content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(27, 83, 159, 0.3); */
}
.legend-box {
  float: right;
  display: table;
  color: #424242;
  font-size: 12px;
}
.legend-box > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.legend-box img {
  display: inline-block;
  width: 18px;
}
.legend-box ul {
  display: inline-block;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  max-width: 200px;
  display: table-cell;
  padding: 0 10px;
}
.legend-box ul li {
  display: inline-block;
  width: 70px;
  line-height: 32px;
}
.project-det {
  line-height: 24px;
  color: #424242;
  width: 80%;
}
.project-det .desc {
  margin-bottom: 30px;
}
.project-det h4 {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.project-det p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}
.dl-link {
  float: left;
}
.dl-link img {
  height: 48px;
}
.project-pic {
  width: 100%;
  max-width: 640px;
  position: relative;
  left: -40px;
}
.back-btn {
  color: #424242;
  display: inline-block;
}
.back-btn:hover {
  color: #757575;
}
.back-btn img {
  display: inline-block;
  width: 24px;
  position: relative;
  top: 8px;
}
.back-btn span {
  display: inline-block;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.section.in {
  min-height: calc(100vh - 80px);
  padding: 60px 0;
}
.section.dark {
  padding: 120px 0 30px;
  background-color: #1b539f;
  position: relative;
}
.project-demo {
  width: 100%;
  max-width: 90%;
  color: #ffffff;
  margin: auto;
}
.project-demo img {
  width: 100%;

  margin: 15px 0;
}
.section.about .desc {
  line-height: 32px;
}
.section.in .back-btn2 {
  display: none;
}
@media (max-width: 1200px) {
  ul.tabs {
    border: 0;

  }
  ul.tabs li {
    display: inline-block;
    width: auto;
  }
  ul.tabs li {
    display: inline-block;
    width: calc(33.33% - 3px);
    border: 1px solid #eeeeee;
    margin-bottom: 4px;
  }
}
@media (max-width: 992px) {
  .legend-box {
    display: none;
  }
  .blk-h {
    text-align: center;
  }
  .section.in {
    padding: 30px 0;
  }
  .md-modal .blk-h,
  .section.in .blk-h {
    text-align: left;
  }

  .blk .img {
    height: 200px;
  }
  .blk-h h2 {
    font-size: 24px;
    font-weight: 500;
  }
  main {
    padding: 54px 0 30px;
  }
  main.in {
    padding: 54px 0 0 !important;
  }

  .service-box-img {
    width: 100px;
  }
  .projects .device {
    display: block;
  }
  .projects .device .img {
    height: auto !important;
  }
  .projects .device .img img {
    width: 100% !important;
    height: auto !important;
    height: auto !important;
    object-fit: inherit !important;
    -o-object-fit: inherit !important;
  }
  .projects .desktop {
    display: none;
  }
  ul.tabs li {
    width: calc(33.33% - 4px);
  }
}
@media (max-width: 768px) {
  .service-box {
    min-height: auto;
  }
  ul.tabs li {
    width: calc(50% - 4px);
    margin-left: 4px;
  }

}
@media (max-width: 575px) {
  .project-det .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .section.in .back-btn {
    display: none;
  }
  .section.in .back-btn2 {
    display: block;
    position: absolute;
    top: -24px;
    width: 18px;
    right: 20px;
  }
  ul.tabs li a {
    border: 0;
    line-height: 32px;
    font-size: 10px;
    text-align: left;
  }
  ul.tabs li a h3 {
    position: relative;
    top: -3px;
  }
  .section-list ul li{
    width: 35%;
  }
}
@media (max-width: 360px) {
  /* ul.tabs li {
    width: calc(100% - 2px);
  } */
}
/*loader*/
.mainloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1111;
  transition: 0.8s all;
  -webkit-transition: 0.8s all;
  -moz-transition: 0.8s all;
  -ms-transition: 0.8s all;
  opacity: 1;
  visibility: hidden;
}
.mainloader.active {
  opacity: 1;
  visibility: visible;
}
.mainloader .topsec,
.mainloader .bottomsec {
  transition: 0.8s all;
  -webkit-transition: 0.8s all;
  -moz-transition: 0.8s all;
  -ms-transition: 0.8s all;
}
.mainloader .topsec {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 52%;
  background-color: #1b539f;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  background-image: url(../img/pat.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.mainloader .bottomsec {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background-color: #1b539f;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  background-image: url(../img/pat.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
}
.mainloader.active .bottomsec {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
}
.mainloader.active .topsec {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
}

.mainloader.active .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: 2.8s all;
  -webkit-transition: 2.8s all;
  -moz-transition: 2.8s all;
  -ms-transition: 2.8s all;
  line-height: 56px;
  width: 90%;
  text-align: center;
}
.mainloader .inner h1 {
  text-transform: uppercase;
  letter-spacing: 1pt;
  font-size: 48pt;
  line-height: 56px;
  display: inline-block;
  color: #ffffff;
  font-family: "Saira", tahoma, sans-serif !important;
  font-weight: 500px;
}
.mainloader .inner span {
  text-transform: uppercase;
  letter-spacing: 1pt;
  font-size: 48pt;
  display: inline-block;
  color: #ffffff;
}
.mainloader .inner img {
  display: inline-block;
}
.mainloader .inner #table {
  display: table;
  width: 100%;
  height: 100%;
}

.mainloader #centeralign {
  display: table-cell;
  vertical-align: middle;
}
.notfound {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .mainloader .inner h1,
  .mainloader .inner span {
    font-size: 38pt;
    line-height: 42px;
  }
  .mainloader .inner img {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .mainloader .inner h1,
  .mainloader .inner span {
    font-size: 24pt;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .mainloader .inner h1,
  .mainloader .inner span {
    font-size: 18pt;
    line-height: 24px;
  }
}
/*loader*/

.load-button {
  width: 200px;
  height: 50px;
  margin-top: 30px;
  background-color: #1b539f;
  margin-bottom: 15px;
  border: none;
}
.load {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #fff;
  border-radius: 100%;
}
.open {
  border-top: 5px solid transparent;
  -webkit-animation: load-animate infinite linear 1s;
  animation: load-animate infinite linear 1s;
}
@-webkit-keyframes load-animate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.35;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-animate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.35;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* index responsive */
/* @media (max-width:992px){ */

.section-top {
  background-color: #1b539f;
  background-image: url(../img/mainholder.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-title {
  text-align: center;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 30px;
}
.section-top .section-title h2 {
  color: #ffffff;
}
.section-top .section-title .top {
  position: relative;
  display: inline-block;
  text-align: left;
}
.section-title .top img {
  width: 24px;
  display: inline-block;
}
.section-title .top h3 {
  font-size: 14px;
  font-weight: 500;

  color: #424242;
}
.section-top .section-title h3 {
  color: #ffffff;
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  left: 30px;
  position: absolute;
}
.moveSec {
  background-color: transparent;
  z-index: 10;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.section-white h2 {
  color: #1b539f;
}
.moveSectionDown.center {
  z-index: 10;
  top: auto !important;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 56px;
  height: 54px;
  padding: 10px 0;
}
.section-list ul {
  text-align: center;
}
.section-list ul li {
  display: inline-block;
  margin: 10px;
}
.section-list ul li img {
  width: 56px;
  margin: auto;
}
.section-works {
  position: relative;
}
.section-works h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1b539f;
  text-align: left;
  line-height: 24px;
}
.section-works .type a {
  color: #1b539f;
  display: inline-block;
  float: right;
}
.section-works a img {
  display: inline-block;
  width: 15px;
  position: relative;
  top: 1px;
}
.section-works .img {
  width: 100%;
  height: 30vh;
  margin: 10px 0;
}
.section-works .img img {
  object-position: center;
  -o-object-position: center;
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-works .type {
  text-align: left;
  padding: 0 2px;
}
.section-works .type h4 {
  color: #1b539f;
  display: inline-block;
}
.section-works .type img {
  display: inline-block;
  height: 10px;
  margin-right: 5px;
}
.contact-section .slide-title-b {
  margin: auto;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  display: block;
  position: relative;
}
.contact-section .slide-title-b > ul > li {
  display: block;
  margin: 0 auto 30px;
  padding: 0;
  max-width: 186px;
}
.contact-section .pr-btn {
  position: relative;
  top: auto !important;
  left: auto !important;
  bottom: 10px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  width: 170px;
}
.contact-section footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.all-links {
  display: block;
  max-width: 115px;
  color: #1b539f;
  margin: 30px auto;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 575px) {
  .contact-section .slide-title-b > ul > li {
    margin-bottom: 10px;
  }
  .section-title h2 {
    margin-bottom: 30px;
  }
}
