body {
  font-family: 'Montserrat'; }
  body header {
    box-shadow: #c5c5c5 0px 2px 11px; }
    body header .top-head {
      background-color: #00aeef;
      padding: 10px 0 0; }
      body header .top-head .top-social ul {
        list-style: none;
        padding-left: 0;
        float: left; }
        body header .top-head .top-social ul li {
          float: left;
          margin-right: 15px; }
          @media only screen and (max-width: 480px) {
            body header .top-head .top-social ul li {
              margin-right: 7px;
              margin-left: 0; } }
          body header .top-head .top-social ul li a {
            color: #fff;
            text-decoration: none; }
            body header .top-head .top-social ul li a i {
              font-size: 20px; }
              @media only screen and (max-width: 480px) {
                body header .top-head .top-social ul li a i {
                  font-size: 14px; } }
      body header .top-head .right-section {
        float: right; }
        body header .top-head .right-section ul {
          list-style: none;
          padding-left: 0;
          float: left;
          margin-top: 0px; }
          @media only screen and (max-width: 479px) {
            body header .top-head .right-section ul {
              float: right; } }
          body header .top-head .right-section ul li {
            margin-right: 15px;
            float: left; }
            @media only screen and (max-width: 479px) {
              body header .top-head .right-section ul li {
                margin-right: 0px;
                float: left;
                margin-left: 6px; } }
            @media only screen and (min-width: 480px) and (max-width: 1024px) {
              body header .top-head .right-section ul li {
                margin-right: 0px;
                float: right;
                margin-left: 6px; } }
            body header .top-head .right-section ul li a {
              color: #fff;
              font-weight: 400;
              font-size: 15px;
              text-decoration: none;
              text-transform: uppercase; }
              @media only screen and (max-width: 480px) {
                body header .top-head .right-section ul li a {
                  font-size: 10px; } }
              @media only screen and (min-width: 481px) and (max-width: 991px) {
                body header .top-head .right-section ul li a {
                  font-size: 12px; } }
              body header .top-head .right-section ul li a span {
                border: 2px solid #fff;
                border-radius: 3px;
                padding: 0 80px 0 10px; }
                @media only screen and (min-width: 480px) and (max-width: 991px) {
                  body header .top-head .right-section ul li a span {
                    padding: 0 35px 0 10px; } }
            body header .top-head .right-section ul li.mobile-search-link {
              display: none; }
              @media only screen and (max-width: 479px) {
                body header .top-head .right-section ul li.mobile-search-link {
                  display: block; } }
            body header .top-head .right-section ul li ul {
              background-color: #00aeef;
              margin-top: 0px;
              padding: 10px !important;
              position: absolute;
              width: 50%; }
              @media only screen and (max-width: 639px) {
                body header .top-head .right-section ul li ul {
                  right: 0;
                  width: 65%; } }
              @media only screen and (min-width: 640px) and (max-width: 1024px) {
                body header .top-head .right-section ul li ul {
                  width: 60%; } }
              body header .top-head .right-section ul li ul.sub-menu {
                display: none; }
                body header .top-head .right-section ul li ul.sub-menu li {
                  width: 100%;
                  line-height: 24px; }
                  @media only screen and (max-width: 1024px) {
                    body header .top-head .right-section ul li ul.sub-menu li {
                      line-height: 20px; } }
            body header .top-head .right-section ul li:hover ul.sub-menu {
              display: block; }
        @media only screen and (max-width: 479px) {
          body header .top-head .right-section .search-form {
            display: none; } }
        body header .top-head .right-section .search-form .form-group {
          float: right;
          /* @media only screen and (min-width:479px){
              display: none !important;
          } */ }
          body header .top-head .right-section .search-form .form-group input {
            background-color: #00aeef;
            border: 2px solid #fff;
            color: #fff; }
            body header .top-head .right-section .search-form .form-group input::-webkit-input-placeholder {
              /* Chrome/Opera/Safari */
              color: #fff;
              opacity: 1; }
            body header .top-head .right-section .search-form .form-group input::-moz-placeholder {
              /* Firefox 19+ */
              color: #fff;
              opacity: 1; }
            body header .top-head .right-section .search-form .form-group input:-ms-input-placeholder {
              /* IE 10+ */
              color: #fff;
              opacity: 1; }
            body header .top-head .right-section .search-form .form-group input:-moz-placeholder {
              /* Firefox 18- */
              color: #fff;
              opacity: 1; }
            body header .top-head .right-section .search-form .form-group input.form-control {
              height: 27px;
              padding: 6px !important; }
    @media only screen and (max-width: 567px) {
      body header .navbar-header {
        padding: 0; } }
    @media only screen and (min-width: 568px) and (max-width: 1024px) {
      body header .navbar-header {
        padding: 15px 0; } }
    body header .navbar-header a {
      padding: 6px;
      margin-top: 10px; }
      @media only screen and (max-width: 991px) {
        body header .navbar-header a {
          margin: 0;
          padding-left: 8px;
          padding-top: 10px; } }
      @media only screen and (min-width: 992px) and (max-width: 1280px) {
        body header .navbar-header a {
          margin-top: 0; } }
      body header .navbar-header a img {
        width: 80%; }
        @media only screen and (max-width: 567px) {
          body header .navbar-header a img {
            width: 45%; } }
        @media only screen and (min-width: 568px) and (max-width: 1024px) {
          body header .navbar-header a img {
            width: 60%; } }
    @media only screen and (max-width: 991px) {
      body header .navbar-header {
        float: none; } }
    body header .navbar-header button.navbar-toggle {
      margin-top: 8px;
      margin-right: 5px; }
      @media only screen and (max-width: 991px) {
        body header .navbar-header button.navbar-toggle {
          display: block; } }
      body header .navbar-header button.navbar-toggle .icon-bar {
        background-color: #484848; }
    @media only screen and (max-width: 991px) {
      body header nav {
        border-top: 1px solid #FBF9F9 !important; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      body header nav {
        padding-left: 0 !important; } }
    body header nav ul {
      margin-top: 20px; }
      @media only screen and (max-width: 991px) {
        body header nav ul {
          margin: 7px 0 !important; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        body header nav ul {
          float: left !important;
          width: 100%; } }
      @media only screen and (max-width: 991px) {
        body header nav ul li {
          width: 100%;
          float: left; } }
      body header nav ul li span.nav-arrow {
        float: right;
        margin-top: 10px;
        margin-right: 20px; }
      body header nav ul li a {
        color: #707070;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 60px !important;
        letter-spacing: 0.6px;
        padding: 10px 14px !important;
        font-size: 16px;
        font-weight: 400;
        text-transform: inherit;
        text-decoration: none; }
        @media only screen and (max-width: 991px) {
          body header nav ul li a {
            line-height: 15px !important;
            float: left; } }
        @media only screen and (min-width: 992px) and (max-width: 1280px) {
          body header nav ul li a {
            padding: 10px 7px !important;
            font-size: 12px; } }
        body header nav ul li a:hover {
          color: #00aeef;
          background-color: #fff !important; }
        body header nav ul li a.active {
          color: #00aeef;
          background-color: #fff !important; }
      @media only screen and (min-width: 992px) {
        body header nav ul li:hover ul.sub-menu {
          display: block; } }
      body header nav ul li ul.sub-menu {
        display: none;
        position: absolute;
        background-color: #fff;
        margin-right: 10px;
        margin-top: -8px;
        z-index: 999;
        left: 0px;
        width: 250px; }
        @media only screen and (max-width: 992px) {
          body header nav ul li ul.sub-menu {
            margin-left: 15px;
            position: relative;
            width: 100%; } }
        body header nav ul li ul.sub-menu li {
          width: 100%;
          padding: 5px 10px; }
          @media only screen and (max-width: 992px) {
            body header nav ul li ul.sub-menu li {
              width: 100%; } }
          body header nav ul li ul.sub-menu li a {
            padding: 5px 0 !important;
            font-size: 14px;
            line-height: 20px !important;
            border-bottom: 1px solid #ddd;
            display: block;
            text-decoration: none; }
            @media only screen and (max-width: 992px) {
              body header nav ul li ul.sub-menu li a {
                float: left;
                font-size: 13px; } }
          body header nav ul li ul.sub-menu li span.nav-arrow {
            margin-top: 0px; }
          body header nav ul li ul.sub-menu li ul.sub-menu {
            box-sizing: border-box;
            display: none;
            margin-left: 0;
            margin-right: 0;
            margin-top: 0;
            padding: 0 10px;
            width: 250px; }
          body header nav ul li ul.sub-menu li:hover ul.sub-menu {
            display: block; }
  body .carousel-indicators {
    bottom: 0; }
    @media only screen and (max-width: 480px) {
      body .carousel-indicators {
        bottom: -11px; } }
    body .carousel-indicators li {
      background-color: #9798a4;
      width: 17px;
      height: 17px;
      margin-right: 5px;
      border: 1px solid #9798a4; }
      @media only screen and (max-width: 480px) {
        body .carousel-indicators li {
          width: 13px;
          height: 13px; } }
      body .carousel-indicators li.active {
        background-color: #fff;
        border: 1px solid #fff;
        width: 17px;
        height: 17px;
        margin-right: 5px; }
        @media only screen and (max-width: 480px) {
          body .carousel-indicators li.active {
            width: 13px;
            height: 13px; } }
  body .carousel-control {
    opacity: 1;
    width: 4%;
    bottom: 90px; }
    @media only screen and (max-width: 359px) {
      body .carousel-control {
        width: 23%; } }
    @media only screen and (min-width: 360px) and (max-width: 374px) {
      body .carousel-control {
        width: 20%; } }
    @media only screen and (min-width: 375px) and (max-width: 479px) {
      body .carousel-control {
        width: 19%; } }
    @media only screen and (min-width: 480px) and (max-width: 567px) {
      body .carousel-control {
        width: 16%; } }
    @media only screen and (min-width: 568px) and (max-width: 991px) {
      body .carousel-control {
        width: 12.5%; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      body .carousel-control {
        width: 4.5%; } }
    @media only screen and (min-width: 1708px) and (max-width: 2277px) {
      body .carousel-control {
        width: 2%; } }
    body .carousel-control.left {
      background-image: none; }
      @media only screen and (max-width: 767px) {
        body .carousel-control.left {
          display: none; } }
    body .carousel-control span {
      width: 50px;
      height: 50px;
      line-height: 1.5;
      color: #9798a6;
      position: absolute;
      top: 50%;
      left: 3px;
      background-color: #166e9c;
      height: 85px; }
      @media only screen and (max-width: 767px) {
        body .carousel-control span {
          width: 30px;
          height: 30px;
          top: 40%; } }
      body .carousel-control span i {
        font-size: 47px; }
        @media only screen and (max-width: 767px) {
          body .carousel-control span i {
            display: none; } }
  body .carousel-control {
    opacity: 1;
    width: 4%;
    bottom: 90px; }
    @media only screen and (max-width: 359px) {
      body .carousel-control {
        width: 23%; } }
    @media only screen and (min-width: 360px) and (max-width: 374px) {
      body .carousel-control {
        width: 20%; } }
    @media only screen and (min-width: 375px) and (max-width: 479px) {
      body .carousel-control {
        width: 19%; } }
    @media only screen and (min-width: 480px) and (max-width: 567px) {
      body .carousel-control {
        width: 16%; } }
    @media only screen and (min-width: 568px) and (max-width: 991px) {
      body .carousel-control {
        width: 7.5%; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      body .carousel-control {
        width: 5.5%; } }
    @media only screen and (min-width: 1708px) and (max-width: 2277px) {
      body .carousel-control {
        width: 3%; } }
    body .carousel-control.right {
      background-image: none; }
      @media only screen and (max-width: 767px) {
        body .carousel-control.right {
          display: none; } }
    body .carousel-control span {
      width: 50px;
      height: 50px;
      line-height: 1.5;
      color: #9798a6;
      position: absolute;
      top: 42%;
      left: 3px;
      background-color: #166e9c;
      height: 85px; }
      @media only screen and (max-width: 767px) {
        body .carousel-control span {
          width: 30px;
          height: 30px;
          top: 40%; } }
      body .carousel-control span i {
        font-size: 77px; }
        @media only screen and (max-width: 767px) {
          body .carousel-control span i {
            display: none; } }
  body .banner {
    background: url(../images/banner.png) no-repeat scroll 0 0/100% auto;
    float: left;
    height: 445px;
    padding: 120px 0;
    text-align: center;
    width: 100%; }
    @media only screen and (max-width: 479px) {
      body .banner {
        padding: 26px 0;
        background-size: 100% 100%;
        height: 145px; } }
    @media only screen and (min-width: 480px) and (max-width: 567px) {
      body .banner {
        padding: 45px 0;
        background-size: 100% 100%;
        height: 165px; } }
    @media only screen and (min-width: 568px) and (max-width: 639px) {
      body .banner {
        padding: 52px 0;
        background-size: 100% 100%;
        height: 165px; } }
    @media only screen and (min-width: 640px) and (max-width: 712px) {
      body .banner {
        padding: 64px 0;
        background-size: 100% 100%;
        height: 215px; } }
    @media only screen and (min-width: 713px) and (max-width: 767px) {
      body .banner {
        padding: 76px 0;
        background-size: 100% 100%;
        height: 215px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      body .banner {
        padding: 51px 0;
        background-size: 100% 100%;
        height: 335px; } }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
      body .banner {
        padding: 97px 0;
        background-size: 100% 100%;
        height: 335px; } }
    @media only screen and (min-width: 1025px) and (max-width: 1365px) {
      body .banner {
        background-size: 100% 100%; } }
    @media only screen and (max-width: 767px) {
      body .banner .banner-text {
        width: 96%;
        margin: 0 auto; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      body .banner .banner-text {
        width: 85%;
        margin: 0 auto; } }
    body .banner .banner-text h1 {
      text-transform: uppercase;
      color: #fff;
      font-weight: 400;
      font-size: 30px;
      text-align: center;
      margin-bottom: 10px;
      text-shadow: #030303 -1px 2px 11px; }
      @media only screen and (max-width: 567px) {
        body .banner .banner-text h1 {
          font-size: 17px;
          margin-top: 0;
          margin-bottom: 00px; } }
      @media only screen and (min-width: 568px) and (max-width: 767px) {
        body .banner .banner-text h1 {
          font-size: 20px;
          margin: 0; } }
    body .banner .banner-text p {
      color: #fff;
      font-size: 44px;
      text-align: center;
      letter-spacing: 1.5px;
      margin-bottom: 40px;
      line-height: 50px;
      font-weight: bold;
      text-shadow: #030303 -1px 8px 11px; }
      @media only screen and (max-width: 567px) {
        body .banner .banner-text p {
          font-size: 13px;
          margin-bottom: 3px;
          line-height: 20px;
          padding-bottom: 0; } }
      @media only screen and (min-width: 568px) and (max-width: 767px) {
        body .banner .banner-text p {
          font-size: 15px;
          margin-bottom: 20px;
          line-height: 23px;
          /*  padding-bottom:0; */ } }
      @media only screen and (max-width: 1024px) {
        body .banner .banner-text p br {
          display: none; } }
    body .banner .banner-text a {
      color: #fff;
      font-weight: 400;
      border-radius: 20px;
      text-transform: uppercase;
      font-size: 18px;
      text-decoration: none;
      padding: 10px 20px;
      border: 2px solid #fff;
      margin: 0 auto; }
      @media only screen and (max-width: 567px) {
        body .banner .banner-text a {
          font-size: 7px;
          padding: 5px 10px; } }
      @media only screen and (min-width: 568px) and (max-width: 767px) {
        body .banner .banner-text a {
          font-size: 13px; } }
      body .banner .banner-text a:hover {
        border: 2px solid #008ec2;
        background-color: #008ec2;
        color: #fff; }
  body .map #maped {
    height: 445px; }
    @media only screen and (max-width: 479px) {
      body .map #maped {
        height: 145px; } }
    @media only screen and (min-width: 480px) and (max-width: 639px) {
      body .map #maped {
        height: 165px; } }
    @media only screen and (min-width: 640px) and (max-width: 767px) {
      body .map #maped {
        height: 215px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      body .map #maped {
        height: 335px; } }
    body .map #maped .gm-style .gm-style-iw {
      font-weight: 300;
      font-size: 13px;
      overflow: hidden;
      top: 0 !important;
      left: 0 !important;
      width: 270px !important;
      height: auto !important;
      border-radius: 5px; }
      body .map #maped .gm-style .gm-style-iw .info {
        float: left;
        width: 100%; }
        body .map #maped .gm-style .gm-style-iw .info.future .header .logo {
          float: left;
          width: 100%;
          padding: 10px 15px 10px;
          background-color: #fff; }
          body .map #maped .gm-style .gm-style-iw .info.future .header .logo img {
            float: left;
            width: 15%;
            text-align: center;
            display: inline-block;
            margin-right: 15px; }
          body .map #maped .gm-style .gm-style-iw .info.future .header .logo .title {
            color: #008ec2;
            font-family: 'Roboto';
            font-weight: 500;
            font-size: 16px;
            position: absolute;
            top: 5px;
            display: inline-block;
            right: 42px; }
            @media only screen and (max-width: 767px) {
              body .map #maped .gm-style .gm-style-iw .info.future .header .logo .title {
                position: relative;
                right: 0;
                float: right;
                margin: -7px 25px 0 0; } }
        body .map #maped .gm-style .gm-style-iw .info.future .header .body {
          float: left;
          width: 260px; }
          body .map #maped .gm-style .gm-style-iw .info.future .header .body .class-1 {
            background-color: #dddd00;
            float: left;
            width: 100%;
            padding: 10px;
            text-align: left; }
            @media only screen and (max-width: 767px) {
              body .map #maped .gm-style .gm-style-iw .info.future .header .body .class-1 {
                overflow: visible; } }
            body .map #maped .gm-style .gm-style-iw .info.future .header .body .class-1 ul {
              float: left;
              width: 100%;
              padding-left: 0; }
              body .map #maped .gm-style .gm-style-iw .info.future .header .body .class-1 ul li {
                color: #fff;
                font-family: 'Roboto';
                font-weight: 800;
                font-size: 13px; }
          body .map #maped .gm-style .gm-style-iw .info.future .header .body .class-2 {
            background-color: #dddd00;
            float: left;
            padding: 10px 5px;
            text-align: left;
            width: 130px; }
            @media only screen and (max-width: 767px) {
              body .map #maped .gm-style .gm-style-iw .info.future .header .body .class-2 {
                overflow: visible; } }
            body .map #maped .gm-style .gm-style-iw .info.future .header .body .class-2 ul {
              float: left;
              width: 100%;
              padding-left: 0; }
              body .map #maped .gm-style .gm-style-iw .info.future .header .body .class-2 ul li {
                width: 100%; }
                body .map #maped .gm-style .gm-style-iw .info.future .header .body .class-2 ul li span {
                  color: #fff;
                  font-family: 'Roboto';
                  font-weight: 500;
                  font-size: 13px;
                  display: inline-block; }
        body .map #maped .gm-style .gm-style-iw .info.active .header .logo {
          float: left;
          width: 100%;
          padding: 10px 15px 10px;
          background-color: #fff; }
          body .map #maped .gm-style .gm-style-iw .info.active .header .logo img {
            float: left;
            width: 15%;
            text-align: center;
            display: inline-block;
            margin-right: 15px; }
          body .map #maped .gm-style .gm-style-iw .info.active .header .logo .title {
            color: #afafaf;
            font-family: 'Roboto';
            font-weight: 500;
            font-size: 16px;
            position: absolute;
            top: 5px;
            display: inline-block;
            text-transform: uppercase;
            right: 42px; }
            @media only screen and (max-width: 767px) {
              body .map #maped .gm-style .gm-style-iw .info.active .header .logo .title {
                position: relative;
                right: 0;
                float: right;
                margin: -7px 25px 0 0; } }
        body .map #maped .gm-style .gm-style-iw .info.active .header .body {
          float: left;
          width: 260px; }
          body .map #maped .gm-style .gm-style-iw .info.active .header .body .class-1 {
            background-color: #55bb2d;
            float: left;
            width: 100%;
            padding: 10px;
            text-align: left; }
            @media only screen and (max-width: 767px) {
              body .map #maped .gm-style .gm-style-iw .info.active .header .body .class-1 {
                overflow: visible; } }
            body .map #maped .gm-style .gm-style-iw .info.active .header .body .class-1 ul {
              float: left;
              width: 100%;
              padding-left: 0; }
              body .map #maped .gm-style .gm-style-iw .info.active .header .body .class-1 ul li {
                color: #fff;
                font-family: 'Roboto';
                font-weight: 800;
                font-size: 13px; }
          body .map #maped .gm-style .gm-style-iw .info.active .header .body .class-2 {
            background-color: #55bb2d;
            float: left;
            width: 130px;
            padding: 10px 5px;
            text-align: left; }
            @media only screen and (max-width: 767px) {
              body .map #maped .gm-style .gm-style-iw .info.active .header .body .class-2 {
                overflow: visible; } }
            body .map #maped .gm-style .gm-style-iw .info.active .header .body .class-2 ul {
              float: left;
              width: 100%;
              padding-left: 0; }
              body .map #maped .gm-style .gm-style-iw .info.active .header .body .class-2 ul li {
                width: 100%; }
                body .map #maped .gm-style .gm-style-iw .info.active .header .body .class-2 ul li span {
                  color: #fff;
                  font-family: 'Roboto';
                  font-weight: 500;
                  font-size: 13px;
                  display: inline-block; }
  body .status-indicators {
    position: absolute;
    top: 10px;
    left: 45%; }
    body .status-indicators .status-active {
      float: left;
      margin-right: 20px; }
      body .status-indicators .status-active span {
        color: #fff;
        font-family: 'Roboto';
        font-weight: 500; }
    body .status-indicators .status-future {
      float: left; }
      body .status-indicators .status-future span {
        font-family: 'Roboto';
        color: #fff;
        font-weight: 500; }
  body .content {
    padding: 100px 0 50px;
    background-color: #ebfaff; }
    @media only screen and (max-width: 1024px) {
      body .content {
        padding: 20px 0; } }
    body .content .content-width {
      /* visibility: hidden; */ }
      @media only screen and (max-width: 479px) {
        body .content .content-width {
          width: 100%; } }
      body .content .content-width .counter {
        background-color: #fff;
        box-shadow: #c5c5c5 0px 2px 11px;
        border-top: 5px solid #bfeeff; }
        body .content .content-width .counter p {
          font-size: 30px;
          text-align: center;
          color: #00aeef;
          padding: 15px 0; }
    body .content h5 {
      color: #3e4a4f;
      text-align: center;
      font-size: 18px;
      font-weight: 400;
      font-family: 'Roboto';
      line-height: 24px; }
      @media only screen and (max-width: 480px) {
        body .content h5 {
          font-size: 10px; } }
      @media only screen and (min-width: 481px) and (max-width: 991px) {
        body .content h5 {
          font-size: 12px; } }
      @media only screen and (max-width: 1024px) {
        body .content h5 br {
          display: none; } }
  body .feature {
    padding: 30px 0 0px; }
    @media only screen and (max-width: 1024px) {
      body .feature {
        padding: 10px 0 20px; } }
    body .feature .feature-text {
      text-align: center; }
      body .feature .feature-text h2 {
        font-size: 36px;
        color: #008ec2; }
        @media only screen and (max-width: 767px) {
          body .feature .feature-text h2 {
            font-size: 26px; } }
      body .feature .feature-text p {
        color: #3e4a4f;
        font-size: 24px; }
        @media only screen and (max-width: 567px) {
          body .feature .feature-text p {
            font-size: 14px; } }
        @media only screen and (min-width: 568px) and (max-width: 767px) {
          body .feature .feature-text p {
            font-size: 16px; } }
        @media only screen and (max-width: 991px) {
          body .feature .feature-text p br {
            display: none; } }
    body .feature .cloud {
      padding: 40px 0;
      float: left;
      width: 100%; }
      @media only screen and (max-width: 1024px) {
        body .feature .cloud {
          padding: 20px 0 0; } }
      body .feature .cloud ul {
        list-style: none;
        float: left;
        width: 100%;
        padding-left: 0;
        margin: 0 -15px; }
        @media only screen and (max-width: 1024px) {
          body .feature .cloud ul {
            margin: 0; } }
        @media only screen and (min-width: 568px) and (max-width: 767px) {
          body .feature .cloud ul {
            padding: 0 0px; } }
        body .feature .cloud ul li {
          float: left;
          width: 14.2%;
          text-align: center;
          padding: 0 15px; }
          @media only screen and (max-width: 567px) {
            body .feature .cloud ul li {
              width: 100%; } }
          @media only screen and (min-width: 568px) and (max-width: 767px) {
            body .feature .cloud ul li {
              width: 50%;
              height: 280px; } }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            body .feature .cloud ul li {
              width: 33.33%;
              height: 300px; } }
          body .feature .cloud ul li .cloud-image {
            height: 90px; }
            body .feature .cloud ul li .cloud-image img {
              max-width: 100%; }
          body .feature .cloud ul li h5 {
            font-family: 'Roboto';
            color: #243135;
            font-size: 18px;
            margin: 20px 0 0px;
            text-align: center; }
            @media only screen and (max-width: 1024px) {
              body .feature .cloud ul li h5 {
                text-align: center;
                margin: 10px 0; } }
          body .feature .cloud ul li p {
            color: #414547;
            font-size: 16px;
            font-family: 'Roboto';
            text-align: center;
            max-width: 100%; }
            @media only screen and (max-width: 1024px) {
              body .feature .cloud ul li p {
                text-align: center;
                margin-bottom: 20px;
                max-width: 100%; } }
            @media only screen and (max-width: 567px) {
              body .feature .cloud ul li p br {
                display: none; } }
    body .feature .testimonial {
      padding: 30px 0;
      float: left;
      width: 100%; }
      @media only screen and (max-width: 1024px) {
        body .feature .testimonial {
          padding: 10px 0; } }
      body .feature .testimonial h4 {
        font-size: 36px;
        color: #008ec2;
        text-align: center;
        margin-bottom: 60px; }
        @media only screen and (max-width: 767px) {
          body .feature .testimonial h4 {
            font-size: 26px;
            margin-bottom: 20px; } }
      body .feature .testimonial .testimonial-text {
        background-color: #008ec2;
        width: 56%;
        margin: 0 auto;
        border-radius: 4px;
        padding: 20px;
        position: relative; }
        @media only screen and (max-width: 480px) {
          body .feature .testimonial .testimonial-text {
            width: 80%; } }
        @media only screen and (min-width: 481px) and (max-width: 767px) {
          body .feature .testimonial .testimonial-text {
            width: 100%; } }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          body .feature .testimonial .testimonial-text {
            width: 76%; } }
        @media only screen and (max-width: 479px) {
          body .feature .testimonial .testimonial-text .testimonial-width {
            width: 100%; } }
        body .feature .testimonial .testimonial-text .testimonial-width.col-sm-9 {
          margin: 0;
          position: absolute;
          top: 50%;
          left: 62%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          @media only screen and (max-width: 479px) {
            body .feature .testimonial .testimonial-text .testimonial-width.col-sm-9 {
              position: relative;
              top: 0;
              left: 0;
              transform: initial;
              -ms-transform: initial; } }
          @media only screen and (min-width: 480px) and (max-width: 567px) {
            body .feature .testimonial .testimonial-text .testimonial-width.col-sm-9 {
              left: 69%; } }
          @media only screen and (min-width: 568px) and (max-width: 991px) {
            body .feature .testimonial .testimonial-text .testimonial-width.col-sm-9 {
              left: 62%; } }
        body .feature .testimonial .testimonial-text .testimonial-width img {
          width: initial; }
          @media only screen and (max-width: 479px) {
            body .feature .testimonial .testimonial-text .testimonial-width img {
              margin-bottom: 10px;
              margin: 0 auto 10px; } }
          @media only screen and (max-width: 567px) {
            body .feature .testimonial .testimonial-text .testimonial-width img.arrow {
              width: 13% !important;
              margin: 0; } }
          @media only screen and (min-width: 568px) and (max-width: 991px) {
            body .feature .testimonial .testimonial-text .testimonial-width img.arrow {
              width: 7% !important; } }
        body .feature .testimonial .testimonial-text .testimonial-width p {
          font-style: italic;
          font-family: 'Roboto';
          font-size: 18px;
          font-weight: 300;
          color: #fff;
          line-height: 23px;
          padding-bottom: 0; }
          @media only screen and (min-width: 480px) and (max-width: 767px) {
            body .feature .testimonial .testimonial-text .testimonial-width p {
              margin-left: 10px;
              font-size: 13px; } }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            body .feature .testimonial .testimonial-text .testimonial-width p {
              margin-left: 33px; } }
          @media only screen and (max-width: 1024px) {
            body .feature .testimonial .testimonial-text .testimonial-width p br {
              display: none; } }
        body .feature .testimonial .testimonial-text .testimonial-width p.name {
          font-style: initial;
          font-family: 'Roboto';
          font-size: 16px;
          font-weight: 300;
          color: #fff;
          line-height: 17px;
          padding-bottom: 0;
          margin-top: 10px; }
          @media only screen and (min-width: 480px) and (max-width: 767px) {
            body .feature .testimonial .testimonial-text .testimonial-width p.name {
              margin-left: 10px;
              font-size: 13px; } }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            body .feature .testimonial .testimonial-text .testimonial-width p.name {
              margin-left: 33px; } }
        body .feature .testimonial .testimonial-text .testimonial-width p.designation {
          font-style: initial;
          font-family: 'Roboto';
          font-size: 16px;
          font-weight: 300;
          color: #fff;
          line-height: 17px;
          padding-bottom: 0; }
          @media only screen and (min-width: 480px) and (max-width: 767px) {
            body .feature .testimonial .testimonial-text .testimonial-width p.designation {
              margin-left: 10px;
              font-size: 13px; } }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            body .feature .testimonial .testimonial-text .testimonial-width p.designation {
              margin-left: 33px; } }
        body .feature .testimonial .testimonial-text .testimonial-width p.organization {
          font-style: initials;
          font-family: 'Roboto';
          font-size: 16px;
          font-weight: 300;
          color: #fff;
          line-height: 17px;
          padding-bottom: 0; }
          @media only screen and (min-width: 480px) and (max-width: 767px) {
            body .feature .testimonial .testimonial-text .testimonial-width p.organization {
              margin-left: 10px;
              font-size: 13px; } }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            body .feature .testimonial .testimonial-text .testimonial-width p.organization {
              margin-left: 33px; } }
      body .feature .testimonial .owl-controls {
        text-align: center; }
        body .feature .testimonial .owl-controls .owl-dots .owl-dot {
          background-color: #91989a;
          width: 15px;
          height: 15px;
          display: inline-block;
          border-radius: 50%;
          margin-right: 5px;
          margin-top: 30px; }
          body .feature .testimonial .owl-controls .owl-dots .owl-dot.active {
            width: 15px;
            height: 15px;
            background-color: #243135; }
    body .feature .new {
      padding: 30px 90px;
      float: left;
      width: 100%;
      background-color: #f7fdff; }
      @media only screen and (max-width: 1100px) {
        body .feature .new {
          padding: 0 10px 30px; } }
      body .feature .new h4 {
        font-size: 36px;
        color: #008ec2;
        text-align: center;
        margin-bottom: 60px; }
        @media only screen and (max-width: 767px) {
          body .feature .new h4 {
            font-size: 26px;
            margin-bottom: 20px; } }
      body .feature .new .new-width {
        margin-bottom: 60px; }
        @media only screen and (max-width: 767px) {
          body .feature .new .new-width {
            margin-bottom: 0px;
            padding-bottom: 0; } }
        body .feature .new .new-width .new-inner {
          position: relative;
          width: 100%; }
          body .feature .new .new-width .new-inner img {
            margin: 0 auto;
            width: 100%;
            text-align: center; }
            @media only screen and (max-width: 1024px) {
              body .feature .new .new-width .new-inner img {
                width: 100%;
                min-width: inherit; } }
          body .feature .new .new-width .new-inner .new-text {
            color: #fff;
            padding: 20px;
            position: absolute;
            bottom: 0px;
            right: 0;
            width: 100%; }
            @media only screen and (max-width: 479px) {
              body .feature .new .new-width .new-inner .new-text {
                padding: 10px; } }
            @media only screen and (min-width: 480px) and (max-width: 567px) {
              body .feature .new .new-width .new-inner .new-text {
                padding: 10px; } }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              body .feature .new .new-width .new-inner .new-text {
                padding: 10px; } }
            body .feature .new .new-width .new-inner .new-text a {
              border: 0 !important;
              margin: 0 !important;
              text-transform: none !important;
              text-align: left !important;
              color: #fff;
              float: left;
              font-weight: 400;
              padding: 20px 10px 0 !important; }
              body .feature .new .new-width .new-inner .new-text a h1 {
                font-weight: 400;
                font-size: 22px;
                margin: 0;
                text-align: left;
                text-shadow: #030303 -1px 2px 11px; }
                @media only screen and (max-width: 479px) {
                  body .feature .new .new-width .new-inner .new-text a h1 {
                    font-size: 16px; } }
                @media only screen and (min-width: 480px) and (max-width: 567px) {
                  body .feature .new .new-width .new-inner .new-text a h1 {
                    font-size: 23px; } }
                @media only screen and (min-width: 768px) and (max-width: 1024px) {
                  body .feature .new .new-width .new-inner .new-text a h1 {
                    font-size: 14px; } }
              body .feature .new .new-width .new-inner .new-text a:hover {
                text-decoration: none;
                background-color: transparent !important; }
        body .feature .new .new-width .new-below {
          background-color: #fff;
          padding: 15px;
          box-shadow: #c5c5c5 0px 2px 11px;
          height: 180px;
          margin: 0px auto 0;
          width: 100%; }
          @media only screen and (max-width: 767px) {
            body .feature .new .new-width .new-below {
              height: auto;
              margin-bottom: 20px;
              width: 100%; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            body .feature .new .new-width .new-below {
              height: 200px;
              width: 100%; } }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            body .feature .new .new-width .new-below {
              height: 190px;
              width: 100%; } }
          body .feature .new .new-width .new-below p {
            color: #414547;
            font-family: 'Roboto';
            font-size: 13px;
            padding: 0; }
            @media only screen and (max-width: 1024px) {
              body .feature .new .new-width .new-below p br {
                display: none; } }
          body .feature .new .new-width .new-below a {
            text-transform: uppercase;
            color: #00aeef;
            text-decoration: none;
            font-weight: 500;
            font-size: 18px;
            position: absolute;
            bottom: 10px; }
            @media only screen and (max-width: 480px) {
              body .feature .new .new-width .new-below a {
                font-size: 13px;
                bottom: auto;
                position: relative; } }
            @media only screen and (min-width: 481px) and (max-width: 767px) {
              body .feature .new .new-width .new-below a {
                bottom: auto;
                position: relative; } }
  body footer {
    float: left;
    width: 100%;
    padding: 20px 0;
    background-color: #00aeef; }
    @media only screen and (max-width: 479px) {
      body footer .footer-width {
        width: 100%; } }
    body footer .footer-width .footer-left h4 {
      font-size: 18px;
      font-weight: 500;
      color: #fff;
      text-transform: uppercase; }
      @media only screen and (max-width: 567px) {
        body footer .footer-width .footer-left h4 {
          font-size: 11pt; } }
    body footer .footer-width .footer-left ul {
      list-style: none;
      padding-left: 15px;
      float: left;
      width: 100%;
      margin-top: 10px; }
      @media only screen and (max-width: 767px) {
        body footer .footer-width .footer-left ul {
          margin: 0; } }
      body footer .footer-width .footer-left ul li {
        width: 100%;
        float: left; }
        body footer .footer-width .footer-left ul li a {
          color: #fff;
          font-weight: normal;
          font-size: 13px;
          text-decoration: none;
          line-height: 25px; }
          @media only screen and (max-width: 567px) {
            body footer .footer-width .footer-left ul li a {
              font-size: 8pt; } }
          body footer .footer-width .footer-left ul li a:hover {
            color: #bfebfb; }
    @media only screen and (max-width: 767px) {
      body footer .footer-width .footer-left {
        margin-bottom: 10px; } }
    body footer .footer-width .footer-right h4 {
      font-size: 18px;
      font-weight: 500;
      color: #fff;
      text-transform: uppercase; }
      @media only screen and (max-width: 567px) {
        body footer .footer-width .footer-right h4 {
          font-size: 11pt; } }
    body footer .footer-width .footer-right ul {
      list-style: none;
      float: left;
      width: 100%;
      margin-top: 15px;
      padding-left: 0; }
      @media only screen and (max-width: 767px) {
        body footer .footer-width .footer-right ul {
          margin-top: 5px; } }
      body footer .footer-width .footer-right ul li {
        float: left;
        margin-right: 20px; }
        @media only screen and (max-width: 767px) {
          body footer .footer-width .footer-right ul li {
            margin-right: 10px; } }
        body footer .footer-width .footer-right ul li a {
          text-decoration: none; }
          body footer .footer-width .footer-right ul li a i {
            font-size: 35px;
            color: #fff; }
            @media only screen and (max-width: 767px) {
              body footer .footer-width .footer-right ul li a i {
                font-size: 20px; } }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              body footer .footer-width .footer-right ul li a i {
                font-size: 42px; } }
            body footer .footer-width .footer-right ul li a i:hover {
              color: #bfebfb; }
  body .footer-below {
    background-color: #008ec2;
    padding: 10px 0 0;
    float: left;
    width: 100%; }
    body .footer-below p {
      font-weight: normal;
      color: #fff;
      font-size: 18px;
      margin-bottom: 0;
      text-align: left;
      float: left; }
      @media only screen and (max-width: 567px) {
        body .footer-below p {
          font-size: 11px;
          margin-top: 10px; } }
    body .footer-below ul {
      list-style: none;
      padding-left: 0;
      float: left; }
      body .footer-below ul li {
        float: left;
        margin-right: 10px; }
        body .footer-below ul li a {
          font-weight: normal;
          color: #fff;
          font-size: 18px;
          margin-bottom: 0;
          text-align: left;
          float: left;
          text-decoration: none; }
          @media only screen and (max-width: 567px) {
            body .footer-below ul li a {
              font-size: 11px;
              margin-top: 10px; } }

/*# sourceMappingURL=base.css.map */
