@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap');

:root{
	--primary-backcolor:#fff;
	--content-font:'Poppins';
	--content-text-color:blue;
	--content-line-height:1.75;
	--content-font-size:16px;

	--banner-h1-color: #fff;
	--banner-h1-font-family: 'Montserrat';
	--banner-h1-font-size:55px;
	--banner-h1-font-weight:700;

	--banner-desc-color: #fff;
	--banner-desc-font-family: 'Poppins';
	--banner-desc-font-size:20px;
	--banner-desc-font-weight:400;

	--h1-color: red;
	--h1-font-family: 'Montserrat';
	--h1-font-size:30px;
	--h1-font-weight:600;

	--h2-color: green;
	--h2-font-family: 'Poppins';
	--h2-font-size: 20px;
	--h2-font-weight: 500;

	--h3-color: green;
	--h3-font-family: 'Poppins';
	--h3-font-size: 20px;
	--h3-font-weight: 500;

	--menu-font-family: 'Manrope';
	--menu-font-size:16px;
	--menu-font-weight:bold;
	--menu-bg-color:rgba(0,0,0,0.4);
	--menu-position:fixed;
	--menu-font-color:#fff;
	--menu-z-index:9998;
	--menu-padding-menuitems:30px;

	--menu-dropdown-font-color:#000;
	--menu-dropdown-padding-top:10px;
	--menu-dropdown-padding-bottom:10px;
	--menu-dropdown-oneside-border:12px solid red;
	--menu-dropdown-hover-bgcolor: green;
	--menu-dropdown-hover-color:#fff;

	--footer-bgcolor:#111;

}

body
{
	margin:0px;
	padding: 0px;
	font-size: var(--content-font-size);
	color: var(--content-text-color);
	font-weight: 500;
	font-family: var(--content-font);
	background-color: var(--primary-backcolor);
	line-height: var(--primary-line-height); 
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

a{
	outline: none;
	text-decoration: none;
}

h1{
	font-family: var(--h1-font-family);
	color: var(--h1-color);
	font-weight: var(--h1-font-weight);
	font-size: var(--h1-font-size);
}

h2{
	font-family: var(--h2-font-family);
	color: var(--h2-color);
	font-weight: var(--h2-font-weight);
	font-size: var(--h2-font-size);
}

/* Apply to all screens with overrides in each sections */

/*header section */
header{
	position: relative;
	overflow: auto;
}

/*start of menu css*/
header .main-menu {
  width: 85%;
  background-color: #fff;
  position: var(--menu-position);
  z-index: var(--menu-z-index);
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
  padding-left: 50px;
  margin-left: 7.5%;
  margin-top: 25px;
  border-radius: 50px;
}

.main-menu img {
  max-width: 300px;
}

.navbar {
  margin-top: 5px;
}

 .main-menu .navbar li{
 	padding-right: var(--menu-padding-menuitems);
 }

 .main-menu .navbar li a {
  color: #000;
}

.main-menu .navbar a{
	font-family: var(--menu-font-family);
	font-size: var(--menu-font-size);
	font-weight: var(--menu-font-weight);
	color: var(--menu-font-color);
}

.main-menu .dropdown-menu{
	border-left: var(--menu-dropdown-oneside-border);
	padding: 0px;
}

.main-menu .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }

.main-menu .dropdown-menu li
{
	padding: 0px;
}

.main-menu .dropdown-menu a
{
	color: var(--menu-dropdown-font-color);
	padding-top: var(--menu-dropdown-padding-top);
	padding-bottom: var(--menu-dropdown-padding-bottom);
}

.main-menu .dropdown-menu a:hover
{
	background-color: var(--menu-dropdown-hover-bgcolor);
	color: var(--menu-dropdown-hover-color);
}

.main-menu .mega-menu{
	left: 0;
	right:0;
	width: 100%;
	position: static;
}

/* end of menu css*/


header .banner-wrapper .carousel-item-overlay{
	position: absolute;
	top: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	height: 100%;
	z-index: 9991;
}

header .banner-wrapper{
	position: relative;
	z-index: 9990;
}

header .banner-wrapper .carousel-caption{
	position: absolute;
	top: 35%;
	z-index: 9992;
}

header .banner-wrapper .carousel-indicators{
	position: absolute;
	top: 90%;
	z-index: 9993;
}

header .banner-wrapper .carousel-control-prev,header .banner-wrapper .carousel-control-next{
	position: absolute;
	z-index: 9994;
}

header .banner-wrapper h1{
	font-family: var(--banner-h1-font-family);
	font-size: var(--banner-h1-font-size);
	color: var(--banner-h1-color);
	font-weight: var(--banner-h1-font-weight);
	position: absolute;
	top:0px;
}

header .banner-wrapper p{
	font-family: var(--banner-desc-font-family);
	font-size: var(--banner-desc-font-size);
	color: var(--banner-desc-color);
	font-weight: var(--banner-desc-font-weight);
	position: absolute;
	top:70px;
}


.about-section {
  margin-block: 100px;
}

.about-section h1 {
  font-size: 40px;
  font-weight: bold;
  color: #eb3132;
  margin-block: 15px;
}

.about-section h2 {
  font-size: 26px;
  color: #363536;
  border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: 5px;
}

.about-section .btn-welcome, .about-section .btn-welcome:hover {
  background-color: #e83338;
  border-radius: 25px;
  padding: 7px;
  width: 150px;
  color: #fff;
  font-weight: 550;
  font-size: 18px;
  text-transform: uppercase;
  margin-block: 10px;
}


.service-item-wrapper{
	width: 100%;
	margin-block: 80px;
	padding-block: 80px;
	background-color: #f2f2f2;
}

.service-item-wrapper h2{
		padding-bottom: 20px;
    font-size: 26px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.service-item-wrapper .service-item{
	background-color: #fff;
	position: relative;
	margin-bottom: 25px;
}

.service-item-wrapper .service-item .service-type{
	position: absolute;
	left: 10px;
	top: 10px;
	padding:8px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 11px;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 99;
}

.service-item-wrapper .service-item .service-item-head{
		text-transform: unset;
		text-align: left;
		font-size: 18px;
		font-weight: bold;
}

.service-item-wrapper .service-item .service-item-content{
	padding-left: 18px;
	padding-block: 15px;
}

.service-item-wrapper .service-item p, .service-item-wrapper .service-item .address{
	text-transform: unset;
	font-size: 14px;
	margin-bottom: 0px;
}

.service-item-wrapper .service-item .address{
	margin-bottom: 15px;
	padding-top: 3px;
	padding-left: 12px;
	position: relative;
	color: #333;
	font-size: 13px;
}


.service-item-wrapper .service-item .address:before{
	content: "\f041";
	position: absolute;
	font-size: 14px;
	left: 0px;
	color: #333;
	font-family: "fontawesome";
}

.service-item-wrapper .service-item .bottom{
	padding-left: 18px;
	padding-block: 15px;
	border-top: 1px solid #e2e2e2;
}

.service-item-wrapper .service-item .bottom span{
	background-color: #e03637;
	padding: 7px;
}

.service-item-wrapper .service-item .img-wrapper{
	 width: 100%;
	 overflow: hidden;
}

.service-item-wrapper .service-item img{
	display: block;
	max-width: 100%;
	transition: transform 1s; /* Animation */
}

.service-item-wrapper .service-item img:hover{
	transform: scale(1.5);
	cursor: pointer;
}



/*Section Along with Footer*/
.section-image{
	background-image: url(../images/bg-section.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
	position: relative;
	overflow: hidden;
}

.section-image .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 998;
}

.section-image .content-panel{
	position: absolute;
	top:35%;
	width: 100%;
	text-align: center;
	color: #fff;
	z-index: 999;
}

.section-image .content-panel h2
{
	font-size: 40px;
	color: #fff;
}

.section-image .content-panel .btn-custom
{
	margin-top: 10px;
	background-color: #222;
	border-color: #333;
}


/*Footer Section Goes Here*/
footer{
	position: relative;
	background-color: var(--footer-bgcolor);
}

footer:before
{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	content:"";
	background-image: url(../images/bg-footer.jpg) ;
	background-repeat: repeat-y;
	opacity: 0.06;
	background-size: cover;
	background-position: center;
}

footer .footer-top{
	width: 100%;
	padding-top: 60px;
	margin-bottom: 40px;
}

footer .footer-top h2
{
	color: #fff;
	font-family: var(--h2-font-family);
	font-size: var(--h2-font-size);
	margin-bottom: 25px;
}

footer .footer-top .footer-summary{
	color: #fff;
	width: 80%;
}

footer .footer-social ul{
	padding: 0;
	margin: 8px 0;
	text-align: left;
}

footer .footer-social ul li{
	display: inline;
	list-style-type: none;
	position: relative;
	margin-right: 5px;
}

footer .footer-social ul li a{
	display: inline-block;
	color: #fff;
	width: 35px;
	height: 35px;
	position: relative;
}

footer .footer-social ul li a i{
	margin-top: 10px;
	margin-left: 1px;
}


footer .footer-top .footer-services ul
{
	margin:0;
	padding: 0;
}

footer .footer-top .footer-services li
{
	list-style-type: none;
	padding: 5px 0;
	position: relative;
}

footer .footer-top .footer-services li a
{
	text-decoration: none;
	color: #fff;
}

footer .footer-top .footer-services li a:before
{
  content: "\f105";
  color: #d52326;
  font-size: 18px;
  margin-right: 15px;
  font-family: "fontawesome";
  font-weight: 600;
}

footer .footer-top .footer-address{
	color: #fff;
}

footer .footer-top .footer-address ul{
	padding: 0;
	margin: 0;
	text-align: left;
}

footer .footer-top .footer-address ul li{
	list-style-type: none;
	position: relative;
	padding: 0px 0px 0px 30px;
	margin-top: 10px;
}

footer .footer-top .footer-address ul li a{
	text-decoration: none;
	color: #fff;
}

footer .footer-top .footer-address ul li i{
	position: absolute;
	color: #d52326;
	font-size: 20px;
	left:0;
	top: 10px;
}


footer .footer-bottom{
	background-color: #d52326;
	padding-top: 8px;
}

footer .footer-main-menu{
	text-align: right;
}

footer .footer-bottom-section1{
	padding: 10px 0;
	margin: 0;
	color: #fff;
}

footer .footer-main-menu ul{
	padding: 10px 0;
	margin: 0;
}

footer .footer-main-menu ul li{
	display: inline;
	list-style-type: none;
	position: relative;
}

footer .footer-main-menu ul li:before{
	display: block;
	content: "";
	position: absolute;
	font-size: 20px;
	background-color: #d1561c;
	left: -20px;
	top: 60%;
	width: 6px;
	height: 6px;
	transform: translateY(-50%);
	border-radius: 50%;
}

footer .footer-main-menu ul li:first-child:before{
	opacity: 0;
}


footer .footer-main-menu ul li a{
	text-decoration: none;
	position: relative;
	color: #fff;
	display: inline-block;
	foont-size:16px;
	margin-right: 40px;
}


/* Screen with overrides upto 992 - 1200px :lg */
@media only screen and (max-width: 1200px) {
	footer .footer-bottom-section1{
		display: none;
	}

	footer .footer-main-menu{
		text-align: center;
		padding: 12px 0;
	}

}


/* Screen with overrides upto 769 - 992px :md*/
@media only screen and (max-width: 992px) 
{
/*section for navbar*/
	header .main-menu{
		background-color: transparent;
	}

	header .navbar{
		padding-top: 20px;
	}

	header .main-menu #navbar1{		
		box-sizing:border-box;
		position: fixed;
		height: 100%;
		width: 300px;
		left: 0;
		bottom: 0;
		top: 0;
		color: #fff;
		background-color: rgba(0, 0, 0,0.6);
		
		-webkit-animation-name: run;
		-webkit-animation-duration: 0.3s;
		overflow: auto;
	}	

	header .main-menu .navbar-nav li{
		border-bottom:1px solid rgba(255,255,255,0.2);
	}

	header .main-menu .navbar-nav li a{
			padding-left:20px;
	}

	header .main-menu .navbar-nav a{
		color: #fff;
		font-weight: bold;
	}

	@-webkit-keyframes run{
		0%{
			width:0px;
			height:100%;
		}
		25%{
			width:150px;
		}
		100%{
			width: 300px;
		}
	}

	header .main-menu .dropdown-menu{
		width: 100%;
		position: absolute;
		border-radius: 0px;
		padding: 0px;
		margin: 0px;
		background-color: red;
	}
/*end of section for navbar*/


	footer{
		padding-left: 20px;
	}

	footer .footer-services{
		margin-top: 40px;
	}

	footer .footer-address{
		margin-top: 40px;
		margin-bottom: 30px;
	}

	footer:before
	{
		height: 120%;
	}

}

/* Screen with overrides upto 571 - 768px :sm */
@media only screen and (max-width: 768px) {

}


/* Screen with overrides upto 0- 576px:xs */
@media only screen and (max-width: 576px) {

}