/**
* Template Name: iAvinashSinha Theme
* Template URL: http://iavinashsinha.com/
* Author: Avinash Sinha
* License: http://iavinashsinha.com/
*/

:root {
    --black: #181818;
    --blue: #5CB8E4;
    --purple: #8758FF;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  max-width: 100vw;
  overflow-x: hidden;
  background: #FFFFF0;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}
a.flatened {
	color: #000;
	text-decoration: none;
	font-weight: 600;
    padding-left: 4px;
    padding-right: 4px;
}
a.flatened i{
	color: #111;
}

a.flatened:hover {
	color: #fffff1;
    background: #000;
    text-decoration: none;
}
a.flatened:hover i{
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(0, 0, 0, 0.8);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
}

#header .logo a {
  color: #111;
    text-transform: none;
    font-family: 'Raleway';
    font-size: 1.5rem;
}

#header .logo a span {
  color: #ffc451;
}

#header .logo img {
  max-height: 50px;
  max-width: max-content;
}
.nav-link:focus, .nav-link:hover {
    color: #F5A735;
}
.mobile-nav-toggle.bi-x{
	color: white;
}
/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  color: #fff;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #ffc451;
}

.get-started-btn:hover {
  background: #ffbb38;
  color: #343a40;
}

@media (max-width: 992px) {
  .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
  }
}
.btn-primary{
	background: #111;
	border-color:#222;
}
.btn-primary:hover{
	background: #222;
	border-color:#333;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #222;
    border-color: #333;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #222;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 10px 15px;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
}

.sub-header-grid-item a,
.sub-header-grid-item a:focus{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 14px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  color: #111;
  white-space: nowrap;
  transition: 0.3s;
}
.sub-header-grid-item a::before {
    background: #111;
    content: '';
    height: 0px;
    width: 0px;
    position: absolute;
    top: unset;
    left: 22px;
    border-radius: 100%;
    z-index: -1;
    transition:0.3s;
}
.sub-header-grid-item a:hover::before {
	background: #111;
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    top: unset;
    left: 3px;
    border-radius: 100%;
    z-index: -1;
    transition-timing-function: ease-in-out;
}
.sub-header-grid-item a:hover{
    color:#fff;
}

.sub-footer-icon a::before {
    background: #111;
    content: '';
    height: 0px;
    width: 0px;
    position: absolute;
    top: unset;
    left: 20px;
    border-radius: 100%;
    z-index: -1;
    transition:0.3s;
}
.sub-footer-icon a:hover::before {
    background: #111;
    content: '';
    height: 60px;
    width: 60px;
    position: absolute;
    top: unset;
    left: -5px;
    border-radius:100%;
    z-index:-1;
    transition-timing-function: ease-in-out;
}
.sub-footer-icon a:hover{
    color:#fff;
}
.navbar a i,
.navbar a:focus i,
.sub-header-grid-item a i,
.sub-header-grid-item a:focus i{
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a,
.sub-header-grid-item a:hover,
.sub-header-grid-item:hover a{
    
}

	
#navbar a:hover{
	position: relative;
	color:white;
	transition:0.3s;
}

#navbar a::before{
	content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    background: #222;
    z-index: -1;
    border-radius: 1.5rem 0;
	transform:scale(0);
	transition: 0.2s ease-in-out;
}
#navbar li.active a{
	position: relative;
	color:white;
	transition:0.3s;
}
#navbar li.active a::after{
	content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    background: #222;
    z-index: -1;
    border-radius: 0 1.5rem;
	transform:scale(1);
	transition: 0.2s ease-in-out;
}
#navbar li.active a:hover::after{
	transform:scale(0);
}
#navbar a:hover::before{
	transform:scale(1);
}
.sub-header-grid-item a i {
    font-size: 18px;
}
.sub-header-grid-item a:hover i{
	color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #151515;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  background-color: #ffc451;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #111;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #151515;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #151515;
  background-color: #ffc451;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  background-color: #ffc451;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #202020;
  padding: 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #111;
  border-bottom: 1px solid #191919;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color: #ffc451;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #292929;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ffc451;
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffc451;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ffc451;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ffc451;
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ffcd6b;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.sub-footer-copyright{
	margin:0;
	color: #111;
}
.sub-footer-icon {
    color: #111;
    font-size:clamp( 1rem, 2vw, 1.5rem);
    padding:0 5px;
    margin: auto 5px;
}

.text-right{
	text-align:right;
}
.align-self-center {
    align-self: center;
}
li.list-item-icon {
    list-style: none;
    color: #CCCCCC;
    padding: 0.4rem;
    font-size: 1rem;
}
li.list-item-icon i {
    padding-right: 6px;
}
li.list-item-icon a {
    color: #ddd;
}
li.list-item-icon a:hover {
    color: #f0f0f0;
}
#footer ul#primary-menu {
    margin-left: 0;
    padding-left: 0;
}


.text-left{
	text-align:left;
}
.jumbotron-heading{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 3.5rem;
	line-height: 92px;
	color: #FFFFFF;
}
.bg-white p{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 30px;
	color: #4A4A4A;
}
.bg-white h3{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 45px;
	color: #4A4A4A;
}
.bg-black{
	background: black;
}
.bg-black p{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 30px;
	color: #ddd;
}
.bg-black h3{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 45px;
	color: #eee;
}
.bg-black h2{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 1.7rem;
	color: #eee;
}
.bg-dark h1, .bg-black h1{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 3rem;
	color: #eee;
}
.bg-dark h4{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 2rem;
	color: #FFFFFF;
}
.bg-black h4{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #FFFFFF;
}
.bg-dark h2{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: center;
	color: #FFFFFF;
}
#map { min-height: 180px;height:100%; }
.apply-box{
    text-align: center;
    background: #111;
    padding: 0.5rem;
    z-index: 10;
    display: block;
}
.apply-box a{
	color: white;
	width: 100%;
	height: 100%;
	display: block;
}
.cursor-pointer{
	cursor:pointer;
}
.shadow-white {
    box-shadow: 0px 0px 1.5rem rgb(255 255 255 / 51%);
	background: #111;
}
.rounded-2 {
    border-radius: 1.5rem !important;
}
.text-justify {
    text-align: justify;
}
.bg-dark li, .bg-black li{
	color:#fff;
	font-size:1rem;
}
.rounded-0{
	border-radius: none;
}
.bg-dark .dropdown-item{
	color: white;
	font-weight: 500;
}
.bg-dark .dropdown-item:hover{
	color: black;
}
ul.services-list li {
    min-height: 3rem;
    font-size: 1rem;
    padding-bottom: 0.5rem;
}
.map-linkItem{
    color: #CCCCCC;
    padding: 0.4rem;
    font-size: 1rem;
}
img.footer-bottom-img {
    max-height: 60px;
    max-width: 15vw;
    margin: 0 1rem;
}
.apply-box:hover, .apply-box a:hover {
    background: #ffc451;
    color: #111 !important;
    transition: 0.2s;
}

@media (min-width: 768px) {
	.text-md-right {
		text-align: right !important;
	}
}

.home-h4 {
font-family: 'Raleway', sans-serif;
    font-size: calc(min(8vh, 10vh));
    color: var(--bs-dark);
    font-weight: 700;
    white-space: nowrap;
}
footer h1 a{
    font-size: 1.5rem;
    color: #111;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
}
a.home-h4:hover {
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: black;
    color: white;
	transition: padding ease-in-out 0.3s;
}
@media only screen and (max-width:768px){
	a.home-h4{
    font-size: 5vh;
    padding: inherit;}
}
.video-container {
    position: relative;
	z-index: -3;
}
footer#footer {
    z-index: 1000;
}
footer{
	background: #111;
}
.video-container video {
    width: 100vw;
    position: absolute;
    object-fit: cover;
    z-index: 0;
    min-height: 80vh;
}
.text-white{
	color:#fffff1;
}
/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
	z-index: 1;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 10px;
    width: 100vw;
    background: #000a;
}
.sub-footer-icon, .sub-footer-icon i {
    color: #eee;
}
.alert {
    padding: 0.5rem;
    margin-top: 1rem;
}
.alert button {
    display: none;
}
.video-container {
    position: relative;
	z-index: -3;
}
.video-container video {
    width: 100vw;
    position: absolute;
    object-fit: cover;
    z-index: 0;
    min-height: 80vh;
}
/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
	z-index: 1;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 10px;
    width: 100vw;
    background: #000a;
}
.service-card {
    padding: 1rem;
	display: block;
	position: relative;
    color: var(--black);
}
 .work-card {
    padding: 0 1rem 0 0;
	display: block;
	position: relative;
    color: var(--black);
}
.work-card .card-body div:nth-child(2){
	padding: 2rem;
}
.service-card::before {
	content:'';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
    box-shadow: 0 0 2px #0005;
    border-radius: 4px 5rem;
	background: #fff;
	z-index: -1;
}
.work-card::before {
	content:'';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
    box-shadow: 0 0 2px #0005;
    border-radius: 0 5rem 4px 0;
	z-index: -1;
}
.service-card.service-odd::before {
    border-radius: 5rem 4px;
}
.work-card.work-odd::before {
    border-radius: 0 4px 5rem 0;
}
.service-card:hover {
    padding: 1rem;
    color:white;
    transition:0.3s ease-in;
}
.work-card:hover {
    padding: 0 1rem 0 0;
    color:white;
    transition:0.3s ease-in;
}
.service-card:hover::before {
	content:'';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
    box-shadow: 0 0 4px #0008;
    border-radius: 5rem 4px;
    background: #222;
    color:white;
	z-index: -1;
    transition:0.3s ease-in;
}
.work-card:hover::before {
	content:'';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
    box-shadow: 0 0 4px #0008;
    border-radius: 0 4px 5rem 0;
    background: #222;
    color:white;
	z-index: -1;
    transition:0.3s ease-in;
}
.service-card.service-odd:hover::before {
    border-radius: 4px 5rem;
}
.work-card.work-odd:hover::before {
    border-radius: 0 4px 5rem 0;
}
.service-card .card-body {
    display: flex;
    flex-direction: row;
}
.work-card .card-body {
    display: flex;
    flex-direction: row;
	padding-top:0;
	padding-bottom:0;
	padding-left: 0;
}
.feature-icon {
    min-width: 75px;
    align-self: center;
}

.feature-icon i {
    background: #111;
    padding: 15px 17px;
    border-radius: 100%;
	border: solid 2px #fff4;
    color: #fffffe;
	transition: 0.2s ease-in-out;
}
.service-card:hover .feature-icon i{
    background: #fffffe;
    color: #111;
	border: solid 2px #0005;
	box-shadow: inset 0 0 6px #000;
}
