html body {
	font-family: "Roboto", sans-serif;
	margin:0px;
	padding:0px;
}

.top-header {
    background-color: #001f3f;
    padding: 0px;
}


.navbar .navbar-brand .shape {
    color: #e10006;
}



#languagedd {
    position: absolute;
    z-index: 9999999!important;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}


#main-nav li a {
	font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
	color:#fff;
}

.redtheme-btn {
	color: #fff;
    background-color: #e10006;
    padding: 11px 21px;
    overflow: hidden;
    position: relative;
    z-index: 1;
	border-radius:5px;
	text-decoration:none;
}
.shape {
	width:315px;
	margin:0px;
}
#top-right-nav .social-icon ul li a {
	color:#fff;
	text-decoration:none;
}
#selectedLang {
	color:#fff;
}
#top-left-contact li a {
	color:#fff;
	text-decoration:none;
}

.theme-color {
	color:#e10006!important;
}
.theme-bg {
	background:#e10006!important;
}

#top-left-logo {
	position: absolute;
    top: -60px;
	overflow:hidden;

}




/* Carousel */

#homeslider {
	z-index:99999;
}

#homeslider .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .6;
    transition: opacity .15s ease;
}

#homeslider .carousel-control-next:focus, #homeslider .carousel-control-next:hover, #homeslider .carousel-control-prev:focus, #homeslider .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

#homeslider .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .6;
    transition: opacity .15s ease;
}

.carousel-taglines h4 {
	font-size:55px;
}

.carousel-taglines h5 {
	font-size:75px;
	text-transform:uppercase;
}

.carousel-taglines p {
	font-size:55px;
}

.carousel-taglines {

	z-index:9;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}


/* Carousel */
.section-headings {
	text-transform: uppercase;
    border: 1px solid #ffffff;
    border-radius: 5px;
    width: fit-content;
    padding: 5px 12px;
    font-size: 16px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 800;
    text-align: center;
    background: #fff;
	color:#000;
}

/* Home About Section */



@keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
/* Home About Section */



#feedbackslider .carousel-control-next, #feedbackslider .carousel-control-prev {
    position: absolute;
    top: 90%;
    bottom: 0;
    z-index: 1;
    display: flex;
	background:#e10006 !important;
    align-items: center;
    justify-content: center;
    width: 30px;
	height: 30px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
	border-radius:50%;
}


@media (max-width: 992px) {  
	.brand-logo-wrapper {
		background: #e10006; 
		padding: 5px 30px 10px 30px;
		width:160px;
		position:relative;
		left:-10px;
		overflow:hidden;
	}
	.logo-text {
		color:#fff;
		font-size:10px;
		position: absolute;
		left: -25px;
		top:13px;
	}

	.logo-tagline {
		color:#fff;
		font-size:10px;
		position: absolute;
		left: -20px;
		border-top:1px solid #fff;
		border-bottom:1px solid #fff;
		bottom:-15px;
	}
	
	
	.carousel-caption {
		position: absolute;
		right: 15%;
		top: 0%;
		left: 15%;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		color: #fff;
		text-align: center;
		height:100%;
	}
	.carousel-caption h5 {
		font-size:16px;
		text-transform:uppercase;
	}
	.carousel-caption p {
		font-size:14px;
	}
	
	#homeslider .carousel-control-prev img, #homeslider .carousel-control-next img {
		width:20px;
	}
	#navbarContent {
		height:300px;
	}
	.banner-cta1 {
		padding:5px;
		font-size:12px;
	}
	
	.home-about-images {

		height:450px;
		
	}
	
	.home-about-content {
		display:flex;
		flex-direction:column;
		justify-content:center;
		height:auto;
		
	}
	
	
	.home-about-content h3 {
		text-transform:uppercase;
		border:1px solid #e10006;
		border-radius:5px;
		width:fit-content;
		padding:5px 12px;
		font-size:16px;
		font-family: "Rajdhani", sans-serif;
		font-weight: 800;
	}
	.home-about-content h4 {
		font-size:25px;
		font-family: "Rajdhani", sans-serif;
		font-weight: 800;
		font-style: normal;
	}

	.home-about-content ul {
		list-style:none;
	}

	.home-about-content ul li {
		position:relative;
		padding-left: 30px;
		margin: 12px 0px;
	}

	.home-about-content ul li:before {
		color: #e10006;
		font-weight: 500;
		position: absolute;
		content: '\f192';
		left: 0px;
		top: 0px;
		font-family: "Font Awesome 5 Free";
	}
	
	
	.home-about-section-img1 {
		position:absolute;
		width:400px;
		border-radius:10px;
		border:3px solid #fff;
		right:10px;
		top:20px;
		animation: movedelement2 5s linear infinite;
	}
	.home-about-section-img2 {
		position:absolute;
		width:200px;
		border-radius:10px;
		border:3px solid #fff;
		left:-30px;
		top:60px;
		animation: movedelement2 10s linear infinite;
	}
	.home-services {
		padding:50px 15px 150px 15px;
	}
	
	.home-service-left {
		display:flex;
		flex-direction:column;
		justify-content:center;
		border-right:3px solid #fff;
	}
	
	.home-service-left h3, .home-service-left h4{
		color:#fff;
		font-family: "Rajdhani", sans-serif;
		margin:0px;
	}
	.home-service-left h3{
		font-size:14px;
		font-family: "Rajdhani", sans-serif;
	}
	
	.home-service-left h4{
		font-size:35px;
		font-family: "Rajdhani", sans-serif;
		font-weight:800;
	}
	
	.home-service-right p{
		font-size:25px;
		font-family: "Rajdhani", sans-serif;
		font-weight:400;
	}
	.services-wrapper {
		position:relative;
		top:-200px;
	}
	.bannersection {
		position:relative;
		top:10px;
	}
	
	
	.whychooseus, .feedback  {
		position:relative;
		top:-190px;
	}
	.blogsection h3 {
		text-transform:uppercase;
		border:1px solid #e10006;
		border-radius:5px;
		width:fit-content;
		padding:5px 12px;
		font-size:16px;
		font-family: "Rajdhani", sans-serif;
		font-weight: 800;
	}
	.contact-left-wrapper {
		color:#fff;
		font-family: Rajdhani, sans-serif;
		font-weight:800;
		font-size:40px;
		padding:150px  5px;
	}
	
	.home-contact-section {
		position:relative;
		top:-50px;
	}
	
	.contact-bg {
		background-image: url(../../assets/img/pages/homepage/contact/bg.jpg);
		background-size:cover;
		background-position:center center;
		height:auto;

	}
	.contact-left-wrapper h5 {
		color:#fff;
		font-family: Rajdhani, sans-serif;
		font-weight:800;
		font-size:40px;
		padding:20px 0px;
	}
	.blog-section {
		
		margin-top:50px;
		margin-bottom:50px;
	}
	
	.blogsection h3 {
		text-transform:uppercase;
		border:1px solid #e10006;
		border-radius:5px;
		width:fit-content;
		padding:5px 12px;
		font-size:16px;
		font-family: "Rajdhani", sans-serif;
		font-weight: 800;
		text-align:center;
	}
	
	.blogsection h5 {
		font-size: 45px;
		font-family: Rajdhani, sans-serif;
		font-weight: 800;
		font-style: normal;

	}
	
	.blogsection span {
		color:#f33c41;
	}
	
	.blog-date {
		position: absolute;
		right: 0;
		bottom: -30px;
		background: #0a4251;
		color: #fff;
		text-align: center;
		line-height: 30px;
		text-transform: uppercase;
	}
	
	.blog-date strong {
		display: block;
    background: #f33c41;
    padding: 0 20px;
    font-size: 30px;
    font-weight: 800;
    border-bottom: 1px solid var(--white);
    line-height: 1.7;
	}
	
	
	
	.home-blog-author {
		color:#f33c41;
	}
	
	.home-blog-title {
		font-size:20px!important;
	}
	.blog-readmore {
		text-decoration:none;
		color:#000;
		font-weight:700;
	}
	#mainNavbar .main-nav-wrapper {
		background:#e10006;
	}
	#main-nav li a {
		font-size: 15px;
		font-weight: 500;
		text-transform: uppercase;
		color: #fff;
	}
	#main-nav li  {
		border-bottom:1px solid #fff;
	}
	.menu-login-btn {
		color: #000;
		background-color: #ffffff;
		padding: 11px 21px;
		overflow: hidden;
		position: relative;
		z-index: 1;
		border-radius: 5px;
		text-decoration: none;
	}
	.navbar-light .navbar-toggler-icon {
		background-image: url('../img/burger.svg')!important;
	}
	
		/* Footer */
	.footer {
		background:#001f3f;
		color:#fff;
		padding:50px 0px 20px 0px;
	}
	
	.footer-col-1 h4 {
		font-family: "Rajdhani", sans-serif;
		font-size:18px;
		line-height:30px;
		padding:10px 0px;
	}
	.footer-logo {
		background:#fff;
		padding:0px ;
		border-radius:50%;
	}
	.footer-social-icon ul li a {
		color:#fff;
		text-decoration:none;
		font-size:25px;
	}
	.footer-copyright-left p{
		font-size:14px;
		padding:10px 0px 0px 0px;;
		margin:0px;
	}
	.theme-top-border {
		border-top:1px solid #dc3545;
	}
	.footer-copyright-right {
		display:flex;
		list-style:none;
		gap:20px;
		margin:0px;
		padding:10px 0px 0px 0px;
		justify-content: end;
    }
	
	.footer-copyright-right li a{
		color:#fff;
		font-size:12px;
		text-decoration:none;
	}
	
	.footer-quicklinks {
		margin-top:20px;

	}
	
	.ft-quicklinks-list {
		display:flex;
		gap:20px;
		
	}
	
	.footer-quicklinks h4 {
		font-family: "Rajdhani", sans-serif;
		font-weight:800;
		text-transform:uppercase;
		font-size:30px;
		
	}
	.footer-quicklinks ul {
		list-style:none;
		padding:0px;
	}
	.footer-quicklinks ul li{
		
		padding:5px 0px;
	}
	.footer-quicklinks ul li a{
		color:#fff;
		text-decoration:none;
	}
	/* Footer */
}


@media (min-width: 992px) { 
	.brand-logo-wrapper {
	background: #e10006; padding: 5px 30px 10px 30px;width:190px;
	}
	.logo-text {
		color:#fff;
		font-size:12px;
		position: absolute;
		left: -25px;
		top:17px;
	}

	.logo-tagline {
		color:#fff;
		font-size:12px;
		position: absolute;
		left: -20px;
		border-top:1px solid #fff;
		border-bottom:1px solid #fff;
		bottom:-15px;
	}
	
	.carousel-caption {
		position: absolute;
		right: 15%;
		top: 0%;
		left: 15%;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		color: #fff;
		text-align: center;
	}

	.carousel-caption h5 {
		font-size:95px;
		text-transform:uppercase;
	}
	.carousel-caption p {
		font-size:55px;
	}
	
	.home-about-content h3 {
		text-transform:uppercase;
		border:1px solid #e10006;
		border-radius:5px;
		width:fit-content;
		padding:5px 12px;
		font-size:16px;
		font-family: "Rajdhani", sans-serif;
		font-weight: 800;
	}
	.home-about-content h4 {
		font-size:45px;
		font-family: "Rajdhani", sans-serif;
		font-weight: 800;
		font-style: normal;
	}
	
	.whychooseus {
		position:relative;
		top:-200px;
	}
	.feedback {
		position:relative;
		top:-150px;
		background:#ededed;
	}
	.menu-login-btn {
		color: #e10006;
		background-color: #fff;
		padding: 11px 21px;
		overflow: hidden;
		position: relative;
		z-index: 1;
		border-radius: 5px;
		text-decoration: none;
	}
	
	.home-about-content ul {
		list-style:none;
	}

	.home-about-content ul li {
		position:relative;
		padding-left: 30px;
		margin: 12px 0px;
	}

	.home-about-content ul li:before {
		color: #e10006;
		font-weight: 500;
		position: absolute;
		content: '\f192';
		left: 0px;
		top: 0px;
		font-family: "Font Awesome 5 Free";
	}
	.blog-section {
		
		margin-top:150px;
		margin-bottom:50px;
	}
	.blogsection h3 {
		text-transform:uppercase;
		border:1px solid #e10006;
		border-radius:5px;
		width:fit-content;
		padding:5px 12px;
		font-size:16px;
		font-family: "Rajdhani", sans-serif;
		font-weight: 800;
		text-align:center;
	}
	
	.blogsection h5 {
		font-size: 45px;
		font-family: Rajdhani, sans-serif;
		font-weight: 800;
		font-style: normal;

	}
	
	.blogsection span {
		color:#f33c41;
	}
	
	.blog-date {
		position: absolute;
		right: 0;
		bottom: -30px;
		background: #0a4251;
		color: #fff;
		text-align: center;
		line-height: 30px;
		text-transform: uppercase;
	}
	
	.blog-date strong {
		display: block;
    background: #f33c41;
    padding: 0 20px;
    font-size: 30px;
    font-weight: 800;
    border-bottom: 1px solid var(--white);
    line-height: 1.7;
	}
	
	
	
	.home-blog-author {
		color:#f33c41;
	}
	
	.home-blog-title {
		font-size:20px!important;
	}
	.blog-readmore {
		text-decoration:none;
		color:#000;
		font-weight:700;
	}
	
	.contact-bg {
		background-image: url(../../assets/img/pages/homepage/contact/bg.jpg);
		background-size:cover;
		background-position:center center;
		height:400px;

	}
	#home-contact-form label {
		font-family: Rajdhani, sans-serif;
		text-transform:uppercase;
		font-weight:800;
	}
	
	#home-contact-form input, #home-contact-form textarea {
		border-radius:0px;
	}
	
	.contact-left-wrapper {
		color:#fff;
		font-family: Rajdhani, sans-serif;
		font-weight:800;
		font-size:40px;
		padding:150px  5px;
	}
	
	.contact-left-wrapper h5 {
		color:#fff;
		font-family: Rajdhani, sans-serif;
		font-weight:800;
		font-size:40px;
		padding:20px 0px;
	}
	/* Footer */
	.footer {
		background:#001f3f;
		color:#fff;
		padding:50px 0px 20px 0px;
	}
	
	.footer-col-1 h4 {
		font-family: "Rajdhani", sans-serif;
		font-size:18px;
		line-height:30px;
		padding:10px 0px;
	}
	.footer-logo {
		background:#fff;
		padding:0px ;
		border-radius:50%;
	}
	.footer-social-icon ul li a {
		color:#fff;
		text-decoration:none;
		font-size:25px;
	}
	.footer-copyright-left p{
		font-size:14px;
		padding:10px 0px 0px 0px;;
		margin:0px;
	}
	.theme-top-border {
		border-top:1px solid #dc3545;
	}
	.footer-copyright-right {
		display:flex;
		list-style:none;
		gap:20px;
		margin:0px;
		padding:10px 0px 0px 0px;
		justify-content: end;
    }
	
	.footer-copyright-right li a{
		color:#fff;
		font-size:12px;
		text-decoration:none;
	}
	
	.footer-quicklinks {
		position:relative;
		left:20px;
	}
	
	.footer-quicklinks h4 {
		font-family: "Rajdhani", sans-serif;
		font-weight:800;
		text-transform:uppercase;
		font-size:30px;
		
	}
	.footer-quicklinks ul {
		list-style:none;
		padding:0px;
	}
	.footer-quicklinks ul li{
		
		padding:5px 0px;
	}
	.footer-quicklinks ul li a{
		color:#fff;
		text-decoration:none;
	}
	/* Footer */
}


@media (min-width: 1200px) { 
	.carousel-caption {
		position: absolute;
		right: 15%;
		top: 0%;
		left: 15%;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		color: #fff;
		text-align: center;
	}

	.carousel-caption h5 {
		font-size:75px;
		text-transform:uppercase;
	}
	.carousel-caption p {
		font-size:45px;
	}
	.home-about-content {
		display:flex;
		flex-direction:column;
		justify-content:center;
		height:550px;
		
	}
	.home-about-section-img1 {
		position:absolute;
		width:500px;
		border-radius:10px;
		border:3px solid #fff;
		right:10px;
		top:20px;
		animation: movedelement2 5s linear infinite;
	}
	.home-about-section-img2 {
		position:absolute;
		width:300px;
		border-radius:10px;
		border:3px solid #fff;
		left:-30px;
		top:60px;
		animation: movedelement2 10s linear infinite;
	}
	.home-services {
		padding:50px 15px 150px 15px;
	}
	
	.home-service-left {
		display:flex;
		flex-direction:column;
		justify-content:center;
		border-right:3px solid #fff;
	}
	
	.home-service-left h3, .home-service-left h4{
		color:#fff;
		font-family: "Rajdhani", sans-serif;
		margin:0px;
	}
	.home-service-left h3{
		font-size:14px;
		font-family: "Rajdhani", sans-serif;
	}
	
	.home-service-left h4{
		font-size:35px;
		font-family: "Rajdhani", sans-serif;
		font-weight:800;
	}
	
	.home-service-right p{
		font-size:25px;
		font-family: "Rajdhani", sans-serif;
		font-weight:400;
	}
	.services-wrapper {
		position:relative;
		top:-230px;
	}
}

@media (min-width: 1400px) {  }

@media (min-width: 1600px) {  
	.home-about-section-img1 {
		position:absolute;
		width:500px;
		border-radius:10px;
		border:3px solid #fff;
		right:10px;
		top:20px;
	}
	.home-about-section-img2 {
		position:absolute;
		width:300px;
		border-radius:10px;
		border:3px solid #fff;
		left:50px;
		top:60px;
	}

}