@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
  @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
* {
	font-family: 'Montserrat', sans-serif;
	
}
body {
	background: #f1fbff;
	overflow-x: hidden;
}





html {
	--scrollbarBG: #cfd8dc;
	--thumbBG: #90a4ae70;
  }
  ::-webkit-scrollbar {
	width: 0px;
  }
  * {
	scrollbar-width: thin;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  }
  ::-webkit-scrollbar-track {
	background: var(--scrollbarBG);
  }
  ::-webkit-scrollbar-thumb {
	background-color: var(--thumbBG) ;
	border-radius: 6px;
	border: 2px solid var(--scrollbarBG);
  }
  
 

.section-padding {
	padding: 50px 0;
}
.carousel-item img {
	object-fit: cover; /* This will make sure the image covers the entire carousel item */
	width: 100%;
	height: 110%;
  }
  
.carousel-item {
	height: 80vh;
	overflow: hidden;
	min-height: 300px;
}
.carousel-caption {
    user-select: none;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    height: 100%;
    width: auto; /* Set the width to 100% */
}

.captions {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
.carousel-caption h5 {
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
}
.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
	font-weight: 800;
}
.carousel-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #222a31ab;
	z-index: 1;
}
    .navbar .getstarted {
      background: #106eea;
      margin-left: 30px;
      border-radius: 4px;
      font-weight: 400;
      color: #fff;
      text-decoration: none;
      padding: .5rem 1rem;
      line-height: 2.3;
    }

    .navbar-nav a {
      font-size: 15px;
      font-weight: 500;
      overflow-x: auto;
    }

    .nav-link {
      text-transform: uppercase;
    }

    .navbar-light .navbar-brand {
      color: #000;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 2px;
    }

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
      color: #000;
    }

    .navbar-light .navbar-nav .nav-link {
      color: #000;
    }

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
      color: #001aff;
    }

    .w-100 {
      height: 100vh;
    }

    .navbar-toggler {
      padding: 1px 5px;
      font-size: 18px;
      line-height: 0.3;
      background: #fff;
      overflow-x: auto;
    }

    .navbar-nav .nav-link {
      color: #fff;
    }

    .dropend .dropdown-toggle {
      color: #106eea;
      margin-left: 1em;
    }

    .dropdown-item:hover {
      background-color: #106eea;
      color: #fff;
    }

    .dropdown .dropdown-menu {
      display: none;
    }

    .dropdown:hover > .dropdown-menu,
    .dropend:hover > .dropdown-menu {
      display: block;
      margin-top: 0.125em;
      margin-left: 0.125em;
    }

    @media screen and (min-width: 769px) {
      .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
      }

      .dropend .dropdown-toggle {
        margin-left: 0.5em;
      }
    }
@media only screen and (max-width: 390px) {

	.custom-toggler{
		display: block;
	}
	.carousel-item {
		height: 70vh;
	}
	
	.carousel-inner{
		height: 60vh;
	}
	.section-padding {
		padding: 18px 0;
	}
}

.logo-brand {
	font-size: 60px;
	font-family: 'Lato', sans-serif;
  }
  @media only screen and (max-width: 390px) {
    .navbar-collapse {
        width: 100%; /* Set the width to 100% */
    }
}

  @media only screen and (max-width: 480px) {
	.logo-brand {
	  font-size: 30px; /* Adjust as needed */
	}
  }
  
@media only screen and (max-width: 320px) {

	.logo-brand{
		font-size: 8px;
	}
	
	.custom-toggler{
		display: block;
	}
	}
	
	.form-control:focus {
        border-color: #07cdff;
        box-shadow: 0px 1px 1px rgb(0, 200, 255) inset, 0px 0px 4px rgba(11, 162, 255);
    }


/* .portfolio .card {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
} */

.services .card-body i {
	font-size: 50px;
}
.custom-toggler{
	display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.custom-toggler{
		display: block;
	}
	.carousel-caption p {
		width: 100%;
	}

	.img-area img {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-nav {
		text-align: center;
	}
	
	.carousel-item {
		height: 70vh;
	}
	
	.carousel-inner{
		height: 60vh;
	}

	.custom-toggler{
		display: block;
	}
	.carousel-caption h5 {
		font-size: 17px;
	}
	.carousel-caption a {
		padding: 10px 15px;
		font-size: 15px;
	}
	.carousel-caption p {
		width: 100%;
		line-height: 1.6;
		font-size: 12px;
	}
	.about-text {
		padding-top: 50px;
	}


}


/* service div */
.service-container {
	padding: 60px 0;
	/* background: url(../images/home-cont-bg.jpg) no-repeat; */
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
  }
  
  h2.service-heading small {
	font-size: 30px;
	line-height: 15px;
	font-weight: 600;
	margin-bottom: 5px;
	letter-spacing: 1px;
	color:#065896;
	
  }
/* Add media query for responsiveness */
@media (max-width: 768px) {
    .service-name,
    .service-lists,
    .services-content,
    .service-lists li {
        margin-left: 0; /* Remove left margin */
        text-align: center; /* Center align text */
        padding-left: 0; /* Remove left padding */
    }
}


/* Media query for devices with a maximum width of 768px (tablets and mobile phones) */
@media (max-width: 768px) {
    .services-wrapper {
        background-size: cover; /* Adjust background size for mobile devices */
        min-height: auto; /* Remove min-height for better responsiveness */
        padding: 15px; /* Adjust padding for smaller screens */
        margin: 10px auto; /* Center-align the element */
    }
    .service-name,
    .service-lists,
    .services-content,
    .service-lists li {
        margin-left: 0; /* Remove left margin */
        text-align: center; /* Center align text */
        padding-left: 0; /* Remove left padding */
    }
    .service-lists li {
        padding-left: 0; /* Remove left padding for list items */
    }
}

/* Default styles for .services-wrapper */
.services-wrapper {
    padding: 20px;
    margin: 15px 0;
    transition: .5s;
    min-height: 388px;
    cursor: pointer;
    background-image: url(../images/circle\ 1sh.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: #ffffff;
    filter: opacity(.9);
}



  .services-wrapper:hover{
	filter: opacity(1);
  }
  
  .service-icon span {
	width: 77px;
	height: 77px;
	border-radius: 50%;
	text-align: center;
	font-size: 37px;
	color: #ffffff;
	line-height: 77px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s
  }
  
  .service-name {
	color: #070707;
	/* text-shadow: 1px 1px #222222; */

	font-weight: 700;
	font-size: 25px;
	margin-left: 100px;
	text-transform: uppercase;
	line-height: 32px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s
  }
  
  .service-lists {
	margin-top: 20px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: center;
    margin-left: -33px;
	color:#242222 !important;
  }
  
  .services-content {
	font-size: 15px;
	font-weight: 600;
	color: #12a0ff;
	line-height: 20px;
	margin-top: 20px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s
  }
  
  
  
  .service-lists li {
	color: #161515;
	/* text-shadow: 1px 1px #6b6b6b; */
	margin-bottom: 10px;
	font-size: 14px;
	list-style: none;
	padding-left:  110px;
	position: relative;
	font-weight: 700;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s
  }
  
  .services-wrapper span {
	display: block
  }
  .pentagon-content{
	align-items: center;
	text-align: center;
	margin-top: 45px;
    margin-left: -32px;
  }
  /* .service-lists li:before {
	content: "\f058";
	font-family: "FontAwesome";
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
	color: #000000;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s
  } */
  
  .services-wrapper:hover .service-icon span {
	color:#161515;
	border-color:#00a7ff;
  }
  
  .services-wrapper:hover .service-name {
	color: #2b1414;
	/* text-shadow: 1px 1px #6b6b6b; */


  }
  
  .services-wrapper:hover .services-content {
	color: #1f1d1d;
	/* text-shadow: 1px 1px #6b6b6b; */

  }
  
  .services-wrapper:hover .service-lists li {
	color: #222020;
	/* text-shadow: 1px 1px #6b6b6b; */

	
  }
  .service-lists li:hover {
	color: #06caecfd !important;
	/* text-shadow: 1px 1px #6b6b6b; */

	
  }
  
  .services-wrapper:hover .service-lists li:before {
	color:#00a7ff;
  }


.text-light{
	color: #fff !important;
}


/* Slider */

.slick-slide {
	margin: 0px 20px;
  }
  
  .slick-slide img {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
  }
  
  .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
  }
  
  .slick-list:focus {
	outline: none;
  }
  
  .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
  }
  
  .slick-track:before,
  .slick-track:after {
	display: table;
	content: "";
  }
  
  .slick-track:after {
	clear: both;
  }
  
  .slick-loading .slick-track {
	visibility: hidden;
  }
  
  .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
  }
  
  [dir="rtl"] .slick-slide {
	float: right;
  }
  
  .slick-slide img {
	display: block;
  }
  
  .slick-slide.slick-loading img {
	display: none;
  }
  
  .slick-slide.dragging img {
	pointer-events: none;
  }
  
  .slick-initialized .slick-slide {
	display: block;
  }
  
  .slick-loading .slick-slide {
	visibility: hidden;
  }
  
  .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
  }
  
  .slick-arrow.slick-hidden {
	display: none;
  }
  
  .rippleeffectbg {
	background: url(../images/digitalMarketing.webp) no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover; /* Cover the entire background */
  }
  
  
  

.w-100p{
	width: 100%;
}


/* callback form */

.callback-form-container {
	
	padding: 55px 0 55px;
	background-attachment: fixed !important;
	background-position: center;
	background-size: cover;
	border-radius: 10px;
  }
  
  .form-text {
	font-size: 40px !important;
	font-weight: 700 !important;
	color:#cabfbf !important;
	letter-spacing: 1px !important;
	line-height: 55px !important;
	margin-top: 50px !important;
  }
  
  .form--sub-text {
	font-size: 24px;
	font-weight: 500;
	color:rgb(196, 189, 189);
	margin-top: 20px
  }
  
  input.custom-form-control {
	height: 60px;
	font-size: 14px;
	color:rgb(252, 248, 248);
	padding: 15px;
	border-radius: 7px;
	background:#c0bfbf;
	margin-top: 20px;
	border: 0;
	width: 100%;
	box-sizing: border-box;
	font-weight: 600;
	outline: 0
  }
  
  textarea.custom-form-control {
	min-height: 160px;
	max-width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #fff8f8;
	padding: 10px;
	border-radius: 7px;
	background:#c0bfbf;
	border: 0;
	resize: none;
	box-sizing: border-box;
	font-weight: 600;
	outline: 0
  }
  
  button.custom-form-control {
	height: 60px;
	font-size: 16px;
	margin-top: 20px;
	font-weight: 700;
	color: #f1eded;
	padding: 10px;
	border-radius: 7px;
	background:rgb(73, 69, 69);
	border: 0;
	width: 100%;
	resize: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s
  }
  
  button.custom-form-control:hover {
	background:#9ad1ee;
  }
  

  

  
  /* active nav  */
  .active{
	color:rgb(0, 102, 255) !important;
	font-weight: 500;
  }
  
  /* about background animation */
  .box div {
	position: absolute;
	width: 100px;
	height: 100px;
	background-size: cover;
	border: 6px solid transparent;
  }
  
  .box div:nth-child(1){
	background-image: url(../images/bg/image1.webp);
	  top: 12%;
	  left: 42%;
	  animation:animate 10s linear infinite ;
  }
  .box div:nth-child(2){
	background-image: url(../images/bg/image2.webp);
	  top: 70%;
	  left: 50%;
	  animation:animate 7s linear infinite ;
  }
  .box div:nth-child(3){
	background-image: url(../images/bg/image3.webp);
	  top: 17%;
	  left: 6%;
	  animation:animate 9s linear infinite ;
  }
  .box div:nth-child(4){
	background-image: url(../images/bg/image4.webp);
	  top: 20%;
	  left: 60%;
	  animation:animate 10s linear infinite ;
  }
  .box div:nth-child(5){
	background-image: url(../images/bg/image5.webp);
	  top: 67%;
	  left: 10%;
	  animation:animate 6s linear infinite ;
  }
  .box div:nth-child(6){
	background-image: url(../images/bg/image6.webp);
	  top: 80%;
	  left: 70%;
	  animation:animate 12s linear infinite ;
  }
  .box div:nth-child(7){
	background-image: url(../images/bg/image1.webp);
	  top: 60%;
	  left: 80%;
	  animation:animate 15s linear infinite ;
  }
  .box div:nth-child(8){
	background-image: url(../images/bg/image2.webp);
	  top: 32%;
	  left: 25%;
	  animation:animate 16s linear infinite ;
  }
  .box div:nth-child(9){
	background-image: url(../images/bg/image3.webp);
	  top: 90%;
	  left: 25%;
	  animation:animate 9s linear infinite ;
  }
  .box div:nth-child(10){
	background-image: url(../images/bg/image4.webp);
	  top: 20%;
	  left: 80%;
	  animation:animate 5s linear infinite ;
  }
  @keyframes animate {
	0% {
	  transform: scale(0) translateY(0) rotate(0);
	  opacity: 1;
	}
	100% {
	  transform: scale(1.3) translateY(-90px) rotate(360deg);
	  opacity: 0;
	}
  }
  
  
  /*about  */
  .aboutbody{
	background: url(../images/backgrounddot.webp) no-repeat;
	background-position: center;
	background-attachment: fixed;
  }
  

  .neon-background {
	/* background: linear-gradient(45deg,  rgb(224, 173, 230), rgb(73, 164, 255), rgb(224, 173, 230));
	background-size: 400% 400%;
	animation: gradientAnimation 5s ease infinite; */
	color: rgb(89, 89, 89);
	font-weight: 500;
	border: 5px solid !important;
      border-image: linear-gradient(to right, #95c9e5, #eebbd3) !important; 
      border-image-slice: 1 !important;      
	  background-color: transparent !important; /* Set background color to transparent */
      background-image: url(../images/dialogbg.jpg) !important; /* Adjust the path to your image */
      background-size: cover !important; /* Optional: Adjust as needed */
      background-repeat: no-repeat !important;
}

@keyframes gradientAnimation {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/* ///////////////////////////////////////////// banner */
@media only screen and (max-width: 767px) {
	.page-banner-area {
	  padding-top: 50px;
	  padding-bottom: 50px;
	}
  }
  
  
  .page-banner-area {
	position: relative;
	z-index: 1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 90px;
    background-attachment: fixed;
    margin-top: 65px;
  }
  
  .page-banner-area::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #000;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	opacity: .7
  }
  
  
  .page-banner-content {
	text-align: center
  }
  
  .page-banner-content h2 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 45px;
	line-height: 1
  }
  
  .page-banner-content ul {
	text-align: center;
	padding-left: 0;
	margin-bottom: 0
  }
  
  .page-banner-content ul li {
	display: inline-block;
	list-style-type: none;
	margin-left: 15px;
	font-weight: 600;
	color: #0066ff ;
	position: relative
  }
  
  .page-banner-content ul li::before {
	content: "";
	position: absolute;
	left: -10px;
	top: 6px;
	height: 12px;
	width: 1px;
	background: #0066ff
  }
  
  .page-banner-content ul li:first-child {
	margin-left: 0
  }
  
  .page-banner-content ul li:first-child::before {
	display: none
  }
  
  .page-banner-content ul li a {
	display: block;
	color: #fff
  }




  
  .dbox {
	width: 100%;
	margin-bottom: 25px; }
	@media (max-width: 767.98px) {
	  .dbox {
		margin-bottom: 25px !important;
		padding: 0 20px; } }
	.dbox p {
	  margin-bottom: 0; }
	  .dbox p span {
		font-weight: 500;
		color: #000; }
	  .dbox p a {
		color: #0069bc; }
	.dbox .icon {
	  width: 60px;
	  height: 60px;
	  border-radius: 50%;
	  background: #0069bc;
	  margin: 0 auto;
	  margin-bottom: 20px; }
	  .dbox .icon span {
		font-size: 20px;
		color: #fff; }
	.dbox .text {
	  width: 100%; }
	  a{
		text-decoration: none;
	  }
	  .breadcrumb-head {
		background-color: #f0f0f0;
		overflow: hidden;
	  }
	  .scrolling-container {
		overflow: hidden;
		position: relative;
		background-color: #082b46ef;
		color: white;
		padding: 20px;
		border-radius: 10px;
		margin: auto;
	  }
	  .scrolling-container {
		height:auto; /* Adjust the height as needed */
		width: 100%; /* Adjust the width as needed */
	  }
	  .scrolling-text {
		overflow: hidden;
		white-space: nowrap;
		animation: scrollLeft 20s linear infinite;
		
	  }
	  
	  @keyframes scrollLeft {
		0% {
		  transform: translateX(100%);
		}
		100% {
		  transform: translateX(-100%);
		}
	  }
	  .container img {
		max-width: 100%;
		height: auto;
	  }
	  
	  /* For images inside columns */
	  .col-md-6 img {
		max-width: 100%;
		height: auto;
	  }
	  /* CSS for mobile devices */
@media (max-width: 767px) {
	.page-banner-area {
	  background-size: cover;
	  background-position: center;
	  height: 200px; /* Adjust the height as needed */
	}
  }
  .page-banner-area {
	background-size: cover; /* Cover the entire container */
	background-position: center; /* Center the background image */
  }
  .heading{
	text-align: center; 
	color: rgb(73, 69, 69);
  }
  .loader {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999; /* Higher z-index to ensure it's above the navbar */
    background-color: #0e0d0d;
}
@media (min-width: 992px) {
	.bim-content img {
	  max-width: 450px;
	  height: 450px;
	}
	.bim-content h2 {
	  font-size: 2rem; /* Adjust as necessary */
	}
	.bim-content ul {
	  font-size: 1.25rem; /* Adjust as necessary */
	}
  }