

html {
  scroll-behavior: smooth;
}
html,
body {
    /*width: 100%;*/
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}
*{
    margin: 0;
    padding: 0;
}



h1, h2, h3, h4, h5, h6{
	font-family: 'Anton', sans-serif;
}


a:hover{
	text-decoration: none;
}

.font13{
	font-size: 13px;
}
.font14{
	font-size: 14px;
}
.font15{
	font-size: 15px;
}

.primaryColor{
	background-color: #032f41;
}
.sectionPadding50{
	padding: 50px 0;
}
.sectionPadding{
	padding: 70px 0;
}




.navbar-toggler {
    background-color: #970303;
    border: 1px solid #970303;
    color: #fff;
    padding: 10px 20px;
}

.topSocialIcon{
	display: inline;
	float: right;
}
.topSocialIcon ul{
	margin: 0;
	padding: 0;
}
.topSocialIcon ul li{
	display: inline-block;
	font-size: 17px;
	padding: 1px 7px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	background-color: #000;
	margin-right: 8px;
}
.topSocialIcon ul li a{
	color: #fff;
	box-shadow: 3px 3px 6px #000;
	font-size: 14px;
}
.topSocialIcon .bookBtn{
	background-color: #ED0F0F;
	padding: 3px 24px;
	font-weight: 600;
	color: #fff;
	box-shadow: 2px 2px 6px #000;
	border-radius: 20px;
	margin-left: 15px;

	border:3px solid #ff0000;


/*	-webkit-box-shadow: 0 0 1px 2px #0be23c inset;
-moz-box-shadow: 0 0 1px 2px #0be23c inset;
box-shadow: 0 0 1px 2px #0be23c inset;*/
}

.brandName{
	text-transform: uppercase;
	font-weight: 800;
	padding: 3px 15px;
	border: 5px solid #fff;
	color: #fff;
}
.navbar-expand-md .navbar-nav .nav-link{
	font-size: 15px;
	font-weight: 600;
	padding: 25px 25px;
	color: #fff;
}
.navbar-expand-md .navbar-nav .nav-link:hover{
	background-color: #032f41;
	color: #fff;
}





/*.sliderSection .carousel-inner .carousel-item img{
	width: 100%;
	height: 550px;
	object-fit: cover;
	object-position: center center;
}*/
.sliderSection .carousel-inner .carousel-item{
	width: 100%;
	background-size: cover;
	object-position: center center;
}
.sliderSection .carousel-inner .carousel-item .sliderInner{
	padding:70px 110px;
	background-color: rgba(0, 0, 0, 0.7);
	margin: 160px auto;
	border-radius: 30px;
}
.sliderSection .carousel-inner .carousel-item .sliderInner h2{
	font-size:50px;
	letter-spacing: 2px;
}
.sliderSection .carousel-inner .carousel-item .sliderInner p{
	font-size:20px;
	line-height: 1.5;
	margin-top: 30px;
}
.sliderSection .carousel-inner .carousel-item .btnWrap{
	margin-top: 35px;
}
.sliderSection .carousel-inner .carousel-item .btnWrap .btnOne{
	background-color: #930505;
  padding: 7px 24px;
  font-weight: 600;
  color: #fff;
  box-shadow: 2px 2px 6px #000;
  border-radius: 6px;
  margin-left: 15px;
  border: 3px solid #ff0000;
}
.sliderSection .carousel-inner .carousel-item .btnWrap .btnTwo{
	background-color: #174d02;
  padding: 7px 24px;
  font-weight: 600;
  color: #fff;
  box-shadow: 2px 2px 6px #000;
  border-radius: 6px;
  margin-left: 15px;
  border: 3px solid #3bbf08;
}
.headingText h2{
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 40px;
}


.makePerfect .box{
	background: rgb(182,91,254);
background: linear-gradient(180deg, rgba(182,91,254,1) 0%, rgba(22,93,207,1) 100%);
	background-color: #032f41;
	padding: 41px 10px;
	text-align: center;
	color: #fff;
}
.makePerfect .box i{
	color: #fff;
	font-size: 60px;
}
.makePerfect .box h4{
	font-size: 32px;
}


.questionSection{
	background-color: #032f41;
	color: #fff;
}
.questionSection h2{
	font-weight: 800;
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
}
.questionSection .bookBtn{
	background-color: #ed0f0f;
	padding: 10px 35px;
	text-align: right;
	font-weight: 600;
	color: #fff;
	font-size: 20px;
	box-shadow: 2px 2px 6px #000;
	border-radius: 30px;
	margin-left: 15px;
	margin-top: 33px;
}



.aboutSection h2{
	font-size: 40px;
	font-weight: 700;
}
.aboutSection p{
	line-height: 1.9;
	font-size: 18px;
}
.aboutSection .bookBtn{
	background-color: #032f41;
	padding: 10px 35px;
	font-weight: 600;
	color: #fff;
	font-size: 20px;
	box-shadow: 2px 2px 6px #000;
	border-radius: 30px;
	margin-top: 8px;
}
.aboutSection img{
	width: 100%;
	height:500px;
	border-radius: 10px;
	object-fit: cover;
}




.serviceSection .card{
	border-radius: 10px 10px 0 0;
}
.serviceSection .card .card-body{
	padding: 15px 15px;
}
.serviceSection .card img{
	width: 100%;
	height: 350px;
	border-radius: 10px;
	object-fit: cover;
}
.serviceSection .card .card-body .card-title{
	font-size: 28px;
	margin-bottom: 14px;
	margin-top: 10px;
}
.serviceSection .card .card-body .card-text{
	font-size: 15px;
}
.serviceSection .owl-nav button i{
	border-radius: 50%;
	font-size: 33px;
	box-shadow: 2px 2px 6px #999;
}
.serviceSection .owl-theme .owl-nav [class*='owl-']:hover{
	background: none!important;
	color: #000!important;
}
.serviceSection .owl-carousel .owl-nav button.owl-next{
	position: absolute;
	top: 40%;
	z-index: 99999;
	right: -49px;
}
.serviceSection .owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	top: 40%;
	z-index: 99999;
	left: -49px;
}


.serviceSection .card .bookNowService{
	width: 250px;
	padding: 10px 0;
	background: linear-gradient(180deg, rgba(182,91,254,1) 0%, rgba(22,93,207,1) 100%);
    background-color: #032f41;
   border-radius: 20px;
   border:1px solid #032f41;
}





.portFolioSection img{
	width: 100%;
	object-fit: cover;
	height: 300px;
	border-radius: 10px;
}



.countingSection {
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.countingSection .overLay{
	background-color:rgba(0, 0, 0, 0.7);
}
.countingSection .overLay h2{
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	margin-bottom: 50px;
}

.countingSection .box{
	background-color: #ffe000;
	padding: 30px 10px;
	text-align: center;
	color: #000;
/*	box-shadow: 3px 3px 9px #999;*/
	border-radius: 25px;
/*	width: 80%;*/
}
.countingSection .box .counter-container i{
  font-size:60px;
  color: #032f41;
}
.countingSection .box .counterInner{
  width: 90px;
  margin:0 auto;
}
.countingSection .box .countingNumber{
	font-size: 60px;
	font-weight: 900;
}
.countingSection .box .plus{
	margin-top: -20px;
}
.countingSection .box span{
	font-size: 50px;
	font-weight: 900;
}






.testimonialSection .card{
	box-shadow: 2px 2px 7px #999;
	padding-top: 15px;
	text-align: center;
}
.testimonialSection .card img{
	width:110px;
	height: 110px;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto;
/*	margin-top: -55px;*/
	z-index: 99;
}
.testimonialSection .card p{
	font-size:15px;
	line-height: 1.7;
}
.testimonialSection .card h4{
	font-size: 16px;
}



.testimonialSection .owl-stage-outer{
	min-height: 280px;
}



.contactSection .leftSide{
		background-color: #032f41;
		padding: 30px 30px;
	}









.contactSection .phoneNo i{
  color: #000;
  padding: 9px 8px 5px 7px;
  font-size: 17px;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}


.footerSocialIcon ul{
  margin: 0;
  padding: 0;
}
.footerSocialIcon ul li{
 list-style: none;
 display: inline-block;
 text-align: center;
}
.footerSocialIcon ul li a{
  color: #fff;
  padding:0 5px 0 0;
  text-align: center;
}
.footerSocialIcon ul li a i{
  color: #000;
  padding: 9px 8px 5px 7px;
  font-size: 17px;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}





.footerBottomSec{
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding-top: 20px;
}










footer .footDesc form label{
  color: #fff;
  font-size: 13.5px;
}
footer .footDesc form input{
  border-radius: 3px;
  height: 36px;
}
footer .footDesc form input::placeholder{
  color: #6f6f6f;
  font-size: 13.5px;
}
footer .footDesc form button {
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 10px;
    display: block;
    border-radius: 3px;
    display: inline-block;
    background-image: linear-gradient(to right, #53b6fc 0%, #032f41 51%, #fff 100%)
}
footer .footDesc form button:hover {
	color: #fff;
}



footer{
		background-color: #032f41;
		color: #fff;
	}
	footer h2{
		font-size: 19px;
		position: relative;
		color: #fff;
		margin-bottom: 30px;
	}
	footer h2:before{
		content: "";
		font-family: "Font Awesome 5 Free"; 
		position: absolute;
		width: 100px;
		height: 1px;
		background-color: #6f6f6f;
		bottom: -10px;
		left: 0;
	}
	footer .socialIcon{
		margin: 0;
		padding: 0;
	}
	footer .socialIcon li{
		display: inline-block;
		border-radius: 6px;
	}
	footer .socialIcon li a{
		color: #fff;
		padding: 3px;
		font-size: 20px;
	}
	footer .linkList{
		margin: 0;
		padding: 0;
	}
	footer .linkList li{
		list-style: none;
		margin-bottom: 8px;
	}
	footer .linkList li a{
		font-size: 14px;
		color: #fff;
	}