body {
	color: #000;
	-webkit-font-smoothing: antialiased;/* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
	font-family: "Montserrat", sans-serif;
	background:#fff;
}



h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;}

.navbar-default.fixed-nav{
	background: #fff;
  transition: all 1s ease 0s;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  -webkit-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}
.navbar-default.fixed-nav .navbar-brand img{
	/*filter: sepia(1) saturate(5) brightness(0) hue-rotate(135deg);*/
	transition: all 1s ease 0s;	
}
.navbar-default.fixed-nav .navbar-nav > li > a{
	/*color:#000 !important;*/
}	
.navbar-default {
  padding: 12px 0px 0px 0px;
  background: transparent;
  /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  border:none;
  border-radius: 0px;
  font-family: "Montserrat", sans-serif;
  min-height:112px;
  margin: 0px;
  transition: all 1s ease 0s;
}


@keyframes moveLeftBounces-two {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(1920px);
    transform: translateX(1920px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
 .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
.navbar-brand{
	padding: 5px 0px !important;
  height: auto !important;
  width: 300px;
}
.navbar-brand img{
	width:100%;}

.navbar-nav {
  margin: 20px 0px 0px 0px;
}
.navbar-default .navbar-nav > li:last-child a{
	
}
.navbar-default .navbar-nav > li > a {
 color: #fff !important;
  transition: all .1s ease 0s;
  font-family: "Montserrat", sans-serif;
  padding: 14px 26px;
  font-size: 22px;
  background: #1ea1f1;
  border-radius: 100px;
  font-weight: 600;
  margin: 0px 0px 0px 20px;
}
.navbar-default .navbar-nav > li > a p{
	display: inline-block;
  margin:0px;
  border:1px solid #F8AD0D;
  color: #F8AD0D;
  font-size: 10px;
  line-height: 10px;
  padding:2px 6px;
  border-radius:100px;
  vertical-align: top;	
}
.navbar-default .navbar-nav > li > a:hover{
	color:#fff !important;
	padding: 14px 26px;
	background: #1ea1f1;
}
.navbar-default .navbar-nav > li > a:focus{
	color:#fff !important;
	padding: 14px 26px;
	background: #1ea1f1;
}







.top-main-section .carousel .carousel-control {
    position: absolute;
    top: 50%;
    bottom:0;
    left: 10%;
    opacity: 0.9;
	width: 40px;
	height: 50px;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	background: #fff !important;
	color: #432c58;
	text-shadow:none;
	transition:all 0.3 ease-in !important;
	margin-top:-25px;
}
.top-main-section .carousel .carousel-control .fa{
	line-height:50px;
	font-size:30px;	
}

.top-main-section .carousel .carousel-control.right{
	left: auto;
	right: 0;
	border-radius: 100px 0 0 100px;
}
.top-main-section .carousel .carousel-control.left{
	left:0;
	border-radius: 0px 100px 100px 0px;
}

.top-main-section .carousel .carousel-control:hover,.carousel .carousel-control:focus{
	background:#fff !important;
	color:#432c58 !important;
	opacity:1 !important;
	transition:all 0.3 ease-out !important;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img{
	width:100%;	
}



.about-section{
	padding:80px 0px;	
}
.about-txt{}
.about-txt h2{
	margin:0px;
	padding:0px 0px 30px 0px;
	color:#384141;
	font-size:42px;
	font-weight:400;
	font-family: "Montserrat", sans-serif;	
}
.about-txt h2 span{
	color:#24cdd5;	
}
.about-txt p{
	margin:0px;
	padding:0px;
	color:#000;
	font-size:16px;
	font-weight:400;
	font-family: "Montserrat", sans-serif;	
}
.about-txt ul{
	list-style:none;
	margin:0px;
	padding:20px 0px;
	font-size:16px;
	font-weight:400;
	font-family: "Montserrat", sans-serif;		
}
.about-txt ul li{
	position:relative;	
}
.about-txt ul li::before {
  content: "\f101"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  color: #24cdd5;
  margin-right: 10px;
}
.dflex-top-bottom{
	display: flex;
    align-items: center;	
}

.the-difference{
	padding:45px 0px;	
}
.the-difference-inner{
	background-color: #05111A;
	padding: 40px 30px 40px;
	border-radius: 10px;
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.the-difference-inner h2{
	font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  margin: 0px;
  padding: 0px 0px 28px 0px;
  text-align:center;
}
.the-difference-inner p{
	color:#fff;	
	font-family: "Montserrat", sans-serif;
	text-align:center;
	font-size:16px;
	padding:0px 26px;
}
.top-slider-txt{
	margin:20px 0px 0px 0px;
}	
.top-slider-txt a {
  font-family: "Montserrat", sans-serif;
  background: #1ea1f1;
  color: #fff;
  border-radius: 50px;
  font-size: 18px;
  padding: 13px 35px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.top-slider-txt a:hover{
	text-decoration:none;
	outline:none;	
}
.top-slider-txt a:focus{
	text-decoration:none;
	outline:none;	
}
.carousel-caption h2{
	font-weight:700;
	color:#24cdd5;
	font-size:58px;	
}




/* ----- Pricing ----- */

.pricing-item {
    position: relative;
    padding: 2.5rem 1rem;
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 0;
    text-align: center;
    overflow: hidden;
    background: #fff;
}

.pricing-item .pricing-price {
    padding: 15px 0 14px 0;
    border-top: 1px solid rgba(139, 144, 157, 0.18);
    border-bottom: 1px solid rgba(139, 144, 157, 0.18);
}

.pricing-item.active .pricing-price {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.pricing-item .pricing-currency {
    font-size: 48px;
    font-weight: 300;
}

.pricing-list {
    font-size: 14px;
    padding: 25px 0;
    display: inline-block;
	list-style: none;
}

.pricing-list li {
    margin: 14px 0 14px 25px;
    text-align: left;
    font-size: 16px;
    position: relative;
	color: #808080;
}

.price-included {
    position: relative;
    display: table;
    margin: 14px auto;
    padding: 2px 0 10px 5px;
    text-align: left;
    font-size: 1.1rem;
}

.pricing-item.active {
    background: #26313c;
}

.pricing-item.active .button {
    border-color: #fff;
    background: #26313c;
    transition: 0.2s all;
}

.pricing-item .button {
    border-color: #fff;
    background: #24cdd5;
    color: #fff;
    display: table;
    margin: 0 auto;
}

.pricing-item.active,
.pricing-item.active .darkcolor{
    color: #fff;
}

.pricing-item .button:hover {
    background: #fff;
    color: #384141;
}

.pricing-item .button:focus {
    background: #fff;
    border-color: #26313c;
    color: #384141;
}
.button {
  position: relative;
  display: inline-block;
  font-size: 15px;
  padding: 12.8px 36px;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  z-index: 1;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.button:hover{
	text-decoration:none;
	outline:none;	
}
.button:focus{
	text-decoration:none;
	outline:none;	
}


/*price sale*/

.pricing-item.sale::before,
.shopping-box .sale::before {
    content: '\f02e';
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    position: absolute;
    top: -30px;
    right: 15px;
    font-size: 60px;
    color: #E84455;
    z-index: 1;
}

.pricing-item.gray.sale::before {
    color: #4A5158;
}

.shopping-box .sale::before {
    z-index: 100;
}

.pricing-item.sale::after,
.shopping-box .sale::after {
    content: "- " attr(data-sale) "%";
    position: absolute;
    top: 6px;
    right: 21px;
    font-size: 14px;
    color: #fff;
    z-index: 2;
}

.shopping-box .sale::after {
    z-index: 101;
}

.pricing-item.sale:hover::after,
.shopping-box .sale:hover::after {
    content: 'Sale';
    right: 24px;
}

.pricing-list li::before,
.price-included::before {
    content: '\f00c';
    font-family: FontAwesome;
    font-weight: 900;
    position: absolute;
    top: 2px;
    left: -25px;
    color: #B2CB20;
}

.pricing-list li.price-not::before {
    content: '\f00d';
    font-family: FontAwesome;
    font-weight: 900;
    position: absolute;
    top: 2px;
    left: -23px;
    color: #E84455;
}
.pricing-item.active .pricing-list li::before{
    color: #fff;
}

.price-toggle-wrapper {
    position: relative;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 30px;
    overflow: hidden;
    display: inline-flex;
}

.price-toggle-wrapper .Pricing-toggle-button {
    padding: 10px 110px;
    user-select: none;
    cursor: pointer;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.price-toggle-wrapper .Pricing-toggle-button.active {
    color: #fff;
    cursor: default;
}

.price-toggle-wrapper .Pricing-toggle-button.month::before {
    content: '';
    position: absolute;
    width: 105%;
    height: 100%;
    border-radius: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    overflow: hidden;
    transform: translateX(95%);
    z-index: -1;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-position: right center;
}

.price-toggle-wrapper .Pricing-toggle-button.month.active::before {
    transform: translateX(-5%);
    background-position: left center;
}

.pricing-price {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: scale(1);
}
.darkcolor {
  color: #384141;
}
.font-light {
  font-weight: 300;
}
.bottom30 {
  margin-bottom: 30px;
}
.pricing-item.active li{
  color: #fff;
}
.pricing-section{
	padding:0px 0px 60px 0px;	
}
/* ----- Pricing ends ----- */

.section-title{
	text-align:center;	
}
.section-title h2{
	margin: 0px;
  padding: 0px 0px 30px 0px;
  color: #384141;
  font-size: 48px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;	
}

.footer-section{
	background:#26313c;
	padding: 26px 0px;	
}
.copyright-txt{
	text-align:center;	
}
.copyright-txt p{
	margin:0px;
	padding:0px;
	font-family: "Montserrat", sans-serif;	
	color:#fff;
	font-size:14px;	
}
.copyright-txt p a{
	color:#fff;
	text-decoration:none;
	outline:none;	
}
.copyright-txt p a:hover{
	color:#fff;
	text-decoration:none;
	outline:none;	
}
.copyright-txt p a:focus{
	color:#fff;
	text-decoration:none;
	outline:none;	
}
.about-pic img{
width:100%;	
}










.scroll-area {
  position: relative;
  z-index: 999;
}
.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #24cdd5 0%, #24cdd5 100%);
  background-image: -webkit-linear-gradient(0deg, #24cdd5 0%, #24cdd5 100%);
  background-image: -ms-linear-gradient(0deg, #24cdd5 0%, #24cdd5 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}
.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -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;
}
.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.scroll-area .go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: -moz-linear-gradient(0deg, #24cdd5 0%, #24cdd5 100%);
  background-image: linear-gradient(to right, #24cdd5 0%, #24cdd5 100%);
  background-image: -ms-linear-gradient(0deg, #24cdd5 0%, #24cdd5 100%);
  opacity: 0;
  visibility: hidden;
  -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;
  border-radius: 100%;
}
.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
  color: #fff;
}
.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 30px;
  border-radius: 100%;
}
.top-wrap {
  position: relative;
}
.top-wrap .go-top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background-image: -moz-linear-gradient(0deg, #24cdd5 0%, #24cdd5 100%);
  background: #24cdd5;
  background-image: -ms-linear-gradient(0deg, #24cdd5 0%, #24cdd5 100%);
}
.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 400;
  padding-left: 4px;
  color: #fff;
}
.top-wrap .go-top-button::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 45px;
  height: 45px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -moz-animation: ripple 1.6s ease-out infinite;
  -o-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background-image: -moz-linear-gradient(0deg, #0d51b0 0%, #24cdd5 100%);
  background-image: -webkit-linear-gradient(0deg, #0d51b0 0%, #24cdd5 100%);
  background-image: -ms-linear-gradient(0deg, #0d51b0 0%, #24cdd5 100%);
  border-radius: 100%;
}
.top-wrap .go-top-button:hover {
  background-color: #222;
  color: #fff;
}
@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}


.top-banner-txt{}
.top-banner-txt h1{
	margin: 0px 0px 28px 0px;
  padding: 0px;
  font-weight: 600;	
}
.top-banner-txt h1 span{
	color:#1ea1f1;	
}

.top-banner-txt p{
	margin: 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 32px;
  color: #333;	
}
.d-flex{
	display: flex;
    align-items: center;
    flex-direction: row-reverse;	
}
.use-the-calculator{
	background:#fef5ec;	
	padding:40px 0px;
}
.section-titlea{
	text-align:center;
	margin-bottom:40px;	
}
.faq-section{
	margin-bottom:50px;
}	
.section-titlea h2{
	margin: 0px 0px 28px 0px;
  padding: 0px;
  font-weight: 600;		
}
.col-2{
	width: 19.6%;
  display: inline-block;	
}
.iocn-with-txt{
	text-align:center;	
}
.iocn-with-txt i{
	background: #1ea1f1;
  width: 65px;
  height: 65px;
  text-align: center;
  border-radius: 100%;
  line-height: 66px;
  color: #fff;
  font-size: 30px;	
}
.iocn-with-txt p{
	margin: 0px;
  font-size: 16px;
  padding: 19px 0px 0px 0px;	
}
.iocn-with-txt p strong{
	 display:block;	
}



/*///////////////////////////////////////////////////////
					Responsive Phone
//////////////////////////////////////////////////////*/

@media only screen and (min-width:290px) and (max-width:766px){
.container > .navbar-header{
	margin-left:0px;
	margin-right:0px;	
}
.top-main-section .carousel-caption h2 {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 25px;
}
.top-slider-main{
	height:auto;	
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img{
	
}
.top-slider-main .video-bg video {
  width: 257%;
}
.navbar-toggle{
	margin-top:10px;
	margin-right:0px;
}
.technical-jargon-imag img{
	max-width:100% !important;
	height:auto !important;	
}
.technical-jargon-left {
  padding-top: 55px;
}
.technical-jargon-column {
  min-height: auto;
  margin-bottom: 30px;
}
.vid-2 video{
	width: auto;
	height:auto;	
}
.solutions-section-over{
	padding-top:55px;	
}
.style-three .techno-sinlge-service-box{
	padding: 16px 16px 16px;
	min-height: auto;
}
.style-three.upper5 .techno-service-icon i{
	width:70px;
	height:70px;	
}
.style-three.upper5 .techno-service-icon i img{
	width:100%;	
}
.style-three .techno-service-title h2{
	font-size: 16px;
	margin: 0px 0 25px;	
}
.techno-service-icon{
	display:inline-block;	
}
.techno-service-title{
	width: 77%;
    display: inline-block;
    padding-left: 15px;
	vertical-align: middle;	
}
.contact-us-section{
	padding-top:55px;	
}
.section-title-contct h2{
	font-size:16px;
	line-height:26px;	
}
.halfc{
	width:100%;
	padding:0px;	
}
.fullc{
	padding:0px;
}	
.about-section{
	padding-top:55px;
	padding-bottom:55px;
}
.about-txt p{
	font-size:16px;	
}
.copyright-footer{
	font-size:11px;
}	
.jovial{
	font-size:11px;	
}
.navbar-fixed-top{
	background:#000d1f url(../images/main-bg.png);
}
.navbar-brand{
	width:161px;	
}
.call-bg{
	margin-left:0px;	
}
.navbar-brand{
	padding: 7px 0px 13px 0px !important;	
}
.navbar-default{
	min-height:54px;	
}

.navbar-default .line{
	top:54px;
}	
.top-left {
  padding-top: 10px;
}
.top-left .titlemain{
	line-height: 42px;
	font-size: 32px;
	width: 94%;	
}
.top-left p{
	font-size:14px;	
	margin: 0px 0px 70px 0px;
}
.top-left .top-btn1{
	font-size:12px;	
}
.top-left .top-btn2{
	font-size:12px;	
}
.top-imag {
  margin-top: 12px;
}
.top-main-section{
	padding: 0px;	
}
.who-we-served {
  padding: 0px 0px;
}
.who-we-served-column-imag::before {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.navbar-nav {
  background: #E5F0FF;
  border-radius: 0px;
  padding: 8px 12px;
  margin: 0px auto;
  display: block;
  float: none !important;
}
.top-right{
	bottom:0px;	
}
.title-section h2{
	font-size:32px;
}
.why-zeeks-column h2{
	font-size:24px;
}		
.why-zeeks-column.text-center h2 {
  font-size: 24px;
}
.why-zeeks-column{
	text-align:center;
}	
.join-waitlist-inner h2{
	font-size:28px;	
}
.newslatter input{
	width:338px;
	font-size: 12px;	
}
.footer-main {
  padding: 30px 0px 106px 0px;
}
.footer-column {
  margin-bottom: 40px;
}
.features-column-inner{
	min-height: auto;	
}
.dflex-top-bottom{
	display:block;	
}
.about-txt h2{
	font-size:30px;	
}



}