/*-- 1. VARIABLES --*/
/*-- 2. MIXIN --*/
/*-- 3. MEDIA QUERIES --*/
/*-- 4. RESET --*/
html {
  scroll-behavior: smooth; }

body {
  margin: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 30px;
  scroll-behavior: smooth;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%; }
  body::-webkit-scrollbar {
    width: 5px; }
  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  body::-webkit-scrollbar-thumb {
    background-color: #0055a5;
    outline: 1px solid #0055a5; }
  body.overlay {
    position: relative;
    overflow: hidden; }
  @media (max-width: 767px) {
    body {
      font-size: 14px; } }

ul {
  margin: 0;
  padding: 0;
  display: block; }

li {
  list-style: none; }

a,
a:hover,
a:focus,
button,
button:focus {
  outline: none !important;
  text-decoration: none;
  color: inherit;
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

p {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 30px; }
  @media (max-width: 767px) {
    p {
      font-size: 14px; } }

img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  border-style: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

svg {
  vertical-align: middle;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

.inherit {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0;
  font-weight: inherit;
  display: inherit; }

.padding-100 {
  padding: 100px 0px; }
  @media (max-width: 1280px) {
    .padding-100 {
      padding: 50px 0; } }

.pdt-100 {
  padding-top: 100px; }
  @media (max-width: 1280px) {
    .pdt-100 {
      padding-top: 50px; } }

.pdb-100 {
  padding-bottom: 100px; }
  @media (max-width: 1280px) {
    .pdb-100 {
      padding-bottom: 50px; } }

.logo-loader {
  display: grid;
  place-content: center;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #eef3f7; }

.logo-loader .logo {
  display: grid;
  place-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }

.logo-loader .logo img {
  visibility: hidden;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50vh;
  width: 130px; }

.main__wrap {
  display: grid;
  place-content: center;
  position: absolute;
  left: 50%;
  bottom: 20vh;
  transform: translate(-50%, -50%);
  z-index: 0;
  margin-top: 10px; }

.main__counter {
  font-size: 40px;
  color: #2e3699;
  font-family: "Montserrat", sans-serif;
  opacity: 0; }

.main-wrapper .load-complete {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 999; }
.main-wrapper .top-header {
  padding: 10px 80px;
  background-color: #eef3f7; }
  @media (max-width: 767px) {
    .main-wrapper .top-header .head-top {
      width: 50%; } }
  .main-wrapper .top-header .social-icons {
    position: relative;
    display: flex; }
    .main-wrapper .top-header .social-icons a {
      display: flex;
      align-items: center;
      text-align: left; }
      .main-wrapper .top-header .social-icons a.linkdin {
        margin-right: 25px; }
        .main-wrapper .top-header .social-icons a.linkdin i {
          border: 1px solid #262D72;
          background-color: #262D72; }
        @media (max-width: 1449px) {
          .main-wrapper .top-header .social-icons a.linkdin {
            margin-right: 15px; } }
      .main-wrapper .top-header .social-icons a.whatsapp i {
        border: 1px solid #2e9940;
        background-color: #2e9940; }
      .main-wrapper .top-header .social-icons a i {
        float: left;
        margin-right: 15px;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        transition: all 400ms;
        position: relative; }
        .main-wrapper .top-header .social-icons a i svg {
          width: 13px;
          height: 13px;
          fill: #ffffff;
          transition: all 400ms;
          margin: 0px auto; }
        @media (max-width: 1449px) {
          .main-wrapper .top-header .social-icons a i {
            width: 25px;
            height: 25px; }
            .main-wrapper .top-header .social-icons a i svg {
              width: 11px;
              height: 11px; } }
        @media (max-width: 767px) {
          .main-wrapper .top-header .social-icons a i {
            margin-right: 0; } }
      .main-wrapper .top-header .social-icons a .cnt-details h5 {
        color: #0055a5;
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
        margin: 0;
        transition: all 400ms; }
        @media (max-width: 1449px) {
          .main-wrapper .top-header .social-icons a .cnt-details h5 {
            font-size: 12px; } }
      @media (max-width: 767px) {
        .main-wrapper .top-header .social-icons a .cnt-details {
          display: none; } }
    .main-wrapper .top-header .social-icons:hover a i {
      border-radius: 20px; }
  .main-wrapper .top-header .toll-free {
    position: relative;
    float: right;
    margin-left: 30px; }
    @media (max-width: 1449px) {
      .main-wrapper .top-header .toll-free {
        margin-left: 15px; } }
    .main-wrapper .top-header .toll-free a {
      display: flex;
      align-items: center;
      text-align: left; }
      .main-wrapper .top-header .toll-free a i {
        float: left;
        margin-right: 15px;
        border: 1px solid #262D72;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background-color: #262D72;
        text-align: center;
        display: flex;
        align-items: center;
        transition: all 400ms;
        position: relative; }
        .main-wrapper .top-header .toll-free a i svg {
          width: 16px;
          height: 16px;
          stroke: #ffffff;
          transition: all 400ms;
          margin: 0px auto; }
        @media (max-width: 1449px) {
          .main-wrapper .top-header .toll-free a i {
            width: 25px;
            height: 25px; }
            .main-wrapper .top-header .toll-free a i svg {
              width: 11px;
              height: 11px; } }
        @media (max-width: 767px) {
          .main-wrapper .top-header .toll-free a i {
            margin: 0; } }
      .main-wrapper .top-header .toll-free a .cnt-details p {
        font-size: 14px;
        text-transform: capitalize;
        color: #0f0f10;
        font-weight: 500;
        margin: 0;
        line-height: normal; }
      .main-wrapper .top-header .toll-free a .cnt-details h5 {
        color: #0f0f10;
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
        margin: 0;
        transition: all 400ms; }
        .main-wrapper .top-header .toll-free a .cnt-details h5 span {
          color: #0055a5;
          font-weight: 700; }
        @media (max-width: 1449px) {
          .main-wrapper .top-header .toll-free a .cnt-details h5 {
            font-size: 12px; } }
      @media (max-width: 767px) {
        .main-wrapper .top-header .toll-free a .cnt-details {
          display: none; } }
    .main-wrapper .top-header .toll-free:hover a i {
      border-radius: 20px; }
  @media (max-width: 1449px) {
    .main-wrapper .top-header {
      padding: 10px 50px; } }
  @media (max-width: 991px) {
    .main-wrapper .top-header {
      padding: 10px 30px; } }
  @media (max-width: 576px) {
    .main-wrapper .top-header {
      padding: 10px 15px; } }
.main-wrapper header {
  padding: 0 80px;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 99; }
  @media (max-width: 1449px) {
    .main-wrapper header {
      padding: 0 50px; } }
  @media (max-width: 991px) {
    .main-wrapper header {
      padding: 10px 30px; } }
  @media (max-width: 576px) {
    .main-wrapper header {
      padding: 10px 15px; } }
  .main-wrapper header .head-logo {
    float: left;
    border-right: 1px solid #EBEBEB;
    padding: 10px 0;
    padding-right: 50px; }
    .main-wrapper header .head-logo a {
      display: block;
      width: 100%; }
    .main-wrapper header .head-logo img {
      width: auto; }
      @media (max-width: 1449px) {
        .main-wrapper header .head-logo img {
          max-width: 100px; } }
      @media (max-width: 991px) {
        .main-wrapper header .head-logo img {
          max-width: 70px; } }
    @media (max-width: 1449px) {
      .main-wrapper header .head-logo {
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .main-wrapper header .head-logo {
        padding-right: 0;
        border: none; } }
  .main-wrapper header .head-menu {
    float: left;
    padding-left: 50px; }
    .main-wrapper header .head-menu .close-menu {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 35px;
      height: 35px;
      background-color: #ddebf6;
      border-radius: 100%;
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 9; }
      .main-wrapper header .head-menu .close-menu span img {
        width: 22px;
        height: 22px; }
    .main-wrapper header .head-menu nav {
      background-color: transparent;
      margin: 0;
      border: none;
      border-radius: 0; }
      .main-wrapper header .head-menu nav .navbar-nav li {
        display: inline-block;
        padding: 0 20px; }
        @media (max-width: 1619px) {
          .main-wrapper header .head-menu nav .navbar-nav li {
            padding: 0 15px; } }
        .main-wrapper header .head-menu nav .navbar-nav li > a {
          font-size: 15px;
          color: #333;
          font-weight: 500;
          text-transform: uppercase;
          padding: 49px 0;
          position: relative;
          background-color: transparent !important; }
          .main-wrapper header .head-menu nav .navbar-nav li > a::before {
            position: absolute;
            content: '';
            left: 0;
            right: 0;
            bottom: 0px;
            width: 100%;
            height: 2px;
            background-color: #2e3699;
            z-index: 1;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            opacity: 0;
            visibility: hidden; }
          @media (max-width: 1619px) {
            .main-wrapper header .head-menu nav .navbar-nav li > a {
              font-size: 13px; } }
        .main-wrapper header .head-menu nav .navbar-nav li.active > a {
          color: #2E3699;
          position: relative;
          background-color: transparent; }
          .main-wrapper header .head-menu nav .navbar-nav li.active > a::before {
            opacity: 1;
            visibility: visible; }
        .main-wrapper header .head-menu nav .navbar-nav li.dropdown {
          position: relative; }
          .main-wrapper header .head-menu nav .navbar-nav li.dropdown .dropdown-toggle::after {
            position: absolute;
            content: '';
            width: 12px;
            height: 12px;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=");
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            right: -20px;
            top: 50%;
            transform: translateY(-50%); }
          .main-wrapper header .head-menu nav .navbar-nav li.dropdown .dropdown-menu {
            position: absolute;
            background: #fff;
            top: 100%;
            width: 280px;
            z-index: 9;
            box-shadow: 5px 5px 5px #00000005;
            border: none;
            padding: 0;
            border-radius: 0;
            transform: translateY(0px);
            transition: all 400ms; }
            .main-wrapper header .head-menu nav .navbar-nav li.dropdown .dropdown-menu li {
              float: left;
              width: 100%;
              padding: 15px;
              border-bottom: 1px solid #eee;
              position: relative;
              z-index: 9; }
              .main-wrapper header .head-menu nav .navbar-nav li.dropdown .dropdown-menu li:before {
                position: absolute;
                content: '';
                right: 0;
                top: 0;
                bottom: 0;
                background: #0055a5;
                width: 0%;
                z-index: -9;
                transition: all 400ms; }
              .main-wrapper header .head-menu nav .navbar-nav li.dropdown .dropdown-menu li a {
                padding: 0;
                width: 100%;
                float: left;
                font-size: 13px; }
              .main-wrapper header .head-menu nav .navbar-nav li.dropdown .dropdown-menu li:hover:before {
                width: 100%;
                left: 0;
                right: auto; }
              .main-wrapper header .head-menu nav .navbar-nav li.dropdown .dropdown-menu li:hover a {
                color: #fff; }
          .main-wrapper header .head-menu nav .navbar-nav li.dropdown.active ul li a {
            border-bottom: none;
            color: #333; }
          .main-wrapper header .head-menu nav .navbar-nav li.dropdown.active ul li:hover a {
            color: #fff; }
          @media (min-width: 1025px) {
            .main-wrapper header .head-menu nav .navbar-nav li.dropdown:hover .dropdown-menu {
              display: block; } }
    .main-wrapper header .head-menu .requestAquote {
      background: #fff;
      color: #2e3699;
      border: none;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      padding: 30px 30px;
      position: relative;
      z-index: 9;
      position: absolute;
      left: 30px;
      right: 30px;
      bottom: 30px;
      display: none; }
      @media (max-width: 1849px) {
        .main-wrapper header .head-menu .requestAquote {
          padding: 30px; } }
      @media (max-width: 1619px) {
        .main-wrapper header .head-menu .requestAquote {
          padding: 20px 30px;
          font-size: 13px; } }
      @media (max-width: 1449px) {
        .main-wrapper header .head-menu .requestAquote {
          font-size: 12px; } }
      @media (max-width: 767px) {
        .main-wrapper header .head-menu .requestAquote {
          padding: 15px 15px; } }
      .main-wrapper header .head-menu .requestAquote svg {
        margin-left: 15px; }
        .main-wrapper header .head-menu .requestAquote svg line,
        .main-wrapper header .head-menu .requestAquote svg path {
          stroke: #2e3699; }
        @media (max-width: 1360px) {
          .main-wrapper header .head-menu .requestAquote svg {
            margin-left: 5px;
            width: 15px; } }
        @media (max-width: 767px) {
          .main-wrapper header .head-menu .requestAquote svg {
            display: none; } }
      .main-wrapper header .head-menu .requestAquote::after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        background: #2b3e4b;
        width: 0;
        transition: all 400ms;
        z-index: -9; }
      .main-wrapper header .head-menu .requestAquote:hover {
        color: #f7f208; }
        .main-wrapper header .head-menu .requestAquote:hover:after {
          width: 100%;
          transition: all 400ms;
          left: 0;
          right: auto; }
        .main-wrapper header .head-menu .requestAquote:hover svg line,
        .main-wrapper header .head-menu .requestAquote:hover svg path {
          stroke: #f7f208; }
      @media (max-width: 576px) {
        .main-wrapper header .head-menu .requestAquote {
          display: block; } }
    @media (max-width: 1449px) {
      .main-wrapper header .head-menu {
        padding-left: 30px; } }
    @media (max-width: 1199px) {
      .main-wrapper header .head-menu {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999;
        background: #262D72;
        max-width: 350px;
        width: 100%;
        height: 100%;
        padding: 30px;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease; }
        .main-wrapper header .head-menu nav {
          overflow-y: scroll;
          scroll-behavior: smooth;
          height: calc(100vh - 200px); }
          .main-wrapper header .head-menu nav::-webkit-scrollbar {
            display: none; }
          .main-wrapper header .head-menu nav .navbar-collapse {
            display: block;
            border: none;
            box-shadow: none; }
          .main-wrapper header .head-menu nav .navbar-nav li {
            width: 100%;
            padding: 0;
            border-bottom: 1px solid #4a5087; }
            .main-wrapper header .head-menu nav .navbar-nav li.active a {
              color: #f7f208; }
            .main-wrapper header .head-menu nav .navbar-nav li a {
              color: #ffffff !important; }
            .main-wrapper header .head-menu nav .navbar-nav li.dropdown .dropdown-toggle::after {
              right: 0;
              filter: invert(1); }
            .main-wrapper header .head-menu nav .navbar-nav li.dropdown .dropdown-menu {
              position: static;
              float: none;
              width: auto;
              margin-top: 0;
              background-color: transparent;
              border: 0;
              -webkit-box-shadow: none;
              box-shadow: none; }
              .main-wrapper header .head-menu nav .navbar-nav li.dropdown .dropdown-menu li {
                padding: 0;
                background: #1f2560;
                border-bottom: 1px solid #4a5087; }
                .main-wrapper header .head-menu nav .navbar-nav li.dropdown .dropdown-menu li a {
                  padding: 15px 15px; }
              .main-wrapper header .head-menu nav .navbar-nav li.dropdown .dropdown-menu.show-in {
                overflow: visible;
                visibility: visible;
                opacity: 1;
                height: 100%; }
            .main-wrapper header .head-menu nav .navbar-nav li a {
              padding: 15px 0px;
              display: block; }
              .main-wrapper header .head-menu nav .navbar-nav li a::before {
                display: none; }
        .main-wrapper header .head-menu .close-menu {
          display: flex; } }
    @media (max-width: 576px) {
      .main-wrapper header .head-menu {
        max-width: 100%; } }
    .main-wrapper header .head-menu.show-menu {
      opacity: 1;
      visibility: visible;
      transform: translateX(0%); }
  .main-wrapper header .more-icon {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 300px; }
    .main-wrapper header .more-icon span {
      width: 40px;
      height: 40px;
      display: block;
      background: #DDEBF6;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .main-wrapper header .more-icon span img {
        max-width: 18px; }
    @media (max-width: 1199px) {
      .main-wrapper header .more-icon {
        display: block; } }
    @media (max-width: 767px) {
      .main-wrapper header .more-icon {
        right: 253px; } }
    @media (max-width: 576px) {
      .main-wrapper header .more-icon {
        right: 75px; } }
  .main-wrapper header .head-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }
    .main-wrapper header .head-right .inner-items {
      display: flex;
      align-items: center;
      height: 100%; }
    .main-wrapper header .head-right ul {
      position: relative;
      display: flex;
      padding-right: 30px; }
      .main-wrapper header .head-right ul li {
        display: flex;
        padding: 0 5px; }
        .main-wrapper header .head-right ul li a {
          width: 50px;
          height: 50px;
          background: #DDEBF6;
          border-radius: 50px;
          text-align: center;
          float: left; }
          @media (max-width: 1280px) {
            .main-wrapper header .head-right ul li a {
              width: 40px;
              height: 40px; } }
          .main-wrapper header .head-right ul li a svg {
            position: relative;
            top: 8px;
            transition: all 400ms; }
            @media (max-width: 1280px) {
              .main-wrapper header .head-right ul li a svg {
                top: 5px; } }
          .main-wrapper header .head-right ul li a:hover {
            background: transparent;
            border: 1px dashed #2e3699;
            transition: all 400ms; }
            .main-wrapper header .head-right ul li a:hover svg {
              transform: rotate(360deg);
              transition: all 400ms; }
      @media (max-width: 767px) {
        .main-wrapper header .head-right ul {
          padding-right: 15px; } }
    .main-wrapper header .head-right button {
      background: #2e3699;
      color: #fff;
      border: none;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      padding: 33px 75px;
      height: 100%;
      position: relative;
      z-index: 9; }
      @media (max-width: 1849px) {
        .main-wrapper header .head-right button {
          padding: 30px; } }
      @media (max-width: 1619px) {
        .main-wrapper header .head-right button {
          padding: 20px 30px;
          font-size: 13px; } }
      @media (max-width: 1449px) {
        .main-wrapper header .head-right button {
          font-size: 12px; } }
      @media (max-width: 576px) {
        .main-wrapper header .head-right button {
          display: none; } }
      .main-wrapper header .head-right button svg {
        margin-left: 15px; }
        .main-wrapper header .head-right button svg line,
        .main-wrapper header .head-right button svg path {
          stroke: #ffffff; }
        @media (max-width: 1360px) {
          .main-wrapper header .head-right button svg {
            margin-left: 5px;
            width: 15px; } }
        @media (max-width: 767px) {
          .main-wrapper header .head-right button svg {
            display: none; } }
      .main-wrapper header .head-right button::after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        background: #2b3e4b;
        width: 0;
        transition: all 400ms;
        z-index: -9; }
      .main-wrapper header .head-right button:hover {
        color: #f7f208; }
        .main-wrapper header .head-right button:hover:after {
          width: 100%;
          transition: all 400ms;
          left: 0;
          right: auto; }
        .main-wrapper header .head-right button:hover svg line,
        .main-wrapper header .head-right button:hover svg path {
          stroke: #f7f208; }
.main-wrapper .is-sticky header {
  left: 0;
  right: 0;
  z-index: 999 !important;
  border-bottom: 1px solid #DDEBF6;
  transition: all 1s; }
.main-wrapper .baner {
  height: 85vh;
  position: relative; }
  .main-wrapper .baner:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 230px;
    height: 90px;
    z-index: 9;
    background: #F5FAFE;
    border-left: 3px solid #DDEBF6;
    display: none; }
    @media (max-width: 1619px) {
      .main-wrapper .baner:after {
        bottom: 90px; } }
    @media (max-width: 1449px) {
      .main-wrapper .baner:after {
        display: none; } }
  .main-wrapper .baner .flexslider {
    border: none;
    margin: 0;
    box-shadow: none;
    height: 100%; }
    .main-wrapper .baner .flexslider .slides {
      height: 100%; }
      .main-wrapper .baner .flexslider .slides li {
        height: 100%;
        position: relative;
        background-size: cover !important;
        background-position: bottom !important; }
        .main-wrapper .baner .flexslider .slides li:after {
          position: absolute;
          content: '';
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background: #000;
          opacity: .5; }
        .main-wrapper .baner .flexslider .slides li .meta {
          position: absolute;
          left: 0;
          right: 0;
          top: 20%;
          z-index: 9;
          text-align: center; }
          @media (max-width: 1449px) {
            .main-wrapper .baner .flexslider .slides li .meta {
              text-align: center;
              top: 15%; } }
          @media (max-width: 1360px) {
            .main-wrapper .baner .flexslider .slides li .meta {
              top: 30%; } }
          @media (max-width: 991px) {
            .main-wrapper .baner .flexslider .slides li .meta {
              top: 25%; } }
          @media (max-width: 576px) {
            .main-wrapper .baner .flexslider .slides li .meta {
              top: 20%; } }
          .main-wrapper .baner .flexslider .slides li .meta h1 {
            font-size: 50px;
            color: #fff;
            font-weight: 600;
            line-height: 1.3;
            margin-bottom: 30px; }
            .main-wrapper .baner .flexslider .slides li .meta h1 span {
              display: block; }
            @media (max-width: 1449px) {
              .main-wrapper .baner .flexslider .slides li .meta h1 {
                font-size: 30px;
                line-height: 45px;
                max-width: 700px;
                margin: 0 auto;
                margin-bottom: 10px; } }
            @media (max-width: 991px) {
              .main-wrapper .baner .flexslider .slides li .meta h1 {
                font-size: 20px;
                line-height: 30px;
                max-width: 550px;
                margin: 0 auto;
                margin-bottom: 10px; } }
          .main-wrapper .baner .flexslider .slides li .meta p {
            font-weight: 400;
            color: #fff;
            line-height: 30px;
            width: 70%;
            margin: 0 auto; }
            @media (max-width: 1449px) {
              .main-wrapper .baner .flexslider .slides li .meta p {
                font-size: 14px;
                line-height: 26px; } }
            @media (max-width: 767px) {
              .main-wrapper .baner .flexslider .slides li .meta p {
                width: 100%; } }
          .main-wrapper .baner .flexslider .slides li .meta a {
            font-size: 15px;
            color: #fff;
            font-weight: 600;
            text-transform: uppercase;
            border: 1px solid #ffffff8a;
            padding: 20px 98px 20px 30px;
            position: relative; }
            .main-wrapper .baner .flexslider .slides li .meta a span {
              position: absolute;
              right: 0;
              top: 0;
              bottom: 0;
              width: 70px; }
              .main-wrapper .baner .flexslider .slides li .meta a span svg {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                fill: #2e3699; }
              .main-wrapper .baner .flexslider .slides li .meta a span:after {
                position: absolute;
                content: '';
                left: 0;
                right: 0;
                top: 0;
                width: 70px;
                background: #2b3e4b;
                bottom: 0;
                z-index: -9; }
            .main-wrapper .baner .flexslider .slides li .meta a:before {
              position: absolute;
              content: '';
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              background: #2e3699;
              z-index: -9;
              transition: all 400ms;
              width: 0%; }
            .main-wrapper .baner .flexslider .slides li .meta a:after {
              position: absolute;
              content: '';
              right: 0;
              top: 0;
              bottom: 0;
              width: 70px;
              background: #fff;
              z-index: -9;
              transition: all 400ms; }
            .main-wrapper .baner .flexslider .slides li .meta a:hover:before {
              width: 100%;
              transition: all 400ms; }
            .main-wrapper .baner .flexslider .slides li .meta a:hover:after {
              width: 0;
              transition: all 400ms; }
            .main-wrapper .baner .flexslider .slides li .meta a:hover svg {
              fill: #fff; }
            .main-wrapper .baner .flexslider .slides li .meta a.d-none {
              display: none; }
        @media (max-width: 991px) {
          .main-wrapper .baner .flexslider .slides li {
            height: 100%; } }
        @media (max-width: 767px) {
          .main-wrapper .baner .flexslider .slides li {
            height: 100%; } }
    .main-wrapper .baner .flexslider ul.flex-direction-nav {
      position: absolute;
      bottom: 150px;
      margin: auto;
      text-align: center;
      left: 50%;
      transform: translateX(-50%);
      z-index: 9;
      display: flex; }
      .main-wrapper .baner .flexslider ul.flex-direction-nav li {
        display: inline-block;
        position: relative;
        margin: 0 5px; }
        .main-wrapper .baner .flexslider ul.flex-direction-nav li a {
          top: 0;
          left: 0;
          right: 0; }
        .main-wrapper .baner .flexslider ul.flex-direction-nav li .flex-prev {
          font-size: 0;
          transform: scaleX(-1);
          text-align: center;
          margin: auto;
          width: 60px;
          height: 60px;
          opacity: 1;
          background: #ffffff;
          border-radius: 50px;
          position: relative; }
          .main-wrapper .baner .flexslider ul.flex-direction-nav li .flex-prev:hover {
            background: #ffffff; }
          .main-wrapper .baner .flexslider ul.flex-direction-nav li .flex-prev:before {
            display: none; }
          .main-wrapper .baner .flexslider ul.flex-direction-nav li .flex-prev:after {
            position: absolute;
            content: '';
            background: url(../images/banner-arrow.svg) no-repeat;
            width: 16px;
            height: 16px;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-size: contain;
            background-position: center;
            margin: auto; }
          @media (max-width: 1449px) {
            .main-wrapper .baner .flexslider ul.flex-direction-nav li .flex-prev {
              width: 50px;
              height: 50px; } }
          @media (max-width: 1280px) {
            .main-wrapper .baner .flexslider ul.flex-direction-nav li .flex-prev {
              width: 40px;
              height: 40px; } }
          @media (max-width: 991px) {
            .main-wrapper .baner .flexslider ul.flex-direction-nav li .flex-prev {
              width: 35px;
              height: 35px; }
              .main-wrapper .baner .flexslider ul.flex-direction-nav li .flex-prev::after {
                width: 12px;
                height: 12px; } }
        .main-wrapper .baner .flexslider ul.flex-direction-nav li .flex-next {
          font-size: 0;
          margin: auto;
          width: 60px;
          height: 60px;
          opacity: 1;
          border-radius: 50px;
          background: #ffffff;
          position: relative; }
          .main-wrapper .baner .flexslider ul.flex-direction-nav li .flex-next:hover {
            background: #ffffff; }
          .main-wrapper .baner .flexslider ul.flex-direction-nav li .flex-next:before {
            display: none; }
          .main-wrapper .baner .flexslider ul.flex-direction-nav li .flex-next:after {
            position: absolute;
            content: '';
            background: url(../images/banner-arrow.svg) no-repeat;
            width: 16px;
            height: 16px;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-size: contain;
            background-position: center;
            margin: auto; }
          @media (max-width: 1449px) {
            .main-wrapper .baner .flexslider ul.flex-direction-nav li .flex-next {
              width: 50px;
              height: 50px; } }
          @media (max-width: 1280px) {
            .main-wrapper .baner .flexslider ul.flex-direction-nav li .flex-next {
              width: 40px;
              height: 40px; } }
          @media (max-width: 991px) {
            .main-wrapper .baner .flexslider ul.flex-direction-nav li .flex-next {
              width: 35px;
              height: 35px; }
              .main-wrapper .baner .flexslider ul.flex-direction-nav li .flex-next::after {
                width: 12px;
                height: 12px; } }
      @media (max-width: 1280px) {
        .main-wrapper .baner .flexslider ul.flex-direction-nav {
          bottom: 100px; } }
      @media (max-width: 991px) {
        .main-wrapper .baner .flexslider ul.flex-direction-nav {
          bottom: 50px; } }
    .main-wrapper .baner .flexslider .flex-control-nav {
      position: absolute;
      text-align: center;
      right: 0px;
      left: 0;
      z-index: 99;
      bottom: 50px;
      width: auto; }
      @media (max-width: 1619px) {
        .main-wrapper .baner .flexslider .flex-control-nav {
          bottom: 50px; } }
      @media (max-width: 1280px) {
        .main-wrapper .baner .flexslider .flex-control-nav {
          display: none; } }
      .main-wrapper .baner .flexslider .flex-control-nav li a {
        width: 7px;
        height: 7px;
        background: #ffffff;
        transition: all 400ms; }
        .main-wrapper .baner .flexslider .flex-control-nav li a.flex-active {
          background: #f7f208;
          position: relative;
          margin: 0 10px;
          transition: all 400ms; }
          .main-wrapper .baner .flexslider .flex-control-nav li a.flex-active:before {
            position: absolute;
            content: '';
            left: -10px;
            right: -10px;
            top: -10px;
            bottom: -10px;
            border: 1px solid #ffffff;
            border-radius: 50%;
            transition: all 400ms; }
  .main-wrapper .baner .main-slider-btm {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 9;
    height: 90px;
    border-bottom: 1px solid #DDEBF6; }
    @media (max-width: 1360px) {
      .main-wrapper .baner .main-slider-btm {
        text-align: center; } }
    .main-wrapper .baner .main-slider-btm h4 {
      background: #2B3E4B;
      padding: 30px 60px;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      float: left; }
      @media (max-width: 1449px) {
        .main-wrapper .baner .main-slider-btm h4 {
          padding: 30px; } }
      @media (max-width: 1360px) {
        .main-wrapper .baner .main-slider-btm h4 {
          width: 100%; } }
    .main-wrapper .baner .main-slider-btm .banner-btm-sl {
      display: inline-block;
      width: 73%;
      padding: 0px;
      text-align: center; }
      @media (max-width: 1360px) {
        .main-wrapper .baner .main-slider-btm .banner-btm-sl {
          width: 100%; } }
      .main-wrapper .baner .main-slider-btm .banner-btm-sl .item ul li {
        display: inline-block;
        position: relative; }
        .main-wrapper .baner .main-slider-btm .banner-btm-sl .item ul li a {
          font-size: 16px;
          font-weight: 500;
          color: #2B3E4B;
          padding: 30px;
          display: inline-block;
          position: relative; }
          @media (max-width: 1280px) {
            .main-wrapper .baner .main-slider-btm .banner-btm-sl .item ul li a {
              padding: 20px; } }
          .main-wrapper .baner .main-slider-btm .banner-btm-sl .item ul li a:after {
            position: absolute;
            content: '';
            top: 35px;
            right: 0;
            bottom: 35px;
            background: #707070;
            width: 1px; }
        .main-wrapper .baner .main-slider-btm .banner-btm-sl .item ul li:last-child a:after {
          display: none; }
        .main-wrapper .baner .main-slider-btm .banner-btm-sl .item ul li:hover a {
          color: #2e3699; }
.main-wrapper .who-we-are .container .row .who-we-img {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .main-wrapper .who-we-are .container .row .who-we-img {
      margin-bottom: 30px; } }
.main-wrapper .who-we-are .container .row .who-we-left h2 {
  font-size: 30px;
  color: #434343;
  font-weight: 700; }
@media (max-width: 1199px) {
  .main-wrapper .who-we-are .container .row .who-we-left {
    margin-bottom: 15px; }
    .main-wrapper .who-we-are .container .row .who-we-left h2 {
      font-size: 22px; } }
.main-wrapper .who-we-are .container .row .who-we-right .dflex {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .main-wrapper .who-we-are .container .row .who-we-right .dflex {
      display: block; } }
.main-wrapper .who-we-are .container .row .who-we-right h3 {
  text-transform: uppercase;
  color: #046104;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: normal; }
  @media (max-width: 576px) {
    .main-wrapper .who-we-are .container .row .who-we-right h3 {
      font-size: 18px; } }
.main-wrapper .who-we-are .container .row .who-we-right h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: normal;
  text-transform: uppercase; }
  @media (max-width: 576px) {
    .main-wrapper .who-we-are .container .row .who-we-right h4 {
      font-size: 16px; } }
@media (max-width: 767px) {
  .main-wrapper .who-we-are .container .row .who-we-right .left-img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px; }
    .main-wrapper .who-we-are .container .row .who-we-right .left-img .logo-icon {
      max-width: 220px; }
      .main-wrapper .who-we-are .container .row .who-we-right .left-img .logo-icon img {
        max-width: 100%; } }
@media (max-width: 767px) {
  .main-wrapper .who-we-are .container .row .who-we-right .right-content {
    max-width: 100%;
    width: 100%; } }
.main-wrapper .who-we-are .container .row .who-we-right .logo-icon a {
  display: inline-block;
  border: 1px solid #eee;
  background: #eee;
  margin-right: 10px; }
.main-wrapper .who-we-are .container .row .who-we-right p {
  color: #606060;
  line-height: 30px; }
  .main-wrapper .who-we-are .container .row .who-we-right p:last-child {
    margin-bottom: 0; }
  .main-wrapper .who-we-are .container .row .who-we-right p.bold {
    color: #434343; }
.main-wrapper .who-we-are .container .row .who-we-right ul h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px; }
.main-wrapper .who-we-are .container .row .who-we-right ul li {
  position: relative;
  padding-left: 25px;
  line-height: 40px;
  margin-right: 10px; }
  .main-wrapper .who-we-are .container .row .who-we-right ul li:before {
    position: absolute;
    content: '';
    left: 0px;
    right: -10px;
    bottom: 0;
    border: 1px solid #96adbc;
    border-radius: 50%;
    transition: all 400ms;
    width: 15px;
    height: 15px;
    top: 12px; }
  .main-wrapper .who-we-are .container .row .who-we-right ul li:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #2b3e4b;
    left: 5px;
    border-radius: 50px;
    top: 17px; }
.main-wrapper .who-we-are .container .row .who-we-btn a {
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #33333340;
  padding: 20px 98px 20px 30px;
  position: relative;
  top: -70px; }
  .main-wrapper .who-we-are .container .row .who-we-btn a span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70px; }
    .main-wrapper .who-we-are .container .row .who-we-btn a span svg {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      fill: #fff; }
    .main-wrapper .who-we-are .container .row .who-we-btn a span:after {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      top: 0;
      width: 70px;
      background: #2b3e4b;
      bottom: 0;
      z-index: -9; }
  .main-wrapper .who-we-are .container .row .who-we-btn a:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #2e3699;
    z-index: -9;
    transition: all 400ms;
    width: 0%; }
  .main-wrapper .who-we-are .container .row .who-we-btn a:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 70px;
    background: #2e3699;
    z-index: -9;
    transition: all 400ms; }
  .main-wrapper .who-we-are .container .row .who-we-btn a:hover {
    color: #fff; }
    .main-wrapper .who-we-are .container .row .who-we-btn a:hover:before {
      width: 100%;
      transition: all 400ms; }
    .main-wrapper .who-we-are .container .row .who-we-btn a:hover:after {
      width: 0;
      transition: all 400ms; }
    .main-wrapper .who-we-are .container .row .who-we-btn a:hover svg {
      fill: #fff; }
  @media (max-width: 1199px) {
    .main-wrapper .who-we-are .container .row .who-we-btn a {
      top: auto;
      display: inline-block;
      margin-top: 30px;
      font-size: 12px;
      line-height: normal;
      padding: 15px 80px 15px 30px; }
      .main-wrapper .who-we-are .container .row .who-we-btn a span {
        width: 50px; }
        .main-wrapper .who-we-are .container .row .who-we-btn a span::after {
          width: 50px; }
      .main-wrapper .who-we-are .container .row .who-we-btn a::after {
        width: 50px; } }
.main-wrapper .major-services {
  min-height: 550px;
  background-size: contain;
  position: relative;
  z-index: 9;
  margin-bottom: 170px; }
  @media (max-width: 1280px) {
    .main-wrapper .major-services {
      margin-bottom: 140px; } }
  @media (max-width: 991px) {
    .main-wrapper .major-services {
      margin-bottom: 50px; } }
  .main-wrapper .major-services:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    background: url(../images/project-bg.jpg);
    background-repeat: no-repeat;
    opacity: 1;
    z-index: -1;
    min-height: 550px; }
    @media (max-width: 1280px) {
      .main-wrapper .major-services:before {
        min-height: 400px; } }
  .main-wrapper .major-services::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    background: #2B3E4B;
    opacity: .5;
    z-index: 1;
    min-height: 550px; }
    @media (max-width: 1280px) {
      .main-wrapper .major-services::after {
        min-height: 400px; } }
  .main-wrapper .major-services .container {
    padding-top: 100px;
    position: relative;
    z-index: 9; }
    @media (max-width: 1280px) {
      .main-wrapper .major-services .container {
        padding-top: 50px; } }
    .main-wrapper .major-services .container h6 {
      font-size: 15px;
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 30px;
      margin-bottom: 20px;
      display: block; }
      @media (max-width: 991px) {
        .main-wrapper .major-services .container h6 {
          font-size: 14px;
          margin-bottom: 15px; } }
    .main-wrapper .major-services .container h2 {
      font-weight: 700;
      font-size: 30px;
      color: #fff;
      line-height: 40px;
      margin-bottom: 50px; }
      .main-wrapper .major-services .container h2 span {
        display: block;
        font-size: 30px; }
      @media (max-width: 991px) {
        .main-wrapper .major-services .container h2 {
          font-size: 22px;
          line-height: 30px;
          margin-bottom: 30px; }
          .main-wrapper .major-services .container h2 span {
            font-size: 22px; } }
    .main-wrapper .major-services .container .slider-btm {
      position: relative; }
      .main-wrapper .major-services .container .slider-btm .services-slider .services-box {
        background: #fff;
        position: relative; }
        .main-wrapper .major-services .container .slider-btm .services-slider .services-box a {
          position: static;
          padding: 0;
          border: none;
          font-size: initial;
          text-transform: inherit;
          font-weight: initial; }
          .main-wrapper .major-services .container .slider-btm .services-slider .services-box a .services-des {
            padding: 30px; }
            .main-wrapper .major-services .container .slider-btm .services-slider .services-box a .services-des h3 {
              font-size: 16px;
              color: #333333;
              font-weight: 600;
              line-height: 30px;
              margin: 0 0 0px;
              min-height: 60px;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden; }
              .main-wrapper .major-services .container .slider-btm .services-slider .services-box a .services-des h3 span {
                display: block;
                position: static;
                width: 100%; }
              @media (max-width: 1024px) {
                .main-wrapper .major-services .container .slider-btm .services-slider .services-box a .services-des h3 {
                  min-height: 90px;
                  font-size: 14px; } }
            .main-wrapper .major-services .container .slider-btm .services-slider .services-box a .services-des p {
              color: #333;
              line-height: 30px;
              margin: 0;
              display: none; }
            @media (max-width: 1024px) {
              .main-wrapper .major-services .container .slider-btm .services-slider .services-box a .services-des {
                padding: 15px; } }
          .main-wrapper .major-services .container .slider-btm .services-slider .services-box a .services-image {
            position: relative;
            z-index: 9; }
            .main-wrapper .major-services .container .slider-btm .services-slider .services-box a .services-image:before {
              position: absolute;
              content: '';
              left: 0;
              right: 0;
              bottom: 0;
              height: 2px;
              background: #FFF002;
              width: 0;
              transition: all 400ms;
              z-index: 9; }
            .main-wrapper .major-services .container .slider-btm .services-slider .services-box a .services-image:after {
              position: absolute;
              content: '';
              left: 0;
              right: 0;
              top: 0;
              bottom: 100%;
              background: #2E3683;
              opacity: .85;
              transition: all 400ms; }
            .main-wrapper .major-services .container .slider-btm .services-slider .services-box a .services-image span {
              font-size: 15px;
              font-weight: 500;
              text-transform: uppercase;
              color: #fff;
              position: absolute;
              left: 0px;
              bottom: 30px;
              right: 0;
              padding: 0 30px;
              transform: translateY(80px);
              transition: all 400ms;
              z-index: 9;
              width: 100%;
              top: auto;
              background: none; }
              .main-wrapper .major-services .container .slider-btm .services-slider .services-box a .services-image span svg {
                float: right;
                left: auto;
                right: 30px; }
                @media (max-width: 991px) {
                  .main-wrapper .major-services .container .slider-btm .services-slider .services-box a .services-image span svg {
                    width: 14px;
                    height: 14px; } }
              .main-wrapper .major-services .container .slider-btm .services-slider .services-box a .services-image span:after {
                display: none; }
              @media (max-width: 991px) {
                .main-wrapper .major-services .container .slider-btm .services-slider .services-box a .services-image span {
                  font-size: 12px; } }
          .main-wrapper .major-services .container .slider-btm .services-slider .services-box a:hover .services-image:before {
            width: 100%;
            transition: all 400ms; }
          .main-wrapper .major-services .container .slider-btm .services-slider .services-box a:hover .services-image:after {
            bottom: 0;
            transition: all 400ms; }
          .main-wrapper .major-services .container .slider-btm .services-slider .services-box a:hover .services-image span {
            transform: translateY(0px);
            transition: all 400ms; }
      .main-wrapper .major-services .container .slider-btm .services-slider .owl-dots {
        position: absolute;
        bottom: -70px;
        left: 10px; }
        .main-wrapper .major-services .container .slider-btm .services-slider .owl-dots .owl-dot {
          width: 7px;
          height: 7px;
          background: #96adbc;
          transition: all 400ms;
          border-radius: 50px;
          margin-right: 30px; }
          .main-wrapper .major-services .container .slider-btm .services-slider .owl-dots .owl-dot.active {
            background: #2b3e4b;
            position: relative;
            transition: all 400ms; }
            .main-wrapper .major-services .container .slider-btm .services-slider .owl-dots .owl-dot.active:before {
              position: absolute;
              content: '';
              left: -10px;
              right: -10px;
              top: -10px;
              bottom: -10px;
              border: 1px solid #96adbc;
              border-radius: 50%;
              transition: all 400ms; }
      .main-wrapper .major-services .container .slider-btm .services-slider .owl-nav {
        position: absolute;
        bottom: -70px;
        right: 0;
        margin: 0px auto; }
        .main-wrapper .major-services .container .slider-btm .services-slider .owl-nav [class*='owl-'] {
          width: 50px;
          height: 50px;
          border-radius: 100%;
          background: transparent;
          border: 1px solid #96adbc;
          transition: 400ms;
          -webkit-transition: 400ms;
          -o-transition: 400ms;
          -moz-transition: 400ms;
          -ms-transition: 400ms;
          margin-right: 15px;
          font-size: 22px;
          color: #262D72; }
          .main-wrapper .major-services .container .slider-btm .services-slider .owl-nav [class*='owl-']:last-child {
            margin-right: 0; }
          .main-wrapper .major-services .container .slider-btm .services-slider .owl-nav [class*='owl-'] img {
            width: 18px; }
          @media (max-width: 991px) {
            .main-wrapper .major-services .container .slider-btm .services-slider .owl-nav [class*='owl-'] {
              position: relative;
              margin-right: 15px;
              margin-top: 30px;
              width: 40px;
              height: 40px; }
              .main-wrapper .major-services .container .slider-btm .services-slider .owl-nav [class*='owl-']:last-child {
                margin-right: 0; }
              .main-wrapper .major-services .container .slider-btm .services-slider .owl-nav [class*='owl-'] img {
                width: 16px; }
              .main-wrapper .major-services .container .slider-btm .services-slider .owl-nav [class*='owl-'].owl-prev {
                right: 0;
                left: 0; }
              .main-wrapper .major-services .container .slider-btm .services-slider .owl-nav [class*='owl-'].owl-next {
                right: 0;
                left: 0;
                top: auto; } }
        @media (max-width: 991px) {
          .main-wrapper .major-services .container .slider-btm .services-slider .owl-nav {
            position: relative;
            top: auto;
            bottom: 0px;
            left: 0;
            text-align: center;
            right: 0;
            transform: initial;
            margin: 0px auto; } }
      @media (max-width: 767px) {
        .main-wrapper .major-services .container .slider-btm .services-slider {
          margin-bottom: 30px; } }
      .main-wrapper .major-services .container .slider-btm a {
        font-size: 15px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        border: 1px solid #ffffff8a;
        padding: 20px 98px 20px 30px;
        position: absolute;
        right: 0;
        top: -120px; }
        .main-wrapper .major-services .container .slider-btm a span {
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          width: 70px; }
          .main-wrapper .major-services .container .slider-btm a span svg {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            fill: #2e3699; }
          .main-wrapper .major-services .container .slider-btm a span:after {
            position: absolute;
            content: '';
            left: 0;
            right: 0;
            top: 0;
            width: 70px;
            background: #2b3e4b;
            bottom: 0;
            z-index: -9; }
        .main-wrapper .major-services .container .slider-btm a:before {
          position: absolute;
          content: '';
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background: #2e3699;
          z-index: -9;
          transition: all 400ms;
          width: 0%; }
        .main-wrapper .major-services .container .slider-btm a:after {
          position: absolute;
          content: '';
          right: 0;
          top: 0;
          bottom: 0;
          width: 70px;
          background: #fff;
          z-index: -9;
          transition: all 400ms; }
        .main-wrapper .major-services .container .slider-btm a:hover:before {
          width: 100%;
          transition: all 400ms; }
        .main-wrapper .major-services .container .slider-btm a:hover:after {
          width: 0;
          transition: all 400ms; }
        .main-wrapper .major-services .container .slider-btm a:hover svg {
          fill: #fff; }
        @media (max-width: 991px) {
          .main-wrapper .major-services .container .slider-btm a {
            font-size: 12px;
            line-height: normal;
            padding: 15px 80px 15px 30px; }
            .main-wrapper .major-services .container .slider-btm a span {
              width: 50px; }
              .main-wrapper .major-services .container .slider-btm a span::after {
                width: 50px; }
            .main-wrapper .major-services .container .slider-btm a::after {
              width: 50px; } }
        @media (max-width: 767px) {
          .main-wrapper .major-services .container .slider-btm a {
            position: relative;
            color: #333333;
            border: 1px solid #33333340;
            top: auto;
            margin: 0 auto;
            right: 0;
            left: 0;
            display: table; }
            .main-wrapper .major-services .container .slider-btm a span svg {
              fill: #fff; }
            .main-wrapper .major-services .container .slider-btm a span:after {
              background: #2b3e4b; }
            .main-wrapper .major-services .container .slider-btm a:before {
              background: #2e3699; }
            .main-wrapper .major-services .container .slider-btm a:after {
              background: #2e3699; } }
.main-wrapper .our-clients .container {
  position: relative; }
  .main-wrapper .our-clients .container h2 {
    font-weight: 700;
    font-size: 30px;
    color: #2B3E4B;
    line-height: 40px;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .main-wrapper .our-clients .container h2 {
        font-size: 22px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .main-wrapper .our-clients .container h2 {
        text-align: center; } }
  @media (max-width: 1024px) {
    .main-wrapper .our-clients .container .client-box-out {
      width: 50%; } }
  @media (max-width: 576px) {
    .main-wrapper .our-clients .container .client-box-out {
      width: 100%; } }
  .main-wrapper .our-clients .container .client-box {
    margin-bottom: 26px;
    display: inline-block; }
    .main-wrapper .our-clients .container .client-box a {
      border: 1px solid #dbdbdb47;
      float: left;
      position: static;
      padding: 0;
      transition: all 400ms;
      width: 100%;
      position: static; }
      .main-wrapper .our-clients .container .client-box a:before, .main-wrapper .our-clients .container .client-box a:after {
        display: none; }
      .main-wrapper .our-clients .container .client-box a:hover {
        padding: 0px;
        border: 1px solid #0055a5;
        transition: all 400ms;
        line-height: 1; }
      .main-wrapper .our-clients .container .client-box a p {
        background-color: #0055a5;
        padding: 10px;
        font-size: 14px;
        text-align: center;
        color: #ffffff;
        margin: 0; }
        @media (max-width: 991px) {
          .main-wrapper .our-clients .container .client-box a p {
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden; } }
  .main-wrapper .our-clients .container a {
    font-size: 15px;
    line-height: normal;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #33333340;
    padding: 20px 98px 20px 30px;
    position: absolute;
    top: 0;
    right: 15px; }
    .main-wrapper .our-clients .container a span {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 70px; }
      .main-wrapper .our-clients .container a span svg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        fill: #fff; }
      .main-wrapper .our-clients .container a span:after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        width: 70px;
        background: #2b3e4b;
        bottom: 0;
        z-index: -9; }
    .main-wrapper .our-clients .container a:before {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: #2e3699;
      z-index: -9;
      transition: all 400ms;
      width: 0%; }
    .main-wrapper .our-clients .container a:after {
      position: absolute;
      content: '';
      right: 0;
      top: 0;
      bottom: 0;
      width: 70px;
      background: #2e3699;
      z-index: -9;
      transition: all 400ms; }
    .main-wrapper .our-clients .container a:hover {
      color: #fff; }
      .main-wrapper .our-clients .container a:hover:before {
        width: 100%;
        transition: all 400ms; }
      .main-wrapper .our-clients .container a:hover:after {
        width: 0;
        transition: all 400ms; }
      .main-wrapper .our-clients .container a:hover svg {
        fill: #fff; }
    @media (max-width: 991px) {
      .main-wrapper .our-clients .container a {
        font-size: 12px;
        line-height: normal;
        padding: 15px 80px 15px 30px; }
        .main-wrapper .our-clients .container a span {
          width: 50px; }
          .main-wrapper .our-clients .container a span::after {
            width: 50px; }
        .main-wrapper .our-clients .container a::after {
          width: 50px; } }
    @media (max-width: 767px) {
      .main-wrapper .our-clients .container a {
        position: relative;
        top: auto;
        margin: 0 auto;
        right: 0;
        left: 0;
        display: table; } }
    @media (max-width: 576px) {
      .main-wrapper .our-clients .container a {
        font-size: 11px; } }
  .main-wrapper .our-clients .container .owl-nav {
    display: none; }
.main-wrapper .about {
  background: #DDEBF6;
  padding: 100px 0; }
  @media (max-width: 1280px) {
    .main-wrapper .about {
      padding: 50px 0; } }
  .main-wrapper .about .container .row {
    display: flex;
    flex-direction: row-reverse; }
    .main-wrapper .about .container .row .about-left {
      padding-top: 40px;
      padding-bottom: 40px; }
      .main-wrapper .about .container .row .about-left h6 {
        font-size: 15px;
        font-weight: 600;
        color: #2E3699;
        text-transform: uppercase;
        margin-bottom: 25px; }
        @media (max-width: 991px) {
          .main-wrapper .about .container .row .about-left h6 {
            margin-bottom: 15px; } }
      .main-wrapper .about .container .row .about-left h2 {
        font-size: 30px;
        color: #333333;
        font-weight: 700;
        line-height: 45px;
        margin-bottom: 25px; }
        @media (max-width: 991px) {
          .main-wrapper .about .container .row .about-left h2 {
            margin-bottom: 15px; } }
      .main-wrapper .about .container .row .about-left p {
        color: #696969;
        margin-bottom: 40px;
        width: 90%; }
        @media (max-width: 991px) {
          .main-wrapper .about .container .row .about-left p {
            margin-bottom: 20px; } }
      .main-wrapper .about .container .row .about-left a {
        font-size: 15px;
        color: #333333;
        font-weight: 600;
        text-transform: uppercase;
        border: 1px solid #33333340;
        padding: 20px 98px 20px 30px;
        position: relative;
        display: inline-block;
        z-index: 9; }
        .main-wrapper .about .container .row .about-left a span {
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          width: 70px; }
          .main-wrapper .about .container .row .about-left a span svg {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            fill: #fff; }
          .main-wrapper .about .container .row .about-left a span:after {
            position: absolute;
            content: '';
            left: 0;
            right: 0;
            top: 0;
            width: 70px;
            background: #2b3e4b;
            bottom: 0;
            z-index: -9; }
        .main-wrapper .about .container .row .about-left a:before {
          position: absolute;
          content: '';
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background: #2e3699;
          z-index: -9;
          transition: all 400ms;
          width: 0%; }
        .main-wrapper .about .container .row .about-left a:after {
          position: absolute;
          content: '';
          right: 0;
          top: 0;
          bottom: 0;
          width: 70px;
          background: #2e3699;
          z-index: -9;
          transition: all 400ms; }
        .main-wrapper .about .container .row .about-left a:hover {
          color: #fff; }
          .main-wrapper .about .container .row .about-left a:hover:before {
            width: 100%;
            transition: all 400ms; }
          .main-wrapper .about .container .row .about-left a:hover:after {
            width: 0;
            transition: all 400ms; }
          .main-wrapper .about .container .row .about-left a:hover svg {
            fill: #fff; }
        @media (max-width: 991px) {
          .main-wrapper .about .container .row .about-left a {
            font-size: 12px;
            line-height: normal;
            padding: 15px 80px 15px 30px; }
            .main-wrapper .about .container .row .about-left a span {
              width: 50px; }
              .main-wrapper .about .container .row .about-left a span::after {
                width: 50px; }
            .main-wrapper .about .container .row .about-left a::after {
              width: 50px; } }
      @media (max-width: 991px) {
        .main-wrapper .about .container .row .about-left {
          padding-top: 0;
          padding-bottom: 0; } }
    .main-wrapper .about .container .row .about-right .about-img {
      background-size: cover !important; }
      @media (max-width: 991px) {
        .main-wrapper .about .container .row .about-right .about-img {
          min-height: 350px;
          margin-bottom: 30px;
          background-position: center center; } }
    @media (max-width: 991px) {
      .main-wrapper .about .container .row {
        display: block; } }
.main-wrapper .contracts .container .row .contracts-box {
  position: relative; }
  .main-wrapper .contracts .container .row .contracts-box .box-cont {
    padding: 30px;
    border: 1px solid #eee;
    box-shadow: 0px 10px 60px 0px #0000000d; }
    .main-wrapper .contracts .container .row .contracts-box .box-cont h3 {
      font-size: 18px;
      color: #333333;
      font-weight: 600;
      line-height: 30px;
      margin: 0 0 10px; }
    .main-wrapper .contracts .container .row .contracts-box .box-cont p {
      color: #333;
      line-height: 30px;
      margin: 0; }
  .main-wrapper .contracts .container .row .contracts-box .box-img {
    overflow: hidden;
    transition: all 400ms; }
  .main-wrapper .contracts .container .row .contracts-box:hover .box-img img {
    transform: scale(1.1);
    transition: all 400ms; }
.main-wrapper .our-clients .container .row {
  margin: 0; }
  .main-wrapper .our-clients .container .row .client-box-out .client-box {
    width: 100%;
    display: inline-block; }
.main-wrapper .project-slider {
  margin-bottom: 100px; }
  .main-wrapper .project-slider .container .row .slider-out a {
    position: relative;
    float: left;
    width: 100%; }
    .main-wrapper .project-slider .container .row .slider-out a:after {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 100%;
      background: #2E3683;
      opacity: .85;
      transition: all 400ms;
      border-radius: 10px; }
    .main-wrapper .project-slider .container .row .slider-out a span {
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 30px;
      height: 30px;
      transform: scale(0);
      transition: all 400ms;
      z-index: 9; }
    .main-wrapper .project-slider .container .row .slider-out a:hover:after {
      bottom: 0;
      transition: all 400ms; }
    .main-wrapper .project-slider .container .row .slider-out a:hover span {
      transform: scale(1);
      transition: all 400ms; }
  .main-wrapper .project-slider .container .row .slider-out h3 {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
    width: 100%; }
  .main-wrapper .project-slider .container h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
    padding-left: 1%; }
  .main-wrapper .project-slider .container .button-group {
    margin-bottom: 20px;
    padding: 0 1%; }
    .main-wrapper .project-slider .container .button-group button {
      background: #ddebf6;
      border: none;
      padding: 10px 20px;
      color: #2e3699;
      text-transform: capitalize;
      font-weight: 500;
      margin-bottom: 20px; }
      .main-wrapper .project-slider .container .button-group button.is-checked {
        background: #2e3699;
        color: #fff; }
  .main-wrapper .project-slider .container #grid-container article {
    width: 33.3%;
    padding: 0 1%;
    margin-bottom: 10px; }
    .main-wrapper .project-slider .container #grid-container article a {
      float: left;
      width: 100%;
      position: relative; }
      .main-wrapper .project-slider .container #grid-container article a:after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 100%;
        background: #2E3683;
        opacity: .85;
        transition: all 400ms;
        border-radius: 10px; }
      .main-wrapper .project-slider .container #grid-container article a span {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 30px;
        height: 30px;
        transform: scale(0);
        transition: all 400ms;
        z-index: 9; }
      .main-wrapper .project-slider .container #grid-container article a:hover:after {
        bottom: 0;
        transition: all 400ms; }
      .main-wrapper .project-slider .container #grid-container article a:hover span {
        transform: scale(1);
        transition: all 400ms; }
.main-wrapper .activities .container .row .activities-out {
  padding-bottom: 50px; }
  .main-wrapper .activities .container .row .activities-out h2 {
    font-size: 30px;
    color: #434343;
    font-weight: 700;
    margin-bottom: 50px; }
  .main-wrapper .activities .container .row .activities-out .project-box .project-image {
    border: 1px solid #ddebf6;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative; }
    .main-wrapper .activities .container .row .activities-out .project-box .project-image:after {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 100%;
      background: #2E3683;
      opacity: .85;
      transition: all 400ms;
      border-radius: 10px; }
    .main-wrapper .activities .container .row .activities-out .project-box .project-image span {
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 30px;
      height: 30px;
      transform: scale(0);
      transition: all 400ms;
      z-index: 9; }
  .main-wrapper .activities .container .row .activities-out .project-box h3 {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    text-align: center; }
  .main-wrapper .activities .container .row .activities-out .project-box:hover .project-image:after {
    bottom: 0;
    transition: all 400ms; }
  .main-wrapper .activities .container .row .activities-out .project-box:hover .project-image span {
    transform: scale(1);
    transition: all 400ms; }
  .main-wrapper .activities .container .row .activities-out .owl-nav {
    position: absolute;
    right: 0px;
    top: -85px; }
    .main-wrapper .activities .container .row .activities-out .owl-nav .owl-prev {
      position: relative;
      width: 70px;
      height: 50px;
      border-right: 1px solid #e2e6e9; }
      .main-wrapper .activities .container .row .activities-out .owl-nav .owl-prev span {
        font-size: 0;
        top: 0;
        background: url(../images/banner-arrow.svg) no-repeat;
        transform: scaleX(-1);
        text-align: center;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        width: 15px;
        height: 15px;
        bottom: 0;
        opacity: 1; }
    .main-wrapper .activities .container .row .activities-out .owl-nav .owl-next {
      position: relative;
      width: 40px;
      height: 50px; }
      .main-wrapper .activities .container .row .activities-out .owl-nav .owl-next span {
        background: url(../images/banner-arrow.svg) no-repeat;
        font-size: 0;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 15px;
        height: 15px;
        opacity: 1; }
.main-wrapper .activities .container .row.customers {
  margin-top: 80px; }
  .main-wrapper .activities .container .row.customers .activities-title h2 {
    font-size: 30px;
    color: #434343;
    font-weight: 700;
    margin-bottom: 50px; }
.main-wrapper .activities .container .divider {
  border-bottom: 1px solid #ddebf6; }
.main-wrapper .google-map iframe {
  width: 100%;
  height: 450px; }
.main-wrapper footer {
  background: #2E3683; }
  @media (max-width: 991px) {
    .main-wrapper footer {
      padding-top: 50px; } }
  .main-wrapper footer .container .row .footer-box .box-cont {
    padding: 65px 0 65px 50px;
    border-left: 1px solid #262D72; }
    .main-wrapper footer .container .row .footer-box .box-cont ul li {
      font-size: 15px;
      color: #fff;
      line-height: 30px; }
      .main-wrapper footer .container .row .footer-box .box-cont ul li:first-child {
        margin-bottom: 40px; }
        @media (max-width: 991px) {
          .main-wrapper footer .container .row .footer-box .box-cont ul li:first-child {
            margin-bottom: 15px; } }
    @media (max-width: 991px) {
      .main-wrapper footer .container .row .footer-box .box-cont {
        border: none;
        padding: 0;
        margin-bottom: 25px;
        text-align: center; } }
  .main-wrapper footer .container .row .footer-box.foot-links .box-cont {
    padding: 65px 0 65px 90px; }
    .main-wrapper footer .container .row .footer-box.foot-links .box-cont ul li {
      font-size: 14px;
      font-weight: 500;
      line-height: 40px;
      text-transform: uppercase; }
      .main-wrapper footer .container .row .footer-box.foot-links .box-cont ul li:first-child {
        margin-bottom: 0px; }
      .main-wrapper footer .container .row .footer-box.foot-links .box-cont ul li:hover a {
        color: #f7f208;
        transition: all 400ms;
        padding-left: 5px; }
    @media (max-width: 991px) {
      .main-wrapper footer .container .row .footer-box.foot-links .box-cont {
        padding: 0; } }
  .main-wrapper footer .container .row .footer-box .certificates-slider {
    background-color: #262D72;
    height: 100%;
    padding: 40px 0 30px; }
    .main-wrapper footer .container .row .footer-box .certificates-slider .certificate-box {
      text-align: center; }
      .main-wrapper footer .container .row .footer-box .certificates-slider .certificate-box img {
        width: auto;
        margin: 0 auto; }
      .main-wrapper footer .container .row .footer-box .certificates-slider .certificate-box h4 {
        color: #ffffff;
        margin-top: 10px;
        font-size: 14px;
        line-height: normal; }
    .main-wrapper footer .container .row .footer-box .certificates-slider .owl-nav {
      position: absolute;
      left: 0;
      right: 0;
      top: 48%; }
      .main-wrapper footer .container .row .footer-box .certificates-slider .owl-nav button.owl-prev {
        position: absolute;
        left: 50px;
        background: url(../images/certificate.png) no-repeat;
        width: 15px;
        height: 20px; }
      .main-wrapper footer .container .row .footer-box .certificates-slider .owl-nav button.owl-next {
        position: absolute;
        right: 50px;
        background: url(../images/certificate.png) no-repeat;
        width: 15px;
        height: 20px;
        transform: scaleX(-1); }
  .main-wrapper footer .container .row .footer-btm p {
    color: #fff;
    text-align: center;
    padding: 40px 0;
    margin: 0;
    border: 1px solid #262D72;
    font-size: 13px; }
    @media (max-width: 1619px) {
      .main-wrapper footer .container .row .footer-btm p {
        padding: 20px 0; } }
    @media (max-width: 991px) {
      .main-wrapper footer .container .row .footer-btm p {
        border: none;
        text-align: center; } }
.main-wrapper .inner-baner {
  min-height: 180px;
  background: #2e3699 !important;
  position: relative;
  text-align: center;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center; }
  .main-wrapper .inner-baner:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
    z-index: -9; }
  .main-wrapper .inner-baner h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 100%; }
    @media (max-width: 767px) {
      .main-wrapper .inner-baner h1 {
        font-size: 22px; } }
  .main-wrapper .inner-baner ul li {
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    position: relative;
    font-size: 14px; }
    .main-wrapper .inner-baner ul li:before, .main-wrapper .inner-baner ul li:after {
      position: absolute;
      content: '';
      width: 1px;
      height: 6px;
      right: -2px;
      top: 11px;
      background: #fff;
      transform: rotate(-45deg); }
    .main-wrapper .inner-baner ul li:after {
      right: -2px;
      transform: rotate(45deg);
      top: 15px; }
    .main-wrapper .inner-baner ul li:last-child:before, .main-wrapper .inner-baner ul li:last-child:after {
      display: none; }
.main-wrapper .request-quote-form .modal-content {
  padding: 30px; }
  .main-wrapper .request-quote-form .modal-content .modal-header {
    padding: 0;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px; }
    .main-wrapper .request-quote-form .modal-content .modal-header p {
      padding: 0; }
    .main-wrapper .request-quote-form .modal-content .modal-header .close {
      margin-top: -2px;
      position: absolute;
      right: 0;
      top: 0;
      background: #2e3699;
      width: 50px;
      height: 50px;
      opacity: 1;
      text-shadow: none;
      color: #fff;
      font-weight: 400;
      font-size: 30px; }
      @media (max-width: 767px) {
        .main-wrapper .request-quote-form .modal-content .modal-header .close {
          width: 35px;
          height: 35px;
          font-size: 20px; } }
    .main-wrapper .request-quote-form .modal-content .modal-header h5 {
      font-size: 20px;
      font-weight: 600;
      color: #333; }
  .main-wrapper .request-quote-form .modal-content .modal-body {
    padding: 0; }
    .main-wrapper .request-quote-form .modal-content .modal-body .get-quote-form .input-field {
      display: inline-block;
      width: 49%;
      padding: 0 10px;
      margin-bottom: 30px; }
      @media (max-width: 1449px) {
        .main-wrapper .request-quote-form .modal-content .modal-body .get-quote-form .input-field {
          margin-bottom: 15px; } }
      .main-wrapper .request-quote-form .modal-content .modal-body .get-quote-form .input-field label {
        width: 100%;
        font-weight: 500;
        text-transform: capitalize; }
      .main-wrapper .request-quote-form .modal-content .modal-body .get-quote-form .input-field input {
        width: 100%;
        border: 1px solid #eaeaea;
        height: 50px;
        outline: none;
        padding: 0 15px; }
        @media (max-width: 1449px) {
          .main-wrapper .request-quote-form .modal-content .modal-body .get-quote-form .input-field input {
            height: 40px; } }
      .main-wrapper .request-quote-form .modal-content .modal-body .get-quote-form .input-field.message {
        width: 99%;
        padding: 0 10px; }
        .main-wrapper .request-quote-form .modal-content .modal-body .get-quote-form .input-field.message textarea {
          width: 100%;
          border: 1px solid #eaeaea;
          min-height: 120px;
          outline: none;
          padding: 15px; }
          @media (max-width: 1449px) {
            .main-wrapper .request-quote-form .modal-content .modal-body .get-quote-form .input-field.message textarea {
              height: 50px; } }
      .main-wrapper .request-quote-form .modal-content .modal-body .get-quote-form .input-field.submit {
        position: relative;
        height: 60px;
        width: 210px; }
        .main-wrapper .request-quote-form .modal-content .modal-body .get-quote-form .input-field.submit input.button {
          border: 1px solid #eaeaea;
          background: transparent;
          padding: 10px 70px 10px 50px;
          text-transform: uppercase;
          font-size: 16px;
          font-weight: 500;
          position: relative;
          transition: all 400ms;
          height: 60px;
          cursor: pointer; }
          .main-wrapper .request-quote-form .modal-content .modal-body .get-quote-form .input-field.submit input.button::placeholder {
            color: #000; }
        .main-wrapper .request-quote-form .modal-content .modal-body .get-quote-form .input-field.submit span {
          background: #2e3699;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          width: 50px;
          height: 60px; }
          .main-wrapper .request-quote-form .modal-content .modal-body .get-quote-form .input-field.submit span svg {
            fill: #fff;
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0; }
        .main-wrapper .request-quote-form .modal-content .modal-body .get-quote-form .input-field.submit:hover {
          background: #2e3699;
          color: #fff;
          transition: all 400ms; }
          .main-wrapper .request-quote-form .modal-content .modal-body .get-quote-form .input-field.submit:hover span {
            background: #2b3e4b; }
          .main-wrapper .request-quote-form .modal-content .modal-body .get-quote-form .input-field.submit:hover input.button {
            border: none; }
            .main-wrapper .request-quote-form .modal-content .modal-body .get-quote-form .input-field.submit:hover input.button::placeholder {
              color: #fff; }
      @media (max-width: 767px) {
        .main-wrapper .request-quote-form .modal-content .modal-body .get-quote-form .input-field {
          width: 100%; } }
  @media (max-width: 767px) {
    .main-wrapper .request-quote-form .modal-content {
      padding: 15px; } }
.main-wrapper .profile .container .row .who-we-left h4 {
  font-size: 20px;
  color: #2B3E4B;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .main-wrapper .profile .container .row .who-we-left h4 {
      margin-bottom: 0px;
      line-height: 1.5; } }
.main-wrapper .profile .container .row .divider {
  background: #ddebf6;
  height: 1px;
  width: 100%;
  clear: both;
  margin: 50px auto; }
  @media (max-width: 767px) {
    .main-wrapper .profile .container .row .divider {
      margin: 30px auto; } }
.main-wrapper .profile .container .row.top-space {
  padding-top: 50px; }
  .main-wrapper .profile .container .row.top-space .who-we-right ul {
    margin-bottom: 15px; }
    .main-wrapper .profile .container .row.top-space .who-we-right ul li {
      position: relative;
      padding-left: 20px;
      line-height: 40px; }
      .main-wrapper .profile .container .row.top-space .who-we-right ul li:before {
        position: absolute;
        content: '';
        left: -5px;
        right: -10px;
        bottom: 0;
        border: 1px solid #96adbc;
        border-radius: 50%;
        transition: all 400ms;
        width: 15px;
        height: 15px;
        top: 12px; }
      .main-wrapper .profile .container .row.top-space .who-we-right ul li:after {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        background: #2b3e4b;
        left: 0;
        border-radius: 50px;
        top: 17px; }
.main-wrapper .profile .container .row .under-construction {
  text-align: center; }
  .main-wrapper .profile .container .row .under-construction h2 {
    font-size: 50px;
    line-height: 70px;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 30px 0;
    background-color: #1c364c;
    color: transparent;
    text-shadow: 0px 2px 3px #ffffff80;
    -webkit-background-clip: text;
    background-clip: text;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px; }
  .main-wrapper .profile .container .row .under-construction p {
    text-align: center;
    font-weight: 500;
    display: inline-block;
    font-size: 15px; }
  .main-wrapper .profile .container .row .under-construction .fa {
    font-size: 60px;
    background-color: #1c364c;
    color: transparent;
    text-shadow: 0px 2px 3px #ffffff80;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text; }
.main-wrapper .profile .container .under-cnt {
  position: absolute;
  z-index: 999;
  min-height: 250px;
  margin-bottom: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.main-wrapper .profile.under-cont {
  position: relative;
  min-height: 500px;
  margin: 0; }
.main-wrapper .policy .qhsc-img {
  margin-bottom: 50px; }
.main-wrapper .policy .inner-content h4 {
  font-size: 30px;
  color: #2B3E4B;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .main-wrapper .policy .inner-content h4 {
      font-size: 20px; } }
.main-wrapper .policy .inner-content ul {
  margin-bottom: 15px; }
  .main-wrapper .policy .inner-content ul h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px; }
  .main-wrapper .policy .inner-content ul li {
    position: relative;
    padding-left: 30px;
    line-height: 30px;
    margin-bottom: 15px; }
    .main-wrapper .policy .inner-content ul li:before {
      position: absolute;
      content: '';
      left: 0px;
      right: -10px;
      bottom: 0;
      border: 1px solid #96adbc;
      border-radius: 50%;
      transition: all 400ms;
      width: 15px;
      height: 15px;
      top: 8px; }
    .main-wrapper .policy .inner-content ul li:after {
      position: absolute;
      content: '';
      width: 5px;
      height: 5px;
      background: #2b3e4b;
      left: 5px;
      border-radius: 50px;
      top: 13px; }
.main-wrapper .policy .qhse-policy {
  margin: 30px 0 70px; }
  .main-wrapper .policy .qhse-policy .project-box {
    position: relative; }
    .main-wrapper .policy .qhse-policy .project-box a {
      border: 1px solid #DDEBF6;
      padding: 15px;
      float: left;
      position: relative; }
      .main-wrapper .policy .qhse-policy .project-box a img {
        margin-bottom: 40px; }
      .main-wrapper .policy .qhse-policy .project-box a h4 {
        float: left;
        width: 100%;
        background: #2e3699;
        color: #fff;
        padding: 10px;
        font-size: 15px;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        line-height: normal; }
      .main-wrapper .policy .qhse-policy .project-box a:hover h4 {
        background: #262d72;
        transition: all 400ms; }
  .main-wrapper .policy .qhse-policy .owl-dots {
    position: absolute;
    bottom: -50px;
    left: 10px; }
    .main-wrapper .policy .qhse-policy .owl-dots .owl-dot {
      width: 7px;
      height: 7px;
      background: #96adbc;
      transition: all 400ms;
      border-radius: 50px;
      margin-right: 30px; }
      .main-wrapper .policy .qhse-policy .owl-dots .owl-dot.active {
        background: #2b3e4b;
        position: relative;
        transition: all 400ms; }
        .main-wrapper .policy .qhse-policy .owl-dots .owl-dot.active:before {
          position: absolute;
          content: '';
          left: -10px;
          right: -10px;
          top: -10px;
          bottom: -10px;
          border: 1px solid #96adbc;
          border-radius: 50%;
          transition: all 400ms; }
.main-wrapper .policy .appreciation h5 {
  font-size: 22px;
  color: #0055a5;
  font-weight: 600;
  margin-bottom: 30px; }
.main-wrapper .policy .appreciation .al-item {
  border: 1px solid #b7ccdf;
  padding: 15px;
  display: block;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .main-wrapper .policy .appreciation .al-item {
      margin-bottom: 22px; } }
.main-wrapper .contact-us .container .row .contact-left h6 {
  font-size: 15px;
  font-weight: 600;
  color: #2E3699;
  margin-bottom: 0px; }
.main-wrapper .contact-us .container .row .contact-left h2 {
  font-size: 30px;
  color: #333333;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px; }
.main-wrapper .contact-us .container .row .contact-left p {
  font-size: 15px;
  color: #434343;
  line-height: 30px;
  font-weight: 500; }
.main-wrapper .contact-us .container .row .contact-right .contact-form-out {
  margin-bottom: 50px;
  display: inline-block; }
  .main-wrapper .contact-us .container .row .contact-right .contact-form-out .input-field {
    width: 48%;
    float: left;
    margin: 0 1% 2%; }
    .main-wrapper .contact-us .container .row .contact-right .contact-form-out .input-field input {
      height: 70px;
      width: 100%;
      border: none;
      background: #eef3f7;
      outline: none;
      font-size: 16px;
      padding: 0 15px; }
    .main-wrapper .contact-us .container .row .contact-right .contact-form-out .input-field.message {
      width: 100%; }
      .main-wrapper .contact-us .container .row .contact-right .contact-form-out .input-field.message textarea {
        width: 98%;
        min-height: 150px;
        border: none;
        background: #eef3f7;
        outline: none;
        font-size: 16px;
        padding: 15px; }
    .main-wrapper .contact-us .container .row .contact-right .contact-form-out .input-field.submit {
      position: relative;
      height: 60px;
      width: 210px; }
      .main-wrapper .contact-us .container .row .contact-right .contact-form-out .input-field.submit input.button {
        border: 1px solid #eaeaea;
        background: transparent;
        padding: 10px 50px 10px 10px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        transition: all 400ms;
        height: 60px;
        cursor: pointer; }
        .main-wrapper .contact-us .container .row .contact-right .contact-form-out .input-field.submit input.button::placeholder {
          color: #000; }
      .main-wrapper .contact-us .container .row .contact-right .contact-form-out .input-field.submit span {
        background: #2e3699;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50px;
        height: 60px; }
        .main-wrapper .contact-us .container .row .contact-right .contact-form-out .input-field.submit span svg {
          fill: #fff;
          margin: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }
      .main-wrapper .contact-us .container .row .contact-right .contact-form-out .input-field.submit:hover {
        background: #2e3699;
        color: #fff;
        transition: all 400ms; }
        .main-wrapper .contact-us .container .row .contact-right .contact-form-out .input-field.submit:hover span {
          background: #2b3e4b; }
        .main-wrapper .contact-us .container .row .contact-right .contact-form-out .input-field.submit:hover input.button {
          border: none; }
          .main-wrapper .contact-us .container .row .contact-right .contact-form-out .input-field.submit:hover input.button::placeholder {
            color: #fff; }
.main-wrapper .contact-us .container .row .divider {
  background: #ddebf6;
  height: 1px;
  width: 100%; }
.main-wrapper .contact-us .container .row.top-space {
  padding-top: 50px; }
  .main-wrapper .contact-us .container .row.top-space .cnt-btm {
    position: relative;
    padding-bottom: 60px; }
    .main-wrapper .contact-us .container .row.top-space .cnt-btm a {
      display: flex;
      align-items: center;
      text-align: left; }
      .main-wrapper .contact-us .container .row.top-space .cnt-btm a i {
        float: left;
        margin-right: 15px;
        border: 1px solid #262D72;
        width: 70px;
        height: 70px;
        border-radius: 100%;
        background-color: #262D72;
        text-align: center;
        display: flex;
        align-items: center;
        transition: all 400ms;
        position: relative; }
        .main-wrapper .contact-us .container .row.top-space .cnt-btm a i svg {
          width: 22px;
          height: 22px;
          stroke: #ffffff;
          transition: all 400ms;
          margin: 0px auto; }
      .main-wrapper .contact-us .container .row.top-space .cnt-btm a .cnt-details p {
        font-size: 14px;
        text-transform: uppercase;
        color: #0f0f10;
        font-weight: 600;
        margin: 0; }
      .main-wrapper .contact-us .container .row.top-space .cnt-btm a .cnt-details h5 {
        color: #0055a5;
        font-size: 16px;
        font-weight: 700;
        margin: 0;
        transition: all 400ms; }
    .main-wrapper .contact-us .container .row.top-space .cnt-btm:hover a i {
      border-radius: 20px; }
  .main-wrapper .contact-us .container .row.top-space .loc-map {
    margin-top: 70px;
    margin-bottom: 100px; }
    .main-wrapper .contact-us .container .row.top-space .loc-map iframe {
      width: 100%;
      height: 450px; }
.main-wrapper .projects .mb-5 {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .main-wrapper .projects .mb-5 {
      margin-bottom: 30px; } }
.main-wrapper .projects .content-area {
  margin-bottom: 30px; }
  .main-wrapper .projects .content-area.last-margin {
    margin-bottom: 0; }
  .main-wrapper .projects .content-area .title {
    font-size: 22px;
    color: #0055a5;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px; }
  .main-wrapper .projects .content-area p:last-child {
    margin-bottom: 0; }
  .main-wrapper .projects .content-area ul {
    margin-bottom: 15px;
    column-count: 2; }
    .main-wrapper .projects .content-area ul li {
      position: relative;
      padding-left: 30px;
      line-height: 30px;
      margin-bottom: 15px; }
      .main-wrapper .projects .content-area ul li:before {
        position: absolute;
        content: '';
        left: 0px;
        right: 0px;
        bottom: 0;
        border: 1px solid #96adbc;
        border-radius: 50%;
        transition: all 400ms;
        width: 15px;
        height: 15px;
        top: 7px; }
      .main-wrapper .projects .content-area ul li:after {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        background: #2b3e4b;
        left: 5px;
        border-radius: 50px;
        top: 12px; }
.main-wrapper .projects .project-details-slider .img-box {
  overflow: hidden; }
  .main-wrapper .projects .project-details-slider .img-box img {
    transition: all 0.3s ease;
    transform: scale(1); }
  .main-wrapper .projects .project-details-slider .img-box:hover img {
    transform: scale(1.1); }
.main-wrapper .projects .project-details-slider .owl-dots {
  position: absolute;
  bottom: -50px;
  left: 10px; }
  .main-wrapper .projects .project-details-slider .owl-dots .owl-dot {
    width: 7px;
    height: 7px;
    background: #96adbc;
    transition: all 400ms;
    border-radius: 50px;
    margin-right: 30px; }
    .main-wrapper .projects .project-details-slider .owl-dots .owl-dot.active {
      background: #2b3e4b;
      position: relative;
      transition: all 400ms; }
      .main-wrapper .projects .project-details-slider .owl-dots .owl-dot.active:before {
        position: absolute;
        content: '';
        left: -10px;
        right: -10px;
        top: -10px;
        bottom: -10px;
        border: 1px solid #96adbc;
        border-radius: 50%;
        transition: all 400ms; }
.main-wrapper .projects .img-box-full {
  margin-top: 30px;
  overflow: hidden; }
  .main-wrapper .projects .img-box-full img {
    transform: scale(1);
    transition: all 0.4s ease; }
  .main-wrapper .projects .img-box-full:hover img {
    transform: scale(1.1); }
.main-wrapper .projects.customers .customers-list {
  overflow: hidden; }
  .main-wrapper .projects.customers .customers-list .customers-item {
    padding: 15px;
    border: 1px solid rgba(0, 85, 165, 0.15);
    margin-bottom: 30px; }
  .main-wrapper .projects.customers .customers-list .img-box {
    margin-bottom: 30px; }
  .main-wrapper .projects.customers .customers-list .content-box .title {
    font-size: 20px;
    color: #0055a5;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .main-wrapper .projects.customers .customers-list .content-box .title {
        font-size: 18px;
        line-height: 1.5; } }
  .main-wrapper .projects.customers .customers-list .content-box ul li {
    position: relative;
    padding-left: 30px;
    line-height: 30px;
    margin-bottom: 15px; }
    .main-wrapper .projects.customers .customers-list .content-box ul li:before {
      position: absolute;
      content: '';
      left: 0px;
      right: 0px;
      bottom: 0;
      border: 1px solid #96adbc;
      border-radius: 50%;
      transition: all 400ms;
      width: 15px;
      height: 15px;
      top: 7px; }
    .main-wrapper .projects.customers .customers-list .content-box ul li:after {
      position: absolute;
      content: '';
      width: 5px;
      height: 5px;
      background: #2b3e4b;
      left: 5px;
      border-radius: 50px;
      top: 12px; }
  .main-wrapper .projects.customers .customers-list .content-box p {
    line-height: 30px; }
    .main-wrapper .projects.customers .customers-list .content-box p span {
      color: #2e3699;
      font-weight: 600;
      margin-right: 10px; }
.main-wrapper .organization-chart .divider {
  background: #ddebf6;
  height: 1px;
  width: 100%;
  clear: both;
  margin: 50px auto; }
.main-wrapper .organization-chart .content-left h4 {
  font-size: 20px;
  color: #2B3E4B;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .main-wrapper .organization-chart .content-left h4 {
      margin-bottom: 15px; } }
.main-wrapper .downloads .download-forms {
  padding: 50px;
  border-radius: 0px;
  background-color: #ffffff;
  border: 1px solid #dcdde8; }
  .main-wrapper .downloads .download-forms .input-group {
    width: 100%;
    margin-bottom: 26px; }
    .main-wrapper .downloads .download-forms .input-group .form-label {
      font-size: 14px;
      margin-bottom: 10px; }
    .main-wrapper .downloads .download-forms .input-group .form-control {
      height: 70px;
      width: 100%;
      border: none;
      background: #eef3f7;
      outline: none;
      font-size: 16px;
      padding: 0 15px;
      box-shadow: none; }
    .main-wrapper .downloads .download-forms .input-group.submit {
      position: relative;
      text-align: center; }
      .main-wrapper .downloads .download-forms .input-group.submit input {
        border: 1px solid #0055a5;
        background: #0055a5;
        color: #ffffff;
        padding: 10px 50px 10px 50px;
        text-transform: uppercase;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        transition: all 400ms;
        height: 60px;
        cursor: pointer; }
        .main-wrapper .downloads .download-forms .input-group.submit input:hover {
          background-color: #262D72; }
        @media (max-width: 767px) {
          .main-wrapper .downloads .download-forms .input-group.submit input {
            width: 100%; } }
  @media (max-width: 767px) {
    .main-wrapper .downloads .download-forms {
      padding: 30px; } }
.main-wrapper .services .top-block {
  margin-bottom: 30px; }
.main-wrapper .services .services-box {
  background: #f9f9f9;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #2e3699;
  background: rgba(223, 236, 246, 0.22); }
  .main-wrapper .services .services-box a {
    position: static;
    padding: 0;
    border: none;
    font-size: initial;
    text-transform: inherit;
    font-weight: initial; }
    .main-wrapper .services .services-box a .services-des {
      padding: 30px; }
      .main-wrapper .services .services-box a .services-des h3 {
        font-size: 16px;
        color: #333333;
        font-weight: 600;
        line-height: 30px;
        margin: 0 0 0px;
        min-height: 60px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        .main-wrapper .services .services-box a .services-des h3 span {
          display: block;
          position: static;
          width: 100%; }
      .main-wrapper .services .services-box a .services-des p {
        color: #333;
        line-height: 30px;
        margin: 0;
        display: none; }
    .main-wrapper .services .services-box a .services-image {
      position: relative;
      z-index: 9; }
      .main-wrapper .services .services-box a .services-image:before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        background: #FFF002;
        width: 0;
        transition: all 400ms;
        z-index: 9; }
      .main-wrapper .services .services-box a .services-image:after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 100%;
        background: #2E3683;
        opacity: .85;
        transition: all 400ms; }
      .main-wrapper .services .services-box a .services-image span {
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        position: absolute;
        left: 0px;
        bottom: 30px;
        right: 0;
        padding: 0 30px;
        transform: translateY(80px);
        transition: all 400ms;
        z-index: 9;
        width: 100%;
        top: auto;
        background: none; }
        .main-wrapper .services .services-box a .services-image span svg {
          float: right;
          left: auto;
          right: 30px; }
        .main-wrapper .services .services-box a .services-image span:after {
          display: none; }
    .main-wrapper .services .services-box a:hover .services-image:before {
      width: 100%;
      transition: all 400ms; }
    .main-wrapper .services .services-box a:hover .services-image:after {
      bottom: 0;
      transition: all 400ms; }
    .main-wrapper .services .services-box a:hover .services-image span {
      transform: translateY(0px);
      transition: all 400ms; }
.main-wrapper .services .divider {
  background: #ddebf6;
  height: 1px;
  width: 100%;
  clear: both;
  margin: 50px auto; }
  @media (max-width: 767px) {
    .main-wrapper .services .divider {
      margin: 30px auto; } }
.main-wrapper .services .services-items-details {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 991px) {
    .main-wrapper .services .services-items-details {
      display: block;
      width: auto; } }
.main-wrapper .services .services-items {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center; }
  .main-wrapper .services .services-items:nth-child(2n+1) {
    flex-direction: row-reverse; }
    .main-wrapper .services .services-items:nth-child(2n+1) .content-block {
      padding-left: 0;
      padding-right: 30px; }
  @media (max-width: 991px) {
    .main-wrapper .services .services-items {
      width: auto;
      display: block; } }
.main-wrapper .services .pl0 {
  padding-left: 0 !important; }
.main-wrapper .services .content-block {
  padding-left: 30px; }
  .main-wrapper .services .content-block h4 {
    font-size: 20px;
    color: #2B3E4B;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .main-wrapper .services .content-block h4 {
        font-size: 18px;
        line-height: 1.5; } }
  .main-wrapper .services .content-block ul li {
    position: relative;
    padding-left: 25px;
    line-height: 40px; }
    .main-wrapper .services .content-block ul li:before {
      position: absolute;
      content: '';
      left: 0px;
      right: -10px;
      bottom: 0;
      border: 1px solid #96adbc;
      border-radius: 50%;
      transition: all 400ms;
      width: 15px;
      height: 15px;
      top: 12px; }
    .main-wrapper .services .content-block ul li:after {
      position: absolute;
      content: '';
      width: 5px;
      height: 5px;
      background: #2b3e4b;
      left: 5px;
      border-radius: 50px;
      top: 17px; }
  .main-wrapper .services .content-block ul.more-link {
    column-count: 2; }
  @media (max-width: 991px) {
    .main-wrapper .services .content-block {
      padding: 0; } }
.main-wrapper .services .img-box {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px; }
.main-wrapper .services .icon-box {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border-radius: 15px;
  background-color: #eef3f7;
  display: flex;
  align-items: center;
  justify-content: center; }
  .main-wrapper .services .icon-box img {
    max-width: 130px; }
  @media (max-width: 991px) {
    .main-wrapper .services .icon-box {
      margin-bottom: 15px; } }

.modal-backdrop {
  background-color: #0f0f10; }
  .modal-backdrop.in {
    opacity: .95; }

button.fancybox-button.fancybox-button--play,
button.fancybox-button.fancybox-button--fullscreen,
button.fancybox-button.fancybox-button--share {
  display: none; }

.comming-soon-outer {
  margin-bottom: 0 !important; }
  .comming-soon-outer .coming-soon {
    text-align: center; }
    .comming-soon-outer .coming-soon .content {
      max-width: 100%; }
      .comming-soon-outer .coming-soon .content h1 {
        font-size: 30px;
        color: #171b4d;
        line-height: 60px;
        text-transform: uppercase;
        font-weight: 700;
        border-bottom: 1px solid #eef3f7;
        padding-bottom: 20px;
        width: 50%;
        margin: 20px auto; }
      .comming-soon-outer .coming-soon .content p {
        color: #5c5d60;
        width: 50%;
        margin: 0 auto; }
    .comming-soon-outer .coming-soon figure img {
      width: auto;
      transform: scale(0.7);
      animation: move 2s infinite linear;
      transform: translate(8px);
      transition: all 400ms;
      margin-bottom: 20px; }

.brochure-listing {
  margin: 70px 0 0; }
  .brochure-listing .container .row .brochure-list {
    display: flex;
    justify-content: center;
    width: auto;
    float: none; }
    .brochure-listing .container .row .brochure-list .brochure-cont {
      border: 1px solid #DDEBF6;
      margin: 15px 0 15px;
      background: #ddebf638;
      width: 30%;
      text-align: center; }
      .brochure-listing .container .row .brochure-list .brochure-cont figure {
        margin: 0;
        padding: 15px;
        min-height: 150px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .brochure-listing .container .row .brochure-list .brochure-cont figure img {
          width: 20%;
          transition: all 400ms; }
      .brochure-listing .container .row .brochure-list .brochure-cont .title {
        background: #2e3699;
        position: relative;
        z-index: 9; }
        .brochure-listing .container .row .brochure-list .brochure-cont .title h1 {
          font-size: 13px;
          color: #fff;
          text-transform: uppercase;
          padding: 15px 25px 15px 15px;
          font-weight: 500;
          -webkit-line-clamp: 1;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
        .brochure-listing .container .row .brochure-list .brochure-cont .title svg {
          position: absolute;
          right: 0;
          left: 0;
          bottom: -25px;
          transform: rotate(90deg);
          background: #dfd509;
          padding: 12px;
          width: 40px;
          height: 40px;
          margin: 0 auto;
          border-radius: 30px; }
      .brochure-listing .container .row .brochure-list .brochure-cont:hover figure img {
        transition: all 1s;
        transform: scale(1.1); }
      .brochure-listing .container .row .brochure-list .brochure-cont:hover .title svg {
        background: #2e3699; }
  .brochure-listing.open {
    display: block;
    transform: translateY(0);
    transition: all 400ms; }

input,
select {
  height: 50px;
  width: 100%; }
  input.error,
  select.error {
    border-bottom: 1px solid #ce2e2e !important; }

textarea {
  width: 100%; }
  textarea.error {
    border-bottom: 1px solid #ce2e2e !important; }

label {
  width: 100%; }
  label.error {
    display: none !important; }

#sucess_msg,
#contact_msg {
  border: none;
  margin: 0;
  padding: 0;
  color: #198754;
  background-color: #f0fbf1;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  font-size: 14px;
  margin-top: 25px;
  padding: 15px;
  display: inline-block;
  width: 100%; }

/*# sourceMappingURL=theme-style.css.map */
