/* default css */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}
a,.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
a, button {
  color: #214d98;
  outline: medium none;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}
.at-form input:focus:-moz-placeholder {
  opacity: 0;
}

.at-form input:focus::placeholder {
  opacity: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color:#d40c09;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 500;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-size:16px;
  line-height:24px;
  color:#262626;
  margin-bottom: 15px;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
.bg-one {
	background:#f2f7fb;
}
.scrollToTop {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  background:#d40c09;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  z-index: 99;
  /*border-radius: 50%;*/
}
.scrollToTop:hover {
  color: #fff;
}

*::-moz-selection {
  background: #214d98;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #214d98;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 16px;
  opacity: 1;
}
.separator {
  border-top: 1px solid #f2f2f2;
}

/* button style */
.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ff5316;
  padding: 0 60px 0 85px;
  font-size: 14px;
  line-height: 75px;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #ff5316;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative; }
  @media (max-width: 767px) {
    .main-btn {
      padding: 0 30px 0 55px; } }
  .main-btn::before {
    position: absolute;
    content: '';
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 15px;
    background: #fff;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
    @media (max-width: 767px) {
      .main-btn::before {
        left: 30px; } }
  .main-btn:hover {
    background: #192437;
    color: #fff;
    border-color: #192437; }
    .main-btn:hover::before {
      background: #fff; }
  .main-btn.main-btn-2 {
    background-color: #192437;
    color: #fff;
    border-color: #192437; }
    .main-btn.main-btn-2::before {
      background: #fff; }
    .main-btn.main-btn-2:hover {
      border-color: #192437;
      color: #192437;
      background: transparent; }
      .main-btn.main-btn-2:hover::before {
        background: #192437; }

.test-space {
  padding-top: 415px;
}

.btn-border {
  background: transparent;
  border: 2px solid #fff;
  padding: 20px 47px;
}

.btn.btn-line {
  padding: 20px 56px;
}

.btn-border:hover {
  background: #fff;
  color: #000;
}

.breadcrumb>.active {
  color: #888;
}

.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 40px;
  left: 20px;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.owl-carousel .owl-nav div:hover {
  background: #2b96cc;
  color: #fff;
}

/*header */
.header-area .header-top {
  position: relative; }
  .header-area .header-top::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    min-width: 20%;
    background: #f4f4f5; }
    @media (max-width: 767px) {
      .header-area .header-top::before {
        width: 100%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .header-area .header-top::before {
        width: 20%; } }
  .header-area .header-top .header-top-items .logo {
    background: #fff;
padding: 10px 25px 10px 0; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .header-area .header-top .header-top-items .logo {
        padding: 41px 31px 41px 0; } }
  .header-area .header-top .header-top-items .header-top-info ul {
    display: flex; }
    .header-area .header-top .header-top-items .header-top-info ul li {
      position: relative;
      margin-left: 60px;
      padding-left: 116px;
      border-left: 1px solid #eaeaea;
      padding-top: 15px;
      padding-bottom: 15px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header-area .header-top .header-top-items .header-top-info ul li {
          margin-left: 30px;
          padding-left: 110px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .header-top .header-top-items .header-top-info ul li {
          margin-left: 15px;
          padding-left: 14px; } }
      .header-area .header-top .header-top-items .header-top-info ul li:first-child {
        margin-left: 0;
        border-left: 0; }
      .header-area .header-top .header-top-items .header-top-info ul li i {
        position: absolute;
        left: 60px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 40px;
        color: #d90706; }
 .header-area .header-top .header-top-items .header-top-info ul li .fa-phone {
    transform: scaleX(-1);
	 top:14px;
}
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .header-area .header-top .header-top-items .header-top-info ul li i {
            left: 50px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .header-top .header-top-items .header-top-info ul li i {
            position: static;
            transform: translateY(0); } }
      .header-area .header-top .header-top-items .header-top-info ul li span {
        display: block;
        font-size: 12px;
        color: #7f8692;
        text-transform: uppercase; }
      .header-area .header-top .header-top-items .header-top-info ul li a {
        font-size: 14px;
        color: #192437; }
.header-area .main-header {
  background: #121b2b;
  position: relative; }
  .header-area .main-header::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    min-width: 20%;
    background: #f4f4f5; }
  .header-area .main-header .main-header-item .header-btn a {
    background: #d90706;
    line-height: 70px;
    padding:25px 60px 24px 85px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    border-left:10px solid #fff;
    white-space: nowrap;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .header-area .main-header .main-header-item .header-btn a {
        padding: 0 30px 0 55px; } }
    @media (max-width: 767px) {
      .header-area .main-header .main-header-item .header-btn a {
        padding: 0 20px; } }
    .header-area .main-header .main-header-item .header-btn a::before {
      position: absolute;
      content: '';
      left: 60px;
      top: 50%;
      transform: translateY(-50%);
      height: 2px;
      width: 15px;
      background: #fff;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header-area .main-header .main-header-item .header-btn a::before {
          left: 30px; } }
      @media (max-width: 767px) {
        .header-area .main-header .main-header-item .header-btn a::before {
          display: none; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .header-area .main-header .main-header-item .header-btn a::before {
          display: block; } }
    .header-area .main-header .main-header-item .header-btn a:hover {
      color: #fff;
      background: #192437; }
      .header-area .main-header .main-header-item .header-btn a:hover::before {
        background: #fff; }
  .header-area .main-header .main-header-item .header-menu {
    background: #192437; }
    .header-area .main-header .main-header-item .header-menu ul {
      padding: 0 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header-area .main-header .main-header-item .header-menu ul {
          padding: 0 15px; } }
      .header-area .main-header .main-header-item .header-menu ul li {
        display: inline-block;
        position: relative; }
        .header-area .main-header .main-header-item .header-menu ul li > a {
          line-height: 70px;
          font-size: 14px;
          color: #9aa3b2;
          text-transform: uppercase;
          font-weight: 400;
          margin: 0 30px;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .header-area .main-header .main-header-item .header-menu ul li > a {
              margin: 0 20px; } }
          .header-area .main-header .main-header-item .header-menu ul li > a.active {
            color: #fff; }
        .header-area .main-header .main-header-item .header-menu ul li .sub-menu {
          position: absolute;
          left: 30px;
          top: 110%;
          width: 200px;
          background-color: #fff;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
          z-index: 99;
          -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
          -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
          border-top: 4px solid #ff5316;
          padding: 0; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .header-area .main-header .main-header-item .header-menu ul li .sub-menu {
              left: 15px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-area .main-header .main-header-item .header-menu ul li .sub-menu {
              position: relative !important;
              width: 100% !important;
              left: 0 !important;
              top: auto !important;
              opacity: 1 !important;
              visibility: visible !important;
              display: none;
              right: auto;
              -webkit-transform: translateX(0%);
              -moz-transform: translateX(0%);
              -ms-transform: translateX(0%);
              -o-transform: translateX(0%);
              transform: translateX(0%);
              -webkit-transition: all 0s ease-out 0s;
              -moz-transition: all 0s ease-out 0s;
              -ms-transition: all 0s ease-out 0s;
              -o-transition: all 0s ease-out 0s;
              transition: all 0s ease-out 0s;
              -webkit-box-shadow: none;
              -moz-box-shadow: none;
              box-shadow: none;
              text-align: left;
              border-top: 0; } }
          @media (max-width: 767px) {
            .header-area .main-header .main-header-item .header-menu ul li .sub-menu {
              position: relative !important;
              width: 100% !important;
              left: 0 !important;
              top: auto !important;
              opacity: 1 !important;
              visibility: visible !important;
              display: none;
              right: auto;
              -webkit-transform: translateX(0%);
              -moz-transform: translateX(0%);
              -ms-transform: translateX(0%);
              -o-transform: translateX(0%);
              transform: translateX(0%);
              -webkit-transition: all 0s ease-out 0s;
              -moz-transition: all 0s ease-out 0s;
              -ms-transition: all 0s ease-out 0s;
              -o-transition: all 0s ease-out 0s;
              transition: all 0s ease-out 0s;
              -webkit-box-shadow: none;
              -moz-box-shadow: none;
              box-shadow: none;
              text-align: left;
              border-top: 0; } }
          .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li {
            position: relative;
            display: block; }
            .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li a {
              display: block;
              padding: 10px 24px;
              margin: 0;
              position: relative;
              color: #222;
              -webkit-transition: all 0.3s ease-out 0s;
              -moz-transition: all 0.3s ease-out 0s;
              -ms-transition: all 0.3s ease-out 0s;
              -o-transition: all 0.3s ease-out 0s;
              transition: all 0.3s ease-out 0s;
              border-radius: 0;
              margin: 0 0;
              line-height: 30px;
              border-top: 1px solid #ff5316; }
              .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li a i {
                float: right;
                font-size: 14px;
                margin-top: 5px; }
                @media only screen and (min-width: 768px) and (max-width: 991px) {
                  .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li a i {
                    display: none; } }
                @media (max-width: 767px) {
                  .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li a i {
                    display: none; } }
            .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li .sub-menu {
              right: auto;
              left: 100%;
              top: 0;
              opacity: 0;
              visibility: hidden;
              -webkit-transition: all 0.3s ease-out 0s;
              -moz-transition: all 0.3s ease-out 0s;
              -ms-transition: all 0.3s ease-out 0s;
              -o-transition: all 0.3s ease-out 0s;
              transition: all 0.3s ease-out 0s; }
              @media only screen and (min-width: 768px) and (max-width: 991px) {
                .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li .sub-menu {
                  padding-left: 30px; } }
              @media (max-width: 767px) {
                .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li .sub-menu {
                  padding-left: 30px; } }
              .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li .sub-menu li:hover .sub-menu {
                top: 0 !important; }
            .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li:hover .sub-menu {
              top: 0%;
              opacity: 1;
              visibility: visible; }
            .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li:hover > a {
              background-color: #192437;
              color: #fff !important; }
        .header-area .main-header .main-header-item .header-menu ul li:hover a {
          color: #fff; }
        .header-area .main-header .main-header-item .header-menu ul li:hover .sub-menu {
          opacity: 1;
          visibility: visible;
          top: 100%; }
  .header-area .main-header .main-header-item .header-laguage {
    position: relative; }
    .header-area .main-header .main-header-item .header-laguage img {
      position: absolute;
      left: -5px;
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 767px) {
        .header-area .main-header .main-header-item .header-laguage img {
          display: none; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .header-area .main-header .main-header-item .header-laguage img {
          display: block; } }
    .header-area .main-header .main-header-item .header-laguage .nice-select {
      background-color: transparent;
      border: 0;
      font-size: 12px;
      text-transform: uppercase;
      color: #fff;
      height: auto;
      line-height: 40px;
      padding: 0 20px 0 30px;
      letter-spacing: 1px; }
      @media (max-width: 767px) {
        .header-area .main-header .main-header-item .header-laguage .nice-select {
          display: none; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .header-area .main-header .main-header-item .header-laguage .nice-select {
          display: block; } }
      .header-area .main-header .main-header-item .header-laguage .nice-select .list .option {
        color: #192437; }
      .header-area .main-header .main-header-item .header-laguage .nice-select::after {
        right: 0; }
  .header-area .main-header .main-header-item .toggle-btn {
    font-size: 24px;
    color: #fff;
    display: none;
    cursor: pointer; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .main-header .main-header-item .toggle-btn {
        display: block; } }
    @media (max-width: 767px) {
      .header-area .main-header .main-header-item .toggle-btn {
        display: block; } }


.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0; }
  .off_canvars_overlay.active {
    opacity: .5;
    visibility: visible; }

.offcanvas_menu {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas_menu {
      display: block; } }
  @media (max-width: 767px) {
    .offcanvas_menu {
      display: block; } }

.offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #fff;
  z-index: 9999;
  top: 0;
  height: 100vh;
  transition: .5s;
  left: 0;
  margin-left: -300px;
  padding: 50px 15px 30px;
  overflow-y: auto; }
  .offcanvas_menu_wrapper.active {
    margin-left: 0; }
  .offcanvas_menu_wrapper .slinky-theme-default {
    background: inherit;
    min-height: 300px;
    overflow-y: auto; }
  .offcanvas_menu_wrapper .header-btn {
    margin-bottom: 30px; }
    .offcanvas_menu_wrapper .header-btn a {
      color: #222; }
      .offcanvas_menu_wrapper .header-btn a:hover {
        color: #222; }

.offcanvas_main_menu li {
  position: relative; }
  .offcanvas_main_menu li:last-child {
    margin: 0; }
  .offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 0; }
  .offcanvas_main_menu li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
    color: #222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .offcanvas_main_menu li a:hover {
      color: #ff5316; }
  .offcanvas_main_menu li ul.sub-menu {
    padding-left: 20px; }

.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center; }
  .offcanvas_footer span a {
    font-size: 14px;
    color: #222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .offcanvas_footer span a:hover {
      color: #ff5316; }

.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px; }
  .canvas_close a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 26px;
    border: 1px solid #ededed;
    border-radius: 50%;
    color: #222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .canvas_close a:hover {
      background: #ff5316;
      border-color: #ff5316;
      color: #fff; }

.canvas_open a {
  font-size: 26px;
  width: 50px;
  height: 42px;
  display: block;
  line-height: 39px;
  text-align: center;
  border: 1px solid #232323;
  color: #222;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .canvas_open a:hover {
    color: #ff5316;
    border-color: #ff5316; }

.header-social {
  margin-bottom: 40px; }
  .header-social ul li {
    display: inline-block; }
    .header-social ul li a {
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 38px;
      color: #ff5316;
      border: 1px solid #eaeaea;
      border-radius: 50%;
      margin: 0 5px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .header-social ul li a:hover {
        background: #ff5316;
        border-color: #ff5316;
        color: #fff; }

/* Slider CSS Start here */
.slider-content h4 {
    color:#068eff;
    font-family: "Montserrat",sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
    text-transform: uppercase;
}
.slider-content h1.title {
    color:#3b4056;
    font-family: "Montserrat",sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 35px;
}
.slider-content.slider-text-2 h1.title {
    margin-bottom: 20px;
}
.nivo_img_right .slider-img-1 img {
    margin-left: 2%;
    width: 60%;
}
.nivo_img_right .slider-img-2 img {
    margin-left: 17%;
    margin-top: 14%;
    width: 30%;
}
.slider-content h1.title span {
    color: #69B0E7;
}
.preview-2 .nivo-directionNav a.nivo-nextNav::after {
  right:0px;
  left: auto;
  
}
.slider-content p, .slider-content.slider-text-3 ul li {
    color:#2e303e;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 55px;
}
.slider-content.slider-text-3 ul {
    overflow: hidden;
    padding-bottom: 42px;
}
.slider-content.slider-text-3 ul li {
    margin-bottom: 0;
}
.slider-content.slider-text-3 ul li i{
    margin-right: 20px;
    color:#087892;
    font-size: 10px;
}
.nivo_text {
    height: auto;
    position: absolute;
    text-align: center;
    top: 0;
}
.nivo-caption {
  top: 19%;
}
.home-two .nivo_text {
    left: 0;
    right: 0;
    text-align: center;
}
.nivo_img {
    height: auto;
    position: absolute;
    text-align: center;
}
.nivo_img .slider-content.slider-img-1 img {
    right: 0%;
    position: absolute;
    top: -46%;
}
.nivo_img .slider-content.slider-img-2 img {
    right: 20%;
    position: absolute;
    top: 17%;
}
.slider-content.slider-text-2 h1 span{
    color: #00a3c8;
}
.slider-button {
    border: 2px solid #22728d;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    margin-bottom: 80px;
    padding: 10px 25px;
    text-transform: uppercase;
    background:#00a3c8;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}
.slider-button.see-plans{
    margin-left: 10px;
}
.home-three .slider-button.see-plans {
  margin-left: 30px;
}
.slider-button:hover {
    color:#3b4056;
    background-color:#21b3d4; 
    border: 2px solid #21b3d4;
} 
.nivo-controlNav {
    display: none;
}
/* Slider CSS End here */
/*Sub Banner Start Here*/
.sub-banner-area {
  position: relative;
  padding:0 0px;
}
.sub-banner-height {
  min-height:320px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
}
.sub-banner-pb {
	padding-bottom:30px !important;
}

.sub-banner-area .block {
  text-align: center;
}
.sub-banner-area.block h1 {
  font-size: 2.5rem;
  color:#FFF;
  font-weight: 600;
}
.sub-banner-area .block ul li {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.sub-banner-area .block ul li a {
  font-weight: 600;
  color: #fff;
}
.page-wrapper {
  padding: 70px 0;
}
.overly {
  position: relative;
}
.overly:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8;
}
/*Welcome Section Start here*/
.welcome-section {padding: 90px 0;}
.welcome-section .section-title-s2 {
	padding:20px 0 0;
}
.welcome-section span {
	font-size:32px;
	font-weight: 600;
	color: #192437;
}
.welcome-section h1 {
	font-family: "Oswald", sans-serif;
    font-size:36px;
    font-weight:600;
    font-style: normal;
    line-height: 1.5122em;
    text-decoration: none;
    text-transform: none;
	color:#214d98;
	margin:0 0 20px 0;
	padding:0;
}
.welcome-section h2 {
	font-size: 42px;
font-weight: 700;
font-style: normal;
line-height: 1.5122em;
text-decoration: none;
color: #d40c09;
}
.welcome-content {
	margin-bottom:10px;
}
.welcome-content h3 {
	font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #26264b;
	font-size: 16px;
	line-height: 1.2;
	padding-bottom: 15px;
	font-weight: 900;
}

/*.welcome-content-list {
	margin: 0;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 15px;
}
.welcome-content-list li {
	position: relative;
	-webkit-box-flex: 1;
	        flex: 1 1 50%;
	max-width: 50%;
	font-size: 20px;
	color: var(--thm-black);
	padding-left: 15px;
	line-height: 1em;
	margin-bottom: 20px;
	list-style: none;
}
.welcome-content-list li i {
	position: absolute;
	left: 0;
	top: 60%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 16px;
	line-height: 1em;
}*/

.welcome-content ul {
	margin:0;
	/*display: -webkit-box;
	display: flex;
	flex-wrap: wrap;*/
	padding:0 0 40px;
}
.welcome-content ul li {
	list-style:none;
	position:relative;
	padding:5px 0;
	/*-webkit-box-flex: 1;
	flex: 1 1 50%;
	max-width: 50%;*/
	font-size:16px;
}
.welcome-content ul li:before {
    content: "\f192";
    font-family: fontawesome;
    left: 0px;
    top: 0px;
    position:relative;
    color:#0162a6;
    padding-right: 10px;
}

.welcome-content p {
	line-height: 29px;
	margin-bottom: 20px;
}
.welcome-content p span {
	color: #d40c09;
	font-size:16px;
}
.welcome-section  .welcome-holder {
    position: relative;
    margin-top:45px;
    max-width:100%;
}
.welcome-section .welcome-holder:before {
    content: "";
	width: 100%;
	height: 100%;
	border: 12px solid #ff8500;
	position: absolute;
	right: -13px;
	top: 12px;
	z-index: -1;
}
.welcome-section .right-side {
	position: relative;
    margin-top:45px;
    max-width:100%;
}
.welcome-section .right-side .img-fluid {
	z-index: 999;
}
.welcome-section .right-side:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 12px solid #0162a6;
    position: absolute;
	right:0;
    left: -35px;
    top: -35px;
    z-index: 1;
}
.welcome-section .btn {
	background: transparent;
	color: #192437;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
letter-spacing: 1px;
font-weight: 600;
padding: 0 30px;
position: relative;
display: inline-block;
z-index: 1;
text-transform: uppercase;
border: 4px solid #d40c09;
 height: 87px;
line-height: 75px;
padding-left: 60px;
padding-right: 60px;
font-size: 20px;
border-width: 8px;
	border-radius:0;
}
.welcome-section .btn:hover {
	background:#d40c09;
	color:#FFF;
}

/*Welcome Section End here*/
/*Services Section Start here*/
.services{
	background:#f2f7fb url('../images/hibuild-survey-bg.png') bottom center no-repeat;
	background-size: 100%;
}
.services-box {
	position:relative;
	margin-bottom:30px;	
}
.services-box .inner-box{
	position:relative;
	display:block;
	padding:25px 10px;
	background:#fff;	
}
.services-box .content-box{
	position:relative;
	display:block;
	padding-left:150px;
	min-height:80px;
}

.services-box .content-box .services-icon {
	position: absolute;
	left: 10px;
	top: 8px;
	width:120px;
	height:100px;
	/*padding: 20px 10px;*/
	text-align: center;
	border: 2px solid #214d98;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.services-box .content-box h3{
	font-size:16px;
	line-height: 30px;
	color: #214d98;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.services-box .content-box .text{
	position:relative;
	line-height:1.9em;
	font-size: 16px;
}
.services-box .btn {
	padding:12px !important;
	font-size:16px;
}
.services-box .btn:hover {
	background: #214d98;
	color:#FFF;
}
/*Services Section End here*/
/*Our Client Start Here*/
.client-section {
  padding: 70px 0 58px;
}
.client-section .section-title-s3 {
	color:#0162a6;
}
.client-section .grid {
  border: 1px solid #e8e8e8;
}
.client-section .grid img {
  width: auto;
}
/*Our Client End Here*/   
.enquiry {
	position:relative;
}
.enquiry-form textarea,
.enquiry-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	display: block;
	width: 100%;
	height: 84px;
	background-color: #edf2f5;
	padding-left: 30px;
	font-size: 18px;
	color: #214d98;
	border: none;
	outline: none;
	margin-bottom: 30px;
	padding-right: 30px;
}

.enquiry-form textarea {
	height: 203px;
	padding-top: 25px;
	resize: none;
}

.enquiry-form textarea.error,
.enquiry-form input.error:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	color: red;
}

.enquiry-form ::-webkit-input-placeholder {
	opacity: 1;
	color: #838a93;
}

.enquiry-form ::-moz-placeholder {
	opacity: 1;
	color: #838a93;
}

.enquiry-form :-ms-input-placeholder {
	opacity: 1;
	color: #838a93;
}

.enquiry-form ::-ms-input-placeholder {
	opacity: 1;
	color: #838a93;
}

.enquiry-form ::placeholder {
	opacity: 1;
	color: #838a93;
}

.enquiry-form .error::-webkit-input-placeholder {
	opacity: 1;
	color: red;
}

.enquiry-form .error::-moz-placeholder {
	opacity: 1;
	color: red;
}

.enquiry-form .error:-ms-input-placeholder {
	opacity: 1;
	color: red;
}

.enquiry-form .error::-ms-input-placeholder {
	opacity: 1;
	color: red;
}

.enquiry-form .error::placeholder {
	opacity: 1;
	color: red;
}

.enquiry-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse;
}

.enquiry-form .bootstrap-select>.dropdown-toggle {
	width: 100%;
	border-radius: 0;
	background-color:#edf2f5;
	height: 84px;
	color: #838a93;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
	margin-bottom: 30px;
	border: none;
	outline: none;
}

.enquiry-form .bootstrap-select>.dropdown-toggle .filter-option {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.enquiry-form label.error {
	color: red;
	margin-top: -15px;
	font-size: 18px;
	display: block;
}
/*Contact Us*/

.contact-info-box {
	background: #f2f7fb;
	padding: 30px 0;
	text-align: center;
	max-width: 310px;
	margin: 0 auto;
	min-height: 327px;
}
.contact-info-box h2 {
	font-size: 24px;
text-transform: uppercase;
padding-bottom: 10px;
}
.contact-info-box i {
	height: 75px;
	width: 75px;
	color: #fff;
	background: #d40c09;
	border-radius: 50%;
	line-height: 75px;
	font-size: 30px;
	margin-bottom: 25px;
	display: inline-block;
}
.contact-info-box h6 {
	line-height: 26px;
}


.our-services {
	position:relative;
}
.our-services h2 {
    font-family: "Oswald", sans-serif;
    font-size:27px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5122em;
    text-decoration: none;
    color: #214d98;
    text-transform: uppercase;
	padding:0 0px 5px 8px;
}
.our-services-dis {
    margin-top:25px;
}
.our-services-dis img {
	border-radius:9px;
}
.our-services-box {
	-webkit-box-shadow: 0px 7px 68px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0px 7px 68px 0 rgba(0, 0, 0, 0.07);
	background-color: #fff;
	padding:20px;
	border: none;
	border-radius: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	margin-bottom: 30px;
	/*color:#FFF;*/
}
.our-services-box ul {
	margin:0;
	/*display: -webkit-box;
	display: flex;
	flex-wrap: wrap;*/
	padding:0 0 40px;
}
.our-services-box ul li {
	list-style:none;
	position:relative;
	padding:5px 0;
	/*-webkit-box-flex: 1;
	flex: 1 1 50%;
	max-width: 50%;*/
	font-size:16px;
}
.our-services-box ul li:before {
    content: "\f192";
    font-family: fontawesome;
    left: 0px;
    top: 0px;
    position:relative;
    color:#0162a6;
    padding-right: 10px;
}
/*===========================
    4.SERVICES css 
===========================*/
.services-area {
  margin-top: -30px;
  z-index: 11;
  position: relative;
  padding-bottom: 10px; }
  .services-area .services-shape {
    position: absolute;
    top: 150px;
    left: 0;
    z-index: -1; }
  .services-area .services-bg {
    position: relative; }
    .services-area .services-bg::before {
      position: absolute;
      content: '';
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      height: 100%;
      width: 110%;
      border-top: 10px solid #192437;
      background: #fff; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .services-area .services-bg::before {
          width: 102%; } }
    .services-area .services-bg .services-item {
      position: relative;
      overflow: hidden;
      z-index: 10; }
      .services-area .services-bg .services-item .icon {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        height: 100px;
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        background: #d40c09;
        border-bottom: 3px solid #fff;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
		  padding:20px;
        z-index: 5; }
        .services-area .services-bg .services-item .icon i {
          font-size: 60px;
          color: #fff;
          line-height: 58px; }
      .services-area .services-bg .services-item .services-overlay {
        position: absolute;
        left: 0;
        top: 100%;
        height: 100%;
        width: 100%;
        background-color: rgba(25, 36, 55, 0.8);
        z-index: 6;
        padding-left: 40px;
        padding-top: 36px;
        padding-right: 35px;
        letter-spacing: 0.4px;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
		  text-align: center;
}
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .services-area .services-bg .services-item .services-overlay {
            padding-left: 15px;
            padding-right: 15px; } }
        @media (max-width: 767px) {
          .services-area .services-bg .services-item .services-overlay {
            padding: 20px 20px 0; } }
        .services-area .services-bg .services-item .services-overlay .title {
          color: #fff;
          font-size: 20px;
          font-weight: 400;
          text-transform: uppercase; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .services-area .services-bg .services-item .services-overlay .title {
              font-size: 18px; } }
        .services-area .services-bg .services-item .services-overlay p {
          color: #fff;
          font-weight: 300;
          line-height: 34px;
          padding-top: 26px;
          padding-bottom: 29px;
          margin-right: 5px; }
        .services-area .services-bg .services-item .services-overlay a {
          font-size: 14px;
          font-weight: 700;
          text-transform: uppercase;
          color: #d40c09;
          letter-spacing: 1px;
          position: relative;
          padding-left: 25px; }
          .services-area .services-bg .services-item .services-overlay a::before {
            position: absolute;
            content: '';
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 2px;
            width: 16px;
            background: #d40c09; }
      .services-area .services-bg .services-item img {
        width: 100%; }
      .services-area .services-bg .services-item:hover .icon {
        -webkit-transform: translate(-50%, -50%) scale(0);
        -moz-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        -o-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0); }
      .services-area .services-bg .services-item:hover .services-overlay {
        top: 0; }

/*Services Rendered and Our Strengths Section*/
#rendered-strengths {
	padding:95px 0;
    background: linear-gradient(rgba(28, 50, 84, 0.9), rgba(28, 50, 84, 0.9)) repeat scroll 0 0%, rgba(0, 0, 0, 0) url("../images/elevation.jpg");
    background: -webkit-linear-gradient(rgba(28, 50, 84, 0.9), rgba(28, 50, 84, 0.9)) repeat scroll 0 0%, rgba(0, 0, 0, 0) url("../images/elevation.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #324664;
}
#rendered-strengths .work {
    padding: 95px 0;
}

#rendered-strengths .work-block:last-child {
    padding-right: 50px;
}

#rendered-strengths .work-block h3 {
    color: #ffcb00;
	font-size: 24px;
	font-weight: 700;
	margin-top: 0;
	padding-bottom: 15px;
}
#rendered-strengths .work-block ul li {
	padding:5px 0;
	color:#FFF;
	letter-spacing: 1px;
}
#rendered-strengths .work-block p {
	color:#FFF;
}
.rendered-strengths-box {
   width: 100%;
min-width: 240px;
max-width: 240px;
min-height: 240px;
border: 10px solid #d40c09;
display: flex;
justify-content: space-between;
flex-direction: column;
padding: 13px 20px 10px 18px;
margin-right: 180px;
margin-top: 75px;
}
.rendered-strengths-box .top p {
    font-family: "Rubik";
    font-size: 18px;
    color: #eeeeee;
    font-weight: 400;
    line-height: 1.3;
}
.rendered-strengths-box .bottom{
	display: flex;
	align-items: center;
}
/*Clients SectionStart here*/
.clients-section {
  padding: 170px 0 100px;
  /*background-color: #f8f8f8;*/
}
@media only screen and (max-width: 1199px) {
  .clients-section {
    padding: 120px 0 90px;
  }
}
@media only screen and (max-width: 991px) {
  .clients-section {
    padding: 80px 0;
    background-image: none;
  }
}
@media only screen and (max-width: 767px) {
  .clients-section {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 575px) {
  .clients-section {
    padding: 60px 0;
  }
}
.clients-text-box {
  background-color: #f8f8f8;
  padding: 95px 80px;
  border-radius: 4px;
  position: relative;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1199px) {
  .clients-text-box {
    padding: 60px 10px 60px 80px;
  }
}
@media only screen and (max-width: 991px) {
  .clients-text-box {
    padding: 60px 30px 60px 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .clients-text-box:after {
    right: -14rem;
  }
}
@media only screen and (max-width: 991px) {
  .clients-text-box:after {
    display: none;
  }
}
.clients-text-box .item-title {
  font-weight: 900;
  margin-bottom: 10px;
}
.clients-text-box .features-list {
  margin-top: 24px;
}
.clients-text-box .features-list ul li {
  position: relative;
  font-size: 17px;
  color: #444444;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 34px;
}
@media only screen and (max-width: 991px) {
  .clients-text-box .features-list ul li {
    font-size: 16px;
  }
}
.clients-text-box .features-list ul li:last-child {
  margin-bottom: 0;
}
.clients-text-box .features-list ul li:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  font-weight: 600;
  color: #e83a15;
  position: absolute;
  left: 0;
  top: 0;
}
.clients-section-img {
  transform: translateY(-70px);
}
@media only screen and (max-width: 1199px) {
  .clients-section-img {
    transform: translateY(-30px);
  }
}
@media only screen and (max-width: 991px) {
  .clients-section-img {
    transform: translateY(0);
  }
}
.clients-section-img .item-img {
  text-align: right;
	background-color: #f8f8f8;
}
@media only screen and (max-width: 991px) {
  .clients-section-img .item-img {
    text-align: center;
  }
}
.clients-section-img .item-img img {
  border-radius: 4px;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 991px) {
  .clients-section-img .item-img img {
    width: 100%;
  }
}
/*Clients Section End here*/

.company-info {
	position: relative;
}
.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table tr:first-child {
  border-top: none;
  background: #d40c09;
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
	border-right: 1px solid #ddd;
}

.rwd-table th, .rwd-table td:last-child {
  margin-bottom: .5em;
	border-right: none;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 90px;
  display: inline-block;
  color: #214d98;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
	border-right: 1px solid #ddd;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
	letter-spacing:1px;
  }
}

.our-projects {
	position:relative;
}
.our-projects h2 {
    font-family: "Oswald", sans-serif;
    font-size:27px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5122em;
    text-decoration: none;
    color: #d40c09;
    text-transform: uppercase;
	padding:0 0px 5px 8px;
}
.our-projects-dis {
    margin-top:25px;
	margin-left: 25px;
}
.our-projects-dis img {
	border-radius:9px;
}
.our-projects-box {
	-webkit-box-shadow: 0px 7px 68px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0px 7px 68px 0 rgba(0, 0, 0, 0.07);
	background-color: #fff;
	padding:20px;
	border: none;
	border-radius: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	margin-bottom: 30px;
	/*color:#FFF;*/
}
.our-projects-box ul {
	margin:0;
	/*display: -webkit-box;
	display: flex;
	flex-wrap: wrap;*/
	padding:0 0 40px;
}
.our-projects-box ul li {
	list-style:none;
	position:relative;
	padding:5px 0;
	/*-webkit-box-flex: 1;
	flex: 1 1 50%;
	max-width: 50%;*/
	font-size:16px;
}
.our-services-box ul li:before {
    content: "\f192";
    font-family: fontawesome;
    left: 0px;
    top: 0px;
    position:relative;
    color:#0162a6;
    padding-right: 10px;
}

/* footer url("../images/footer-bg.png") no-repeat; */
.footer-top-bg {
	overflow: hidden;
    vertical-align: middle;
}
.footer-bg {
background:#192437;
padding: 0px 0 0px 0;
position: relative;
overflow: hidden;
}
.footer-logo {
  margin:20px 0 20px;
}
.footer-menu {
  margin-bottom:50px;
}

.footer-menu ul {
  padding-left: 0;
  margin: 0;
}

.site-footer .footer-menu ul li {
  margin-bottom: 12px;
}
.footer-menu ul {
  list-style: none;
  text-align: center;
}
.footer-menu ul li {
  display: inline-block;
  margin: 0px 29px;
}
.footer-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.footer-menu ul li a:hover {
  color: #ffd701;
}
.site-footer-bottom a {
	display: block;
	background-color: #121b2b;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	padding:41px 20px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-bottom:50px;
}

.site-footer-bottom a i {
	width: 36px !important;
	height: 36px !important;
	background-color:#d40c09;
	color:#fff;
	font-size: 16px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-right: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
 .site-footer-bottom a .fa-phone {
    transform: scaleX(-1);
}

.footer-bottom {
   padding: 25px 0 15px;
   border-top: none;
   background-color: #121b2b;
}
.footer-bottom p {
    line-height: 24px;
    margin-top: 13px;
	color:#FFF;
}
.footer-bottom p a {
	color:#FFF;
}
.footer-bottom p a:hover {
	color:#ffd701;
}

.team-box {
    position: relative;
    display: block;
    background: #f5f9fc;
    padding: 45px 35px;
    border-radius: 7px;
    margin-bottom: 40px;
    z-index: 1;
	min-height: 240px;
}
.team-box h3 {
    font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 7px;
	transition: all .2s linear;
		transition-delay: 0s;
	transition-delay: 0s;
	transition-delay: .1s;
}
.team-box li {
	padding:5px 0;
}
