/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
  border:none;
  background-color:#0060c8!important;
}

/* 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;
  /*background-color: #001676;*/
}
.menu-top{
    padding-top: 0px;
    padding-bottom: 0px;
    /* background-color: #001676; */
    background-image: linear-gradient(to right, #000a39 , #142889);
}
/* 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;
}*/


.navbar .nav-item {
    padding: .5rem .8rem;
    margin: 0 .25rem;
}


/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  */
  top: 70px;
  
  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  
}
  
 

  
  /* 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;
  }

}

/*
.min{
	min-height: 1000px;
}
*/

.logo{
	width: 250px;
}



/* Slider CSS */

#header{
  width: 100%;
 
  .carousel{
    height: 100%;
    .carousel-inner{
      height: 30% !important%;
      .carousel-item{
        height: 30% !important%;
        .title{
          position: absolute;
          text-align: center;
          width: 100%;
          left: 50%;
          top: 50%;
          transform: translate(-50%,-50%);
          color: #fff;
          h1{
            font-size: 5rem;
			color: #fff !important;
          }
          .animated {
            animation-duration: 1.3s;
            animation-delay: .5s;
          }
        }
        img{
          object-fit: cover;
         
        }
      }
    }
  }
}

.title {
    position: absolute;
	z-index: 999;
    /*z-index: 111111;*/
    top: 43%;
    left: 10%;
	color: #fff !important;
}
div#header {
    margin-top: -150px;
}
.bg-primary {
    background-color: none !important;
}
h1.animated.slideInDown {
    color: #fff;
    font-family: 'Urbanist', sans-serif;
    font-weight: bold;
    font-size: 4rem;
}
.dev {
    color: #ce9b1c;
    font-family: 'Urbanist', sans-serif;
    font-weight: bold;
    font-size: 4rem;
}
h2.animated.slideInLeft {
    color: #d1d3db;
    font-family: 'Urbanist', sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}
a.nav-link {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #fff !important;
    line-height: 1;
}
/*
a.nav-link {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff !important;
}*/
div#navbarSupportedContent {
        padding-top: 2.4em;
    padding-left: 5em;
}
.top-header {
    padding: 1.2em 3em;
}
a.contact {
    background-color: #ce9b1c;
    padding: 0.7em 1em;
    font-size: 1.3rem;
	font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
	font-family: 'Urbanist', sans-serif;
	color: #000a39;
}
.abt-us {
    padding: 7em 8em;
	background-color: #f1f1f1;
}
.heading {
    font-family: 'Urbanist', sans-serif;
    color: #ce9b1c;
    font-weight: 700;
    font-size: 1.8rem;
}
.heading1 {
    font-family: 'Urbanist', sans-serif;
    color: #000a39;
    font-weight: 900;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    animation-timing-function: ease-in;
    animation-duration: inherit;
    animation-play-state: running;
    animation-direction: normal;
}
p {
    color: #333333;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Urbanist', sans-serif;
    line-height: 1.8;
	letter-spacing: 0.3px;
	margin: 0px !important;
}
.slideInDown{
	-webkit-animation-name: slideInDown;
	animation: slideInDown 5s;
    animation-name: slideInDown;
     animation-timing-function: linear;
    animation-duration: inherit;
    animation-play-state: running;
    animation-direction: normal;
	animation-duration: 5s;
}
mov {
  
   position:relative;
   -webkit-animation:glide 2s ease-in-out alternate infinite;
}

@-webkit-keyframes glide  {
   from {
      left:0px;
      top:0px;
   }
   
   to {
      left:0px;
      top:20px;
   }

}

/* Our Specifications  */

.foot-heading{
	font-family: 'Titillium Web', sans-serif;
	color: #ce9b1c;
	font-size: 1.6rem;
	font-weight: 600;
	text-decoration: underline;
	    margin-left: 20px;
}
.footer {
    background-color: #000a39;
    padding: 5em 5em 2em 5em;
}
.foot-nav {
    font-family: 'Urbanist', sans-serif;
    font-size: 1rem !important;
    letter-spacing: 0.5px;
    color: #fff !important;
    line-height: 0.5;
}
/*
 .foot-nav{
	     font-family: 'Urbanist', sans-serif;
    font-size: 1.25rem;
    font-weight: 300 !important;
    letter-spacing: 0.5px;
    color: #fff !important;
	line-height: 2.2;
}*/
.footer  .navbar .nav-item {
    padding: .5rem 0rem !important;
   /* margin: 0 .25rem;*/
}
.footer  .navbar {
  /*  padding: .5rem 0rem;*/
}

.prdt {
    margin-top: 38px;
}
.foot-p {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.25rem;
    font-weight: 300 !important;
    letter-spacing: 0.5px;
    color: #fff !important;
    line-height: 2.2 !important;
    margin-top: -11px !important;
    text-align: left !important;
}
/*
.foot-p {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.25rem;
    font-weight: 300 !important;
    letter-spacing: 0.5px;
    color: #fff !important;
    line-height: 2.2;
    margin-top: 19px !important;
    text-align: left !important;
}*/
 .foot-nav1{
	     font-family: 'Urbanist', sans-serif;
    font-size: 1.25rem;
    font-weight: 300 !important;
    letter-spacing: 0.5px;
    color: #fff !important;
	line-height: 2.2;
	padding: 1em 1em;
}
.footer-menu{
	border-bottom: 2px solid #999db0;
	padding-bottom: 2.6em;

}
.sub-footer {
    font-family: 'Urbanist', sans-serif;
    font-size: 0.8rem !important;
    font-weight: 300 !important;
    letter-spacing: 0.5px;
    color: #fff !important;
    line-height: 2.2;
    text-align: center !important;
    padding-top: 2em;
}
/*
.sub-footer{
	font-family: 'Urbanist', sans-serif;
    font-size: 1.25rem;
    font-weight: 300 !important;
    letter-spacing: 0.5px;
    color: #fff !important;
	line-height: 2.2;
	 text-align: center !important;
	 padding-top: 2em;
}*/
.products {
    background: url("../images/products-bg.png") no-repeat fixed center;
    padding: 5em 12em;
}
.heading-pro {
    font-family: 'Urbanist', sans-serif;
    color: #ce9b1c;
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
}
.prod {
    border: 2px solid #d5d0dc;
    padding: 1em 2em;
    /*width: 600px;*/
}

.prod-name{
    font-family: 'Urbanist', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4rem;
	letter-spacing: 0.5px;
}
/*
a:hover {
    color: red;
    text-decoration: none;
}*/
.currency {
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    top: -25px;
    left: 15px;
}
  .period {
    font-size: 1.2rem;
  }

/*  .card:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
  }*/
.card:hover {
    transform: scale(1.3);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
span{
	color: #727073;
}
.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
    color: red;
}	
/*
h2 {
    color: #000a39;
    text-decoration: none !important;
}*/
.card-title {
    margin-bottom: .75rem;
    color: #000a39;
}
a:hover {
    text-decoration: none !important;
}
.card-header {
    padding: 2rem 1.25rem !important;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
h4.card-header.text-white.bg-success.py-4 {
    font-family: 'Titillium Web', sans-serif !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.6rem;
    /* letter-spacing: 0.5px; */
    font-weight: 600;
}
.bg-success {
    background-color: #000a39!important;
}
.bg-primary {
    background-color: #ce9b1c!important;
}
h4.card-header.text-white.bg-primary.py-4 {
    font-family: 'Titillium Web', sans-serif !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.6rem;
    /* letter-spacing: 0.5px; */
    font-weight: 600;
}
.border-success {
    border-color: rgba(0,0,0,.125)!important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #000a39 !important;
	border-radius: 0px !important;
    border: 1px solid transparent;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    line-height: 1.5;
    /* border-radius: .25rem; */
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #000a39;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    text-transform: capitalize;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
	color: #727073 !important;
}
button.btn.btn-primary.mt-4 {
    background-color: #ce9b1c !important;
}
button.btn.btn-primary.mt-4 {
    background-color: #ce9b1c !important;
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 1.22rem;
    text-transform: uppercase;
}
button.btn.btn-success.mt-4 {
    background-color: #000a39 !important;
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 1.22rem;
    text-transform: uppercase;
}
.prcng{
	font-family: 'Urbanist', sans-serif;
       color: #000a39;
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;	
}
.Pricing {
    padding: 3em 0em;
    background-color: #f1f1f1;
    -webkit-box-shadow: 3px 3px 5px 0px rgb(218 221 227);
    -moz-box-shadow: 3px 3px 5px 0px rgb(218 221 227);
    box-shadow: 3px 3px 5px 0px rgb(241 241 241);
}
.pricing-p {
    color: #ce9b1c;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Urbanist', sans-serif;
    line-height: 1.8;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    text-align: center;
}

h1.animated.slideInDown {
    color: #fff;
    font-family: 'Urbanist', sans-serif;
    font-weight: bold;
    font-size: 4rem;
}
.heading-bold{
    color: #fff;
    font-family: 'Urbanist', sans-serif;
    font-weight: bold;
    font-size: 2.8rem;
	text-align: center;
	}

.why-us {
    background: url("../images/why-us.png");
    padding: 5em 1em;
    height: 750px;
}
.grow{
	padding-bottom: 3em;
}
.why-p {
    color: #ce9b1c;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Urbanist', sans-serif;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-align: left;
}
.why-choose-us {
    padding: 0em 8em;
    margin-top: -480px;
    -webkit-box-shadow: 3px 6px 5px 0px rgb(243 246 255);
    -moz-box-shadow: 3px 6px 5px 0px rgb(243 246 255);
    box-shadow: 3px 6px 5px 0px rgb(243 246 255);
}
.heading-bold1 {
    color: #000a39;
    font-family: 'Urbanist', sans-serif;
    font-weight: 1000;
    font-size: 2.2rem;
    text-align: left;
    letter-spacing: 0px;
}
.why-block {
    background-color: #f3f6ff;
    padding: 5em 2em;
}
.why-heading {
    color: #ce9b1c;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0px;
    text-decoration: underline;
}
.make-appt{
	background-color: #fff;
    padding: 5em 2em;
}
.bx{
    display: -webkit-inline-box;
}
.form-control {
    display: block;
	font-family: 'Urbanist', sans-serif;
	color: #5a5f67;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1.1rem;
    font-weight: 500;
	text-transform: uppercase;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000a39;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type="submit"] {
    width: 100%;
	 font-weight: 500;
	 font-size: 1.1rem;
    padding: 0.7em 2em;
    background-color: #000a39;
    color: #ce9b1c;
    text-transform: uppercase;
	font-family: 'Urbanist', sans-serif;
}
.youtube {
    background: url("../images/ytube.png") no-repeat fixed center;
    padding: 10em 1em 15em 1em;
}
a.btn.btn-lg.btn-primary.get {
    font-family: 'Titillium Web', sans-serif !important;
    color: #000a39;
    background-color: #fff !important;
    padding: 0.5em 2em;
    border-radius: 5px !important;
    font-size: 1.4rem;
}
.addbanner {
    background: url("../images/addbanner.png");
    padding: 5em 2em;
}
.heading2 {
    color: #fff !important;
    font-family: 'Urbanist', sans-serif;
    font-weight: 900;
    font-size: 2rem;
    text-align: left;
    letter-spacing: 0px;
    text-align: left;
}
.addbanner p {
    color: #fff;
    font-weight: 100;
    font-size: 1.5rem;
}
.add {
    padding: 8em 10em;
}
.lets-start {
    font-family: 'Titillium Web', sans-serif !important;
    background-color: #fff !important;
    color: #000a39;
    font-size: 1.4rem;
    padding: 0.5em 2em;
	text-transform: capitalize;
}
.btn-primary:hover {
    color: #ffffff;
    /* background-color: #0069d9; */
    border: 0px solid #fff !important;
}

/*
.video-icon {
    left: 50%;
    position: absolute;
    top: 51%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-icon a {
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 999;
}
.em-call-video-link a, .video-icon a, .slider-video-icon  a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 500%;
    position: relative;
    color: #7744D9;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s;
    background: #fff;
}*/
i.fa.fa-play {
    color: #000a39;
    font-size: 2rem;
    position: absolute;
    top: 25px;
    left: 26px;
}
.circle {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    top: 100px;
    left: 50px;
    -webkit-transition: height .25s ease, width .25s ease;
    transition: height .25s ease, width .25s ease;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*
.circle:hover{
  height:150px;
  width:150px;
}*/

.circle:before, .circle:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.circle:before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
.circle:after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.circle:hover:before,
.circle:hover:after {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes ripple{
  0% {-webkit-transform:scale(1); }
  75% {-webkit-transform:scale(1.75); opacity:1;}
  100% {-webkit-transform:scale(2); opacity:0;}
}

@keyframes ripple{
  0% {transform:scale(1); }
  75% {transform:scale(1.75); opacity:1;}
  100% {transform:scale(2); opacity:0;}
}
.clients {
    background-color: #f3f6ff;
    padding: 1em 6em;
}
/*
.container {
  overflow: hidden;
  .slider {
    animation: slidein 10s linear infinite;
    white-space: nowrap;
    .logos {
      width: 100%;
      display: inline-block;
      margin: 0px 0;
      .fab {
        width: calc(100% / 5);
        animation: fade-in 0.5s 
          cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
      }
    }
  }
}*/

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/

/*
.width-auto {
    width: auto;
}

.text-lg {
    font-size: 2rem;
}

.carousel-indicators li {
    border: none;
    background: #ccc;
}

.carousel-indicators li.active {
    background: #28a745;
}


*/


/*
.testimonial {
	padding: 10px 0;
}
.sec-heading {
	margin-bottom: 60px;
}
.sec-heading h6 {
	font-family: allura;
	font-weight: 900;
	font-size: 80px;
}
.single-box {
	border: 3px solid #e6f0fa;
	padding: 50px 40px;
	border-radius: 20px;
	background: #fff;
}
.img-area {
	margin: 45px 0 20px;
}
.single-box img {
	max-width: 100px;
	border-radius: 50%;
	margin: 0 auto
}
.single-box h4 {
	font-weight: 600;
	margin: 0;
	font-family: 'Allura', cursive;
	font-size: 35px;
}
.single-box {
	overflow: hidden
}
.single-box .img-area {
	width: 30%;
	float: left;
	margin: 0
}
.single-box .content {
	width: 70%;
	float: left;
	padding-left: 10px
}
.single-box p {
	margin: 10px 0 25px;
	line-height: 2.3;
}
.testi-carousel-three .single-box {
	border: 0;
	padding: 0 50px;
}
.testi-carousel .owl-dots, .clients-carousel .owl-dots, .testi-carousel-three .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	text-align: center;
	width: 100%;
}
.testi-carousel .owl-dot, .clients-carousel .owl-dot, .testi-carousel-three .owl-dot {
	width: 16px;
	height: 16px;
	background-color: #ddd;
	display: inline-block;
	margin: 0 6px;
	text-align: center;
	border-radius: 50%;
}
.testi-carousel .owl-dot.active, .clients-carousel .owl-dot.active, .testi-carousel-three .owl-dot.active {
	background-color: blueviolet;
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
	.testimonial {
		padding: 70px 0 130px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
	.testimonial {
		padding: 70px 0 130px;
	}
	.single-box {
		padding: 50px 0 40px;
	}
	.single-box .img-area {
		width: 100%;
		float: none;
	}
	.single-box .content {
		width: 100%;
		float: none;
	}
}




*/








/*  */


/*
#team {
	padding: 30px 0;
}*/
.sec-heading h6 {
	font-family: 'Allura', cursive;
	font-size: 65px;
}
.single-box {
    border: 1px solid #ddd;
    overflow: hidden;
    background-color: #fff;
    padding: 3em 1.5em;
    -webkit-box-shadow: 3px 3px 5px 0px rgb(218 221 227);
    -moz-box-shadow: 3px 3px 5px 0px rgb(218 221 227);
    box-shadow: 3px 3px 5px 0px rgb(218 221 227);
}
.info-area {
	/*padding: 0 20px 45px;*/
}
.img-area {
	overflow: hidden;
	padding: 15px 0 15px;
}
.img-area img {
	margin: 0 auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	/*max-width: 230px*/
}
.single-box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.info-area i {
	display: inline-block;
	color: #ffb400;
	margin: 0 4px;
}
.info-area h4 {
	font-weight: 600
}
.info-area h5 {
	color: #3b04db;
	margin: 10px 0 0;
	font-weight: 600
}
.info-area a {
    display: inline-block;
    margin: 25px 0 0;
    background-color: #ce9b1c;
    color: #fff;
    padding: 10px 35px;
    border-radius: 4px;
	 font-family: 'Titillium Web', sans-serif;
}
.team-slider .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	text-align: center;
	width: 100%;
}
.team-slider button.owl-dot {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 6px;
	text-align: center;
	border-radius: 50%;
	background-color: #262626;
}
.team-slider .owl-dot.active {
	background-color: coral;
}
.move-animation {
    position: relative;
    -webkit-animation: move-animation 2s ease-in-out infinite;
    animation: move-animation 2s ease-in-out infinite;
    margin-left: -4px;
}
@-webkit-keyframes move-animation {
	0% {
		top: 3px;
	}
	50% {
		top: -3px;
	}
	100% {
		top: 3px;
	}
}

.test1{
	padding: 2em 5em;
}
.specifications{
	padding: 6em 6em;
}
.owl-carousel .owl-item img {
    display: block;
   width: auto !important;
}
.spec-heading {
    font-family: 'Titillium Web', sans-serif !important;
    color: #000;
    text-transform: capitalize;
    font-size: 1.6rem;
    font-weight: 600;
}
















.prod a:hover {
    text-decoration: none !important;
    color: #fff !important;
}
.pdng{
	padding: 4em 0em;
}
.heading-t {
    color: #ce9b1c !important;
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    text-align: left;
    letter-spacing: 0px;
    padding: 1em 0em;
    text-align: center;
}
.testimonials p {
    text-align: center;
    color: #5a5f67;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Urbanist', sans-serif;
    line-height: 1.8;
    letter-spacing: 0.3px;
    /* margin: 0px !important; */
}
.testimonials {
    background-color: #f3f6ff;
    padding: 4em;
}
.testimonials-block {
    padding-bottom: 10em;
    background-color: #f3f6ff;
}
.single-box.text-center.test-box {
    border: none;
    box-shadow: none;
    border-radius: 10px;
    padding: 1.5em 1em;
}
.client-name {
    font-family: 'Urbanist', sans-serif;
    color: #000a39;
    text-transform: capitalize;
    font-size: 1.3rem;
    font-weight: 800 !important;
    padding-top: 1em;
}
p.client-cmp {
    color: #ce9b1c;
    font-style: italic;
}
.clients .img-area {
    overflow: hidden;
    padding: 0px !important;
}

.clients-scroll {
    padding-top: 1em;
}
.owl-dots {
    display: none;
}
@media only screen and (min-width: 1366px) {
	a.nav-link {
    font-size: 1.1rem !important;
}
	.abt-us p {
    padding-right: 1em !important;
}
	.abt-varaha {
    padding-top: 1em !important;
}
	.products {
    padding: 5em 5em !important;
}
}


@media (max-width: 767px) {

div#header {
    margin-top: 118px !important;
}	
/*
div#header {
    margin-top: 0px !important;
}*/
.top-header {
    padding: 0em 0em !important;
}
.title {
    top: 12% !important;
}
h1.animated.slideInDown {
    font-size: 1.3rem !important;
}
.dev {
    font-size: 1.3rem !important;
}
h2.animated.slideInLeft {
    font-size: 0.75rem !important;
}
a.contact {
    font-size: 1rem !important;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    position: absolute;
    top: 45px;
    left: 293px;
}
.heading1 {
    font-size: 1.2rem !important;
    /* text-align: center; */
}
.heading {
    font-size: 0rem !important;
    text-align: center;
}
p {
    color: #333333;
    font-size: 1rem !important;
}
.abt-us {
        padding: 3em 1em !important;
}
.prcng {
      font-size: 1.4rem !important;
}
.specifications {
    padding: 4em 6em !important;
}
.prod {
    padding: 1em 0.2em !important;
	width: 337px !important;
}

.prdt {
    margin-top: 0px !important;
}
.prod-name {
    font-size: 0.8rem !important;
}
.products{
	background: url("../images/products-bg.png") no-repeat fixed center;;
	padding: 3em 1em;
}
.grow {
    padding-bottom: 0em !important;
}
.why-us {
    background: url("../images/why-us.png");
    padding: 3em 1em !important;
   height: auto !important;
}
.heading-bold {
    font-size: 1.6rem !important;
}
.why-p {
    text-align: center !important;
}
.heading-bold1 {
    font-size: 1.8rem !important;
    text-align: center !important;
}
a.btn.btn-lg.btn-primary.lets-start {
   color: #000a39 !important;
}
.abt-varaha{
	padding-top: 0em !important;
}
.abt-us p {
    padding-right: 0em !important;
    text-align: center!important;
    line-height: 1.6;
}
.map {
    width: 365px !important;
}
.exp-num {
    font-family: 'Urbanist', sans-serif;
    color: #000!important;
    font-size: 11rem !important;
    font-weight: bolder;
    line-height: 1.2 !important;
    background-image: linear-gradient(to right, #CE9B1C , yellow);
    border-radius: 100%;
}
ul.navbar-nav.mr-auto {
    /*background-color: #000a39;*/
    padding: 1em 1em;
}

nav.navbar.navbar-expand-lg.navbar-dark.fixed-top.menu-top {
    /* background-color: #000a39; */
    background-image: linear-gradient(to right, #000a39 , #142889);
   /* position: relative;*/
}
.why-heading {
    font-size: 1.3rem !important;
}
a.nav-link.foot-nav {
    text-align: center !important;
}	
.footer  .navbar {
  	/*padding: 0em 0em !important;*/
}
.foot-p {
    text-align: left !important;
}
.foot-heading {
    margin-left: 0px !important;
	text-align: left !important;
}
.foot-nav1 {
    padding: 0em 0em !important;
	text-align: left !important;
}
.footer  .navbar .nav-item {
    padding: 0em 0em !important;
   margin: 0rem !important;
    text-align: left !important;
}
nav.navbar.navbar-expand-sm.sub-footer-menu {
    /*margin-left: 36px !important;*/
}
.icon-bar {
    position: fixed;
    top: 90% !important;
    left: 49% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.mp {
    width: 300px !important;
    height: 250px !important;
}	
.footer {
    padding: 5em 2em !important;
}


}



/* Media Queries   */

@media (max-width: 736px) {
	
	a.nav-link.foot-nav {
    text-align: left !important;
}
.title {
    top: 30%;
}	
.dev {
    font-size: 4rem;
}	
h1.animated.slideInDown {
    font-size: 4rem;
}	
.prod {
    width: 693px;
}	
}

@media (max-width: 1680px) {}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {}
@media (max-width: 1152px) {}
@media (max-width: 1024px) {}
@media (max-width: 800px) {}








.body--container {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  height: 100vh;
}

.bubble--container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  height: 100vh;
}

.text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  width: 50%;
  text-align: center;
  font-size: 40px;
  z-index: 3;
  color: #373570;
}

.bubble {
  z-index: 2;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: black;
}

.bubble--one {
  width: 75px;
  height: 75px;
  left: 200px;
  top: 200px;
  background-color: #70e2ac;
}

.bubble--two {
  top: 500px;
  right: 200px;
  background-color: #c254f7;
}

.bubble--three {
  bottom: 200px;
  left: 200px;
  background-color: #4461f7;
}

.bubble--large {
  z-index: 1;
  width: 500px;
  height: 500px;
  background-color: #fcf8ff;
}

@media (max-width: 1000px) {
  .text {
    width: 80%;
    font-size: 30px;
  }

  .bubble--one {
    left: 100px;
  }

  .bubble--two {
    right: 100px;
  }
  .bubble--three {
    left: 100px;
  }

  .bubble--large {
    width: 300px;
    height: 300px;
  }
	/*
  .prod {
    width: 337px !important;
}*/
.card:hover {
    transform: scale(0.8) !important;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.why-choose-us {
     padding: 1em !important;
    margin-top: 0px !important;
}
.add {
    padding: 2em 2em !important;
}
.addbanner {
    padding: 2em 2em !important;
}
.heading2 {
    font-size: 1.8rem !important;
}
.addbanner p {
    font-size: 1.2rem !important;
}
}










section.iq-features{
  padding:100px 0px;
  margin:200px 0 0;
}
.holderCircle {
    border-radius: 100%;
}
.round {
    position: absolute;
    left: 150px;
    top: 150px;
    width: 410px;
    height: 410px;
    border: 0;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
}
.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20;
}
.dotCircle .itemDot {
    display: block;
    width: 180px;
    height: 180px;
    position: absolute;
    background: #ffffff;
    color: #7d4ac7;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    z-index: 3;
    cursor: pointer;
    border: 0;
    overflow: hidden;
    object-fit: cover;
}
.dotCircle .itemDot {
    font-size: 40px;
    box-shadow: 10px -2px 20px #c0bebe;
}
.dotCircle .itemDot:hover, .dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s;
    background: #7d4ac7;
    background: -moz-linear-gradient(left, #7d4ac7 0%, #a733bb 100%);
    background: -webkit-linear-gradient(left, #7d4ac7 0%, #a733bb 100%);
    background: linear-gradient(to right, #7d4ac7 0%, #a733bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1);
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
}
.dotCircle .itemDot img {
    vertical-align: middle;
    border-style: none;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.dotCircle .itemDot .forActive {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: #ff000057;
}
.dotCircle .itemDot.active .forActive {
    display: block;
}
.content-star {
    background: url(../img/star-shape.png) no-repeat;
    position: absolute;
    top: 140px;
    left: 102px;
    content: "";
    background-size: 100%;
    height: 450px;
    width: 450px;
    transform: translate(45deg);
    transform: rotate(-12deg);
    opacity: 0.6;
}
.contentCircle {
    width: 250px;
    border-radius: 100%;
    color: #222222;
    position: relative;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -16%);
    background: #fff;
    height: 300px;
    width: 300px;
}
.contentCircle .CirItem {
    border-radius: 100%;
    color: #222222;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s;
    font-size: 15px;
    width: 100%;
    height: 100%;
    top: 80px;
    right: 0;
    margin: auto;
    line-height: 250px;
}
.title-box .title {
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    z-index: -1;
}
.title-box p {
    font-size: 16px;
    line-height: 30px;
    color: #656565;
    font-weight: 400;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 50px;
}
.contentCircle .CirItem i {
    font-size: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    color: #000000;
    opacity: 0.1;
    display: none;
}
.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.love-graphic{
  padding-left:50px;
}

a.btn.btn-lg.btn-primary.lets-start {
    color: #000a39 !important;
}
.abt-us p{
	padding-right: 7em;
    text-align: left;
}
.abt-varaha{
	padding-top: 4em;
}



/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #000a39;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ce9b1c; 
}
.icon-bar {
    position: fixed;
    top: 90%;
    left: 87%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1111;
}
i.fa.fa-map-marker {
    color: #ce9b1c;
    font-size: 1.5rem;
}
i.fa.fa-envelope-o {
    color: #ce9b1c;
    font-size: 1.5rem;
}
.mail{
    color: #333333;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Urbanist', sans-serif;
    line-height: 1.8;
    letter-spacing: 0.3px;
    margin: 0px !important;
}
i.fa.fa-phone {
    color: #ce9b1c;
    font-size: 1.7rem;
}

/*
.exp-num {
    font-family: 'Urbanist', sans-serif;
    color: #000!important;
    font-size: 10rem !important;
    padding: 1.5em 0.2em 0.7em 1em !important;
    font-weight: bolder;
    line-height: 1.2 !important;
    background-image: linear-gradient(to right, #CE9B1C , yellow);
    border-radius: 100%;
}*/
.exp{
	font-size: 1rem !important;
}
.exp-circle {
    /* margin-top: -20px; */
    width: 303px;
    height: 523px;
      background-image: linear-gradient(to right, #CE9B1C , yellow);
    border-radius: 100%;
}
.seven {
    position: absolute;
    top: 50px;
    left: 143px;
	padding-right: 0em !important;
}

span.sev {
    font-size: 15rem;
}

.rotate {
  animation: rotation 4s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


.map{
	width: 1670px;
	height: 400px;
}




/* Floating Social Media Bar Style Starts Here */

/*.fl-fl {
  background: #ce9b1c;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -160px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}*/
.fl-fl {
    background: #1da1ff;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* padding: 6px; */
    width: 217px;
    position: fixed;
    right: -167px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.fa {
    font-size: 20px;
    color: #fff;
    padding: 11px 10px;
    width: 40px;
    margin-left: 8px;
    font-size: 1.5rem !important;
    margin-top: 3px;
}
/*
.fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}
*/
.fl-fl:hover {
  right: 0;
}

.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    font-family: 'Urbanist', sans-serif !important;
    line-height: 50px!important;
    vertical-align: top!important;
    margin-left: 10px;
    font-weight: 500;
    font-size: 0.7rem;
    letter-spacing: 1.5px;
}
.fa-laptop:before {
    content: "\f109";
}
i.fa.fa-laptop {
    font-size: 1.3rem !important;
}
i.fa.fa-phone.ph-new {
    color: #fff;
}
.float-fb {
  top: 295px;
}

.float-tw {
    top: 345px;
}

.float-gp {
  top: 394px;
}

.float-rs {
  top: 325px;
}

.float-ig {
  top: 380px;
}

.float-pn {
  top: 435px;
}


/* Floating Social Media Bar Style Ends Here */




@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0em !important;
   padding-left: 0em !important;
}
}

.portfolio {
    background-color: #f3f6ff;
    padding: 4em 2em;
}
img.c1 {
    width: 375px;
   /* padding: 1em 2em;*/
}
.info-area {
    height: 240px;
}

a.cl {
    position: absolute;
    top: 53px;
    left: 1270px;
    font-family: 'Urbanist', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #fff !important;
    line-height: 1;
    z-index: 1111;
}

.footer p {
    color: #ffffff;
    line-height: 2.8;
}
.mp {
    width: 500px;
    height: 350px;
}
span.wts-app {
    color: #fff;
    font-size: 1rem;
    font-family: 'Urbanist', sans-serif;
    letter-spacing: 1px;
    background-color: #55cd6c;
    border-radius: 3em;
    padding: 0.2em 0.5em;
}
a.varaha-ln {
    color: #ce9a1b;
    font-weight: 500;
    font-size: 1.1rem;
    text-decoration: underline;
}



