@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
h1,
h2,
h3,
h4 {
  color: #000;
}
a {
  text-decoration: none !important;
}
p {
  font-family: "Poppins", sans-serif;
  color: #00000096;
}
section {
  padding: 100px 0px;
  overflow: hidden;
}
.tringle-top {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.btn_theme {
  color: #3baff7;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 10px;
  background-color: #fff;
  padding: 18px 30px;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}
.btn_theme i {
  transition: all 0.3s ease-in-out;
}
.btn_theme:hover {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}
.social_btn .btn_social {
  background-color: #fff;
  color: #3baff7 !important;
  padding: 5px 20px;
  border-radius: 8px;
  line-height: 27px;
}
.social_btn .btn_social:hover,
.social_btn .btn_social:focus,
.social_btn .btn_social:active {
  background-color: #eee !important;
  color: #3baff7 !important;
}

.btn_theme:hover i {
  transform: translateX(5px);
  color: #fff;
}
.main_header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.main_header .navbar-nav li a {
  margin: 0px 15px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  /* color: #fff; */
}
.main_header .social_btn a {
  color: #fff;
  margin: 0px 10px;
  text-transform: uppercase;
}
.main_header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  padding: 12px 0px;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 7px 20px rgb(0, 0, 0, 0.5);
  background-color: #47b4f7 ;
}
.active {
  color: #000;
}
.hero_section {
  background-image: url(../img/hero_bg1.png);
  background-position: center;
  background-size: cover;
  height: 100%;
  padding: 250px 0px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}
.hero_section h1 {
  font-size: 70px;
  font-weight: 800;
  color: #fff;
}
.hero_section h2 {
  font-size: 50px;
  letter-spacing: 5px;
  font-weight: 500;
  color: #fff;
}
.hero_section p {
  color: #fff;
}
/* .hero_section ul{
    padding: 0;
} */
.mouse_move {
  position: relative;
  height: 100%;
  width: 100%;
}
.mouse {
  position: absolute;
  bottom: -100px;
  right: 150px;
}
.image_masg {
  position: absolute;
  bottom: 236px;
  right: 310px;
  transform: translatex(-50%, -50%);
  /* animation: movebounce 2.1s linear infinite; */
}
.about {
  position: absolute;
  bottom: 222px;
  right: 104px;
}
.profile-2 {
  position: absolute;
  left: 57px;
  bottom: 152px;
  z-index: 1;
}
.profile-2:before {
  -webkit-animation: 2.5s anim-effct-slide1 0s linear infinite;
  animation: 2.5s anim-effct-slide1 0s linear infinite;
  -webkit-box-shadow: 0 0 0 80px rgb(232 232 232 / 10%);
  box-shadow: 0 0 0 80px rgb(232 232 232 / 10%);
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  top: 26%;
  left: 26%;
  border-radius: 50%;
  z-index: 1;
}
.about_Sec {
  background: linear-gradient(to right, #87cefa 0%, #3baff7 100%);
}
.about_Sec h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}
.about_Sec p {
  color: #fff;
}
.iq-bg-fixed {
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
  background-attachment: fixed !important;
}
.ring {
  position: absolute;
  left: 100px;
  bottom: 50%;
  animation: rotateme 15s linear infinite;
}
@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.iq-over-black-80:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  /* background: rgba(30, 80, 226, 0.8); */
  background: linear-gradient(to right, #87cefa 0%, #3baff7d6 100%);
}
.heading-title {
  margin-bottom: 80px;
  text-align: center;
}
.heading-title .title {
  position: relative;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.iq-font-white {
  color: #ffffff;
}
.iq-tw-6 {
  font-weight: 600;
  color: #000;
}
.heading-title .divider.white {
  border-color: #fff;
}
.heading-title .divider {
  border: 2px solid #87cefa;
  position: relative;
  display: inline-block;
  width: 30px;
  margin-top: 20px;
}
.heading-title .divider.white:before {
  background: #fff;
}

.heading-title .divider:before {
  position: absolute;
  content: "";
  bottom: -8px;
  right: 0;
  width: 50px;
  height: 1px;
  background: #87cefa;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.heading-title .divider.white:after {
  background: #fff;
}

.heading-title .divider:after {
  position: absolute;
  content: "";
  top: -8px;
  left: 0;
  width: 50px;
  height: 1px;
  background: #87cefa;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.heading-title p {
  display: block;
  margin-bottom: 50px;
  margin-top: 20px;
}
.iq-font-white {
  color: #ffffff;
}
.button.button-icon {
  line-height: 34px;
  border: 2px solid #fff;
  background: transparent;
  padding: 8px 35px;
}
.iq-mr-15 {
  margin-right: 15px;
}
.button {
  color: #fff;
  padding: 12px 36px;
  font-weight: 600;
  border: none;
  position: relative;
  font-family: "Raleway", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  margin: 2px;
  background: #1e50e2;
}
/* cards */
.iq-fancy-box-03 {
  position: relative;
  padding: 20px 40px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
}
.iq-fancy-box-03:before {
  position: absolute;
  content: "";
  left: -100%;
  bottom: 0;
  height: 3px;
  width: 100%;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  background: #87cefa;
}
.iq-fancy-box-03:hover:before {
  left: 0;
}
.iq-fancy-box-03 i {
  font-size: 50px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.iq-font-blue {
  color: #87cefa;
}
.iq-fancy-box-03 h4 {
  margin: 13px 0px 18px;
  display: inline-block;
  float: left;
  color: #87cefa;
}
.iq-tw-6 {
  font-weight: 600;
}
.iq-fancy-box-03 .info-03 {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

/*---------------------------------------------------------------------
                          TESTIMONIAL
-----------------------------------------------------------------------*/
.testimonial_sec {
  background-image: url(../img/testimonial.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.testimonial_sec span {
  color: rgba(0, 0, 0, 0.514);
}
.iq-loved-customers .testimonial_carousel {
  padding: 10px 10px 20px;
}
.iq-client {
  position: relative;
  margin-top: 40px;
  padding: 0 30px 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
}
.iq-client:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 2px;
  width: 100px;
  background: #87cefa;
}
.iq-client .client-img {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 90px;
  margin-top: -40px;
}
.client-name {
  padding-left: 60px;
  position: relative;
}
.client-name:before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  bottom: 0px;
  left: 0;
  font-size: 44px;
  color: #f0f0f0;
  line-height: normal;
}
.client-info p {
  line-height: 28px;
}
.testimonial_carousel.owl-carousel .owl-nav {
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 0;
  width: 100%;
  cursor: pointer;
  z-index: 999;
}
.testimonial_carousel.owl-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  text-align: center;
  text-indent: inherit;
  left: -8%;
  width: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
}
.testimonial_carousel.owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  text-align: center;
  text-indent: inherit;
  right: -8%;
  width: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
}
.testimonial_carousel.owl-carousel .owl-nav i {
  font-size: 24px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 42px;
  padding-left: 0px;
  display: inline-block;
  color: #f5f7fb;
  background: #e7e7e7;
  font-weight: normal;
  text-align: center;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.testimonial_carousel.owl-carousel .owl-nav i:hover {
  background: #87cefa;
  color: #f5f7fb;
}

.mobile_carousel.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    width: 100%;
    cursor: pointer;
    z-index: 999;
  }
  .mobile_carousel.owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    text-align: center;
    text-indent: inherit;
    left: -8%;
    width: auto;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  }
  .mobile_carousel.owl-carousel .owl-nav .owl-next {
    display: block;
    position: absolute;
    text-align: center;
    text-indent: inherit;
    right: -8%;
    width: auto;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  }
  .mobile_carousel.owl-carousel .owl-nav i {
    font-size: 24px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 42px;
    padding-left: 0px;
    display: inline-block;
    color: #fff;
    background: #3baff7;
    font-weight: normal;
    text-align: center;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  .mobile_carousel.owl-carousel .owl-nav i:hover {
    background: #87cefa;
    color: #f5f7fb;
  }

.img-circle {
  border-radius: 50%;
}

/* mobile_sec */
.section.background {
  background: #f4f8fb url(../img/bg-top.svg) center top no-repeat;
  background-size: contain;
}
.features {
  padding-top: 30px;
}
.features li {
  overflow: hidden;
  margin-bottom: 30px;
}

.features li:hover .count span{
    background-color: #3baff7;
    color: white;
}
.features li .count {
  float: left;
  width: 68px;
  min-height: 150px;
  background: url(../img/features-bg.svg) center bottom no-repeat;
}
.features li .count span {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin: auto;
  border: 1px solid #3baff7;
  font-weight: 600;
  font-size: 16px;
  color: #3baff7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.features li .text {
  float: left;
  width: calc(100% - 68px);
  width: -webkit-calc(100% - 68px);
  padding-left: 20px;
}
.features li .text .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #3b566e;
  margin-top: 5px;
  margin-bottom: 24px !important;
}
.features li .text p {
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  letter-spacing: 1px;
  line-height: 28px;
}
.app_Sec {
  background-color: rgba(128, 128, 128, 0.144);
}
.faq_sec {
  background: linear-gradient(to right, #87cefa 0%, #3baff7d6 100%);
}
.faq_sec .accordion-item:first-of-type h2 {
  color: #fff;
}

.btn_dark {
  background: #3baff7;
  color: #fff;
}
.btn_dark:hover {
  border: 1px solid #3baff7;
  color: #3baff7;
}
.btn_dark:hover i {
  color: #3baff7;
}

.faq_cards h4 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.589);
}
.faq_cards a {
  color: rgba(0, 0, 0, 0.589);
  transition: all 0.3s ease-in-out;
}
.faq_cards a:hover {
  color: #87cefa;
}
.faq_cards .panel-body {
  padding: 20px 20px;
  /* padding-bottom:20px ; */
  border-top: 1px solid #3baff7;
}
.panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
}
.panel-title > a.collapsed:before {
  float: right !important;
  content: "\f067";
}
.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
  text-decoration: none;
}
.panel-heading {
  padding: 20px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel {
  margin-bottom: 20px !important;
  background-color: #ffffff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 15px 16px 13px 8px rgb(4 4 4 / 5%);
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #00bcd4;
  text-align: center;
  color: #fff;
}

#button {
  display: inline-block;
  background-color: #3baff7;
  box-shadow: 0 0 30px -3px rgb(0 0 0 / 50%);
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #0281d1;
}
#button:active {
  background-color: #0281d1;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.iq-fancy-box-04 .iq-icon {
  float: left;
  border-radius: 90px;
  height: 70px;
  width: 70px;
  line-height: 75px;
  text-align: center;
  margin-right: 15px;
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 15%);
}

.green-bg {
  background: rgb(59 175 247);
}
.green-bg i {
  font-size: 25px;
}
.iq-fancy-box-04 .fancy-content {
  display: table-cell;
}
.iq-tw-6 {
  font-weight: 600;
}
.lead {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.info-share {
  margin: 0;
  padding: 0;
  text-align: right;
}
.info-share li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0px 5px;
}
.info-share li a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #3baff7;
  background: transparent;
  border: 1px solid #3baff7;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 17px;
  transition: all 0.2s ease-in-out;
}
.info-share li a:hover {
  background-color: #3baff7;
  color: white;
}
.iq-footer-03 {
  padding-top: 20px;
}
.cpoy-right-bg {
  border-top: 1px solid #3baff76c;
}
/* login_page */
.auth-page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.auth-card {
  width: 550px;
  margin: 0 auto;
  position: relative;
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 35px 2px rgb(0 0 0 / 5%);
  box-shadow: 0 0 35px 2px rgb(0 0 0 / 5%);
}
.auth-card p {
  margin-bottom: 0;
}
.main {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  padding-bottom: 0;
}
.auth-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.auth-form .form-group label {
  padding: 0 7px;
  background: #3baff7;
  color: #fff;
  border-radius: 3px;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 9px;
  left: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.auth-form .form-group i {
  line-height: 50px;
  color: #3baff7;
  text-align: center;
  position: absolute;
  font-size: 16px;
  top: -2px;
  left: 20px;
  z-index: 1;
}

.body_bg {
  background: linear-gradient(to right, #87cefa 0%, #3baff7 100%);
  overflow: auto;
  display: flex ;
  align-items: center ;
  justify-content: center;
  min-height: 100vh;
}
.sign_up {
  height: 750px !important;
  width: 600px !important;
}

.contact {
  margin: 0 auto;
  width: 550px;
  background: #fff !important;
  height: 650px;
  /* transform: translateY(40%); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  box-shadow: 0px 0 31px 0px rgb(0 0 0 / 10%);
}

.contact h1 {
  margin: 20px 0 10px 0;
  font-size: 3rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.contact .login-form {
  width: 70%;
  margin-bottom: 15px;
}

.contact h4 {
  margin: 20px 0 5px 0;
  font-size: 1.5rem;
  font-weight: 300;
}
.contact input {
  width: 80%;
  font-size: 1.1rem;
  font-weight: 300;
  padding: 7px 0;
  border: none;
  background-color: inherit;
}
.contact input:focus,
.contact input:active {
  outline: 0;
}

.contact .username-input,
.password-input {
  /* width: 90%; */
  border-bottom: 1px solid #a4a4a4;
}

.contact i {
  width: 10%;
  color: rgba(0, 0, 0, 0.3);
  padding-right: 7px;
}

.contact .login-form > p {
  width: 90%;
  font-size: 1.1rem;
  text-align: right;
  margin-top: 5px;
  font-weight: 300;
}

.contact .login-btn {
  border: none;
  padding: 7px 20px;
  width: 50%;
  border-radius: 10px;
  font-size: 1.2rem;
  background-image: linear-gradient(43deg, #3baff7 0%, #3baff7 100%);
  color: white;
  font-weight: 600;
}
/* .app{
  bottom: 20% !important;
} */

.contact .alternative-signup {
  width: 70%;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .alternative-signup > p {
  width: 90%;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 300;
}
.contact span a {
  font-size: 1.1rem;
  font-weight: 600;
  color: #3baff7;
}
.app_img{
  bottom: -470px;
  right: 150px;
}
@media (max-width: 600px) {
  section{
    padding: 50px 0px;
  }
  .auth-card {
    width: 280px;
    padding: 30px 15px 15px;
    min-width: 80%;
  }
  .hero_section h1 {
    font-size: 30px;
  }
  .hero_section h2 {
    font-size: 22px;
  }
  .heading-title .title {
    font-size: 35px;
  }
  .about{
    display: none;
  }
  .mouse{
    position: relative;
    top: 10px;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .hero_section{
    height: 100% !important;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 0;
  }
  .ring{
    display: none;
  }
  .heading-title{
    margin-bottom: 0;
  }
  .image_masg{
    display: none;
  }
  ul{
    list-style: none;
    padding: 0;
  }
  .main_header .navbar{
    background: #47b4f7;
    text-align: center;
  }
  .main_header .social_btn{
    padding-bottom: 20px;
    justify-content: center;
  }
  .main_header .navbar-brand img{
      height: 40px;
  }
  .about_Sec h2 {
    font-size: 30px;
    text-align: center;
  }
  .about_Sec p{
    text-align: center;
  }
  .sign_up{
    width: 350px !important;
  }
  .contact{
    width: 350px;
  }
  .iq-fancy-box-03{
    padding: 20px 20px;
  }
}



/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3fb1f7;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3fb1f7;
}








.screenshots-main .shape-voucher-blue {
  bottom: 50px;
  top: auto;
  right: 250px;
  opacity: 0.6;
}

.screenshots-main .screenshots-header h1 {
  font-weight: 900;
  font-family: "Poppins";
  margin-bottom: 20px;
}

.screenshots-main {
  padding: 70px 0px;
  position: relative;
}

.screenshots-main .screenshots-header p {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 400;
}
.screenshot_slider .section-padding {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}

.screenshot_slider .owl-item .item {
  transform: translate3d(0, 0, 0);
  /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  margin: 50px 0;
  /* OVERWRITE PLUGIN MARGIN */
}

.screenshot_slider .owl-item .item img {
  -webkit-transition: 0.3s;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-transition: 0.3s;
  height: 550px;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.screenshot_slider .owl-nav {
  text-align: center;
}

.screenshot_slider .owl-nav button {
  font-size: 24px !important;
  margin: 10px;
  color: #033aff !important;
}

.screenshot_slider .owl-nav button:focus {
  outline: none;
  box-shadow: none;
}


/* .screenshot_slider .owl-item.active.center {
  width: 100%;
  height: 100%;
  -webkit-background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(https://res.cloudinary.com/di5yipnns/image/upload/v1482236588/apple-iphone_aivldo.png);
  background-size: cover;
  background-position: center center;
} */

.screenshot_slider .owl-stage-outer {
  background: url(../img/mobile_2.png) no-repeat;
  background-position: 51% 22%;
  background-repeat: no-repeat;
  background-size: 46% 105%;
}
 .screenshot_slider .owl-item{
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}
.screenshot_slider .owl-item.center{
  transform: scale(1);
}
/* .device {
     position: absolute;
    top: 47%;
    bottom: 0;
    left: 963px;
    right: 0;
    width: 38%;
    height: 82%;
    -webkit-background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://res.cloudinary.com/di5yipnns/image/upload/v1482236588/apple-iphone_aivldo.png);
    background-position: center center;
    transform: translate(-50%, -50%);
} */













.ctn-preloader {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: default;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9000;
}
.ctn-preloader .animation-preloader {
	z-index: 1000;
}
.ctn-preloader .animation-preloader .spinner {
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-top-color: #048ec5;
	height: 150px;
	margin: 0 auto 3.5em auto;
	width: 150px;
}
.ctn-preloader .animation-preloader .txt-loading {
	font: bold 5em "Roboto", sans-serif;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
	color: rgba(0, 0, 0, 0.2);
	position: relative;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
	-webkit-animation: letters-loading 4s infinite;
	animation: letters-loading 4s infinite;
	color: #000000;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	font-family: "Roboto", sans-serif;
	position: absolute;
	top: -3px;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}
.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(2):before {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(3):before {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(4):before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(5):before {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(6):before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(7):before {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.ctn-preloader
	.animation-preloader
	.txt-loading
	.letters-loading:nth-child(8):before {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.ctn-preloader.dark .animation-preloader .spinner {
	border-color: rgba(255, 255, 255, 0.2);
	border-top-color: #fff;
}
.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
	color: rgba(255, 255, 255, 0.2);
}
.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
	color: #fff;
}
.ctn-preloader p {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #3b3b3b;
}
.ctn-preloader .loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	z-index: 1;
	pointer-events: none;
}
.ctn-preloader .loader .row {
	height: 100%;
}
.ctn-preloader .loader .loader-section {
	padding: 0px;
}
.ctn-preloader .loader .loader-section .bg {
	background-color: #ffffff;
	height: 100%;
	left: 0;
	width: 100%;
	-webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.ctn-preloader .loader.dark_bg .loader-section .bg {
	background: #111339;
}
.ctn-preloader.loaded .animation-preloader {
	opacity: 0;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.ctn-preloader.loaded .loader-section .bg {
	width: 0;
	-webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	-o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}
@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}
@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}
@-webkit-keyframes letters-loading {
	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}
@keyframes letters-loading {
	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}
@media screen and (max-width: 767px) {
	.ctn-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}
	.ctn-preloader .animation-preloader .txt-loading {
		font: bold 3.5em "Roboto", sans-serif;
	}
}
@media screen and (max-width: 500px) {
	.ctn-preloader .animation-preloader .spinner {
		height: 7em;
		width: 7em;
	}
	.ctn-preloader .animation-preloader .txt-loading {
		font: bold 2em "Roboto", sans-serif;
	}
}
@media screen and (max-width: 450px){
  .screenshot_slider .owl-stage-outer {
      background-position: 48% 38% !important;
      background-size: 234% 113% !important;
  }
}