@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "Relay";
  src: url("fonts/Relay-Regular.woff2") format("woff2"), url("fonts/Relay-Regular.woff") format("woff"), url("fonts/Relay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Europa";
  src: url("fonts/Europa-Regular.woff2") format("woff2"), url("fonts/Europa-Regular.woff") format("woff"), url("fonts/Europa-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #ffffff;
  color: #1f3588;
  font-family: "Europa";
  font-size: 14px;
  font-weight: normal;
  -moz-transform: scale(0.8, 0.8); /* Moz-browsers */
  zoom: 0.8; /* Other non-webkit browsers */
  zoom: 80%; /* Webkit browsers */
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #1f3588;
  font-family: "Europa";
  font-style: normal;
  line-height: 1.5;
  margin: 0 0 8px;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1f3588;
}
p a {
  color: #1f3588;
}
p {
  line-height: 24px;
  margin-bottom: 10px;
}
a {
  color: #1f3588;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
ul {
  margin-bottom: 0;
}
figure {
  margin-bottom: 6px;
  position: relative;
}
img {
  height: auto;
  max-width: 100%;
}

.partner-wrap ul li img {
  width: 250px;
}

.ai-logos ul li a img {
  width: 260px;
}
strong {
  color: #1f3588;
}
iframe {
  border: none;
  float: left;
  width: 100%;
}
select {
  background-color: #f0eef0;
  border: 1px solid #dfdfdf;
  color: #1f3588;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  height: 40px;
  padding: 8px 12px;
  width: 100%;
}
label {
  color: #6c8391;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}
button {
  border: none;
}

input[type="submit"] {
  outline: none;
}
form p {
  float: left;
  position: relative;
}
form p span i {
  color: #474747;
  left: 16px;
  position: absolute;
  top: 13px;
}
option {
  padding: 5px 15px;
}
li {
  line-height: 28px;
  list-style: inside none disc;
  list-style: none;
}
ul ul {
  margin-left: 20px;
}
ol {
  float: none;
  list-style: outside none decimal;
  padding-left: 15px;
}
ol ol {
  margin-left: 20px;
}
ol li {
  list-style: outside none decimal;
  width: 100%;
}
table {
  background-color: transparent;
  max-width: 100%;
}
th {
  text-align: left;
}
table {
  margin-bottom: 15px;
  width: 100%;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #dddddd;
  line-height: 1.5;
  padding-left: 3px;
  text-align: center;
  vertical-align: top;
}
table thead tr th {
  border-top: 1px solid #dddddd;
  text-align: center;
  text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 1px solid #dddddd;
}
table > thead > tr > th {
  border-bottom: 2px solid #dddddd;
  vertical-align: bottom;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-bottom: 0 none;
}
table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 6px 10px;
}
p ins {
  color: #999;
}
dl dd {
  margin-left: 20px;
}
address {
  font-style: italic;
}
/*CSS*/
.ai-main-section {
  float: left;
  width: 100%;
  position: relative;
}
.ai-main-content {
  padding: 80px 0px 60px 0px;
}
.ai-main-wrapper,
.ai-main-content,
#ai-footer,
#ai-header {
  float: left;
  position: relative;
  width: 100%;
}
.ai-main-wrapper {
  overflow: hidden;
}
.ai-table {
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.ai-table-cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
/*ai-header-wrap*/
.ai-header-wrap {
  background-image: url("images/header-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 50px 0px 150px;
  background-size: 100% 100%;
}

.ai-header-wrap.who-we-are-header {
  background-image: url("images/header-bg1.png");
}
/*center-logo*/
.center-logo {
  display: block;
  text-align: center;
}
.center-logo a,
.center-logo a img {
  display: inline-block;
}
.center-logo a img {
  width: 230px;
}
/*main-header-nav*/
.main-header-nav {
  float: left;
  width: 100%;
  padding: 10px 0px 0px;
}
.main-header-nav > ul > li {
  float: left;
  position: relative;
}
.main-header-nav > ul > li:last-child {
  float: right;
}
.main-header-nav > ul > li > a {
  color: #fff;
  font-size: 25px;
}
.main-header-nav > ul > li > a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 0%;
  height: 4px;
  border-radius: 10px;
  background: #00a6cd;
  background: -moz-linear-gradient(left, #00a6cd 0%, #00e492 100%);
  background: -webkit-linear-gradient(left, #00a6cd 0%, #00e492 100%);
  background: linear-gradient(to right, #00a6cd 0%, #00e492 100%);
  transition: all 0.4s ease-in-out;
}
.main-header-nav > ul > li:hover > a:before,
.main-header-nav > ul > li > a.active:before {
  width: 100%;
  left: 0px;
}
.drop-menu-wrap {
  position: absolute;
  left: -40px;
  top: 100%;
  margin: 0px 0 0;
  width: 245px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.main-header-nav > ul > li:hover .drop-menu-wrap {
  margin: 60px 0px 0px;
  opacity: 1;
  visibility: visible;
}
.drop-menu-wrap li {
  float: left;
  width: 100%;
  margin: 0px 0px 10px;
}
.drop-menu-wrap li a {
  display: block;
  line-height: 50px;
  border-radius: 34px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  background: #00a6c7;
  background: -moz-linear-gradient(left, #00a6cd 0%, #00e492 100%);
  background: -webkit-linear-gradient(left, #00a6cd 0%, #00e492 100%);
  background: linear-gradient(to right, #00a6cd 0%, #00e492 100%);
  transition: all 0.4s ease-in-out;
}
.drop-menu-wrap li:hover a {
  color: #fff;
}
/*main-banner-wrap*/
.main-banner-wrap {
  float: left;
  width: 100%;
  margin: 0px 0 50px;
}
.banner-text {
  float: left;
  width: 100%;
}
.banner-text h1 {
  margin: 0px 0px 35px;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}
.who-we-are-banner .banner-text h1 {
  margin: 0px 0px 20px;
}
.banner-text p {
  margin: 0px 0px 35px;
  font-size: 26px;
  line-height: 40px;
}
.main-banner-wrap.what-we-do-banner {
  margin: 0px;
}
.what-we-do-banner .banner-img img {
  width: 450px;
}
.what-we-do-banner .banner-img {
  margin: 0px;
}
.what-we-do-banner .banner-text p {
  width: 82%;
}
.banner-img {
  float: right;
  margin: 0 35px 0 0;
  animation: movebounce 4s linear infinite;
}
.banner-img img {
  width: 450px;
}
.who-we-are-banner .banner-img img {
  width: 400px;
}
.who-we-are-banner .banner-img {
  margin: 0px;
}
.who-we-are-banner .banner-text {
  padding: 75px 0px 50px;
}
.what-we-do-banner .banner-text {
  padding: 70px 0px 50px;
}
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
}
.banner-btn {
  display: inline-block;
  margin: 0px 20px 0px 0px;
  background-color: #3b31d2;
  color: #fff;
  width: 250px;
  line-height: 60px;
  border-radius: 50px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
.banner-btn.white {
  background-color: #fff;
  color: #1f3588;
}
.banner-btn.white:hover {
  background-color: #00ccff;
  color: #fff;
}
.banner-btn:hover {
  background: #161419;
}
.banner-btn:last-child {
  margin: 0px;
}
/*ai-logos*/
.ai-logos {
  float: left;
  width: 100%;
}
.ai-logos ul {
  margin: 0px -30px;
}
.ai-logos ul li {
  display: inline-block;
  vertical-align: middle;
  width: 33.333%;
  margin: 0px -4px 40px 0px;
  text-align: center;
  padding: 0px 30px;
}
.ai-logos ul li a {
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.ai-logos ul li a:hover {
  opacity: 0.7;
}
.ai-logos-wrap {
  background-color: #3b31d2;
  padding: 80px 0px 30px;
}
.ai-logos-wrap.ai-how-wrap {
  padding-top: 70px;
}
/*ai-sec-heading*/
.ai-sec-heading {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px 0px 40px;
}
.ai-sec-heading h2 {
  margin: 0px 0px 25px;
  font-size: 50px;
  font-weight: 600;
  line-height: 65px;
}
.ai-how-wrap .ai-sec-heading h2,
.ai-how-wrap .ai-sec-heading p {
  color: #fff;
}
.ai-sec-heading p {
  font-size: 24px;
  margin: 0px auto;
  line-height: 35px;
}
.textimonials-full {
  padding: 70px 0px 0px 0px;
  margin: 0px 0px -150px;
  z-index: 1;
}
.testimonial-wrap-full {
  padding: 60px 0px 40px;
}
/*testimonial-wrap*/
.testimonial-wrap {
  width: 85%;
  text-align: center;
  margin: 0 auto;
}
.testimonial-wrap section.first-testi {
  background-color: #d5dbeb;
}
.testimonial-wrap section.secnd-testi {
  background-color: #4da2f5;
}
.testimonial-wrap section.third-testi {
  background-color: #3b31d2;
}
.testimonial-wrap section.secnd-testi p,
.testimonial-wrap section.secnd-testi strong {
  color: #1b2c76;
}
.testimonial-wrap section.third-testi p,
.testimonial-wrap section.third-testi strong {
  color: #fff;
}
.testimonial-wrap section {
  padding: 30px 60px 40px 40px;
  text-align: left;
  position: relative;
  border-radius: 70px;
}
.testimonial-wrap section:before {
  content: "";
  position: absolute;
  left: -79px;
  bottom: 48px;
  width: 85px;
  height: 109px;
  background-image: url("images/shape1.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.testimonial-wrap section.secnd-testi:before {
  background-image: url("images/shape2.png");
  right: -80px;
  left: unset;
}
.testimonial-wrap section.third-testi a {
  margin-right: -80px;
}

.testimonial-wrap section a img {
  width: 35px;
}
.testimonial-wrap section.third-testi {
  padding-right: 145px;
}
.testimonial-wrap section.third-testi:before {
  background-image: url("images/shape3.png");
}
.testimonial-wrap section a {
  float: right;
  margin: -20px -15px 0px 0px;
}
.testimonial-wrap section strong {
  font-size: 30px;
  display: block;
  margin: 0px 0px 10px;
  line-height: 40px;
  letter-spacing: 1px;
}
.testimonial-wrap section p {
  margin: 0px;
  font-style: italic;
  font-size: 26px;
  line-height: 40px;
}
.testimonial-wrap ul {
  margin: 0px -35px;
}
.testimonial-wrap ul li {
  display: inline-block;
  width: 50%;
  padding: 0px 15px;
  margin: 0px -4px 30px 0px;
  /*vertical-align: ;*/
}
.testimonial-wrap ul li:last-child {
  width: 62%;
  margin: 0;
}
/*ai-counter-wrap*/
.ai-counter-wrap {
  float: left;
  width: 100%;
}
.ai-counter-wrap ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 30px -4px 0px 0px;
  width: 25%;
  padding: 0px 15px;
  text-align: center;
}

.ai-counter-wrap ul {
  margin: 0px -15px;
}
.ai-counter-wrap ul li img {
  height: 130px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.ai-counter-wrap ul li:hover img {
  transform: scaleX(-1);
}
.ai-counter-wrap span {
  display: block;
  color: #fff;
  font-size: 39px;
  font-weight: 600;
  line-height: 50px;
  margin: 30px 0px 0px;
}
/*ai-counterfull*/
.ai-counterfull {
  background-image: url("images/bg.png");
  background-size: 100% 100%;
  padding: 220px 0px 230px;
}
.ai-logoswrap-full {
  background-image: url("images/bg.png");
  padding: 180px 0px 170px;
  background-position: center;
  background-size: 100% 100%;
}
/*logo-heading*/
.logo-heading {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0px 0px 70px;
}
.logo-heading img {
  display: inline-block;
  margin: 0px 0px 30px;
  width: 400px;
}
.logo-heading h3 {
  font-size: 30px;
  line-height: 1.4;
}
/*options-wrap*/
.options-wrap {
  float: left;
  width: 100%;
}
.options-wrap ul {
  margin: 0px -15px;
}
.options-wrap ul li {
  float: left;
  width: 33.333%;
  text-align: center;
  margin: 0px 0px 30px;
  padding: 0px 15px;
}
.options-wrap ul li a {
  display: block;
}
.options-wrap img.main-icon {
  margin: 0px 0px 25px;
  width: 220px;
  transition: all 0.4s ease-in-out;
}
.options-wrap ul li:hover img.main-icon {
  transform: scaleX(-1);
}
.options-wrap h3 {
  font-size: 35px;
  font-weight: 600;
  margin: 0px 0px 15px;
  transition: all 0.4s ease-in-out;
}

.options-wrap h3 ~ img {
  width: 30px;
}
.options-wrap ul li:hover h3 {
  color: #161419;
}
/*options-wrapfull*/
.options-wrapfull {
  padding: 80px 0px 50px;
}
/*heading-reload*/
.heading-reload {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0px 0px 50px;
}
.heading-reload h2 {
  margin: 0px 0px 6px;
  font-size: 50px;
  font-weight: 600;
}
.heading-reload p {
  margin: 0px;
  line-height: 30px;
  font-size: 24px;
}
/*ai-studio-full*/
.ai-studio-full {
  background-color: #d5dbeb;
  padding: 60px 0px 140px;
}
.ai-studiowrap-full {
  padding: 50px 0px 200px;
}
.ai-studiowrap-full:before {
  content: "";
  position: absolute;
  right: 55px;
  bottom: -80px;
  background-image: url("images/cap.png");
  width: 300px;
  height: 275px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
/*music-slider-wrapper*/
.music-slider-wrapper {
  float: left;
  width: 100%;
  text-align: center;
}
/*.music-slider-wrapper ul { margin: 0px -32px; }*/
.music-slider-wrapper ul li {
  float: left;
  width: 33.333%;
  padding: 0px 15px;
  margin: 0px 0px 30px;
}
.music-slider-wrapper section {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 30px;
  border-radius: 33px;
  margin: 15px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}
.music-slider-wrapper section h4 {
  margin: 0px 0px 20px;
  font-size: 30px;
  font-weight: 600;
}
.music-slider-wrapper section h4 a {
  transition: all 0.4s ease-in-out;
}
.music-slider-wrapper section:hover h4 a {
  color: #00ccff;
}
.music-slider-wrapper section figure {
  margin: 0px 0px 20px;
  float: left;
  width: 100%;
}
.music-slider-wrapper section figure a {
  display: inline-block;
}

.music-slider-wrapper section figure a img {
  width: 210px;
}
.music-slider-wrapper section span {
  display: inline-block;
  margin: 0px;
}
.music-slider-wrapper section span img {
  width: 40px;
}
/*slick-arrow*/
.slick-arrow {
  position: absolute;
  left: 0px;
  bottom: -70px;
  cursor: pointer;
  z-index: 2;
}
.slick-arrow-left.slick-arrow {
  transform: scale(-1);
  left: 50%;
  margin: 0 0px 0 -150px;
}

.slick-arrow img {
  width: 35px;
}
.slick-arrow-right.slick-arrow {
  right: 50%;
  left: unset;
  margin: 0 -150px 0 0;
}
/*slick-dots*/
.slick-dots {
  bottom: -75px;
  margin: 0;
}
.slick-dots li {
  margin: 0px 10px !important;
  width: auto !important;
  float: none !important;
  padding: 0px !important;
}
.slick-dots li button {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: none;
  background: #b7c2d6;
}
.slick-dots li.slick-active button {
  background: #00a6cd;
  background: -moz-linear-gradient(left, #00a6cd 0%, #00e492 100%);
  background: -webkit-linear-gradient(left, #00a6cd 0%, #00e492 100%);
  background: linear-gradient(to right, #00a6cd 0%, #00e492 100%);
}
button:focus {
  outline: 0px auto -webkit-focus-ring-color;
}
/*ai-footer-one*/
.ai-footer-one {
  background-color: #161419;
  padding: 50px 0px 40px;
}
/*footer-menu*/
.footer-menu {
  float: left;
  width: 100%;
}
.footer-menu ul li {
  display: inline-block;
  margin: 0px -4px 20px 30px;
  vertical-align: middle;
}
.footer-menu ul li:first-child {
  margin-left: 0px;
}

.footer-menu ul li img {
  width: 100px;
}
.footer-menu ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}
.footer-menu ul li a:hover {
  color: #00ccff;
}
.ai-footer-social {
  float: right;
  margin: 14px 0px 0px;
}
.ai-footer-social li {
  float: left;
  margin: 0px 10px 0px 0px;
}
.ai-footer-social li a {
  float: left;
  width: 50px;
  font-size: 22px;
  line-height: 50px;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
  color: #161419;
  transition: all 0.4s ease-in-out;
}
.ai-footer-social li a:hover {
  color: #fff;
  background-color: #00ccff;
}
.mail-btn {
  float: right;
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
  font-size: 20px;
  margin: 13px 0px 0px 0px;
  /*font-weight: 600;*/
  padding: 0px 40px;
  background: #00a6cd;
  background: -moz-linear-gradient(left, #00a6cd 0%, #00e492 100%);
  background: -webkit-linear-gradient(left, #00a6cd 0%, #00e492 100%);
  background: linear-gradient(to right, #00a6cd 0%, #00e492 100%);
}
/*ai-copyright*/
.ai-copyright {
  float: right;
  text-align: right;
  margin: 10px 0px 0px;
}
.ai-copyright a {
  font-size: 20px;
  color: #00ccff;
  display: inline-block;
  margin: 0px 0px 5px;
}
.ai-copyright p {
  color: #fff;
  margin: 0px;
  font-size: 18px;
  line-height: 30px;
}
/*How We Are*/
.simple-heading {
  float: left;
  width: 100%;
  margin: 0px 0px 50px;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
}
.team-wrapfull {
  padding: 60px 0px 30px;
}
.team-wrap {
  float: left;
  width: 100%;
  text-align: center;
}
.team-wrap ul li {
  margin: 0px 0px 50px;
}
.team-wrap figure {
  float: left;
  width: 100%;
  margin: 0px 0px 15px;
}
.team-wrap figure img {
  display: inline-block;
  width: 300px;
  transition: all 0.4s ease-in-out;
}
.team-wrap ul li:hover figure img {
  transform: rotate(-10deg);
}
.team-wrap h3 {
  float: left;
  width: 100%;
  margin: 0px 0px 3px;
  font-size: 35px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
.team-wrap ul li:hover h3 {
  color: #00ccff;
}
.team-wrap span {
  display: block;
  font-style: italic;
  font-size: 20px;
  margin: 0px 0px 20px;
  line-height: 1;
}
.team-wrap a {
  display: inline-block;
  width: 55px;
  line-height: 55px;
  margin: 0 5px;
  border-radius: 100%;
  background: #3b31d2;
  color: #fff;
  font-size: 24px;
  transition: all 0.4s ease-in-out;
}
.team-wrap a:hover {
  background: #00ccff;
}
/*ai-counter-wrapfull*/
.ai-counter-wrapfull {
  padding: 50px 0px 80px;
  background: #1b0045;
  background: -moz-linear-gradient(left, #1b0045 0%, #2e3182 100%);
  background: -webkit-linear-gradient(left, #1b0045 0%, #2e3182 100%);
  background: linear-gradient(to right, #1b0045 0%, #2e3182 100%);
}
/*ai-services*/
.ai-servicesfull {
  padding: 80px 0px 30px;
}
.ai-services {
  float: left;
  width: 100%;
}
.ai-services ul li {
  margin: 0px 0px 40px;
}
.ai-services figure {
  margin: 0px 0 30px;
}

.ai-services figure img {
  width: 180px;
}
.ai-services h3 {
  margin: 0px 0px 10px;
  font-size: 24px;
  font-weight: 600;
}
.ai-services p {
  margin: 0px;
  font-size: 18px;
  line-height: 29px;
}
/*partner-wrap*/
.partner-wrap-full {
  background: #3b31d2;
  padding: 70px 0px 80px;
}
.partner-wrap {
  float: left;
  width: 100%;
  text-align: center;
}
.partner-wrap h2,
.partner-wrap h3 {
  margin: 15px 0px 30px;
  letter-spacing: 1px;
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}
.partner-wrap ul {
  margin: 0px -30px;
}
.partner-wrap ul li {
  float: left;
  width: 33.333%;
  padding: 0px 30px;
  margin: 0px 0px 25px;
}
/*.contact-header*/
.ai-header-wrap.contact-header {
  background: #1b0045;
  padding: 50px 0px 60px;
  height: auto;
}
/*contact-us*/
.contact-us {
  float: left;
  width: 100%;
}
.contact-us h1 {
  margin: 0px 0px 0px;
  font-size: 50px;
  font-weight: 600;
}
.contact-us p {
  margin: 0px 0px 30px;
  font-size: 21px;
  line-height: 30px;
}
.contact-us form {
  float: left;
  width: 100%;
}
.contact-us form ul li {
  float: left;
  width: 100%;
  margin: 0px 0px 20px;
}
.contact-us form input[type="text"],
.contact-us form textarea {
  float: left;
  width: 100%;
  height: 50px;
  font-size: 20px;
  border: 2px solid #d5dbeb;
  background-color: #d5dbeb;
  padding-left: 20px;
  color: #000;
}
.contact-us form input[type="text"]::placeholder,
.contact-us form textarea::placeholder {
  color: #a5aece;
}
.contact-us form textarea {
  height: 400px;
  padding-top: 10px;
}
.contact-us form input[type="submit"] {
  display: inline-block;
  background-color: #3b31d2;
  color: #fff;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  border: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  padding: 0 40px;
  letter-spacing: 1px;
}
.contact-us form input[type="submit"]:hover {
  background: #161419;
}
/*ai-contact-social*/
.ai-contact-social {
  float: right;
  width: 75%;
}
.ai-contact-social li {
  float: left;
  width: 50%;
  margin: 0px 0px 20px;
}
.ai-contact-social li a {
  float: left;
  width: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #3b31d2;
  border-radius: 100%;
  font-size: 25px;
  transition: all 0.4s ease-in-out;
}

.ai-contact-social li a:hover {
  background: #000;
}
.contact-social {
  float: right;
  text-align: right;
  width: 75%;
}
.on-mble {
  display: none;
}
/*blog-heading*/
.blog-heading {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0px 0px 50px;
}
.blog-heading h1 {
  margin: 0px 0px 3px;
  font-size: 50px;
  font-weight: 600;
}
.blog-heading p {
  font-size: 20px;
  margin: 0px;
  line-height: 30px;
}
/*blogs-wrap*/
.blogs-wrap {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.blogs-wrap ul li {
  margin: 0px 0px 40px;
}
.blogs-wrap figure {
  float: left;
  width: 100%;
  margin: 0px 0px 15px;
}
.blogs-wrap figure:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #00ccff;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.blogs-wrap ul li:hover figure:before {
  opacity: 0.3;
}
.blogs-wrap h2 {
  float: left;
  width: 100%;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}
.center-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blogs-wrap .first-blog h2 {
  width: 90%;
  font-size: 24px;
}
.blogs-wrap .first-blog h2 ~ img {
  margin: 20px 0px 0px;
}
.blogs-wrap h2 ~ img {
  float: right;
  margin: -20px 0px 0px;
  width: 30px;
}
.blogs-wrap ul li:hover h2 {
  color: #00ccff;
}

.blog-headline {
  font-size: 50px;
  font-weight: bold;
}

.blog-intro {
  font-size: 25px;
  font-weight: 600;
}

.blog-headings {
  font-size: 40px;
  font-weight: 600;
}

.blog-section {
  margin-bottom: 50px;
  font-size: 25px;
  font-weight: 600;
}

.center {
  text-align: center;
}
.center .banner-btn {
  width: auto;
  padding: 0px 50px;
}
.ai-blog-full {
  padding: 0px 0px 30px;
}
/*product-details*/
.product-details figure img,
.product-details {
  float: left;
  width: 100%;
}
.product-details figure {
  float: left;
  margin: 0px;
  width: 100%;
}
.product-details section {
  padding: 30px 0px 0px 60px;
}
.product-details section h1 {
  margin: 0px 0px 30px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}
.product-details section p {
  margin: 0px 0px 25px;
  line-height: 30px;
  font-size: 20px;
}
.product-details section p a {
  color: #00ccff;
  text-decoration: underline;
}
.product-details section > a {
  display: inline-block;
  margin: 0px 15px 0px 0px;
}
.product-details section > a > img {
  width: 60px;
}
.product-detailsfull {
  margin: 0px 0px 80px;
}
/*video-section-wrap*/
.video-section-wrapfull {
  padding: 80px 0px 70px;
  background-color: #d5dbeb;
}
.video-section-wrap {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}
.video-section-wrap section .video {
  display: inline-block;
  width: 600px;
  margin: 0px 0px 30px;
  float: none;
}
.video-section-wrap section {
  display: inline-block;
}
.video-section-wrap h2 {
  font-weight: 600;
  margin: 0px 0 7px;
  font-size: 50px;
  line-height: 1.3;
}
.video-section-wrap p {
  margin: 0px;
  line-height: 32px;
  font-size: 22px;
}
.next-btn {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-100%);
  transition: all 0.4s ease-in-out;
}
.next-btn:hover {
  color: #00ccff;
}
.next-btn span {
  display: block;
  font-size: 24px;
  line-height: 1.3;
}
.next-btn img {
  margin: 0px 0px 16px;
  width: 30px;
}
.next-btn.left-btn img {
  transform: scaleX(-1);
}
.next-btn.right-btn {
  left: auto;
  right: 0px;
}
/*follow-us*/
.follow-us {
  float: left;
  width: 100%;
  text-align: center;
}
.follow-us h2 {
  font-size: 50px;
  margin: 0px 0px 20px;
  line-height: 1;
  font-weight: 600;
}
.follow-us p {
  margin: 0px 0px 25px;
  font-size: 24px;
  line-height: 35px;
}
.follow-us p a {
  font-weight: 600;
}
.follow-usfull {
  padding: 80px 0px;
}
.follow-us ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 15px 0px;
}
.follow-us ul li a {
  display: inline-block;
  width: 60px;
  font-size: 28px;
  line-height: 60px;
  border-radius: 100%;
  background: #3b31d2;
  color: #fff;
}
/*privacy-policy*/
.privacy-policy {
  float: left;
  width: 100%;
}
.privacy-policy h1 {
  font-size: 70px;
  font-weight: 600;
  margin: 0px 0px 30px;
}
.privacy-policy p {
  margin: 0px 0px 30px;
  font-size: 30px;
  line-height: 45px;
}
/*blogs-details-wrap*/
.blogs-details-wrap h2 {
  font-weight: 600;
  margin: 0px 0px 30px;
}
.blogs-details-wrap p {
  font-size: 18px;
  line-height: 28px;
  margin: 0px 0px 15px;
}
.blogs-details-wrap {
  margin: 0px 0px 50px;
}
.active-drop {
  display: none;
}
.navbar-nav li {
  position: relative;
}
.navbar-nav li span.drop-aactive {
  position: absolute;
  right: -10px;
  z-index: 1;
  top: 5px;
  line-height: 35px;
  width: 35px;
  text-align: center;
  background: #f1f1f1;
  font-size: 20px;
}
.navbar-nav li span.drop-aactive.activex {
  transform: scaleY(-1);
}
label.error {
  background: rgba(255, 0, 0, 0.8);
  padding: 0px 10px;
  border-radius: 3px;
  margin: 5px 0px 0px;
  float: left;
  width: 100%;
  color: #fff;
  line-height: 30px;
}
#sms {
  font-size: 24px;
  display: block;
  text-align: center;
}
