@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
* {
	font-family: 'Montserrat', sans-serif;
}
body {
	background: #f1fbff;
	overflow: hidden;
}
.section-padding {
	padding: 100px 0;
}
.carousel-item {
	height: 100vh;
	min-height: 300px;
}
.carousel-caption {
	bottom: 220px;
	z-index: 2;
}
.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;
}
.carousel-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	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;
	text-transform: uppercase;
	font-weight: 500;
}
.navbar-light .navbar-brand {
	color: #000;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
/*dark mode*/
.navbar-dark {
	color: #fff !important;
	background: rgba(33,37,41, 1) !important;
	
	text-transform: uppercase ;
	font-weight: bold;
	
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: #000;
}
/*dark mode*/
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff;
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
}
/*dark mode*/
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #000;
}
/*dark mode*/
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
}
.w-100 {
	height: 100vh;
}
.logo_img{
	background:url(../img/logo.png);
	width: 80px;
	height: 80px;
	background-size: cover;
}
.logo_dark{
	background:url(../img/logolight.png) !important;
	width: 80px;
	height: 80px;
	background-size: cover !important;
}
.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
	background: #fff;
}
.portfolio .card {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
/* dark mode */
.dark2{
	background: rgba(33,37,41, 1) !important;
	box-shadow: 15px 15px 40px rgba(255, 255, 255, 0.15) !important;
}
/* dark mode */
.dark2-1{
	color: #fff !important;
}
.team .card {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
/* dark mode */
.dark3 {
	background: rgba(33,37,41, 1) !important;
	box-shadow: 15px 15px 40px rgba(255, 255, 255, 0.15) !important;
}
.dark3-1{
	color: #fff !important;
}
.darkh2{
	color: #fff !important;
}
.services .card-body i {
	font-size: 50px;
}
.team .card-body i {
	font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
		bottom: 370px;
	}
	.carousel-caption p {
		width: 100%;
	}
	.card {
		margin-bottom: 30px;
	}
	.img-area img {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-nav {
		text-align: center;
	}
	.carousel-caption {
		bottom: 125px;
	}
	.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;
	}
	.card {
		margin-bottom: 30px;
	}
}
.contact-info{
    display: flex;
    width: 100%;
    max-width: 1200px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    
  }
  
  
  .card1{
    background: #fff;
    padding: 0 20px;
    margin: 0 10px;
    width: calc(33% - 20px);
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #212529;
    cursor: pointer;
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
  }
  /* dark mode */
  .dark_contact{
	background: rgba(33,37,41, 1) !important;
	box-shadow: 15px 15px 40px rgba(255, 255, 255, 0.15) !important;
  }
  .card1-icon{
    font-size: 28px;
    background: #db543c;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px !important;
    border-radius: 50%;
    transition: 0.3s linear;
  }
  
  .card1:hover .card1-icon{
    background: none;
    color: #ff6348;
    transform: scale(1.6);
  }
  
  .card1 p{
    margin-top: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    max-height: 0;
    opacity: 0;
    transition: 0.3s linear;
  }
  
  .card1:hover p{
    max-height: 40px;
    opacity: 1;
  }
  
  
  @media screen and (max-width:800px) {
    .contact-info{
      flex-direction: column;
    }
    .card1{
      width: 100%;
      max-width: 300px;
      margin: 10px 0;
    }
  }


  /* loading section */
.loading-overlay{
	background: #fff;
	color: #fff;
	position:fixed;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
  .center2{
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
  }
  .ring2{
	position: absolute;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	animation: ring 2s linear infinite;
  }
  @keyframes ring {
	0%{
	  transform: rotate(0deg);
	  box-shadow: 1px 5px 2px #db543c;
	}
	50%{
	  transform: rotate(180deg);
	  box-shadow: 1px 5px 2px #db543c;
	}
	100%{
	  transform: rotate(360deg);
	  box-shadow: 1px 5px 2px #0456c8;
	}
  }
  .ring2:before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(255,255,255,.3);
  }
  
  @keyframes text {
	50%{
	  color: black;
	}
  }

  .toggle {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 60px;
    height: 30px;
    border-radius: 50px;
    transition: .2s;
}

.toggle i {
    width: 50%;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    z-index: 1;
}

.toggle .ball {
    position: absolute;
    width: 15px;
    height: 15px;
    margin: 7.5px;
    border-radius: 50%;
    transition: .3s ease-out;
	
}

input {
    display: none;
}

/*
    -- Light Mode --
*/

.light {
    background: #f1fbff;
}

.light .toggle {
    background: linear-gradient(145deg, #e1e1e1, #fff);
    box-shadow: 3px 3px 4px #e6e6e6,
                -3px -3px 4px #ffffff;
}

.light .toggle .bxs-sun {
    color: #151d2a;
	
}

.light .toggle .bx-moon {
    color: #151d2a;
}

.light .toggle .ball {
    background: #f1fbff;
}

/*
    -- Dark Mode --
*/

.dark {
    background: #151d2a;
}

.dark .toggle {
    background: #151d2a;
    box-shadow: 3px 3px 3px #0e131b,
                -3px -3px 3px #1c2739;
}

.dark .toggle .bx-sun {
    color: #fafafa;
}

.dark .toggle .bxs-moon {
    color: #fafafa;
}

.dark .toggle .ball {
    background: #151d2a;
    transform: translateX(30px);
}