@media only screen and (max-width: 767px) {
  .btn {
    font-size: 13px;
    padding: 13px 33px;
  }
  .section-title {
    margin-bottom: 10px;
  }
  .section-title h2 {
    font-size: 24px;
  }
  .navbar-toggler {
    outline: 0 !important;
  }
  #navbarSupportedContent {
    background: #ffffff;
    margin-top: 10px;
    border-top: 1px solid #eeeeee;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsMCwwLDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+);
  }

  .shape1{
    display: none;
  }
  .services-content .box {
    margin-top: 20px;
    padding: 14px 10px;
  }
  .services-left-image {
    text-align: center;
    margin-bottom: 45px;
  }
  .services-left-image img {
    display: none;
    position: relative;
  }
  .services-left-image img:last-child {
    display: inline-block;
  }
  .services-left-image.single-left-image img.bg-image {
    display: none;
  }
  .single-services-box h3 {
    font-size: 17px;
  }
  .single-features {
    padding-left: 20px;
  }
  .single-features .icon {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 25px;
  }
  .single-features h3 {
    font-size: 17px;
  }
  .funfact {
    margin-bottom: 30px;
  }
  .funfact h3 {
    font-size: 25px;
    margin-bottom: 3px;
  }
  .ready-to-talk {
    padding-top: 30px;
    padding-bottom: 90px;
  }
  .ready-to-talk h3 {
    font-size: 20px;
  }
  .partner-section .partner-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-area {
    padding-bottom: 20px;
  }
  .iot-cta-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cta-iot-content {
    text-align: center;
    margin-top: 35px;
  }
  .cta-iot-content h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .footer-area {
    padding-top: 50px;
  }
  .single-footer-widget {
    padding: 0 !important;
    margin-bottom: 30px;
  }
  .single-footer-widget h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .copyright-area {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .startp-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: auto;
    right: 190px;
  }

  .shape1{
    display: none;
  }
  .services-left-image {
    text-align: center;
    margin-bottom: 45px;
  }
  .services-left-image img {
    display: none;
    position: relative;
  }
  .services-left-image img:last-child {
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .services-left-image.single-left-image img.bg-image {
    display: none;
  }
  .single-features {
    padding-left: 20px;
  }
  .single-features .icon {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 25px;
  }
  .iot-cta-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .cta-iot-content {
    text-align: center;
    margin-top: 40px;
  }
  .single-footer-widget {
    margin-bottom: 30px;
  }
  .copyright-area {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-banner .hero-content h1 {
    font-size: 35px;
  }
  .shape1 {
    display: none;
  }
  .startp-nav nav .navbar-nav .nav-item a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .services-left-image.single-left-image img:first-child {
    top: -30px;
  }
}

.main-image-wrapper {
  width: 420px;
  height: 420px;
  background-image: url(/5bea426fa7f985389583.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 380px 380px;
}

@media only screen and (max-width: 500px) {
  .main-image-wrapper {
    width: 330px;
    height: 330px;
    background-size: 290px 290px;
  }
}
.hero {
  background: #88C9F9;
}
/*# sourceMappingURL=responsive.css.map */

.btn{transition:.5s;z-index:1;position:relative;text-transform:uppercase;font-weight:600;border:0 solid transparent}.btn:after,.btn:before{content:"";position:absolute;top:0;height:100%;width:0;-webkit-transition:.5s;transition:.5s;background:#4885ed;z-index:-1}.btn:after{left:0;border-radius:0}.btn:before{right:0;border-radius:0}.btn:hover:after,.btn:hover:before{width:50%}@media only screen and (max-width: 767px){.btn{padding:.7rem 1.5rem}}.btn.btn-warning{color:#fff;padding:.938rem 2.5rem;background:#ffc107;border-radius:35px}.btn.btn-warning:after,.btn.btn-warning:before{background:#ffc107;border-radius:35px}.single-footer-widget .logo img{max-width:100%;max-height:40px}.single-footer-widget .logo{margin-bottom:20px}.single-footer-widget .logo a{display:block}.single-footer-widget h3{font-size:18px;margin-bottom:30px}.single-footer-widget ul{padding:0;margin:0;list-style-type:none}.single-footer-widget ul.list li{margin-bottom:10px}.single-footer-widget ul.list li a{color:#6084a4}.single-footer-widget ul.list li a:hover{color:#44ce6f;padding-left:7px}.single-footer-widget ul.list li:last-child{margin-bottom:0}.single-footer-widget ul.social-links li{display:inline-block;margin-right:5px}.single-footer-widget ul.social-links li a{width:32px;text-align:center;line-height:27px;height:32px;border:2px solid #44ce6f;border-radius:50%;color:#44ce6f}.single-footer-widget ul.social-links li a svg{width:15px}.single-footer-widget ul.social-links li a.facebook{border-color:#4267b2;color:#4267b2}.single-footer-widget ul.social-links li a.facebook svg{fill:#4267b2}.single-footer-widget ul.social-links li a.facebook:hover{background:#4267b2;color:#fff}.single-footer-widget ul.social-links li a.facebook:hover svg{fill:#fff}.single-footer-widget ul.social-links li a.twitter{border-color:#38a1f3;color:#38a1f3}.single-footer-widget ul.social-links li a.twitter svg{fill:#38a1f3}.single-footer-widget ul.social-links li a.twitter:hover{background:#38a1f3;color:#fff}.single-footer-widget ul.social-links li a.twitter:hover svg{fill:#fff}.single-footer-widget ul.social-links li a.linkedin{border-color:#0077b5;color:#0077b5}.single-footer-widget ul.social-links li a.linkedin svg{fill:#0077b5}.single-footer-widget ul.social-links li a.linkedin:hover{background:#0077b5;color:#fff}.single-footer-widget ul.social-links li a.linkedin:hover svg{fill:#fff}.single-footer-widget ul.social-links li a:hover{background:#44ce6f;color:#fff}.navbar{padding:0}.navbar .navbar-brand{margin-right:0}.navbar .navbar-brand img{max-height:50px}@media(max-width: 500px){.navbar .navbar-brand img{max-height:40px}}.startp-nav{background:#fff;position:relative}.startp-nav{background:transparent;position:absolute;top:0;left:0;padding-top:15px;width:100%;z-index:999;height:auto}.startp-nav nav ul{padding:0;margin:0;list-style-type:none}.startp-nav nav .navbar-nav .nav-item{position:relative;padding:5px 0}@media(max-width: 768px){.startp-nav nav .navbar-nav .nav-item{padding:2.5px 0}}.startp-nav nav .navbar-nav .nav-item a{font-weight:500;font-size:1rem;color:#4a6f8a;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:14px;margin-right:14px}.startp-nav nav .navbar-nav .nav-item a:hover,.startp-nav nav .navbar-nav .nav-item a:focus,.startp-nav nav .navbar-nav .nav-item a.active{color:#44ce6f}.startp-nav nav .navbar-nav .nav-item a svg{width:14px}.startp-nav nav .navbar-nav .nav-item .dropdown_menu{-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.05);box-shadow:0 0 30px 0 rgba(0,0,0,.05);background:#fff;position:absolute;top:80px;left:0;width:250px;z-index:99;padding:20px 5px;opacity:0;border-radius:5px;visibility:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.startp-nav nav .navbar-nav .nav-item .dropdown_menu li{position:relative;padding:0}.startp-nav nav .navbar-nav .nav-item .dropdown_menu li a{font-size:14px;font-weight:500;padding:9px 15px;margin:0;display:block;color:#4a6f8a}.startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:hover,.startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:focus,.startp-nav nav .navbar-nav .nav-item .dropdown_menu li a.active{color:#44ce6f}.startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu{position:absolute;left:220px;top:0;opacity:0 !important;visibility:hidden !important}.startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a{color:#4a6f8a}.startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a:hover,.startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a:focus,.startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a.active{color:#44ce6f}.startp-nav nav .navbar-nav .nav-item .dropdown_menu li:hover .dropdown_menu{opacity:1 !important;visibility:visible !important;top:-20px !important}.startp-nav nav .navbar-nav .nav-item .dropdown_menu li:hover a{color:#44ce6f}.startp-nav nav .navbar-nav .nav-item:hover ul{opacity:1;visibility:visible;top:100%}.startp-nav.is-sticky{position:fixed;top:0;left:0;width:100%;padding:5px 0;z-index:999;-webkit-box-shadow:0 2px 28px 0 rgba(0,0,0,.06);box-shadow:0 2px 28px 0 rgba(0,0,0,.06);background-color:#fff !important;-webkit-animation:500ms ease-in-out 0s normal none 1 running fadeInDown;animation:500ms ease-in-out 0s normal none 1 running fadeInDown}.startp-nav nav .navbar-nav .nav-item .nav-link span{display:inline-block;background-color:red;color:#fff;font-size:9px;width:13px;height:13px;text-align:center;line-height:14px;border-radius:50%;position:relative;top:-7px;right:4px}.section-title{text-align:center;margin-bottom:10px}.section-title h2{margin-bottom:0;font-size:24px;font-weight:600;text-transform:capitalize}.section-title p{max-width:700px;margin:0 auto}.section-title .bar{height:5px;width:90px;background:rgba(251,195,60,.4);margin:20px auto;position:relative;border-radius:30px}.section-title .bar:before{content:"";position:absolute;left:0;top:-2.7px;height:10px;width:10px;border-radius:50%;background:rgba(251,195,60,.6);animation-duration:4s;animation-timing-function:linear;animation-iteration-count:infinite;animation-name:MOVE-BG}@keyframes MOVE-BG{from{transform:translateX(0)}to{transform:translateX(88px)}}.small-service-box{position:relative;margin-top:10px;z-index:1;display:block;padding:10px 10px;color:#6084a4;font-weight:500;border-radius:3px;transition:.5s;box-shadow:0 2px 48px 0 rgba(0,0,0,.08)}@media(min-width: 992px){.small-service-box{min-height:70px;max-height:71px;display:flex;align-items:center}}.small-service-box:before{content:"";left:0;top:0;height:100%;width:100%;background-image:radial-gradient(circle farthest-corner at 10% 20%, #60bdff 0%, #4885ed 100.2%);opacity:0;visibility:hidden;position:absolute;border-radius:3px;z-index:-1;-webkit-transition:.5s;transition:.5s}.small-service-box svg{margin-right:5px;display:inline-block;color:#76a4f2;transition:.5s;width:18px}.commentsAndModeration{transform:translate(20%);height:auto !important}@media(max-width: 700px){.small-service-box{box-shadow:none;margin-top:5px;margin-left:0}.commentsAndModeration{transform:none}}.feature-box{border:1px dashed #cdf1d8;display:flex;align-items:center;padding:15px 15px;position:relative;z-index:1;border-radius:5px;background:#fff;box-shadow:0 0 10px rgba(72,69,224,.1);transition:.5s}.feature-box:before{content:"";position:absolute;left:0;top:0;width:100%;border-radius:5px;height:100%;z-index:-1;opacity:0;visibility:hidden;transition:.5s}.feature-box .icon{display:flex;align-items:center;justify-content:center;margin:0 auto;text-align:center;width:55px;height:55px;line-height:55px;background:rgba(251,195,60,.2);border-radius:50%;color:#fbc33c;transition:.5s}.feature-box .icon:first-child{width:90px !important;height:55px}.feature-box .icon:nth-child(2){width:110px !important;height:55px}.feature-box .icon:last-child{width:120px !important;height:55px}.feature-box h3{font-size:18px;margin-top:15px;margin-bottom:15px;-webkit-transition:.5s;transition:.5s}.feature-box p{transition:.5s}.feature-box:hover{border-color:transparent}.feature-box:hover:before{opacity:1;visibility:visible}.feature-box:hover .icon{background:rgba(251,195,60,.8) !important;color:#fff}.feature-box.bg-f78acb{border-color:rgba(247,138,203,.3)}.feature-box.bg-f78acb .icon{color:#f78acb;background:rgba(247,138,203,.3)}.feature-box.bg-f78acb:hover .icon{color:#f78acb}.feature-box.bg-c679e3{border-color:#edc3fc}.feature-box.bg-c679e3 .icon{color:#c679e3;background:#edc3fc}.feature-box.bg-c679e3:hover .icon{color:#c679e3}.feature-box.bg-eb6b3d{border-color:rgba(235,107,61,.3)}.feature-box.bg-eb6b3d .icon{color:#eb6b3d;background:rgba(235,107,61,.3)}.feature-box.bg-eb6b3d:hover .icon{color:#eb6b3d}@media(max-width: 700px){.iot-cta-area{padding-bottom:50px;margin-top:-5px;padding-top:0}}.social-link-btn{width:32px;text-align:center;line-height:27px;height:32px;border:2px solid #44ce6f;border-radius:50%;color:#44ce6f}.social-link-btn svg{width:15px}.social-link-btn:hover svg{fill:#fff}.social-link-btn .facebook{border-color:#4267b2;color:#4267b2}.social-link-btn .facebook svg{fill:#4267b2}.social-link-btn .facebook:hover{background:#4267b2;color:#fff}.social-link-btn .twitter{border-color:#38a1f3;color:#38a1f3}.social-link-btn .twitter svg{fill:#38a1f3}.social-link-btn .twitter:hover{background:#38a1f3;color:#fff}.social-link-btn .linkedin{border-color:#0077b5;color:#0077b5}.social-link-btn .linkedin svg{fill:#0077b5}.social-link-btn .linkedin:hover{background:#0077b5;color:#fff}.article-card{position:relative;transition:.5s;margin-bottom:30px;box-shadow:0 1px 10px 0 rgba(0,0,0,.06)}.article-card .article-card-image{position:relative}.article-card .article-card-image a{display:block}.article-card:hover{box-shadow:0 2px 48px 0 rgba(0,0,0,.08)}.article-card-content{padding:20px;background:#fff;transition:.5s}.article-card-content h3{font-size:20px;line-height:30px;margin-bottom:0}.article-card-content h3 a{color:#212529}.article-card-content h3 a:hover{text-decoration:none;color:#4885ed}.article-card-content p{margin-top:1em;margin-bottom:1em}.article-card .read-more-btn{color:#0e314c}.article-card .read-more-btn svg{transition:color .2s,margin .5s;width:15px}.article-card .read-more-btn:hover{color:#4885ed;text-decoration:none}.article-card .read-more-btn:hover svg{margin-left:5px}.feedback-item{background:#fff;flex-direction:column;border-radius:5px;border:1px solid #e5e4e2;padding:30px;display:flex;margin:0 15px}.feedback-item .quotes{font-family:"Times New Roman","Ancient Runes",serif;color:#fbc33c;font-style:normal;font-size:80px;font-weight:600;height:10px;text-align:left;line-height:.6}.feedback-item span{display:block;margin-top:8px;margin-bottom:18px;color:#4885ed;text-align:right}.feedback-item h5{text-align:right}.feedback-item p{text-align:center;font-style:italic;height:230px}@media(max-width: 1488px){.feedback-item p{height:250px}}@media(max-width: 1349px){.feedback-item p{height:280px}}@media(max-width: 960px){.feedback-item p{height:290px}}@media(max-width: 880px){.feedback-item p{height:310px}}@media(max-width: 769px){.feedback-item p{height:170px}}@media(max-width: 670px){.feedback-item p{height:230px}}@media(max-width: 500px){.feedback-item p{height:260px}}@media(max-width: 450px){.feedback-item p{height:300px}}@media(max-width: 420px){.feedback-item p{height:350px}}.feedback-item img{height:50px;margin-bottom:10px;object-fit:contain}@media(max-width: 700px){.feedback-item{padding:2em}}header{height:74.987px}.footer-area{padding-top:80px;position:relative;z-index:1;overflow:hidden}.footer-area .map-bg{position:absolute;top:0;left:0;right:0;margin:0 auto;text-align:center;z-index:-1;bottom:0;opacity:.7}.copyright-area{margin-top:25px !important;padding-top:25px;padding-bottom:25px;border-top:1px solid #d8ebfd;text-align:center}.partner-area{background:#4884ed;background-image:radial-gradient(circle farthest-corner at 10% 20%, #4884ed 0%, #3776e4 90%);text-align:center;position:relative;padding-top:80px}.partner-area h3{font-size:24px;color:#fff;text-transform:capitalize;margin-bottom:15px}.partner-area p{color:#fff;margin-bottom:20px;font-size:16px}@media(max-width: 700px){.partner-area{background:linear-gradient(90deg, #2689EB, #2584E6)}}.partner-area .btn::before,.partner-area .btn::after{background:#44ce6f}.partner-area span a{margin-left:15px;color:#fff;text-decoration:underline}.partner-section{text-align:center;position:relative;margin-top:-150px;background:transparent}.partner-section .partner-inner{background:#fff;padding-top:5px;padding-left:30px;padding-right:30px;padding-bottom:30px;-webkit-box-shadow:0 2px 48px 0 rgba(0,0,0,.08);box-shadow:0 2px 48px 0 rgba(0,0,0,.08);border-radius:3px;margin-top:25px}.partner-section .partner-inner a{display:block;margin-top:25px;position:relative}.partner-section .partner-inner a img:last-child{position:absolute;top:15px;left:0;right:0;margin:0 auto;opacity:0;visibility:hidden;-webkit-transition:.5s;transition:.5s}.partner-section .partner-inner a:hover img:last-child{opacity:1;top:0;visibility:visible}.hero{position:relative;padding-bottom:50px;z-index:1}.hero-content h1{font-size:45px;font-weight:700;margin-bottom:20px}.hero-content p{margin-bottom:30px}@media only screen and (max-width: 767px){.hero{height:100%;padding-top:40px !important;padding-bottom:40px;background-position:center}.hero h1{font-size:25px !important;margin-bottom:15px}}@media only screen and (min-width: 768px)and (max-width: 991px){.hero{height:100%;padding-bottom:50px}.hero-content h1{font-size:1.8em;margin-bottom:15px}}@media(max-width: 1199px){.wow{width:465px;height:262px}}@media(max-width: 992px){.wow{width:694px;height:392px}}@media(max-width: 768px){.wow{width:525px;height:296px}}@media(max-width: 700px){.wow{width:510px;height:288px}}@media(max-width: 480px){.wow{width:450px;height:254px}}@media(max-width: 425px){.wow{width:320px;height:165px}}@media(max-width: 700px){.blog-area .row>div:nth-child(3n+1){display:none}}.application-form-container{max-width:460px;margin:30px;padding:35px;border:.5px solid #a6adc9;border-radius:8px;background:#fff}.application-form-container input[type=text],.application-form-container input[type=number],.application-form-container input[type=email],.application-form-container input[type=tel],.application-form-container input[type=url]{width:100%;max-width:385px;margin-bottom:15px;color:#1b2e4b;font-size:1rem;height:45px;margin-top:2px;display:block;padding:.46875rem .625rem;font-weight:400;line-height:1.5;background-color:#fff;background-clip:padding-box;border:1px solid #c0ccda;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.application-form-container input[type=checkbox]{transform:scale(1.3)}.application-form-container .checkboxLabel{display:flex;align-items:center}.application-form-container .checkboxLabel span{margin-left:5px;color:#1b2e4b}.application-form-container input:focus,.application-form-container input:active,.application-form-container .textarea-input:focus,.application-form-container .textarea-input:active,.application-form-container select:focus{color:#596882;background-color:#fff;border-color:#bad4ff;outline:0;box-shadow:0 0 0 .2rem rgba(58,132,255,.25)}.application-form-container input[type=checkbox]:focus,.application-form-container input[type=checkbox]:active{outline:0;box-shadow:none}.application-form-container select{max-width:385px;outline:none;margin-bottom:15px;border:1px solid #c0ccda;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;color:#1b2e4b;font-size:1rem;height:45px;margin-top:2px;display:block;padding:.46875rem .625rem;font-weight:400;line-height:1.5;background-color:#fff;background-clip:padding-box}.application-form-container button{background-color:#4885ed;width:100%;color:#fff;border:none;border-radius:5px;padding:10px 20px;font-size:16px;cursor:pointer;transition:all .2s ease-in-out}.application-form-container button:hover{background-color:#4885ed}.application-form-container .textarea-container{display:flex;flex-direction:column;max-width:385px;margin-bottom:20px}.application-form-container .textarea-input{padding:10px;height:70px;border:1px solid #c0ccda;border-radius:.25rem;color:#1b2e4b;font-size:1rem;margin-top:2px;font-weight:400;line-height:1.5;background-color:#fff}.application-form-container .mg-b-20{margin-bottom:20px}.application-form-container .mg-b-10{margin-bottom:10px}.application-form-container label{width:100%;color:#8192a4;display:inline-block;margin-bottom:0 !important;font-family:Source Sans Pro,sans-serif;font-size:.9rem;font-weight:400;line-height:1.5}.application-form-container .error-label{top:-14px !important;position:relative;background:#f71e1e;width:100%;border:1px solid #000;border-radius:0 9px 0 9px;padding:5px;color:#fff}@media(min-width: 992px){.contact_us_page_form{min-width:450px}}@media(max-width: 992px){.contact_us_page_form{background-color:#fff;min-width:unset}.contact_us_page_form .cu__adv_header{margin-top:80px}}.contact_us_top_section{padding:10px;margin-top:40px}.contact_us_top_section .contact_us_title{margin-top:20px;font-style:normal;text-transform:capitalize;color:#4885ed;font-weight:700;font-size:48px;line-height:58px}.contact_us_top_section .contact_us_description{font-style:normal;font-weight:400;font-size:20px;line-height:24px;margin-top:20px;color:#60657b;max-width:380px}@media(max-width: 600px){.contact_us_top_section{margin-top:20px;padding:25px}.contact_us_top_section .contact_us_title{font-size:24px;line-height:29px;margin-top:10px}.contact_us_top_section .contact_us_description{font-size:14px;line-height:17px}}.about_page .headings-bg{background:#f6f9fc}.about_page .heading-container{padding:40px;margin-top:60px;margin-bottom:40px}.about_page .headings{font-weight:700;font-size:36px;line-height:43px;text-align:center;text-transform:capitalize;color:#4885ed}.about_page .inner-about-text{font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#6084a4;max-width:660px}.about_page .inner-about-text>a{color:#4885ed;text-decoration:underline}.about_page .mr-65{margin-right:65px}.about_page .ml-65{margin-left:65px}.about_page .about-image-1{max-width:420px;max-height:250px;height:auto}.about_page .about-image-2{max-width:445px;max-height:310px;height:auto}.about_page .about-image-3{max-width:420px;min-width:420px;max-height:346px;height:auto}.about_page .about-image-4{max-width:420px;max-height:354px;height:auto}.about_page .mb-40{margin-bottom:40px}@media(max-width: 768px){.about_page .headings>br{display:none}.about_page .flex-col-img-rev{flex-direction:column-reverse}.about_page .flex-col-img-rev>img{margin-bottom:20px;max-width:100% !important;min-width:350px !important}.about_page .flex-col-img{flex-direction:column}.about_page .flex-col-img>img{margin-bottom:20px;max-width:100% !important;min-width:350px !important}}@media(max-width: 992px){.about_page .headings{font-size:20px;line-height:24px}.about_page .heading-container{padding:20px;margin-top:20px;margin-bottom:20px}.about_page .inner-about-text{font-size:16px;line-height:19px}.about_page .mr-65{margin-right:25px}.about_page .ml-65{margin-left:25px}.about_page .mb-40{margin-bottom:20px}}.bordered-last-circle{width:420px;height:420px;border-radius:50%;display:flex;justify-content:center;align-items:center;position:absolute;top:0}@media only screen and (max-width: 500px){.bordered-last-circle{width:330px;height:330px}.bordered-last-circle>.wh-200{background-size:170px 170px;width:170px;height:170px !important}}.main-images-container{position:relative;width:420px;height:0;top:210px;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 500px){.main-images-container{width:330px;top:165px}}.icons-container{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-animation:orbit 36s linear infinite;-moz-animation:orbit 36s linear infinite;-o-animation:orbit 36s linear infinite;animation:orbit 36s linear infinite;display:flex;flex-direction:column;text-align:center}.icons-container div{display:flex;justify-content:center}@media only screen and (max-width: 500px){.icons-container div>img{max-width:40px}}.icons-container p{line-height:1.3}@media only screen and (max-width: 500px){.icons-container p{font-size:.8rem}}.icons-container:nth-child(1){animation-delay:0s;transform:translate(-50%, -50%) rotate(0deg) translateX(195px) rotate(0deg)}.icons-container:nth-child(2){animation-delay:-4s;transform:translate(-50%, -50%) rotate(0deg) translateX(195px) rotate(40deg)}.icons-container:nth-child(3){animation-delay:-8s;transform:translate(-50%, -50%) rotate(0deg) translateX(195px) rotate(80deg)}.icons-container:nth-child(4){animation-delay:-12s;transform:translate(-50%, -50%) rotate(0deg) translateX(195px) rotate(120deg)}.icons-container:nth-child(5){animation-delay:-16s;transform:translate(-50%, -50%) rotate(0deg) translateX(195px) rotate(160deg)}.icons-container:nth-child(6){animation-delay:-20s;transform:translate(-50%, -50%) rotate(0deg) translateX(195px) rotate(200deg)}.icons-container:nth-child(7){animation-delay:-24s;transform:translate(-50%, -50%) rotate(0deg) translateX(195px) rotate(240deg)}.icons-container:nth-child(8){animation-delay:-28s;transform:translate(-50%, -50%) rotate(0deg) translateX(195px) rotate(280deg)}.icons-container:nth-child(9){animation-delay:-32s;transform:translate(-50%, -50%) rotate(0deg) translateX(195px) rotate(320deg)}@-webkit-keyframes orbit{0%{transform:translate(-50%, -50%) rotate(0deg) translateX(195px) rotate(0deg)}100%{transform:translate(-50%, -50%) rotate(-360deg) translateX(195px) rotate(360deg)}}@-moz-keyframes orbit{0%{transform:translate(-50%, -50%) rotate(0deg) translateX(195px) rotate(0deg)}100%{transform:translate(-50%, -50%) rotate(-360deg) translateX(195px) rotate(360deg)}}@-o-keyframes orbit{0%{transform:translate(-50%, -50%) rotate(0deg) translateX(195px) rotate(0deg)}100%{transform:translate(-50%, -50%) rotate(-360deg) translateX(195px) rotate(360deg)}}@keyframes orbit{0%{transform:translate(-50%, -50%) rotate(0deg) translateX(195px) rotate(0deg)}100%{transform:translate(-50%, -50%) rotate(-360deg) translateX(195px) rotate(360deg)}}.image-inner-text{font-style:normal;font-weight:700;font-size:12px;line-height:14px;text-transform:capitalize;color:#4885ed;width:140px !important;min-width:140px}.top-180{top:180px}@media only screen and (max-width: 500px){.top-180{top:130px}.icons-container:nth-child(1){animation-delay:0s;transform:translate(-50%, -50%) rotate(0deg) translateX(145px) rotate(0deg)}.icons-container:nth-child(2){animation-delay:-4s;transform:translate(-50%, -50%) rotate(0deg) translateX(145px) rotate(40deg)}.icons-container:nth-child(3){animation-delay:-8s;transform:translate(-50%, -50%) rotate(0deg) translateX(145px) rotate(80deg)}.icons-container:nth-child(4){animation-delay:-12s;transform:translate(-50%, -50%) rotate(0deg) translateX(145px) rotate(120deg)}.icons-container:nth-child(5){animation-delay:-16s;transform:translate(-50%, -50%) rotate(0deg) translateX(145px) rotate(160deg)}.icons-container:nth-child(6){animation-delay:-20s;transform:translate(-50%, -50%) rotate(0deg) translateX(145px) rotate(200deg)}.icons-container:nth-child(7){animation-delay:-24s;transform:translate(-50%, -50%) rotate(0deg) translateX(145px) rotate(240deg)}.icons-container:nth-child(8){animation-delay:-28s;transform:translate(-50%, -50%) rotate(0deg) translateX(145px) rotate(280deg)}.icons-container:nth-child(9){animation-delay:-32s;transform:translate(-50%, -50%) rotate(0deg) translateX(145px) rotate(320deg)}@-webkit-keyframes orbit{0%{transform:translate(-50%, -50%) rotate(0deg) translateX(145px) rotate(0deg)}100%{transform:translate(-50%, -50%) rotate(-360deg) translateX(145px) rotate(360deg)}}@-moz-keyframes orbit{0%{transform:translate(-50%, -50%) rotate(0deg) translateX(145px) rotate(0deg)}100%{transform:translate(-50%, -50%) rotate(-360deg) translateX(145px) rotate(360deg)}}@-o-keyframes orbit{0%{transform:translate(-50%, -50%) rotate(0deg) translateX(145px) rotate(0deg)}100%{transform:translate(-50%, -50%) rotate(-360deg) translateX(145px) rotate(360deg)}}@keyframes orbit{0%{transform:translate(-50%, -50%) rotate(0deg) translateX(145px) rotate(0deg)}100%{transform:translate(-50%, -50%) rotate(-360deg) translateX(145px) rotate(360deg)}}}@media(max-width: 768px){.contact_us_top_section{margin-top:10px}.contact_us_top_section>.container{flex-direction:column}.contact_us_top_section>.container>.w-50{width:100% !important}.contact_us_top_section>.container>.w-50 .contact_us_title{font-size:32px;line-height:38px;text-align:center}.contact_us_top_section>.container>.w-50 .contact_us_description{max-width:unset;margin-bottom:20px;font-size:14px;line-height:17px;text-align:center}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important}@media only screen and (max-width: 425px){#onetrust-banner-sdk .onetrust-close-btn-ui{top:-15px !important}}.revenue_calculator{margin:0 !important;padding:20px !important;margin-top:20px !important}.rem{font-size:.9rem !important}.premium-text{font-size:35px}.custom-titles{padding-top:5px;font-size:50px;color:#4885ed;font-weight:700;text-align:center}@media(max-width: 500px){.custom-titles{font-size:30px}}.wh{height:100vh;margin-bottom:12px;font-size:14px}@media(max-width: 768px){.wh{font-size:11px}}.wh>label{color:#8192a4}.wh>label>input{min-width:330px}@media(max-width: 768px){.wh>label>input{max-width:230px;min-width:unset}}.wh>button{padding:7px 15px;letter-spacing:-0.1px;background-color:#1167f5;border-color:#1167f5;font-size:16px;font-weight:500;color:#fff;margin-left:10px;margin-top:10px;border-radius:.25rem}.premium{margin-bottom:0;background:#f6f9fc}.col-white{color:#fff !important}.mg-t-45{margin-top:45px}.mg-t-100{margin-top:100px}.mg-t-50{margin-top:100px}.pd-b-40{padding-bottom:40px}.pd-b-10{padding-bottom:10px}.iab-europe{width:150px !important;height:87px !important}.color-vuukle{color:#4885ed;font-weight:700 !important}.color-white{color:#fff;font-weight:700 !important}.color-custom{color:#60657b;font-weight:700 !important}.color-custom-1{color:#2b2d38;font-weight:700 !important}@media(max-width: 768px){.application-form-container{margin:30px 0;padding:15px}.mw-350-cu{min-width:unset !important;max-height:150px !important}.mw-350-cu>.money-wh{margin:44px 24px !important}.form-page{flex-direction:column-reverse}.form-page .advertisers-icons-cu{margin-bottom:20px}.form-page .cu__adv_header{padding-bottom:0}}.custom-header-drop-down{border:none;display:block;visibility:hidden;opacity:0;transition:.3s;min-width:13rem}@media(min-width: 768px){.custom-header-drop-down{margin-top:-10px;padding:0}.custom-header-drop-down>li{padding:7px 0 !important}}.custom-header-drop-down__open{visibility:visible;opacity:1}@media(max-width: 768px){.custom-header-drop-down{visibility:visible;opacity:1}}@media(max-width: 768px){.margin-top-20{margin-top:20px}.margin-top-30{margin-top:30px !important}.iot-cta-areaR{padding-top:20px !important}}.custom-icon svg{width:54px}.custom-link-effect:hover,.custom-link-effect:focus{color:#256eea !important}.opacity-0{opacity:0}@media(max-width: 768px){.pd-l-20px-md{padding:0 0 0 20px}}@media(max-width: 470px){.font-size-33-sm{font-size:33px !important}}@media(max-width: 768px){.margin-b-40-md{margin-bottom:40px}}@media(max-width: 1200px)and (min-width: 992px){.header-link-lg-md{margin-right:0 !important;margin-left:9px !important;font-size:12px !important}}@media(max-width: 992px)and (min-width: 768px){.header-link-lg-md{margin-right:0 !important}}@media(max-width: 1200px)and (min-width: 992px){.header-link-container-lg-md{display:flex;align-items:center;margin-bottom:3px}}.h-80-f{height:80% !important}@media(max-width: 991px){.d-url-none{display:none !important}}@media(max-width: 992px){.footer-image-block{padding:0 15px}}@media(max-width: 576px){.footer-image-block{width:100%;flex-direction:row;justify-content:space-evenly}}@media(max-width: 1200px){.footer-image-block{flex-direction:column}}@media(min-width: 1200px){.footer-image-block{flex-direction:row !important}}@media(max-width: 991px){.footer-image-block{flex-direction:row !important}.footer-image-block .iab-europe{margin-left:20px !important}}@media(max-width: 992px){.services-area-mobile{padding-top:0}}.p-8-15,.p-8-15:after,.p-8-15:before,.p-8-15:hover{padding:8px 15px !important;background-color:#fbc33c;color:#fff;border-radius:32px;border:none;max-width:140px;font-size:.9rem;font-weight:600}.p-8-15:hover{cursor:pointer}.custom-main-banner-button{padding:.938rem 2.5rem !important;background-color:#fbc33c;color:#fff}@media(max-width: 576px){.custom-main-banner-button{display:block;max-width:266px;margin:5px auto 0;white-space:nowrap}}.custom-main-banner-button:hover{color:#fff}.br-32{border-radius:32px}.custom-margin-top{margin-top:-40px !important}.custom-partner-block a{margin-top:0 !important}.custom-partner-block>div{margin-top:25px}.custom-partner-block>div>div{display:flex;align-items:center;justify-content:center}.custom-engage-box{margin:0px -8px;display:flex;flex-direction:row;flex-wrap:wrap}.custom-engage-box>div{padding:0}.custom-engage-box>div:nth-child(even){padding-left:10px}@media(max-width: 768px){.custom-engage-box>div:nth-child(even){padding:0}}@media(max-width: 576px){.w-sm-50-f{width:50% !important}}.custom-funfacts-area-container{justify-content:space-between}@media(max-width: 768px){.custom-funfacts-area-container>div:last-child{margin:0 auto}}.toast-body{padding:10px;position:fixed;bottom:20px;width:300px;left:20px;z-index:99999;border-radius:5px}.toast-body :first-child{display:flex;justify-content:space-between}.toast-body :first-child>span{font-size:14px;font-weight:bold}.toast-body :first-child :nth-child(2){cursor:pointer}.toast-body>p{color:#fff;margin:0 !important;padding:0 !important;line-height:1.2 !important}.calendly-inline-widget{margin-bottom:20px;margin-top:25px;box-shadow:10px 10px 20px rgba(96,101,123,.25);border-radius:8px}.calendly-inline-widget>html{box-shadow:10px 10px 20px rgba(96,101,123,.25);border-radius:8px}.show-more-less{font-style:normal;font-weight:700;font-size:16px;line-height:28px;background:#fff;border:none;color:#4885ed;text-transform:uppercase}.widget-text{max-width:700px;font-style:normal;margin-top:10px !important;margin-bottom:10px !important;font-weight:600;font-size:16px;line-height:22px;color:#60657b}.w-680{max-width:680px;width:680px}.options-container{width:320px;max-width:320px;height:60px;display:flex;align-items:center;background:#fff;box-shadow:-0.895288px .895288px 17.9058px rgba(96,101,123,.25);border-radius:4px;margin:10px}.options-container svg{margin-right:9px;min-width:24px}.options-container .option-text{font-style:normal;font-weight:500;font-size:15px;line-height:19px;color:#60657b}.mx-420{display:flex;justify-content:center}.mx-420>img{max-width:420px}.owl-dots .owl-dot>img{width:50px;height:auto;margin:10px;opacity:.2}@media(max-width: 500px){.owl-dots .owl-dot>img{width:35px}}.owl-dots .active>img{opacity:1}@media(max-width: 1200px){.flex-column-reverse-responsive{flex-direction:column-reverse}.container-widget{flex-direction:column}.container-widget>img{margin-top:10px;max-width:428px;height:auto}}.view-more-button{background:#fff;border:none;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#4885ed}@media(max-width: 768px){.w-680{max-width:100%;width:auto}.options-container{box-shadow:none;margin:0;width:100%;max-width:100%}.d-sl-block{display:block !important}}.adv_container{display:flex;flex-direction:column;width:324px;height:281px;justify-content:center;text-align:center;margin-top:34px;align-items:center}.adv_container>svg{margin-top:-90px}.w-60{width:60%}.mg-b-80{margin-bottom:60px}.advertisers-icons-new{width:60px;min-width:60px;height:60px;margin-top:34px;display:flex;margin-left:10px;margin-right:10px;justify-content:center;align-items:center;border-radius:50%;background:#fff;border:.678571px solid #8cb5fb;box-shadow:0 0 18.6885px rgba(96,101,123,.25)}.advertisers-icons-cu{margin-bottom:34px;transform:rotate(90deg)}.adv_container-1{background:linear-gradient(292.96deg, rgba(88, 150, 255, 0.51) -7.1%, #4885ED 126.49%);box-shadow:20px 20px 80px rgba(96,101,123,.25);border-radius:8px}.money-wh{margin:70px 30px}.mb-60{margin-bottom:60px}.money-wh+div{padding-right:30px}.cu__adv_header{font-style:normal;font-weight:700;font-size:36px;line-height:25px;letter-spacing:.5px;color:#4885ed;background:#fff;margin-bottom:40px}.adv_container-2{background:linear-gradient(292.96deg, #F2E3B1 -7.1%, #FACC2B 126.49%);box-shadow:20px 20px 80px rgba(96,101,123,.25);border-radius:8px}.d-md-none,.d-sl-none{display:none}.col-white-400{font-weight:400;font-size:18px !important;line-height:20px !important;color:#fff}.mw-350-cu{min-width:350px;box-shadow:unset !important;max-height:200px}.mw-350-cu>div>div>p{text-align:center;font-size:20px}@media(max-width: 780px){.premium{font-size:32px;line-height:25px;padding-bottom:40px}.responsive-container{flex-direction:column}.adv_container{width:343px;height:218px;margin-top:50px}.adv_container>svg{margin-top:-60px}.advertisers-icons-new{transform:rotate(90deg)}.advDesc{font-size:18px;line-height:25px}.advDesc-Custom{font-size:20px;line-height:25px}.advText{font-size:16px;line-height:20px}.advertisers-icons-new{margin-top:20px}}.owl-stage-outer{height:550px}@media only screen and (max-width: 1200px){.owl-stage-outer{height:850px}}@media only screen and (max-width: 768px){.owl-stage-outer{height:800px}}@media only screen and (max-width: 1200px){.custom-footer-partners{display:flex;width:100%;justify-content:center;align-items:center}.custom-footer-partners>div{flex-direction:row}.custom-footer-partners>img{margin-left:20px}}@media only screen and (max-width: 600px){.custom-footer-partners{display:flex;flex-direction:column}.custom-footer-partners>div{padding:0;width:100%;justify-content:center}.custom-footer-partners>img{margin-left:0;align-self:center}}
	/*
  	Flaticon icon font: Flaticon
  	Creation date: 19/06/2019 06:23
  	*/

@font-face {
    font-family: "Flaticon";
    src: url(/a1bf06764fcf8cfb9478.eot);
    src: url(/a1bf06764fcf8cfb9478.eot?#iefix) format("embedded-opentype"),
    url(/1ab364d15cc3f0725fdb.woff2) format("woff2"),
    url(/5932f8b86ed6c83a2db9.woff) format("woff"),
    url(/419f9ca5a4963331b7b5.ttf) format("truetype"),
    url(/7eeafe159bd15c8218c4.svg#Flaticon) format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url(/7eeafe159bd15c8218c4.svg#Flaticon) format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
}

.flaticon-cloud:before { content: "\f100"; }
.flaticon-data:before { content: "\f101"; }
.flaticon-vps:before { content: "\f102"; }
.flaticon-shield:before { content: "\f103"; }
.flaticon-team:before { content: "\f104"; }
.flaticon-rocket:before { content: "\f105"; }
.flaticon-diamond:before { content: "\f106"; }
.flaticon-money:before { content: "\f107"; }
.flaticon-data-1:before { content: "\f108"; }
.flaticon-dashboard:before { content: "\f109"; }
.flaticon-support:before { content: "\f10a"; }
.flaticon-star:before { content: "\f10b"; }
.flaticon-star-1:before { content: "\f10c"; }
.flaticon-star-2:before { content: "\f10d"; }
.flaticon-plus:before { content: "\f10e"; }
.flaticon-line:before { content: "\f10f"; }
.flaticon-monitor:before { content: "\f110"; }
.flaticon-idea:before { content: "\f111"; }
.flaticon-layout:before { content: "\f112"; }
.flaticon-hard-disk:before { content: "\f113"; }
.flaticon-smartphone:before { content: "\f114"; }
.flaticon-reload:before { content: "\f115"; }
.flaticon-laptop:before { content: "\f116"; }
.flaticon-update-arrows:before { content: "\f117"; }
.flaticon-handshake:before { content: "\f118"; }
.flaticon-repair:before { content: "\f119"; }
.flaticon-delivery-truck:before { content: "\f11a"; }
.flaticon-left-quote:before { content: "\f11b"; }
.flaticon-software:before { content: "\f11c"; }
.flaticon-gear:before { content: "\f11d"; }
.flaticon-skyline:before { content: "\f11e"; }
.flaticon-car-insurance:before { content: "\f11f"; }
.flaticon-factory:before { content: "\f120"; }
.flaticon-chip:before { content: "\f121"; }
/*
** - Default CSS
** - Navbar CSS
** - Main Banner CSS
** - Why Choose Us CSS
** - Services CSS
** - Services Details CSS
** - Features CSS
** - Fun Facts CSS
** - Ready To Talk CSS
** - Partner CSS
** - CTA CSS
*/

/*================================================
Default CSS
=================================================*/

img {
  max-width: 100%;
}

a {
  color: #0e314c;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  outline: 0 !important;
}

.mg-b-40 {
  margin-bottom: 40px !important;
}

.pd-t-40 {
  padding-top: 40px !important;
}

a:hover,
a:focus {
  color: #44ce6f;
  text-decoration: none;
}

p {
  color: #6084a4;
  line-height: 1.9;
}

p:last-child {
  margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h5,
h1,
h2,
h3,
h5 {
  color: #0e314c;
  font-weight: 500;
  line-height: 1.2 !important;
}

.bg-f7fafd {
  background-color: #f7fafd;
}

.bg-f9f6f6 {
  background-color: #f9f6f6;
}

.bg-f9fafb {
  background-color: #f9fafb;
}

.bg-0f054b {
  background-color: #0f054b;
}

/*================================================
Navbar CSS
=================================================*/
#header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

#header.is-sticky .startp-nav {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding: 5px 0;
}

/*================================================
Main Banner CSS
=================================================*/
.shape1 {
  position: absolute;
  top: 20%;
  z-index: -1;
  left: 100px;
  -webkit-animation: rotate3d 4s linear infinite;
  animation: rotate3d 4s linear infinite;
  opacity: 0.4;
}
.shape8 {
  position: absolute;
  z-index: -1;
  top: 15%;
  right: 10%;
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.rotatemeslow {
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
/*================================================
Why Choose US CSS
=================================================*/
.why-choose-us {
  position: relative;
  z-index: 1;
}

.why-choose-us .section-title {
  text-align: left;
}

.why-choose-us .section-title .bar {
  margin-left: 0;
  margin-right: 0;
}

.why-choose-us .section-title p {
  margin-left: 0;
  margin-right: 0;
}

.why-choose-us-image {
  position: relative;
  text-align: center;
}
.why-choose-us-image .main-pic {
  display: none;
}

@media only screen and (min-width: 700px) {
  .why-choose-us-image img:nth-child(1) {
    position: relative;
    left: -5%;
    width: 110%;
    max-width: 110%;
  }
}

@media only screen and (max-width: 992px) {
  .why-choose-us-image img:nth-child(1) {
    position: relative;
    left: -5%;
    width: 110%;
    max-width: 110%;
  }
}

.why-choose-us-image img:nth-child(3) {
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
  animation-duration: 14s;
}

/*================================================
Services CSS
=================================================*/
.services-area {
  overflow: hidden;
}

.services-content .section-title {
  text-align: left;
  margin-bottom: 10px;
}

.services-content .section-title .bar {
  margin-left: 0;
  margin-right: 0;
}

.services-content .section-title p {
  margin: 0;
}

.services-content .row {
  margin-left: -8px;
  margin-right: -8px;
}

.services-content .row .col-lg-6 {
  padding-left: 8px;
  padding-right: 8px;
}

.services-left-image {
  position: relative;
}
.services-left-image img {
  position: absolute;
}
.services-left-image img:nth-child(1) {
  left: 15%;
  top: -98px;
}
.services-left-image img:nth-child(2) {
  left: 0;
  top: -200px;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.services-left-image img:nth-child(3) {
  left: 36%;
  z-index: 12;
  top: -55px;
}
.services-left-image img:nth-child(4) {
  left: 55px;
  top: -38px;
  z-index: 1;
}
.services-left-image img:nth-child(5) {
  z-index: 3;
  right: 26%;
  top: -66px;
}
.services-left-image img:nth-child(6) {
  right: 19%;
  top: -41px;
  z-index: 2;
}
.services-left-image img:nth-child(7) {
  right: 97px;
  top: 40px;
  z-index: 1;
}
.services-left-image img:nth-child(8) {
  right: 23%;
  top: -175px;
  z-index: 2;
}
.services-left-image img.bg-image {
  top: -262px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.services-left-image img:last-child {
  display: none;
}
@media (max-width: 576px) {
  .services-left-image img:last-child {
    display: inline-block;
    position: relative;
    height: auto;
  }
}
.services-left-image.single-left-image img {
  display: block;
}
.services-left-image.single-left-image img:first-child {
  top: -60px;
}
.services-left-image.single-left-image img:last-child {
  position: relative;
  left: 0;
  top: 0;
}

/*================================================
Features CSS
=================================================*/
.single-features {
  position: relative;
  background: #ffffff;
  padding-left: 95px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.single-features .icon {
  position: absolute;
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #cdf1d8;
  border-radius: 50%;
  color: #44ce6f;
  left: 20px;
  top: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-features .icon.bg-c679e3 {
  color: #c679e3;
  background: #edc3fc;
}

.single-features .icon.bg-eb6b3d {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}

.single-features:hover {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.single-features:hover .icon {
  background: #44ce6f;
  color: #ffffff;
}

.single-features:hover .icon.bg-c679e3 {
  background: #c679e3;
}

.single-features:hover .icon.bg-eb6b3d {
  background: #eb6b3d;
}
/*================================================
Fun Facts CSS
=================================================*/
.funfacts-area {
  position: relative;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(96, 101, 123, 0.15);
  border-radius: 10px;
  min-height: 130px;
}

.funfacts-area .section-title h2 {
  max-width: 520px;
  margin: 0 auto;
  line-height: 30px;
}

.team-area {
  min-height: 740px;
}

.team-area .map-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  margin-top: 80px;
}

.owl-carousel {
  display: block;
}

.owl-carousel .slide-owl-wrap:not(:first-child) {
  display: none;
}

.owl-carousel img {
  width: 100%;
}

.funfact {
  text-align: center;
}

.funfact h3 {
  color: #4885ed;
  font-size: 60px;
  margin-bottom: 7px;
  margin-top: 10px;
}

.funfact p {
  line-height: initial;
  margin-bottom: 15px;
}
/*================================================
Ready To Talk CSS
=================================================*/
.ready-to-talk {
  text-align: center;
  position: relative;
  padding-top: 50px;
  padding-bottom: 75px;
  background: radial-gradient(circle farthest-corner at 10% 20%, #4884ed 0%, #3776e4 90%);
}

.ready-to-talk-cu {
  background: #fff;
}

.ready-to-talk-cu h3 {
  color: #4885ed !important;
  font-weight: 700 !important;
  font-size: 36px !important;
  line-height: 25px !important;
  text-align: center;
}

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

.ready-to-talk h3 {
  font-size: 24px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.ready-to-talk p {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 16px;
}

/*================================================
Partner CSS
=================================================*/
.partner-section {
  text-align: center;
  position: relative;
  margin-top: -150px;
  background: transparent;
}

.partner-section .partner-inner {
  background: #ffffff;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  margin-top: 25px;
}

.partner-section .partner-inner a {
  display: block;
  margin-top: 25px;
  position: relative;
}

.partner-section .partner-inner a img:last-child {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.partner-section .partner-inner a:hover img:last-child {
  opacity: 1;
  top: 0;
  visibility: visible;
}

/*================================================
IoT CTA CSS
=================================================*/
.iot-cta-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

.big-monitor-image {
  height: auto !important;
}

.inner-white {
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 1);
  filter: blur(100px);
}

.iot-cta-area-inner {
  padding: 30px 0;
  background-size: cover;
}

.cta-iot-content h3 {
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 17px;
}

.cta-iot-content p {
  color: #ffffff;
  opacity: 0.95;
  margin-bottom: 10px;
}

.cta-iot-content a {
  border-radius: 50px;
}

@media (min-width: 700px) {
  .cta-iot-img {
    position: absolute;
    bottom: -120px;
    text-align: center;
  }
}

@media (min-width: 576px) {
  .white-space-nowrap-lg {
    white-space: nowrap;
  }
}

.custom-header-drop-down {
  display: block !important;
}

.events_title {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 75px;
  color: #2b2d38;
}

.events_image {
  max-width: 860px;
  max-height: 610px;
  height: auto;
  margin-top: 0 !important;
}

.events_image_bottom {
  height: 160px;
  background: #f6f9fc;
  width: 100%;
  margin-top: -210px;
}

.events_cart_container {
  max-height: 190px;
  max-width: 630px;
  min-width: 500px;
  background: #ffffff;
  box-shadow: 10px 10px 20px rgba(96, 101, 123, 0.25);
  border-radius: 8px;
  margin-top: 25px;
  margin-bottom: 25px;
  justify-content: space-between;
}

.events_cart_title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  margin: 20px 10px 8px 20px;
  display: flex;
  align-items: center;
  color: #022242;
}

.events_cart_title + a {
  margin-right: 10px;
}

.events_cart_date {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin: 20px 10px 0 20px;
  color: #6084a4;
}

.wh-200 {
  width: 200px;
  height: 200px !important;
  background-image: url(/fd3bbd4560bc9ae12c02.png);
  background-repeat: no-repeat;
  background-size: 200px 200px;
}

.events_cart_image {
  max-width: 220px;
  height: auto;
  border-radius: 8px;
}

#onetrust-banner-sdk,
#onetrust-banner-sdk:focus,
#onetrust-banner-sdk:active {
  border: none !important;
  outline: none !important;
}

.z-index-99 {
  background: white;
  margin-top: -40px;
  position: relative;
}

@media (max-width: 1150px) {
  .events_image {
    max-width: 700px;
  }
}

@media (max-width: 992px) {
  .events_image {
    max-width: 500px;
  }
  .events_cart_container {
    min-width: 350px;
  }
  .events_cart_image {
    max-width: 170px;
  }
  .events_cart_title,
  .events_cart_date {
    font-size: 12px;
  }
  .openLink {
    width: 11px;
    height: 11px;
  }
}

@media (max-width: 768px) {
  .events_title {
    width: 100%;
    text-align: left;
  }
  .events_image {
    width: 100%;
  }
  .events_cart_container {
    min-width: 450px;
  }
}

@media (max-width: 535px) {
  .events_cart_container {
    max-width: 450px;
    min-width: unset;
  }
}


#mainStyle {
  box-sizing: border-box;
}

#mainStyle > section, #mainStyle > section {
  display: block;
}

#mainStyle {
  height: 100vh;
  background:#e5e5e5 none repeat scroll 0 0;
  color: #222;
  font-size: 100%;
  line-height: 24px;
  margin: 0;
  padding:0;
  font-family: "Raleway",sans-serif;
}

#mainStyle > section {
  float: left;
  width: 100%;
  padding-bottom:3em;
}

.Scriptcontent{
  line-height:28px;
}

.rt-container {
  margin: 0 auto;
  padding-left:12px;
  padding-right:12px;
}

[class^="col-rt-"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 15px;
  min-height: 1px;
  position: relative;
}

@media (min-width: 768px) {
  .rt-container {
    width: 750px;
  }
  [class^="col-rt-"] {
    float: left;
    width: 49.9999999999%;
  }
  .col-rt-12 {
    width: 100%;
  }

}
@media (min-width: 1200px) {
  .rt-container {
    width: 1170px;
  }
}

#mainStyle {
  background: #e6e7e8;
}
#card {
  position: relative;
  width: 320px;
  display: block;
  margin: 40px auto;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
}
#upper-side {
  padding: 2em;
  background-color: #046dc4;
  display: block;
  color: #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

#lower-side {
  padding: 2em 2em 5em 2em;
  background: #fff;
  display: block;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
#message {
  font-weight: bold;
  margin-top: -.5em;
  color: rgb(72, 133, 237);;
  letter-spacing: 1px;
}
#contBtn {
  position: relative;
  font-weight: bold;
  top: 1.5em;
  text-decoration: none;
  background: rgb(72, 133, 237);;
  color: #fff;
  margin: auto;
  padding: .8em 3em;
  -webkit-box-shadow: 0 15px 30px rgba(50, 50, 50, 0.21);
  -moz-box-shadow: 0 15px 30px rgba(50, 50, 50, 0.21);
  box-shadow: 0 15px 30px rgba(50, 50, 50, 0.21);
  border-radius: 25px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
#contBtn:hover {
  -webkit-box-shadow: 0 15px 30px rgba(50, 50, 50, 0.41);
  -moz-box-shadow: 0 15px 30px rgba(50, 50, 50, 0.41);
  box-shadow: 0 15px 30px rgba(50, 50, 50, 0.41);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

@keyframes react-loading-skeleton {
    100% {
        transform: translateX(100%);
    }
}

.react-loading-skeleton {
    --base-color: #ebebeb;
    --highlight-color: #f5f5f5;
    --animation-duration: 1.5s;
    --animation-direction: normal;
    --pseudo-element-display: block; /* Enable animation */

    background-color: var(--base-color);

    width: 100%;
    border-radius: 0.25rem;
    display: inline-flex;
    line-height: 1;

    position: relative;
    overflow: hidden;
    z-index: 1; /* Necessary for overflow: hidden to work correctly in Safari */
}

.react-loading-skeleton::after {
    content: ' ';
    display: var(--pseudo-element-display);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(
        90deg,
        var(--base-color),
        var(--highlight-color),
        var(--base-color)
    );
    transform: translateX(-100%);

    animation-name: react-loading-skeleton;
    animation-direction: var(--animation-direction);
    animation-duration: var(--animation-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.advertisement {
  margin: auto;
  width: 300px;
  height: 250px;
  background: darkgray;
  color: #fff;
  line-height: 250px;
  text-align: center;
}

.rhs-card {
  display: flex;
}

.rhs-card > div:first-of-type {
  margin-right: 30px;
}

.advertisement-flex {
  width: 300px;
  height: 250px;
  background: darkgray;
  color: #fff;
  line-height: 250px;
  text-align: center;
}

.w-custom-s {
  width: 70%;
}

.p00 {
  padding: 0 !important;
}

.span-demo {
  font-weight: 400;
  font-size: 10px;
  /*line-height: 14px;*/
  color: #2B2D38;
}

.w-200-responsive {
  width: 200px;
}

.w-430-responsive {
  width: 430px;
}

.Title_demo {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #60657B;
}

.border-none {
  border: none;
}

.lh-11 {
  line-height: 1.1;
}

@media (max-width: 768px) {
  .w-custom-s {
    width: 100%;
  }
  .w-200-responsive {
    width: 160px;
  }
  .w-430-responsive {
    width: 230px;
  }
  .fsz-custom-message {
    font-size: 1.2rem;
  }
  .Title_demo {
    font-size: 24px;
    line-height: 29px;
  }
  .d-sl-demo-none {
    display: none !important;
  }
}

