
body {
  font-family: 'Montserrat' !important;
  font-weight: 500;
  font-size:18px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  
  
}
header .container-fluid {
  max-width: 1500px;
  width: 100%;
}

/* Navigation Sub
------------------------------------- */
.top-head{padding: 0px;margin-bottom: 0}
.top-head li{list-style: none;display: inline-flex;}
.top-head li a{    text-decoration: none;
    color: #707070;
    padding: 0 20px;}

/*nav.sub {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
}*/
.dropmenu li.dropdown {
  color: #fff;
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;list-style: none
}

 .dropmenu li.dropdown ul {
       background: #143058;
    visibility: hidden;
    opacity: 0;
   min-width: 23rem;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: -8px;
    left: 0;
    display: none;
    z-index: 99;
    color: white;
    padding: 15px;
    border-radius: 5px;

}
 .dropmenu  .dropdown-menu  li a.nav-link:hover {
    color: #ffd18c !important;
}
.dropmenu li.dropdown ul li a{
      color: #fdfdfd !important;
    padding: 0px 9px !important;
    border-left: 2px solid #f99a5a;
    margin: 16px 0px;
    font-size: 18px;
    font-weight: 500;
}
.dropmenu li.dropdown:hover > ul,
.dropmenu li.dropdown ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.dropmenu li.dropdown ul li {
     clear: both;
    width: 100%;
    list-style: none;
    padding: 0;

}
/* Navigation Main------------------------------------- */
nav.main {

}
.navbar-nav{    font-size: 18px;
    font-weight: 600;
    color: #485e7c;}
.navbar-light .navbar-nav .nav-link {
	  font-family: 'Montserrat' !important;
      color: #485e7c;
    padding-top: 24px;
    padding-bottom: 24px;
} 
.copy-right h5{    color: #6e6d6d;
    padding: 10px;
    margin: 0;}
.request{    background: #f58134;
    border: 0;
    color: white;
    font-size: 18px;
    border-radius: 10px;
    padding: 4px 20px;    font-weight: 700;
  }  
  .request:hover{  color: white; text-decoration:none;}
nav.main .nav-logo {
  max-width: 200px;
  width: 100%;
}
.banner-list{list-style: none;padding-left: 0px}
.banner-list li{display: flex;padding: 10px 0px;}
.banner-list li:before {
        display: inline-block;
    margin-left: 10px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.7em solid #f58134;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
    transform: rotate(270deg);
}
nav.main ul {
  padding-left: 0;
  list-style-type: none;
}
.feature-icons h5{    font-weight: 700;
    color: #143058;
    font-size: 21px;
    text-transform: capitalize;}
.banner h2, .feature-banner h2{font-weight: 700;
    color: #143058;}

.banner h1{font-weight: 800;
    font-size: 60px;
    color: #143058;    padding-right: 30px;}  
.menu-head{    border-bottom: 1px solid grey;
    font-size: 19px;
    font-weight: 600;
    padding: 10px 0;
    color: #f99a5a;}
.navbar .sub-menu .nav-item {
    padding: 4px 14px;
    margin: 7px 0.25rem;
    border-left: 1px solid grey;
}
.navbar .sub-menu .nav-item:hover {    border-left: 1px solid #ffd18c;}
.navbar .sub-menu .nav-item a:hover{    color:#ffd18c;}
.navbar .sub-menu .nav-item a{    color: white;
    padding: 2px 0px;
    font-size: 17px;
    font-weight: 500;}
.demo{display: inline-flex;
    justify-content: space-between;}
.demo-btn{    border: #f07f33 2px solid;
    background: white;
    border-radius: 50px;
    padding: 5px 20px;
    font-weight: 600;
    color: #5c5a5a;animation: wiggle 2s linear infinite;
  }  
  /* Keyframes */
@keyframes wiggle {
  0%, 4% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-2deg);
  }
  20% {
    transform: rotateZ(3deg);
  }
  25% {
    transform: rotateZ(-3deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}
.banner-img{animation: MoveUpDown 5s linear infinite;  position: relative;
  bottom: 0;}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 30px;
  }
}
.demo-btn:hover{    border: #f07f33 2px solid;background: #f07f33;color:white;
}    
.watch-btn{ 
    border: 0;
    background: white;
    border-radius: 50px;
    padding: 0px 20px;
    font-weight: 600;
    color: #5c5a5a;
}

.watch-btn:hover{color:#f07f33;}
.watch-btn:hover .fa{color:#f07f33;background: white;border:2px solid #f07f33;}
.watch-btn .fa{background: #f68b33;
    color: white;
    padding: 10px;
    border-radius: 50px;
    width: 34px;
    height: 34px;
    margin-right: 10px;border:2px solid #f07f33;    display: inline-flex;
    align-items: center; animation: preloader .6s ease-in-out alternate infinite;
  }
  @keyframes preloader {
  100% { transform: scale(1.2); }
}
.feature-icons img{
align-items: center; animation: preloader 2s ease-in-out alternate infinite;
  }
  @keyframes preloader {
  100% { transform: scale(.8); }
}
/* ------ Mega Menu ------ */
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(75 123 186);
}
.navbar .dropdown-menu {
  border:none;
  background-color:#041630!important;
}
.pink-color{background: #f6e9d9}
.heading{    font-weight: 800;
    font-size: 40px;
    color: #143058;}
.padding-50{padding: 50px 0} 
.smartphone-oppo{      background: url(../images/Samsung-S23.png);
height:400px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;}
.smartphone-iphone{      background: url(../images/iphone.png);
height:400px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;}
.smartphone-Samsung-Galaxy-Z-Fold4{      background: url(../images/Samsung-Galaxy-Z-Fold4.png);
height:400px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;}
.smartphone-Xiaomi-12-Pro{      background: url(../images/Xiaomi-12-Pro.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;}
.smartphone-vivo-v25{      background: url(../images/vivo-v25.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;}
.mobile1{width:19%;margin:0 6px} 
.social-icon h5{    font-weight: 600;
    color: #4e4c4c;}  
    .shadow-effect {
        background: #fff;
        padding: 20px;
        border-radius: 28px;
        text-align: center;
  border:1px solid #ECECEC;
        box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    }
    .connect h4{    font-weight: 700;
    color: #505050;}
    #customers-testimonials .shadow-effect p {
        font-family: inherit;
        font-size: 17px;
        line-height: 1.5;
        margin: 0 0 17px 0;
        font-weight: 500;
    }
    .testimonial-name {
        margin: -17px auto 0;
        display: table;
        width: auto;
        background: #f07f33;
        padding: 9px 35px;
        border-radius: 12px;
        text-align: center;
        color: #fff;
        box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
    }
    #customers-testimonials .item {
        text-align: center;
        padding: 50px;
        margin-bottom:10px;
        opacity: .2;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #customers-testimonials .owl-item.active.center .item {
        opacity: 1;
        -webkit-transform: scale3d(1.0, 1.0, 1);
        transform: scale3d(1.0, 1.0, 1);
    }
    .owl-carousel .owl-item img {
        transform-style: preserve-3d;
        max-width: 90px;
        margin: 0 auto 17px;
    }
    #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
       background: #143058;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
    border: 1px solid #143058;
    border-radius: 50px;
    }
#customers-testimonials.owl-carousel .owl-dots{
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
  display: inline-block;
}
    #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
        background: #fff;
    display: inline-block;
    height: 30px;
    margin: 0 2px 5px;
    border: #f07f33 2px solid;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 30px;
    border-radius: 50px;
    }
    .feature-banner h1{
     font-weight: 700;
    font-size: 30px;
    color: #143058;
}
    .feature-banner h2{
    font-weight: 800;
    font-size: 65px;
    color: #ff934e;
}
/*-------------------------------------*/
.swiper-container::-webkit-scrollbar {
  width: 0px;
}
.swiper-container {
        width: 100%;
    height: 100%;    overflow: auto;
   /* overflow-x: scroll;
    padding-bottom: 20px;*/
}
.swiper-slide {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-hero-progress {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 0;
    height: 3px;
    background: #FFF;
    z-index: 5;
}


.swiper-progress-bar {
  width: 85%;
  height: 4px;
  position: relative;
  margin: 20px auto;
  background: #eeeeee;
}
.swiper-progress-bar .progress {
  height: inherit;
  left: 0;
  top: 0;
  position: absolute;
  background: #a9acaf;
  z-index: 1;
}
.swiper-progress-bar .progress-sections {
        left: 0;
    top: 0;
    position: absolute;
    height: inherit;
    width: 63px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    background: #a9acaf;
}
.swiper-progress-bar .progress-sections span {
  flex: 1;
  height: inherit;
  border-right: 0px solid #eee;
}
.swiper-progress-bar .progress-sections span:last-child {
  border-right-width: 0;
}

.swiper-counter {
      width: auto;
    margin: 10px 0;
    font-size: 16px;
}
/*------------------------closed------------*/
/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.5rem .5rem;
  margin:0 .25rem;
}

/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    margin: 0;
    border: 0px !important;
  
}
  
 .dropdown-toggle::after{vertical-align: middle;}

  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}
  
  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }

}


.leftbutton {
        position: fixed;
    top: 40%;
    right: -83px;
    z-index: 999;
    transform: rotate(270deg);

}
.leftbutton img {
    width: 90px;
}

/*#mobileslider {
    width: 100%;
    height: 515px;
    background-image: url(../images/downloadmobilehand.png);
    background-position: top center;
    background-size: cover;
}*/
	 #mobileslider .owl-item img {
      /*   transform-style: preserve-3d;
        max-width: 90px;
        margin: 0 auto 17px;*/
	 max-width: 61%;
    margin: 0 auto 0px;
    padding: 21px 9px 8px 0px;
    }
	
	#mobileslider .owl-dots{display:none;}
	 #mobileslider2 .owl-item img {
      /*   transform-style: preserve-3d;
        max-width: 90px;
        margin: 0 auto 17px;*/
		   max-width: 63%;
    margin: 0 auto 0px;
    padding: 17px 10px 8px 0px;
    }
	#mobileslider2 .owl-dots{display:none;}
		 #mobileslider3 .owl-item img {
			 max-width: 63%;
    margin: 9px 63px;
		       /*max-width: 62%;
    margin: 0 auto 0px;
    padding: 11px 7px 10px 9px;*/
    }
	#mobileslider3 .owl-dots{display:none;}
		 #mobileslider4 .owl-item img {
      /*   transform-style: preserve-3d;
        max-width: 90px;
        margin: 0 auto 17px;*/
		   max-width: 110px;
    margin: 0 auto 0px;
    padding: 6px 9px 10px;
    }
	#mobileslider4 .owl-dots{display:none;}

.at-container {
    position: fixed;
    bottom: 20px;
    left: 15px;
    z-index: 999999;
}
.videocontainer1{   

    border-radius: 10px;
    border: 3px solid #f1f0f0;
    padding: 5px;
    box-shadow: 2px 1px 6px 2px #0000001f;}
.videocontainer1 img{text-align:center;}
.videocontainer1 h4{font-size:22px; font-weight:600; margin-top: 10px; height:45px;}
.videocontainer1 p{ text-align:justify;}
.videocontainer{   
    border-radius: 10px;
    border: 3px solid #f1f0f0;
    padding: 2px;
    box-shadow: 2px 1px 6px 2px #0000001f;}
.video{    object-fit: cover;
    position: relative;
    border-radius: 10px;
    margin: 0;
    margin-bottom: -7px;}
.videocontainer  .watch-btn {position: absolute;
    right: -7px;
    bottom: 10px;
    background: transparent;}
.smartphone {
        position: relative;
    width: 268px;
    height: 540px;
    margin: auto;
    border: 9px black solid;
    border-top-width: 37px;
    border-bottom-width: 9px;
    border-radius: 36px;
    overflow: hidden;
}
.videomodal .close{    background: red;
    opacity: 1;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    padding: 0 !important;
    color: white;
    margin: 0 !important;
    font-size: 1.2rem;
}
.videomodal .modal-header{position: absolute;
    z-index: 9;
    right: -30px;
    border: 0;
    top: -30px}
/* The horizontal line on the top of the device */
.smartphone:before {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 10px;
}

/* The circle on the bottom of the device */
.smartphone:after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 50%;
}

/* The screen (or content) of the device */
.smartphone .content {
 width: 250px;
    height: 500px;
  background: white;
}
/*-----------------------------------------------------------*/

/*----------------------------------------------------------------*/
.footer-area{background: #e5e3e3;}
.footer-area .area-bg {
    background: rgba(0, 0, 0, 0) url(../images/footer_bg.png) no-repeat scroll center bottom / 100% 100%;
}
.area-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 55px;
    width: 100%;
}
.padding-top {
    padding-top: 50px;
}
.relative {
    position: relative;
    overflow: hidden;
}
.footer-top-area {
    position: relative;
}
.padding-70-50 {
    padding-top: 100px;
    padding-bottom: 30px;
}
.abouts p{    font-weight: 300;
    line-height: 2;}
.single-footer-widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-social-bookmark .social-bookmark li a {
        border-radius: 50%;
    color: #ffffff;
    height: 40px;
    margin-right: 5px;
    padding-top: 8px;
    text-align: left;
    width: 37px;
    font-size: 21px;
}
.footer-bottom{
  top: 0px;
    background: #299AD4;
    z-index: 99999;
    position: relative;
    width: 100%;
    padding: 10px;

}
.foot-bottom{
    position: relative;
    height: auto;
    top: 0;
    background: #363636;
    display: flex;
    align-items: center;
    padding: 15px 0
}
.footer-bottom ul{      margin: 0;
    padding-left: 0;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 13px;}
  .cmi-store {padding-left: 0px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;}
  .cmi-store li{
 list-style: none;display: inline-block;
  }  
  .cmi-store li a{color:white;text-decoration: none}
.footer-bottom ul li{display: inline-block;list-style: none}
.footer-bottom ul li a{color:white;text-decoration: none;padding: 30px}
.single-footer-widget h3{    margin-bottom: 27px;
   
    font-size: 25px}
.single-footer-widget ul li a {
    display: block;color:white;text-decoration: none;
}
.social-bookmark li a {
    display: inline-block;
    margin: 0 2px;
    text-align: center;
}
.footer-social-bookmark .social-bookmark li {
        display: inline-flex;
}
.single-footer-widget ul li {
     
    margin-bottom: 22px;
   
    font-weight: 300;    align-items: center;
    display: flex;

}
/*.single-footer-widget ul li:before {
    content: "»";
    padding-right: 10px;
}*/
.social-bookmark{padding:0;}
.single-footer-widget .blue li a{color:#6EB7C2;}
.single-footer-widget ul li:before {
    content: "»";
    padding-right: 10px;
    font-size: 25px;
    line-height: 1;

}
.justify-contents{    justify-content: space-evenly;}
.single-footer-widget .social-bookmark  li:before{
  content:"";
}
.single-footer-widget ul .blue{    list-style: disc;
    margin-left: 44px;}
.single-footer-widget ul li img{    padding-right: 10px;}
.justify-content{text-align: justify;}
.btnbulk{    background: #004187;text-decoration: none !important;
    color: white;
    border-radius: 10px 10px 0px 0px;}
 .btnbulk a, .btnshop  a{text-decoration: none !important;}
.btnshop{    background: #00AEEF;text-decoration: none !important;
    color: white;
    border-radius: 10px 10px 0px 0px;}
.navigation {
  height: 84px;
    background: #FFF6F2;
    border-radius: 50px;
}

.brand {
      position: absolute;
    padding-left: 20px;
    line-height: 84px;
    text-transform: uppercase;
    font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  margin: 0 auto;
}
/*********************************************************/
/**CONTACT US PAGE*/
.height100{height:100vh;}
.contact-container{background:#fff; box-shadow: 10px 5px 5px #b1b0b0;}
.contact-container h3{color:#143058; font-weight:600;}
.contact-container h5{color:#000; font-weight:600;}
.contact-container a{color:#000;}
.contact-container ul {padding:0; margin:0;}
.contact-container ul li{list-style:none; }

.contact-container ul.address li { display:inline-block;}
.top-border{border-top:1px solid #f4771f;}
.contact-us-form{padding:0px 40px;}
/*****************************************************************/
/**SOLUTION PaGE */
.iConBox {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.iConBox ul {
    padding: 0;
    margin: 0;
}
.iConBox ul li {
    vertical-align: top;
    list-style: none;
    text-align: center;
    width: 19%;
    display: inline-block;
    background: #f6e9d9;
    min-height: 100px;
    padding: 10px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    height: 120px;
}
.iConBox ul li img {
    width: 50px;
    margin: 0px auto;
    display: inline-block;
    opacity: 0.6;
}
.iConBox ul li strong {
    display: block;
    text-align: center;
     /*font-size: 13px;*/
   font-weight: 600;
    margin-top: 10px;
    line-height: normal;
    letter-spacing: -0.1px;
}
.solutionvideocontainer{   
    border-radius: 10px;
    border: 3px solid #f1f0f0;
	height:700px;
    padding: 2px;
    box-shadow: 2px 1px 6px 2px #0000001f;}

.solutionvideocontainer  .watch-btn {position: absolute;
    right: -7px;
    bottom: 10px;
    background: transparent;}

	.makeevents p{font-size:18px;}
	.spotlight p{font-size:18px;}
	.influence p{font-size:18px;}
	.increase p{font-size:18px;}
/*-----------------*/
@media screen and (max-width: 767px) {
  .dropmenu li.dropdown ul {
    min-width: 19rem;
  }
 
.dropmenu li.dropdown .dropdown-menu{display: none !important}
.dropmenu li.dropdown .dropdown-menu.show{display: block !important}
  .banner-list li {
    font-size: 16px;
}
.iConBox ul li {
   
    width: 49%;
   
    height: 107px;
}
#customers-testimonials .item {
    padding: 0;
    }
.downloadsection  p{    font-size: 16px;
    text-align: justify;
}
  .feature h4{font-size: 17px;}
  .smartphone-oppo {
   height: 427px;
  }
  .connect h4 {
    font-weight: 700;
    color: #505050;
    font-size: 16px;
}
  .feature-banner h1 {
    font-weight: 700;
    font-size: 22px;
    color: #143058;
}
  .feature-banner h2 {
    font-weight: 800;
    font-size: 30px;
    color: #ff934e;
}
.top-head li a {
    text-decoration: none;
    color: #707070;
    padding: 0 9px;
    font-size: 15px;
}
  .heading {
    font-weight: 800;
    font-size: 24px;
    color: #143058;
}
#customers-testimonials.owl-carousel .owl-dots {
    margin-top: 30px;
    }
  .watch-btn {
    border: 0;
    background: white;
    border-radius: 50px;
    padding: 0px 20px;
    font-weight: 600;
    color: #5c5a5a;
    white-space: nowrap;
    font-size: 16px;
}
.demo-btn {
    border: #f07f33 2px solid;
    background: white;
    border-radius: 50px;
    padding: 5px 20px;
    font-weight: 600;
    color: #5c5a5a;
    animation: wiggle 2s linear infinite;
    font-size: 16px;
    white-space: nowrap;
}
.demo-btn a{color:#5c5a5a !important;}
.demo-btn:hover{    border: #f07f33 2px solid;background: #f07f33;color:white !important;
} 
  .banner-img{animation: unset;margin-top: 50px}
  .navbar-nav {
       font-size: 18px;
    font-weight: 600;
    color: #485e7c;
    align-items: flex-start !important;
    background: #10326200;
    padding: 10px;
    box-shadow: 0px 3px 8px #00000026;
    margin-top: 10px;
}
.banner h1 {
    font-weight: 800;
    font-size: 33px;padding: 0
    }
.banner h2 {
    font-weight: 700;
    color: #143058;
    font-size: 22px;
}
.line{display: none}
}
/*-----------------------------------------------------*/