
  .center {
	text-align: center;
}

.nav-wrapper {
	display: flex;
	position: relative;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	width: 100%;
	height: 80px;
	/* border-radius: 0 0 15px 15px; */
	padding: 0 25px;
	z-index: 2;
	background: black;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.nav-tabs {
    border-bottom: none !important;
}

.logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo {
	height: 90px;
    width: 170px !important;
}

.nav-tabs {
	display: flex;
	font-weight: 600;
	font-size: 18px;
	list-style: none;
    
}

.nav-tab:hover{
    /* background-color: red; */
    color: red;
}
.nav-tab{
    
    color: black
}

/* li a{
    color: black !important
} */


.nav-tab:not(:last-child) {
	padding: 10px 25px;
	margin: 0;
	
}

.nav-tab:last-child {
	padding: 10px 0 0 25px;
}

.nav-tab,
.menu-btn {
	cursor: pointer;
    color: white
}

.hidden {
	display: none;
}

@media screen and (max-width: 800px) {
	.nav-container {
		position: fixed;
		display: none;
		overflow-y: auto;
		z-index: -1;
		top: 0;
		right: 0;
		width: 280px;
		height: 100%;
		background: #fff;
		box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
	}

	.nav-tabs {
		flex-direction: column;
		align-items: flex-end;
		margin-top: 80px;
		width: 100%;
	}

	.nav-tab:not(:last-child) {
        
		padding: 20px 25px;
		margin: 0;
		border-right: unset;
		
	}

	.nav-tab:last-child {
		padding: 15px 25px;
        color: black;
	}

	.menu-btn {
		position: relative;
		display: block;
		margin: 0;
		width: 60px;
		height: 15px;
		cursor: pointer;
		z-index: 2;
		padding: 10px;
		border-radius: 10px;
	}

	.menu-btn .menu {
		display: block;
		width: 100%;
		height: 2px;
        border: 3px solid white;
		border-radius: 2px;
		background: white;
	}

	.menu-btn .menu:nth-child(2) {
		margin-top: 4px;
		opacity: 1;
	}

	.menu-btn .menu:nth-child(3) {
		margin-top: 4px;
	}

	#menuToggle:checked + .menu-btn .menu {
        border-color: black;
		transition: transform 0.2s ease;
	}

	#menuToggle:checked + .menu-btn .menu:nth-child(1) {
		transform: translate3d(0, 6px, 0) rotate(45deg);
	}

	#menuToggle:checked + .menu-btn .menu:nth-child(2) {
		transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
		opacity: 0;
	}

	#menuToggle:checked + .menu-btn .menu:nth-child(3) {
		transform: translate3d(0, -6px, 0) rotate(-45deg);
	}

	#menuToggle:checked ~ .nav-container {
		z-index: 1;
		display: flex;
		animation: menu-slide-left 0.3s ease;
	}
	@keyframes menu-slide-left {
		0% {
			transform: translateX(200px);
		}
		to {
			transform: translateX(0);
		}
	}
}

/* ------------------------------------------NAVBAR------------------------------------ */
header {
     position: sticky;
    top: 0;
    /* padding-left: 5rem; */
    /* padding-right: 5rem; */
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 1.1rem 5rem; */
    background: white;
    box-shadow: 2px 5px 15px 0px rgba(0,0,0,.5);
}

.brand a {
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    color: black;
}

a:hover{
    color: black !important;
    text-decoration: none !important;
}

/* header ul {
    display: flex;
    flex-direction: row;
}

header li {
    list-style-type: none;
    margin-left: 3rem;
}

header li > a{
    text-decoration: none;
    color: black;
    font-size: 0.9rem;
    font-weight: 500;
} */
.downB{
    margin-left: 8px !important;
}


 /* header li::after { */
    /* content: '';
    width: 0rem;
    height: 0.15rem;
    background-color: black;
    display: block;
    border-radius: 0.2rem; */
    /* margin: 0.2rem auto 0 auto; */
    /* transition: all 0.3s ease-in-out; */
 /* }  */

/* header li:hover::after {
    text-decoration: none;
    width: 2rem;
    color: black;
} */

.back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    outline: none;
    z-index: 1000;
}

.back-to-top-btn:hover {
    background-color: #0056b3;
}

/* ---------------Carosual---------------------------- */
.mainCarousal{
    background-color: black;
}
.carousel {
    /* background-color: black; */
    position: relative;
    /* background: #EEE; */
  }
  .carousel-cell img{
    /* opacity: 0.6; */
    width: 100%;
    height: 95%;
    /* opacity: 0.6; */
    
  }

  .flickity-button{
    background: transparent !important;
    color: black !important;
  }
  .carousel-cell .text-overlay {
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: "Oswald",Sans-serif;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
    width: 100%;
    background-color: black;
}

.carousel-cell .text-overlay2 {
    position: absolute;
    width: 100%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    font-family: "Oswald",Sans-serif;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);

}
  .carousel-cell {
    width: 100%;
    height: 500px;
    margin-right: 10px;
    /* background: #8C8; */
    border-radius: 5px;
    counter-increment: gallery-cell;
  }
  
  /* cell number */
  /* .carousel-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
  }
   */

   .carousalImage img{
    
    width: 100%;
    height: 500px;
   }
  /* position dots in gallery */
  .flickity-page-dots {
    bottom: 0px;
  }
  /* white circles */
  .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: transparent;
    border: 2px solid white;
  }
  .flickity-viewport{
    height: 500px !important;
  }
  /* fill-in selected dot */
  .flickity-page-dots .dot.is-selected {
    background: white;
  }
  
/* ---------------Carousal---------------------------- */

.masterHeading h2{
    color: #6c6c6c;
    font-family: "Oswald",Sans-serif;
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 42px;
    letter-spacing: 1px;
}
.mainImage img{
    width: 100%;
}
.masterSection p{
    color: #d02828;
    font-family: "Oswald",Sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 28px;
    letter-spacing: 1px;
}

.masterButton{
    font-family: "Oswald",Sans-serif;
    font-size: 14px;
    background-color: #d02828;
    padding: 6%;
    width: 100%;
    border-radius: 5px;
    border: none;
}
.masterButton:hover{
    background-color: grey;
    transition: 0.3s ease;
}
.masterButton p{
    margin: 0px;
    color: white;
}
ul{
    padding-left: 0rem !important;
}
li{
    
    list-style: none;
}
/* --------------------------------LATEST SECTION CSS---------------------------------------------------- */

.latestDiv h2{
    color: #6c6c6c;
    font-family: "Oswald",Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}
.underlineSection{
    border: 3px solid red;
    width: 30%;
    border-top: none;
    border-left: none;
    border-right: none;
    
}

.latestImage{
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 15%;
    
}

.latestImage img{
    width: 250px;
    height: 250px;
    transition: transform 0.3s;
}
.latestImage img:hover{
    transform: scale(1.2);
    cursor: pointer;
}
.borderImage{
    display: flex;
    justify-content: center;
    /* border: 1px solid grey; */
}

.carousel {
    /* height: 400px; */
    /* Adjust the height as needed */
    /* width: 400px; */
}

.carousel-inner .carousel-item img {
    width: 400px;
    height: 400px;
}

.image-counter {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    border-top-right-radius: 5px;
    font-size: 14px;
}

.button-group {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.button-group button {
    background: none;
    border: none;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
}

/* -----------------------------------------------------------SOLUTION SECTION------------------------------------------- */

.backImage{
   background-image: url(../images/backImage.png);
   
   /* opacity: 0.7; */
   background-repeat: no-repeat;
   background-size: cover;
   width: 100%;
   height: 400px;
}

.startWith h5{
    color: red;
}

.latestDiv1 h2{
    color: white;
    font-family: "Oswald",Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}
.solutionImage{
    width: 100%;
    height: 400px;
}
.solutionImage img{
    
    width: 100%;
    height: 400px;
}

/* ----------------------------------------------------------------------------------------------------------------- */


.offices h6{
    color: #d02828;
    font-family: "Oswald",Sans-serif;
    font-weight: bolder;
}

.headOffice h1{
    color: #6c6c6c;
    font-family: "Oswald",Sans-serif;
    font-weight: 700;
}

.officeDesc p{
    color: #737e86;
    font-family: "Arial",Sans-serif;
    font-size: 15px;
    margin: 0;
}

.phoneNo h5{
    color: #737e86;
    font-family: "Arial",Sans-serif;
    font-size: 15px;
    margin: 0;
}

.email h5{
    color: #737e86;
    font-family: "Arial",Sans-serif;
    font-size: 15px;
    margin: 0;
}
.border2{
    border-bottom: 2px solid red;
    width: 30%;
}

.inputBox{
    box-shadow: 2px 5px 15px 0px rgba(0,0,0,.5);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    /* margin: -100px 80px 0 100px; */
    padding: 50px 25px 40px;
}

.head1 h1{
    color: #d02828;
    font-family: "Abel",Sans-serif;
    font-weight: 600;
}

.sendBtn button{
    background-color: #d02828;
    color: #fff;
    border-radius: 6px;
    border: 0;
    height: 48px;
    width: 106px;
}

/* -------------------------------PRICING------------------------------------------------------------ */

.pricing{
    border-bottom: 1px solid #d02828;
}
.pricing h2{
    color: #6c6c6c;
    font-family: "Oswald",Sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 25px;
}

.leftChest h2{
    margin: 0;
    
    padding: 0;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.leftDes h3{
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.mainBox{
    background: var(--e-price-table-header-background-color,#d02828);
    padding: 20px 0px;
}

.number h1{
    color: #555;
    font-weight: 800;
    font-size: 65px;
    margin: 0;
}
.number sup{
    position: absolute;
    top: 50px;
    right: 310px;
    margin: 0;
    color: #555;
    font-weight: 800;
    font-size: 20px;
}


.fee h5{
    font-family: "Oswald",Sans-serif;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 400;
    font-size: medium;
    font-style: normal;
}
.mainBox2{
    border: 2px solid #d02828;
}
.desc{
    border-bottom: 1px solid #d02828;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.desc h5{
    font-size: 14px;
    line-height: 1;
}

.theTouch h5{
    color: #6c6c6c;
    font-family: "Oswald",Sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    max-width: 95%;
    margin: 0;
}

.theTouchBorder{
    border-bottom: 1px solid #d02828;
}


/* ----------------------------------------------------------------------------------------- */

.msg h1{
    color: #6c6c6c;
    font-family: "Oswald",Sans-serif;
    font-size: 1.7647058823529rem;
    line-height: 1.3rem;
    font-weight: 700;
    text-align: center;
}

.msgDesc p{
    text-align: center;
    color: #d02828;
    font-family: "Arial",Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.3px;
}

.underlineSection2{
    border: 3px solid red;
    width: 10%;
    border-top: none;
    border-left: none;
    border-right: none;
    
}

.underlineSection3{
    border: 2px solid red;
    width: 70%;
    border-top: none;
    border-left: none;
    border-right: none;
}

.latestDiv4 h2{
    color: #6c6c6c;
    font-family: "Oswald",Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 27px;
}

.modi h2{
    color: #d02828;
    font-family: "Oswald",Sans-serif;
    font-size: 27px;
    font-weight: 800;
    margin-bottom: 15px;
}

.modiDesc h6{
    text-align: center;
    font-family: "Arial",Sans-serif;
    font-size: 15px;
}

/* ----------------------------------------------------------------------------FOOTER---------------------------------------- */

footer{
    background-color: black;
}
.mainHead h2{
    color: #d02828;
    font-weight: 700;
    margin-bottom: 1em;
    line-height: 1.5;
    font-size: 24px;
}

.mainHeadDesc p{
    margin-bottom: 1.75rem;
    color: white;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;

}

.icons{
    background-color: #e6e6e6;
    border-radius: 8px;
    height: 50px;
    width: 50px;
}
.icons:hover{
    cursor: pointer;
    background-color: #737e86;
}

.icon-color:hover {
    color: red !important;
}
.icons .fa:hover{
    color: red;
}

.icons:hover {
    background-color: #737e86
}

.icons:hover i {
    color: red
}
