/* [Master Stylesheet] */
/* ----------------------------------------------------------
    :: Template 
    :: Author: Turbo
    :: Author URL: 
    :: Version: 1.0
    :: Created: 03 2021
    :: Last Updated: 03 2021
    ---------------------------------------------------------- */
/* -------------------------------------------------
    ============ PLACE YOUR CUSTOM CSS HERE ============
    ------------------------------------------------- */
/*start my style */
@font-face {
  font-family: 'Segoe UI Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Regular"), url("../fonts/Segoe UI.woff") format("woff");
}

@font-face {
  font-family: 'Segoe UI Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Bold"), url("../fonts/Segoe UI Bold.woff") format("woff");
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.transiton, .ready button, footer ul.links li a, .contact-box button, .marketing button, .contact-box.three button {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

body {
  font-family: "Segoe UI Regular";
}

button {
  background: transparent linear-gradient(77deg, #74C403 0%, #83D90A 100%) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  color: #fff;
  padding: 9px 20px;
  border: 2px solid #74C403;
  font-size: 16px;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

button:hover {
  background: transparent;
  color: #74C403;
}

input {
  outline: none;
  border: none;
  padding: 10px;
  background-color: #eee;
  color: #ccc;
  border-radius: 0px;
  margin-bottom: 0px;
}

a {
  text-decoration: none !important;
  color: #000;
  outline: none;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-60 {
  margin-top: 60px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pd-20 {
  padding: 20px 0;
}

.pd-40 {
  padding: 40px 0;
}

.pd-60 {
  padding: 60px 0;
}

.pd-80 {
  padding: 80px 0;
}

h2 {
  color: #74C403;
  text-align: center;
  font-family: "Segoe UI Bold";
  font-size: 38px;
  margin-bottom: 20px;
}

p.title {
  width: 70%;
  text-align: center;
  line-height: 1.8;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  opacity: .7;
}

.content {
  padding-top: 50px;
  background-size: cover;
  min-height: 100vh;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #74C403;
  background-color: transparent;
  border-bottom: 2px solid #74C403;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #74C403;
  background-color: transparent;
}

nav.navbar {
  min-height: 75px;
  background-color: #fff;
  border: none;
}

nav.navbar .navbar-brand img {
  width: 100px;
  margin-left: 30px;
}

nav.navbar li > a {
  margin-top: 15px;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
}

nav.navbar li > a button {
  margin-top: -13px;
  margin-right: 50px;
}

nav.navbar .nav-center {
  margin-left: 20%;
}

.content-box {
  text-align: center;
  color: #fff;
  margin-top: 120px;
}

.content-box h2 {
  font-size: 62px;
  font-family: "Segoe UI Bold";
  text-transform: uppercase;
}

.content-box p {
  width: 42%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
  opacity: .7;
}

.content-box button {
  width: 180px;
}

.services {
  padding: 30px 0;
}

.services h3 {
  color: #FE9700;
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}

.services h3::before {
  content: "";
  background-color: #ddd;
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 43%;
  left: 0;
  top: 20px;
}

.services h3::after {
  content: "";
  background-color: #ddd;
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 43%;
  right: 0;
  top: 20px;
}

.services .serv-box {
  margin-bottom: 30px;
}

.services .serv-box h4 {
  color: #707070;
  font-family: "Segoe UI Bold";
  font-size: 24px;
}

.services .serv-box h4 span {
  background-color: #74C403;
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  padding-left: 16px;
  font-weight: 800;
  padding-top: 5px;
}

.services .serv-box ul {
  -webkit-box-shadow: 1px 2px 3px #00000012;
          box-shadow: 1px 2px 3px #00000012;
  padding: 20px;
  padding-left: 15px;
  border-radius: 15px;
  border: 1px solid #fafafa;
  list-style: none;
  min-height: 140px;
}

.services .serv-box ul li {
  margin-left: 10px;
  margin-bottom: 6px;
  color: #707070;
}

.services .serv-box ul li::before {
  content: "";
  background-color: #707070;
  width: 10px;
  height: 4px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 10px;
  opacity: .23;
}

.services .serv-box ul li:last-child {
  margin-bottom: 0;
}

.services .serv-box ul.spec {
  min-height: 102px;
}

.help {
  padding: 30px 0;
  background-color: #F9F9F9;
  padding-bottom: 60px;
}

.help .help-box {
  -webkit-box-shadow: 0px 3px 28px #00000029;
          box-shadow: 0px 3px 28px #00000029;
  padding: 25px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
  min-height: 160px;
}

.help .help-box img {
  width: 50px;
  margin-bottom: 20px;
}

.process {
  padding: 30px 0;
  overflow: hidden;
}

.process img {
  margin-top: 60px;
  width: 80%;
}

.free {
  padding: 80px 0;
  margin-top: 30px;
  background: #F9F9F9;
}

.free h3 {
  color: #000;
  font-size: 29px;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-family: "Segoe UI Bold";
  margin-top: 0;
}

.free button {
  font-size: 22px;
  -webkit-box-shadow: 0px 10px 10px #00000029;
          box-shadow: 0px 10px 10px #00000029;
  text-transform: uppercase;
}

.who {
  padding: 30px 0;
  text-align: center;
}

.who .who-box img {
  width: 120px;
}

.who .who-box h4 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-family: "Segoe UI Bold";
}

.who .who-box p {
  font-size: 18px;
  color: #2D2D2D;
  opacity: .5;
  line-height: 1.4;
}

.portfolio {
  padding: 30px 0;
  background-color: #F6F6F6;
  padding-bottom: 60px;
}

.portfolio .portfolio-box {
  margin-bottom: 15px;
  margin-top: 15px;
  -webkit-box-shadow: 0px 3px 28px #00000029;
          box-shadow: 0px 3px 28px #00000029;
}

.portfolio .portfolio-box img {
  position: relative;
}

.portfolio .portfolio-box h5 {
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: #fff;
  font-family: "Segoe UI Bold";
  font-size: 22px;
}

.portfolio button {
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 40px;
  -webkit-box-shadow: 0px 10px 10px #00000029;
          box-shadow: 0px 10px 10px #00000029;
}

.ready {
  padding: 80px 0;
  text-align: center;
  background: transparent linear-gradient(259deg, #7CCF06 0%, #2D9D13 100%) 0% 0% no-repeat padding-box;
}

.ready h1 {
  color: #fff;
  font-size: 48px;
  font-family: "Segoe UI Bold";
  margin-bottom: 30px;
  margin-top: 0;
}

.ready button {
  background: #fff;
  color: #74C403;
  border-color: #fff;
  padding-left: 70px;
  padding-right: 70px;
  font-size: 22px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 10px 10px #00000029;
          box-shadow: 0px 10px 10px #00000029;
}

.ready button:hover {
  color: #fff;
  background-color: transparent;
}

footer {
  padding: 60px 0;
  padding-bottom: 0;
}

footer img.logo {
  width: 150px;
  margin-bottom: 60px;
}

footer .info i {
  width: 36px;
  height: 36px;
  background: #74C403;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
}

footer .info h5 {
  margin-top: 0;
  margin-left: 10px;
  margin-bottom: 4px;
  font-family: "Segoe UI Bold";
  color: #707070;
}

footer .info p {
  margin-left: 10px;
  margin-top: 0;
  opacity: .6;
}

footer ul.links {
  position: relative;
}

footer ul.links::before {
  content: "";
  background-color: #999;
  width: 30%;
  height: 2px;
  display: block;
  margin-right: 50%;
  border-radius: 10px;
  opacity: .5;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

footer ul.links::after {
  content: "";
  background-color: #999;
  width: 30%;
  height: 2px;
  display: block;
  margin-right: 50%;
  border-radius: 10px;
  opacity: .5;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

footer ul.links li a {
  color: #707070;
  padding-left: 10px;
  padding-right: 10px;
}

footer ul.links li a:hover {
  color: #74C403;
}

footer ul.social li {
  margin-left: 5px;
  margin-right: 5px;
}

footer ul.social li i {
  width: 36px;
  height: 36px;
  background: #74C403;
  color: #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  font-size: 20px;
}

footer .bottom-footer {
  background: #575757;
  margin-top: 20px;
  padding: 25px 0;
}

footer .bottom-footer h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
}

.internal .bg-img {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 100%;
}

.internal .content-box {
  margin-top: 30px;
  text-align: left;
  padding-bottom: 40px;
}

.internal .content-box h1 {
  font-size: 48px;
  font-family: "Segoe UI Bold";
  margin-bottom: 30px;
}

.internal .content-box img {
  margin-bottom: 20px;
}

.internal .content-box h3 {
  margin-top: 60px;
  color: #74C403;
  font-size: 30px;
  font-family: "Segoe UI Bold";
}

.internal .content-box p {
  width: 75%;
  color: #777;
  margin-left: 0;
  margin-top: 10px;
}

.internal .content-box .app-img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.internal .content-box .carousel-indicators {
  bottom: -5px;
}

.internal .content-box .carousel-indicators li {
  background-color: #D6D6D6;
  border-color: #D6D6D6;
  width: 12px;
  height: 12px;
}

.internal .content-box .carousel-indicators .active {
  margin: 1px;
  width: 12px;
  height: 12px;
  background-color: #74C403;
  border-color: #74C403;
}

.about-us .under {
  margin-top: 220px;
}

.about-us .under img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.about-us .vision {
  padding: 30px 0;
  background-color: #F9F9F9;
}

.about-us .vision h3 {
  margin-top: 60px;
  color: #74C403;
  font-size: 30px;
  font-family: "Segoe UI Bold";
  margin-left: 65px;
}

.about-us .vision p {
  width: 75%;
  color: #777;
  margin-left: 0;
  margin-top: 10px;
  margin: 10px auto;
  line-height: 1.8;
  font-size: 16px;
  opacity: 0.7;
}

.about-us .vision img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.about-us .team {
  padding: 60px 0;
}

.about-us .team h3 {
  margin-top: 60px;
  color: #74C403;
  font-size: 30px;
  font-family: "Segoe UI Bold";
}

.about-us .team p {
  width: 75%;
  color: #777;
  margin-left: 0;
  margin-top: 10px;
  margin: 10px 0;
  line-height: 1.8;
  font-size: 16px;
  opacity: 0.7;
}

.about-us .team img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.contact-box {
  margin-top: 30px;
  padding: 80px 0;
  background: transparent linear-gradient(263deg, #7CCF06 0%, #2D9D13 100%) 0% 0% no-repeat padding-box;
}

.contact-box h3 {
  font-size: 48px;
  color: #fff;
  font-family: "Segoe UI Bold";
  margin-top: 0;
  float: right;
}

.contact-box button {
  background: #fff;
  color: #74C403;
  padding-left: 70px;
  padding-right: 70px;
  margin-top: 7px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  -webkit-box-shadow: 0px 10px 10px #00000029;
          box-shadow: 0px 10px 10px #00000029;
  border-color: #fff;
}

.contact-box button:hover {
  background: transparent;
  color: #fff;
}

.know {
  padding: 60px 0;
}

.know h2 {
  font-size: 34px;
}

.know h3 {
  color: #7D7D7D;
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.know h3::before {
  content: "";
  background-color: #ddd;
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 43%;
  left: 0;
  top: 20px;
}

.know h3::after {
  content: "";
  background-color: #ddd;
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 43%;
  right: 0;
  top: 20px;
}

.know .service-box {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FEB200), to(#E28805)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FEB200 0%, #E28805 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 16px #00000029;
          box-shadow: 0px 3px 16px #00000029;
  border-radius: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
}

.know .service-box h4 {
  font-size: 20px;
  color: #fff;
}

.know h3.prod {
  margin-top: 80px;
}

.know .service-box.two {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FEDC00), to(#EBBC03)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FEDC00 0%, #EBBC03 100%) 0% 0% no-repeat padding-box;
}

.ai h2 {
  font-size: 28px;
  margin-top: 250px;
}

.ai img.main {
  width: 40%;
  margin-top: 40px;
  margin-bottom: 30px;
}

.ai p {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto;
  width: 52% !important;
}

.ai .some {
  padding: 20px 0;
  background: transparent linear-gradient(263deg, #7CCF06 0%, #2D9D13 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 10px 19px #00000029;
          box-shadow: 0px 10px 19px #00000029;
  border-radius: 29px;
  text-align: center;
}

.ai .some h4 {
  font-size: 22px;
  line-height: 1.6;
}

.ai img.more {
  width: 40px;
  margin-top: 60px;
  cursor: pointer;
}

.adlytic {
  padding: 40px 0;
  background: #F9F9F9;
}

.adlytic h2 {
  text-align: left !important;
}

.adlytic p {
  width: 90%;
  color: #777;
  margin-left: 0;
  margin-top: 10px;
  margin: 10px 0;
  line-height: 1.8;
  font-size: 16px;
  opacity: 0.7;
}

.adlytic ul {
  list-style: none;
  margin-top: 40px;
  margin-bottom: 30px;
}

.adlytic ul li {
  margin-left: 0px;
  margin-bottom: 8px;
  font-size: 15px;
  color: #707070;
}

.adlytic ul li::before {
  content: "";
  background-color: #FE9700;
  width: 10px;
  height: 4px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 10px;
  opacity: .8;
}

.adlytic ul li:last-child {
  margin-bottom: 0;
}

.adlytic h4 {
  color: #FE9700;
  font-family: "Segoe UI Bold";
  line-height: 1.6;
  margin-bottom: 30px;
}

.adlytic h3 {
  color: #74C403;
  font-family: "Segoe UI Bold";
  font-size: 22px;
  margin-top: 0;
}

.adlytic h3 span {
  color: #5E5E5E;
  font-family: "Segoe UI Regular";
  margin-left: 5px;
}

.adlytic hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.adlytic img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 3px 22px #00000029;
          box-shadow: 0px 3px 22px #00000029;
}

.adlytic.two {
  background: transparent;
  padding-top: 80px;
}

.adlytic.two p {
  width: 80%;
}

.contact-box.two h3 {
  float: none;
}

.contact-box.two button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contact-box.two p {
  font-size: 16px;
  opacity: .7;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 10px;
}

.get {
  padding: 80px 0;
}

.get h2 {
  text-align: left;
  font-size: 34px;
  margin-top: 60px;
}

.get button {
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 20px;
}

.get img {
  width: 60%;
  margin-top: -40px;
}

.new-works .spec-box {
  background: #F9f9f9;
  padding: 40px 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

.new-works .new-box {
  margin-bottom: 50px;
}

.new-works .new-works-box {
  margin-top: 45px;
}

.new-works .new-works-box h3 {
  color: #74C403;
  font-size: 48px;
  font-family: "Segoe UI Bold";
  font-family: 'Tajawal', sans-serif;
}

.new-works .new-works-box h5 {
  font-size: 20px;
  color: #777;
  margin-top: 30px;
  line-height: 1.4;
}

.new-works .new-works-box h4 a {
  color: #707070;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.new-works .new-works-box h4 a:hover {
  color: #74C403;
}

.new-works .carousel-indicators {
  bottom: -40px;
}

.new-works .carousel-indicators li {
  border-color: #74C403;
}

.new-works .carousel-indicators li.active {
  background: #74C403;
}

.marketing {
  margin-top: 40px;
}

.marketing h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 0;
}

.marketing h5 {
  color: #eee;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
}

.marketing button {
  background: #fff !important;
  border: 2px solid #74C403;
  color: #74C403;
  width: 170px;
  margin-left: 7px;
  margin-right: 7px;
}

.marketing button:hover {
  background-color: #74C403 !important;
  color: #fff;
}

.marketing img {
  width: 70%;
}

.marketing-2 h2 {
  text-align: center !important;
  margin-top: 0;
  margin-bottom: 40px;
}

.marketing-2 ul li {
  color: #707070;
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
}

.marketing-2 ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #74C403;
  display: inline-block;
  border-radius: 50%;
  margin-left: 10px;
}

.marketing-2 ul.spec {
  margin-top: 80px;
}

.contact-box.three {
  background: #F9F9F9 !important;
}

.contact-box.three h4 {
  color: #74C403;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}

.contact-box.three button {
  background: #74C403;
  color: #fff;
  border-color: #74C403;
}

.contact-box.three button:hover {
  background-color: transparent;
  color: #74C403;
}

.marketing-box {
  padding: 40px 0;
}

.marketing-box img {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.marketing-box ul li {
  color: #707070;
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
}

.marketing-box ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #74C403;
  display: inline-block;
  border-radius: 50%;
  margin-left: 10px;
}

.contact-box.two.four h3 {
  margin-bottom: 20px;
}

.marketing-2.last h2 {
  margin-bottom: 15px;
}

.marketing-2.last p {
  margin-bottom: 40px;
  width: 100%;
}

/* Responsive */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .content-box {
    margin-top: 40px;
  }
  .content-box h2 {
    font-size: 32px;
  }
  .content-box p {
    width: 85%;
  }
  .content-box button {
    width: 155px;
    font-size: 14px;
  }
  nav.navbar .nav-center {
    margin-left: unset;
  }
  nav.navbar li > a {
    margin-left: 0;
  }
  nav.navbar .navbar-brand img {
    width: 80px;
    margin-left: 0;
  }
  .navbar-collapse {
    border-top: none;
  }
  nav.navbar {
    min-height: 66px;
  }
  .navbar-toggle {
    margin-top: 18px;
  }
  nav.navbar li > a button {
    margin-left: 15px;
    width: 95%;
    margin-right: unset;
  }
  nav.navbar li > a {
    margin-top: 10px;
  }
  h2 {
    font-size: 28px;
  }
  p.title {
    width: 90%;
    text-align: center;
    line-height: 1.4;
  }
  .services h3 {
    font-size: 28px;
    margin-top: 30px;
  }
  .services h3::after {
    width: 30%;
  }
  .services h3::before {
    width: 30%;
  }
  .services .serv-box h4 {
    font-size: 20px;
  }
  .services .serv-box ul {
    padding: 10px;
    min-height: unset;
  }
  .services .serv-box ul.spec {
    min-height: unset;
  }
  .help {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .free {
    padding: 40px 0;
  }
  .free button {
    font-size: 16px;
  }
  .who .who-box h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .who .who-box p {
    font-size: 16px;
  }
  .ready h1 {
    font-size: 28px;
  }
  .ready button {
    background: #fff;
    color: #74C403;
    border-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }
  footer .info i {
    margin-bottom: 25px;
  }
  footer ul.links li {
    display: block;
    margin-bottom: 10px;
  }
  footer .bottom-footer h4 {
    font-size: 14px;
  }
  footer img.logo {
    width: 125px;
    margin-bottom: 50px;
  }
  .content {
    padding-top: 12px;
  }
  .internal .bg-img {
    top: 0px;
  }
  .internal .content-box h1 {
    color: #74C403;
  }
  .internal .content-box h3 {
    margin-top: 10px;
  }
  .internal .content-box img.download {
    -webkit-box-shadow: 0 0 9px #ccc;
            box-shadow: 0 0 9px #ccc;
  }
  .internal .content-box p {
    width: 100%;
  }
  .about-us .under {
    margin-top: 30px;
  }
  .about-us .vision h3 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .about-us .vision p {
    width: 100%;
    margin-left: 0;
  }
  .about-us .team p {
    width: 100%;
  }
  .contact-box {
    margin-top: 0px;
    padding: 60px 0;
  }
  .contact-box h3 {
    font-size: 36px;
    float: none;
    text-align: center;
  }
  .contact-box button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
  }
  .know h2 {
    font-size: 28px;
  }
  .know h3::before {
    width: 31%;
  }
  .know h3::after {
    width: 31%;
  }
  .know h3.prod {
    margin-top: 50px;
  }
  .ai h2 {
    margin-top: 50px;
    font-size: 22px;
  }
  .ai img.main {
    width: 80%;
  }
  .ai p {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ai .some h4 {
    font-size: 18px;
    line-height: 1.3;
  }
  .ai .some {
    padding: 10px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .ai img.more {
    width: 30px;
    margin-top: 40px;
  }
  .adlytic {
    padding-top: 0;
  }
  .adlytic h3 {
    font-size: 15px;
  }
  .adlytic h4 {
    font-size: 14px;
  }
  .adlytic img {
    width: 90%;
  }
  .get {
    padding: 30px 0;
    padding-top: 0px;
  }
  .get img {
    width: 80%;
    margin-top: 30px;
  }
  .get h2 {
    font-size: 28px;
    margin-top: 30px;
  }
  .get button {
    width: 100%;
  }
  .marketing h3 {
    color: #74C403;
    font-size: 22px;
    margin-top: 14px;
  }
  .marketing h5 {
    color: #7b9459;
    font-size: 18px;
  }
  .marketing button {
    width: 45%;
    padding-left: 13px;
    padding-right: 13px;
  }
  .marketing-2 h2 {
    margin-top: 20px;
  }
  .contact-box.three h4 {
    font-size: 26px;
    line-height: 1.4;
  }
  .marketing-box img {
    width: 90%;
  }
  .marketing-2 ul.spec {
    margin-top: 40px;
  }
}

/* galaxy S5 */
/* iphone x, 6/7/8 */
@media only screen and (min-width: 375px) and (max-width: 380px) {
  .content-box {
    margin-top: 120px;
  }
}

/* iphone 6/7/8 plus */
@media only screen and (min-width: 410px) and (max-width: 416px) {
  .content-box {
    margin-top: 110px;
  }
}

/* ipad */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .ready h1 {
    font-size: 37px;
  }
  .ready {
    padding: 60px 0;
  }
  .services .serv-box h4 {
    font-family: "Segoe UI Bold";
    font-size: 15px;
  }
  .services .serv-box ul {
    min-height: 160px;
  }
  .services .serv-box ul.spec {
    min-height: 120px;
  }
  .services h3::before,
  .services h3::after {
    width: 40%;
  }
  nav.navbar .navbar-brand img {
    width: 70px;
    margin-left: 0px;
    margin-top: 9px;
  }
  nav.navbar .nav-center {
    margin-left: 0%;
  }
  nav.navbar li > a button {
    margin-top: -13px;
    margin-right: 0px;
    font-size: 13px;
  }
  .content-box p {
    width: 70%;
  }
  .content-box {
    margin-top: 170px;
  }
  h2 {
    font-size: 33px;
  }
  .internal .bg-img {
    top: 0;
  }
  .internal .content-box {
    margin-top: 0px;
  }
  .content {
    min-height: unset;
  }
  .internal .content-box h3 {
    margin-top: 20px;
  }
  .internal .content-box .app-img {
    margin-top: 30px;
  }
  .internal .content-box p {
    width: 100%;
  }
  .about-us .content-box h1 {
    margin-top: 0;
  }
  .about-us .under {
    margin-top: 100px;
  }
  .internal .content-box {
    padding-bottom: 10px;
  }
  .about-us .vision img,
  .about-us .team img {
    margin-top: 100px;
  }
  .about-us .under img {
    margin-top: 60px;
  }
  .about-us .vision h3 {
    margin-left: 0;
  }
  .about-us .vision p {
    margin-left: 0;
    width: 100%;
  }
  .about-us .team p {
    width: 100%;
  }
  .contact-box h3 {
    font-size: 45px;
  }
  .know h3::before,
  .know h3::after {
    width: 40%;
  }
  .know .service-box h4 {
    font-size: 18px;
  }
  .ai h2 {
    font-size: 28px;
    margin-top: 150px;
  }
  .get h2 {
    font-size: 28px;
    margin-top: 0;
  }
  .get img {
    width: 60%;
    margin-top: -15px;
  }
  .marketing h3 {
    color: #74c405;
    font-size: 19px;
  }
  .marketing {
    margin-top: 90px;
  }
  .marketing h5 {
    color: #74C403;
    font-size: 17px;
  }
  .marketing button {
    width: 150px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .marketing-2 ul.spec {
    margin-top: 0px;
  }
}

/* ipad pro  */
@media only screen and (min-width: 1024px) and (max-width: 1030px) {
  nav.navbar .nav-center {
    margin-left: 8%;
  }
  nav.navbar li > a button {
    margin-right: 20px;
  }
  .content-box {
    margin-top: 320px;
  }
  .content {
    min-height: unset;
  }
  .about-us .content-box h1 {
    margin-top: 0;
  }
  .about-us .under {
    margin-top: 100px;
  }
  .ai h2 {
    font-size: 28px;
    margin-top: 150px;
  }
  .get h2 {
    font-size: 28px;
    margin-top: 50px;
  }
  .get img {
    width: 60%;
    margin-top: -15px;
  }
  .marketing h5 {
    color: #74C403;
    margin-top: 30px;
  }
  .marketing h3 {
    font-size: 21px;
  }
  .marketing {
    margin-top: 20px;
  }
  .marketing-2 ul.spec {
    margin-top: 30px;
  }
}

/* 17 inch */
@media only screen and (min-width: 1920px) and (max-width: 2500px) {
  .content-box {
    margin-top: 250px;
  }
  nav.navbar .nav-center {
    margin-left: 15%;
  }
  .internal .bg-img {
    top: -185px;
  }
  .content {
    min-height: unset;
  }
}
/*# sourceMappingURL=style.css.map */