body{
	color: #555;
    font-size: 16px;
	font-family: "Montserrat", sans-serif;
}
a {
    background: 0 0;
    -webkit-transition: .5s;
    transition: .5s;
    color: #222;
}
a, a:focus, a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.5;
    color: #222;
}
p{
	line-height:28px;
}
.schema, [hidden], template {
    display: none;
}
.container{
	max-width:1190px;
}
.sec-pad{
	padding:80px 0;
}
.header{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
	border-bottom: 1px solid rgba(35, 41, 81, .1);
	transition:0.5s;
}
.h-fixed{
	position: fixed;
    background: #fff;
	transition:0.5s;
	z-index:11111111;
}
.h-fixed .topbar{
	display:none;
}
.topbar{
	background-color: #716990;
	display:flex;
	align-items:center;
	height:50px;
}
.topbar .container{
	display: flex;
    justify-content: space-between;
}
.tp-contact{
	display:flex;
	gap:30px;
	align-items:center;
}
.tp-c-details{
	color: #fff;
	font-size:15px;
}
.tp-c-details i{
	color: #fff;
    padding-right: 6px;
    font-size: 18px;
}
.tp-c-details a{
	color: #fff;
}
.tp-c-details a:hover{
	color: #fca301!important
}
.tp-social a{
	color: #fff;
    font-size: 16px;
    padding-left: 20px;
}
.tp-social a:hover{
	color:#fca301;
}
.navbar{
	padding:20px 0;
}
.navbar-nav li{
	padding:0 10px;
}
.navbar-nav li:last-child{
	padding-right:0;
}
.navbar-nav li a{
	color:#fff;
	text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.3px;
	font-size: 15px;
}
.h-fixed .navbar-nav li a{
	color:#222;
}
.navbar-nav li a:hover{
	color:#fca301;
}
.carousel-item img{
	height:850px;
	object-fit:cover;
}
.hero-content{
	position:absolute;
	left:0;
	bottom:130px;
	width:100%;
}
.hero-content-inner{
	background:	#1a18185e;
	padding:45px;
}
.hero-title{
	font-size:55px;
	line-height:55px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:10px;
}
.hero-content-inner p{
	font-size:20px;
	color:#fff;
	line-height:37px;
	margin:20px 0;
}
.main-btn{
	font-weight: 500;
	font-size: 15px;
	color:#fff;
	background:#716990;
	display:inline-block;
	padding:0 20px;
	line-height:50px;
}
.hero-btn .main-btn{
	background: none;
    width: 175px;
    text-align: center;
    border: 1px solid #fff;
	margin-right: 25px;
    margin-top: 10px;
}
.hero-btn .main-btn:last-child{
	margin-right:0;
}
.main-btn:hover{
	background:#fca301;
	border-color:#fca301;
}
.title{
	font-size: 36px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
	margin-bottom:20px;
}
.title:before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 67px;
    height: 2px;
    background-color: #fca301;	
}
.title.main-title:before{
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#page-content h2{
	font-size:28px;
}
.c-count{
	background: url(../images/count-bg-1.webp) center center no-repeat;
	background-size:cover;
}
.count-title{
	color: #fff;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 40px;
    padding: 0 65px;
    line-height: 1.3;
}
.counter{
	background: #fca301;
	padding:40px 0;
	margin-bottom:20px;
}
.count-number{
	font-size: 60px;
    font-weight: 700;
    line-height: 1;
	color:#fff;
	margin-bottom:15px;
}
.count-text{
	margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.rev-item{
	padding: 115px 0;
    background-color: #716990;
}
.rev-c-inner{
	position: relative;
    padding: 40px 35px 35px 125px;
	border: 3px solid rgba(247, 247, 247, .11);
}
.c-qoute{
	position: absolute;
    top: 35px;
    left: 35px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 3px solid #f4f4f4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.c-qoute i{
	font-size:25px;
}
.c-rating{
	display: inline-block;
    border: 1px solid #f4f4f4;
    text-align: center;
    font-size: 14px;
    padding: 3px 7px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 20px;
	border-color: #fca301;
}
.c-rating i{
	padding: 0 4px;
    color: #ebce09;
}
.c-desc p{
	font-style: italic;
    font-size: 22px;
    padding-bottom: 10px;
	margin:0;
	color:#fff;
}
.c-user .user-name{
	display: block;
    font-size: 20px;
    font-weight: 600;
	color:#f7f7f7;
	margin-bottom:5px;
}
.c-user .user-loc{
	font-size: 16px;
    color: #fca301;	
}
.carousel-indicators .active{
	background-color:#fca301;
}
.why-choose{
	padding-top:80px;
}
.why-choose .title{
	margin-bottom:40px;
}
.wc-icon{
	color:#0c1239;
	font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #dbdbdb;
    position: relative;
    z-index: 99;
	transition:0.5s;
}
.wc-icon i{
	width:70px;
}
.why-title{
	font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
	line-height: 1.5;
    color: #222;
}
.wc-inner:hover .wc-icon{
	background-color: #fca301;
    border-color: #fca301;
    color: #fff;
}
.contact-form-main{
	padding: 80px 30px;
    background: #f7f7f7;
}
.form-input{
	margin-bottom:20px;
}
.form-input input, .form-input select, .form-input textarea{
	width: 100%;
    border: 1px solid #ececec;
    padding-left: 15px;
    padding-right: 15px;
    color: #848484;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
	font-size: 16px;
    height: 45px;
    line-height: 45px;
	outline:none;
}
.form-input input:focus,
.form-input select:focus,
.form-input textarea:focus{
	border-color: #a8a8a8;
}
.form-input textarea{
	height: 175px;
	padding: 10px 15px;
}
.form-btn .main-btn{
	padding:0 50px;
	border:none;
	outline:none;
}
.footer{
	background-color: #464066;
    background-image: url(../images/footer-bg.webp);
    background-repeat: no-repeat;
    background-position: top;
	color:#fff;
}
.footer-top{
	border-bottom: 1px solid #fff;
    padding: 47px 0;
}
.ft-inner{
	display:flex;
	align-items: center;
    gap: 20px;
}
.ft-icon i{
	color: #fca301;
    font-size: 45px;
}
.ft-contacts p{
	color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}
.ft-contacts span{
	font-style: italic;
	display:block;
}
.ftm-widget .tp-social a{
	padding-left:0;
	padding-right:20px;
}
.ftm-title{
	font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.ftm-menu ul{
	padding:0;
	margin:0;
	list-style:none;
}
.ftm-menu ul li{
	padding:3.5px 0;
	font-size: 17px;
}
.ftm-menu ul li a{
	color: #fff;
    transition: 0.4s;
    margin-left: 6px;
}
.ftm-menu ul li:hover i,
.ftm-menu ul li:hover a{
	color:#fca301;
}
.footer-bottom{
	background-color: #fca301;
}
.footer-bottom p{
	padding: 25px 0;
    color: #fff;
	margin:0;
}
.navbar-toggler{
	border: 0;
    outline: none;
    padding: 0;
}
.navbar-toggler i{
	font-size:30px;
	color:#fff;
}
.navbar-toggler:focus{
	box-shadow:none;
}
.h-fixed .navbar-toggler i{
	color:#222;
}

/****inner page css****/
.hero-inner-page{
	padding-top:200px;
	padding-bottom: 50px;
    text-align: center;
    position: relative;
    background: url(../images/page-header-bg.webp) center center no-repeat fixed;
    background-size: cover;
}
.page-title{
	color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    font-size: 44px;
    line-height: 1.2;
    position: relative;
}
.breadcrumb-area{
	background-color: #fff;
    padding: 22px 0;
    border-bottom: 1px solid #ececec;
    font-size: 16px;
}
.breadcrumb-area nav {
    background-color: transparent;
    text-align: left;
    padding: 0;
    margin: 0;
    color: #848484;
    line-height: 20px;
	display:block;
}
.breadcrumb-area nav i {
    padding: 0 5px;
    font-size: 14px;
    color: #848484;
}
.sw-title{
	font-size: 22px;
    font-weight: 600;
    margin: 0 0 40px;
    padding-bottom: 15px;
}
.sw-title:before{
	background-color: #716990;
}
.service-widget ul{
	padding:0;
	margin:0;
	list-style:none;
}
.service-widget ul li{
	border: 1px solid #ececec;
    border-bottom-width: 0;
    background-color: #f7f7f7;
    padding: 15px 20px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}
.service-widget ul li.current-s-menu{
	background-color: #fca301;
    border-color: #fca301;
}
.service-widget ul li.current-s-menu a{
	color:#fff;
}
.service-widget ul li:hover {
    background-color: #fca301;
    border-color: #fca301;
}
.service-widget ul li a{
	display: block;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: .5s;
    transition: .5s;
}
.service-widget ul li:hover a{
	color: #fff;
}
/***contact page css***/
.contact-page .wc-icon{
	width: 60px;
    height: 60px;
    line-height: 60px;
	font-size:25px;
}
.contact-page .wc-icon i {
    width: 60px;
}
.contact-p-s a{
	color:#222;
	padding-left:0;
	padding-right:20px;
}
.vc_opening-hours {
    border: 2px solid #ececec;
    padding: 20px 30px;
}
.vc_opening-hours ul {
    padding: 0;
    list-style: none;
    margin-left: 0;
}
.vc_opening-hours ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
    font-size: 14px;
}
.vc_opening-hours ul li span {
    float: right;
}
.ct-form-sec{
	background: #f7f7f7;
}
.ct-form-sec .contact-form-main{
	padding: 0;
}
.google-map{
	height:450px;
}
.thanks-sec{
	background: #f7f7f7;
}
.float {
    position: fixed;
    width: 70px;
    height: 60px;
    bottom: 46px;
    left: 20px;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
@media only screen and (max-width: 1200px) {
	.container{
		max-width:970px;
	}
	.topbar{
		display:none;
	}
	.hero-content .container{
		max-width:100%;
	}
	.navbar-collapse{
		background:#fff;
		margin-top:15px;
	}
	.navbar-nav li a{
		color:#222;
	}
}
@media only screen and (max-width: 1024px) {
	.carousel-item img{
		height:750px;
	}
	.hero-inner-page{
		padding-top:140px;
	}
}
@media only screen and (max-width: 992px) {
	.carousel-item img{
		height:750px;
	}
	.container{
		max-width:750px;
	}
	.carousel-control-next, .carousel-control-prev{
		display:none;
	}
	.rev-sec .carousel-item{
		background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
	}
	.why-choose.pe-5{
		padding-right:0 !important;
		padding-top:0;
		margin-bottom:40px;
	}
	.about-img{
		margin-bottom:20px;
	}
	.page-title{
		font-size:40px;
	}
	.service-widget{
		margin-bottom:30px;
	}
	.vc_opening-hours{
		margin-top:30px;
	}
}
@media only screen and (max-width: 767px) {
	.navbar{
		padding: 15px 0;
	}
	.hero-title{
		font-size: 35px;
		line-height: 35px;
	}
	.carousel-item img{
		height:100vh;
	}
	.hero-content{
		bottom:100px;
	}
	.hero-content-inner{
		padding:20px;
	}
	.hero-btn .main-btn{
		margin-right:15px;
	}
	.hero-content-inner p{
		font-size: 18px;
		line-height: 28px;
	}
	.sec-pad {
		padding: 50px 0;
	}
	.title{
		font-size: 30px;
	}
	#page-content h2{
		font-size:25px;
	}
	.count-title{
		font-size:30px;
		padding:0;
	}
	.rev-c-inner{
		padding:30px;
		text-align:center;
	}
	.c-qoute{
		position:unset;
		margin:0 auto;
		margin-bottom:25px;
	}
	.contact-form-main{
		padding: 35px 20px;
	}
	.footer-top{
		padding: 30px 0;
	}
	.ft-row{
		gap:30px;
	}
	.fm-row{
		gap:20px;
	}
	.ftm-widget.ps-2{
		padding-left:0 !important;
	}
	.ftm-hide{
		display:none;
	}
	.page-title{
		font-size:32px;
	}
}