@font-face {
    font-family: 'GothamUltra';
    src: url('../fonts/Gotham-Ultra.woff2') format('woff2'),
        url('../fonts/Gotham-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
        url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
  font-family: GothamUltra;
  background: #f4f7f7;
  overflow-x: hidden;
}
body, ol, ul {
  padding: 0;
  margin: 0;
}
img {max-width: 100%;}
header {
    background: url(../images/topbg1.png);
    padding: 51px 0 74px;
    background-size: 100% 100%;
    color: #fff;
}
header h1 {
    font-size: 39px;
    line-height: 46px;
}
header .logo {
    margin-bottom: 30px;
}
header .rightimg1 {
    position: absolute;
    right: 0;
    top: 0;
}
header .rightimg1 img {
  float: right;
  width: 100%;
}
.first_section {
    padding: 250px 0 95px;
    color: #3a3d3e;
}
.first_section .imgbox {
  width: 100%;
  background: #fff;
  padding: 5px;
  box-shadow: 0px 0px 5px #e7e7e7;
}
.first_section .imgbox video {
    width: 100%;
    padding: 0;
    margin: 0;
}
.first_section h2 {
    font-size: 46px;
    color: #28afd6;
    margin: 0 0 25px 0;
}
.first_section p {
    color: #3a3d3e;
    margin: 0;
    font-size: 20px;
    font-family: 'roboto';
}
.first_section .buttonswp {
    margin-top: 35px;
}
.pinkbtn {
  font-family: 'Gotham';
  background-color: rgb(224, 99, 129);
  display: inline-block;
  width: 218px;
  height: 59px;
  z-index: 19;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 59px;
  border-radius: 50px;
  color: #fff;
  border: 0;
  letter-spacing: 1px;
  transition: all 0.3s;
  margin: 5px;
}
.pinkbtn:hover {
  background-color: #333;
  text-decoration: none;
  color: #fff;
}
.pinkborderbtn {
  font-family: 'Gotham';
  border: 2px solid rgb(224, 99, 129);
  display: inline-block;
  width: 218px;
  height: 59px;
  z-index: 19;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 59px;
  border-radius: 50px;
  color: rgb(224, 99, 129);
  letter-spacing: 1px;
  transition: all 0.3s;
  margin: 5px;
}
.pinkborderbtn:hover {
  border-color: #333;
  text-decoration: none;
  color: #333;
}

.second_section {
  background: #28afd6;
  color: #fff;
  -ms-transform: skewY(2deg);
  transform: skewY(2deg);
}
.second_section h2 {
    font-size: 30px;
    margin: 0;
    line-height: 38px;
    position: relative;
}
.second_section h2:after {
  font-family: 'Gotham';
  font-size: 180px;
  position: absolute;
  left: -10px;
  top: 25px;
  content: '01';
  color: #26a6cb;
  z-index: -1;
}
.second_section p {
    font-family: 'roboto';
    margin: 40px 0 0 0;
    font-size: 20px;
    line-height: 32px;
}
.thired_section {
    padding: 85px 0 65px;
    position: relative;
}
.thired_section .overlay{
    position: relative;
}
.thired_section .overlay h2 {
    font-size: 30px;
    color: #28afd6;
    line-height: 38px;
    margin: 0;
    letter-spacing: 2px;
    position: relative;
}
.thired_section .overlay h2:after {
  font-family: 'Gotham';
  font-size: 180px;
  position: absolute;
  left: -10px;
  top: 25px;
  content: '02';
  color: #eceff0;
  z-index: -1;
}
.thired_section .overlay p {
  font-family: 'roboto';
  font-size: 20px;
  line-height: 32px;
  margin: 40px 0 0 0;
  color: #3a3d3e;
}
.second_section .overlay{
  -ms-transform: skewY(-2deg);
  transform: skewY(-2deg);
  padding: 55px 0 70px;
}
.four_section {
  background: #0b323f;
  color: #fff;
  -ms-transform: skewY(-2deg);
  transform: skewY(-2deg);
}
.four_section .overlay{
  -ms-transform: skewY(2deg);
  transform: skewY(2deg);
  padding: 40px 0 14px 0px;
}
.four_section h2 {
    font-size: 30px;
    margin: 0;
    line-height: 38px;
    letter-spacing: 0.5px;
    position: relative;
}
.four_section h2:after {
  font-family: 'Gotham';
  font-size: 180px;
  position: absolute;
  left: -10px;
  top: 25px;
  content: '03';
  color: #08232c;
  z-index: -1;
}
 .four_section p {
    font-family: 'roboto';
    margin: 40px 0 0 0;
    font-size: 20px;
    line-height: 32px;
}
.five_section {
    padding: 85px 0 65px;
    position: relative;
}
.five_section .overlay{
    position: relative;
}
.five_section .overlay h2 {
    font-size: 30px;
    color: #28afd6;
    line-height: 38px;
    margin: 0;
    letter-spacing: 2px;
    position: relative;
}
.five_section .overlay h2:after {
  font-family: 'Gotham';
  font-size: 180px;
  position: absolute;
  left: -10px;
  top: 25px;
  content: '04';
  color: #eceff0;
  z-index: -1;
}
.five_section .overlay p {
    font-family: 'roboto';
    font-size: 20px;
    line-height: 32px;
    margin: 40px 0 0 0;
    color: #3a3d3e;
}
.six_section {
  background: #28afd6;
  color: #fff;
  -ms-transform: skewY(2deg);
  transform: skewY(2deg);
  position: relative;
  z-index: 2;
}
.six_section .overlay{
  -ms-transform: skewY(-2deg);
  transform: skewY(-2deg);
  padding: 45px 0 0 0px;
  position: relative;
  bottom: -15px;
}
.six_section .overlay h2 {
    font-size: 30px;
    color: #fff;
    line-height: 38px;
    margin: 0;
    letter-spacing: 2px;
    position: relative;
}
.six_section .overlay h2:after {
  font-family: 'Gotham';
  font-size: 180px;
  position: absolute;
  left: -10px;
  top: 25px;
  content: '05';
  color: #26a6cb;
  z-index: -1;
}
.six_section .overlay p {
    font-family: 'roboto';
    font-size: 20px;
    line-height: 32px;
    margin: 40px 0 0 0;
    color: #fff;
}
.seven_section {
  background: url(../images/bg4.jpg);
  min-height: 450px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-attachment: fixed;
  position: relative;
  top: -50px;
  z-index: 1;
}
.seven_section .overlay {
  padding: 110px 0 72px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;  
  position: absolute;
  width: 100%;
}
.seven_section .overlay ul {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
}
.seven_section .overlay ul li {
  display: inline-block;
  width: 100%;
}
.seven_section .overlay ul li .icon {
    width: 145px;
    height: 145px;
    background: #28afd6;
    display: inline-block;
    border-radius: 50%;
    line-height: 145px;
    text-align: center;
    margin-bottom: 30px;
}
.seven_section .overlay ul li h2 {
    font-size: 24px;
    margin: 0;
}
.eight_section{
  background: url(../images/bg6.jpg);
  position: relative;
  top: -55px;
  min-height: 450px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 3;
}
.eight_section .overlay {
    padding: 72px 0 120px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.eight_section .overlay h2 {
    color: #fff;
    font-size: 52px;
    text-align: center;
    margin: 0;
}
.eight_section .overlay ul {
  display: flex;
  width: 100%;
  margin: 30px 0 35px;
  align-items: center;
  justify-content: space-around;
}
.eight_section .overlay ul li {
    width: 100%;
    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
    font-family: 'Gotham';
}
.eight_section .overlay ul li .form-control {
    width: 100%;
    display: inline-block;
    font-family: 'Gotham';
    height: 55px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
}
.eight_section .overlay ul li .form-control:focus {
  outline: 0;
}
.eight_section .btnsubmit {
    background-color: rgb(255, 255, 255);
    width: 218px;
    height: 59px;
    display: inline-block;
    font-family: 'Gotham';
    border-radius: 50px;
    color: #dd607e;
    text-transform: uppercase;
    line-height: 59px;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s;
}
.eight_section .btnsubmit:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}
.eight_section input::-webkit-input-placeholder {
    color: #fff !important;
    transition: color .3s cubic-bezier(.165, .84, .44, 1)
}

.eight_section input::-moz-placeholder {
    color: #fff !important;
    transition: color .3s cubic-bezier(.165, .84, .44, 1)
}

.eight_section input:-ms-input-placeholder {
    color: #fff !important;
    transition: color .3s cubic-bezier(.165, .84, .44, 1)
}

footer {
  background: #0b323f;
  color: #bbbfc0;
  padding: 30px 0;
  position: relative;
  font-family: 'roboto';
  font-size: 18px;
}
footer:after{
  position: absolute;
  width: 100%;
  height: 125px;
  content: '';
  left: 0;
  top: -90px;
  z-index: 9;
  background: #0b323f;
  -ms-transform: skewY(-2deg);
  transform: skewY(-2deg);
}
footer .topwarp {
    margin: 0 0 10px 0;
}
footer .topwarp .leftcol {
  position: relative;
  z-index: 99;
}
footer .topwarp .leftcol .footerlogo {
    width: 135px;
    float: left;
    margin-right: 40px;
        margin-top: -40px;
}
footer .topwarp .leftcol p {
    font-size: 18px;
    line-height: 30px;
    padding: 15px;
    margin: 0;
}
footer .topwarp .colright {
    display: flex;
    justify-content: space-around;
    border-left: 1px solid #3c5b65;
    padding-left: 25px;
}
footer .topwarp .colright ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
footer .topwarp .colright ul li a {
  color: #bbbfc0;
}
footer .topwarp .colright .rightbox {
    width: 100%;
    padding-left: 25px;
    color: #28afd6;
    border-left: 1px solid #3c5b65;
}
footer .topwarp .colright .rightbox p span {
  margin-right: 10px;
}
footer .topwarp .colright .rightbox p a{
  color: #bbbfc0;
}
footer .bottomwarp {
    border-top: 1px solid #3c5b65;
    padding: 34px 0 2px;
    margin: 0;
}
footer .bottomwarp p {
    margin: 0;
}
footer .bottomwarp p a {float: right; position: relative; cursor: pointer;}
footer .bottomwarp p a span {
    position: absolute;
    top: -90px;
    width: 220px;
    font-size: 11px;
    text-align: center;
    background: #333;
    padding: 5px;
    border-radius: 5px;
    display: none;
}
footer .bottomwarp p a:hover span{display: block}
.hardware_feature_section {
    background: #fff;
    padding: 4em 0;
    font-family: 'roboto';
    display: inline-block;
    width: 100%;
}
.contact_form {
    position: relative;
    float: left;
    width: 100%;
    background: #FFF;
}
.cnf_left {
    max-width: 340px;
    width: 100%;
    background: url(../images/cnct_bg.png) center center/cover no-repeat;
    background-color: #37b0cc;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 25px;
    color: #fff;
}
.cnf_left a{color: #fff;}
.cnf_right {
    width: 100%;
    max-width: calc(100% - 340px);
    float: right;
    border-left: 0;
    padding: 35px;
    color: #575757;
    border: 2px solid #e0e6e8;
}
.contact__form .form-field {
    position: relative;
    margin: 20px 0;
}
.contact__form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #e0e6e8;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
.cnf_left h2 {
    font-size: 36px;
    color: inherit;
    font-weight: 500;
    margin: 0;
}
.cnf_left h5 {
    font-size: 17px;
    color: inherit;
    font-weight: 400;
    margin: 10px 0 25px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 20px;
}
.cnt_find {
    margin: 35px 0;
}
.cnt_find small {
    font-size: 16px;
}
.cnt_find h3 {
    font-size: 28px;
    font-weight: 400;
}
.contact__form .submit-btn {
    display: inline-block;
    background-color: #56b7cd;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    background-image: url(../images/mail_send.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.our_team_section {
    background: url(../images/team_bg.png) center center/cover no-repeat;
    padding: 4em 0 7rem;
    font-family: 'roboto';
    color: #3f4141;
}
.team_head_ttl {
    font-size: 41px;
    color: #3f4141;
    font-weight: 400;
}
.ftr_list {
    text-align: center;
    margin: 25px auto 0;
}
.ftr_list li {
    display: inline-grid;
    max-width: 24%;
    padding: 15px;
        width: 24%;
}
.ftr_list li .circle_icon {
    margin: 0 auto;
}
.circle_icon.blue_circle {
    box-shadow: 0 0 0 4px #56b7cd;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.circle_icon {
    display: inline-block;
    font-size: 0px;
    width: 134px;
    height: 134px;
    line-height: 134px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}
.icn_text {
    font-size: 20px;
    color: #3f4141;
    font-weight: 400;
    min-height: 56px;
    margin-top: 10px;
}
.circle_icon.megenta_circl {
    box-shadow: 0 0 0 4px #d4436a;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}




.circle_icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.ftr_list li:hover .circle_icon:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}
.ftr_list li:hover .blue_txt.icn_text {
    color: #56b7cd;
}
.ftr_list li:hover .circle_icon.megenta_circl {
    box-shadow: 0 0 0 4px rgba(212,67,106,0);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.circle_icon.megenta_circl:after {
    border: 2px dashed #d4436a;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.ftr_list li:hover .megenta_txt.icn_text {
    color: #d4436a;
}

.circle_icon:after {
    top: -2px;
    left: -2px;
    padding: 0;
    z-index: 10;
    border: 2px dashed #fff;
}
.circle_icon.blue_circle:after {
    border: 2px dashed #56b7cd;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transform: rotate(360deg);
    -webkit-transition-duration: 1s;
    -webkit-transition-delay: now;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}
.ftr_list li:hover .circle_icon.blue_circle {
    box-shadow: 0 0 0 4px rgba(212,67,106,0);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.circle_icon.blue_circle:after {
    border: 2px dashed #56b7cd;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
header.inner {
    padding: 10px 0;
    background-size: 100%;
        width: 100%;
    float: left;
}
header.inner .logo {
    margin-bottom: 0;
    max-width: 80px;
    float: left;
}
header.inner .buttonswp{float: right;     margin-top: 5px;}
header.inner .buttonswp .pinkborderbtn{border-color: #fff; color: #fff;}
header.inner .buttonswp .pinkborderbtn:hover{border-color: #333; color: #333;}
.privacy {
    background: #f3f3f3;
    padding: 2rem 0 7rem;
    font-family: 'roboto';
    display: inline-block;
    width: 100%;
}
.privacy h4 {
    color: #54b2c8;
    font-weight: bold;
    margin: 40px 0 20px;
    text-align: center;
    font-size: 25px;
}
.privacy h5 {
    color: #54b2c8;
    font-weight: bold;
    margin-top: 35px;
}
.privacy p {
    color: #797a7b;
    letter-spacing: .5px;
}
.privacy h6 {
    color: #54b2c8;
    font-weight: bold;
    font-size: 17px;
    line-height: 25px;
}
.privacy h6 span {
    font-weight: normal;
    font-size: 1rem;
    color: #797a7b;
    letter-spacing: .5px;
}
.privacy ul {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.privacy ul li {
    list-style-type: circle;
    padding-left: 0px;
    color: #797a7b;
    letter-spacing: .5px;
    margin-left: 20px;
}
.privacy .table {
    border: 1px solid #ddd;
}
.privacy .table th {
    background: #53b4cb;
    color: #fff;
}
.privacy .table td {
    background: #fff;
}