 *{
    margin: 0;
    padding: 0;
    outline: 0;
}
:root {
   --primary: #168F72;
   --menu_border_color: #74BF06;
}
a{
    text-decoration: none;
}
ul,ol{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,span,p,a{
    /* line-height: 0.8; */
    font-family: 'Poppins', sans-serif;
}
span,p,a{
    font-family: 'Open Sans', sans-serif;
}
p{
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
}
.slide{
    background:  #e47e19;
    width: 100%;
}
/* And from the left*/
.slide:hover,
.slide:focus {
  box-shadow: inset 7.5em 0 0 0 #e47e19;
}
.slide1{
    background:  var(--primary);
    width: 100%;
}
/* And from the left*/
.slide1:hover,
.slide1:focus {
  box-shadow: inset 7.5em 0 0 0 var(--primary);
}
/* Gray Scale */
.hover08 figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover08 figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
/*=================header part goes here====================*/
#header{
    background: #ddd;
}
.head-left ul li{
    display: inline-block;
    font-size: 14px;
	font-weight: 400;
	line-height: 2.5;
	color: #424242;
	margin-right: 15px;
}
.head-left ul li i{
    color: var(--primary);
    margin-right: 7px;
    font-size: 14px;
}
.head-right{
    width: 100%;
}
.head-btn ul li {
    display: inline-block;
}
.head-btn ul li a{
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #424242;
    margin-right: 10px;
    line-height: 2.5;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.head-btn ul li a:hover{
    color: var(--primary);
}
.head-icon{
    background: var(--primary);
    text-align: center!important;
    padding: 5px 10px;
}
.head-icon ul li{
    display: inline-block;
}
.head-icon ul li i{
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    line-height: 33px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: var(--primary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.head-icon ul li i:hover{
    color: var(--primary);
    background: #fff;
    transform: rotate(360deg)
}
/*=================header part end here====================*/
/*=================Navbar part goes here====================*/
.navbar-light .navbar-nav .nav-link {
	padding: 46px 15px;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #1F1F1F;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
    border-bottom: 2px solid transparent;
    
}
.navbar-light .navbar-nav .nav-link:hover{
    border-bottom: 2px solid var(--primary);
    color: var(--primary);
}
.navbar {
	padding-top: 1px;
    padding-bottom: 0;
    position: relative;
    z-index: 99999;
    background: #fff;
    width: 100%;
}
.navbar-light .navbar-nav .nav-link ul{
    position: absolute;

}
.navbar-light .navbar-nav .nav-item{
    position: relative;

}
.menu{
    position: absolute;
    top: 113px;
    left: 0;
    background: var(--primary);
    border-top: 2px solid #065e49;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    transition: all linear .3s;
    transform-origin: top;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    
}
.navbar-light .navbar-nav .nav-item:hover .menu{
    opacity: 1; 
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    visibility: visible;

}
.menu-item{
    width: 225px;

}
.menu-item a{
    display: block;
    padding: 15px 0 10px 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    margin-bottom: 5px;
}
.menu-item a:last-child{
    margin-bottom: 0px;
}
.menu-item a:hover{
    background: var(--primary);
    background: #065e49;
     
}
/*=================Navbar part end here====================*/
/*=================banner part goes here====================*/
#banner{
    position: relative;
}
.banner-icon i{
    position: absolute;
    width: 55px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    z-index: 9999;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.banner-icon i:hover{
    background: #000;
}
.left{
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.right{
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.banner-item{
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
    height: 100vh;
}
.banner-main{
    height: 100vh;
}
.banner-text{
    background: rgba(255,255,255,0.8);
    padding: 23px 25px 57px 25px;
    border-left: 5px solid #0891FF;
}
.banner-text h3{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0891FF;
    padding-bottom: 8px;
}
.banner-text h1{
    font-size: 41px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.banner-text p{
    font-size: 14px;
    font-weight: 400;
    color: #3A3A3A;
    margin: 0;
    padding-bottom: 14px;
}
.banner-text a{
    padding: 10px 15px;
    background: #FF9933;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    width: 0;
    transition: all linear .3s;
}

/*=================Navbar part end here====================*/
/*=================about part goes here====================*/
#about{
    padding-top: 80px;
    padding-bottom: 105px;
    background: #F4F4F4;
}
.about-head h3{
    font-size: 32px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.about-head p{
    color: #3A3A3A;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px
}
.about{
    padding-top: 23px;
}
.about-item{
    margin-bottom: 24px;
}
.about-icon i{
    width: 65px;
    height: 65px;
    line-height: 65px;
    border: 2px solid #ddd;
    text-align: center;
    color:  var(--primary);
    background: #F4F4F4;
    display: inline-block;
    font-size: 30px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.about-item:hover .about-icon i{
    background: var(--primary);
    border-color:  var(--primary);
    color: #fff;
}
.about-item:hover {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}
.about-text{
    padding-left: 25px;
}
.about-text h4{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    padding-top: 6px;
    margin-top: -10px;
}
.about-text p{
    color: #3A3A3A;
    font-size: 15px;
}
/*=================about part end here====================*/
/*=================service part goes here====================*/
#service{
    padding-top: 80px;
    padding-bottom: 73px;
}
.service{
    padding-top: 20px;
}
.service-item {
	margin-bottom: 24px;
    border: 1px solid #ddd;
    padding: 20px;
    position: relative;

}
.service-item:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--primary);
    transition: all .3s ease-in-out;
}

.service-item:hover::after{
    width: 100%;
}
  
.common-head h3{
    font-size: 32px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.common-head p{
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.service-item h5{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    padding-top: 21px;
    padding-bottom: 8px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.service-item:hover h5{
    color: var(--primary);
}
.service-item p{
    font-size: 15px;
    color: #3A3A3A;
    font-weight: 400;
    margin: 0;
}

/*=================service part end here====================*/
/*=================gallrey part goes here====================*/
.gallrey-cover{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.gallrey-cover::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
#gallrey .common-head{
    position: relative;
    z-index: 99;
}
#gallrey .common-head h3{
    color: #fff;
}
#gallrey .common-head p{
    color: #fff;
}
.gallrey{
    position: relative;
    z-index: 99;
    padding-top: 20px;
}
.gallrey-item{
    overflow: hidden;
    margin: 0px 10px;
}
.gal-img{
    position: relative;
}
.gal-overlay{
    position: absolute;
    width: 92%;
    height: 95%;
    left: 10px;
    top: 10px;
    background: #168f7299;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.gallrey-item:hover .gal-overlay{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.gal-img img{
    transform: scale(1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.gallrey-item:hover .gal-img img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.gal-overlay i{
    font-size: 25px;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.gal-overlay i:hover{
    background: var(--primary);
}
.gal-icon i{
    color: #fff;
    position: absolute;
    z-index: 99999;
    width: 50px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    background: rgba(0,0,0,0.6);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.gal-icon i:hover{
    background: #000;
}
.gal-left{
    top: 50%;
    left: 114px;
}
.gal-right{
    top: 50%;
    right: 114px;
}
/*=================gallrey part end here====================*/
/*=================team part goes here====================*/
#team{
    padding-top: 80px;
    padding-bottom: 80px;
}
.team-img{
    position: relative;
    cursor: pointer;
}
.team{
    padding-top: 20px;
}
.team-overlay{
    position: absolute;
    width: 92%;
    height: 93%;
    top: 10px;
    left: 10px;
    opacity: 0;
    background: rgba(255,153,51,0.6);
    transform: scale(0);
    transition: all linear .5s;
    -webkit-transform: scale(-1);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
}
.team-item:hover .team-overlay{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.team-item h6{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding-top: 20px;
    padding-bottom: 4px;
    margin-bottom: 0;
}
.team-item p{
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    color: #3A3A3A;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.team-icon{
    padding-top: 13px;
}
.team-icon i{
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #0891FF;
    color: #fff;
    font-size: 16px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.team-icon i:hover{
    background: #FC8942;
}
/*=================team part end here====================*/
/*=================funfact part goes here====================*/
.funfact-cover{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 85px;
    position: relative;
}
.funfact-cover::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}
.funfact{
    position: relative;
    z-index: 99;
}
.fun-item i{
    width: 125px;
    height: 125px;
    line-height: 125px;
    font-size: 50px;
    border: 3px solid #0891FF;
    color: #FC8942;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: all linear .3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.fun-item:hover i{
    background: #0891FF;
    color: #fff;
}
.fun-item h4 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    padding-top: 22px;

}
.fun-item p{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;

}
/*=================funfact part end here====================*/
/*=================washing plan part goes here====================*/
#wash{
    padding-top: 78px;
    padding-bottom: 80px;
}
.wash-hd h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #000;
}
.wash-hd p{
    line-height: 1.2;
    color: #000;
    padding-top: 4px;
    margin-bottom: 40px;
}
.nav-pills .nav-link {
    border-radius: 0;
    padding: 0 44px;
    color: #07268a;
    border: 1px solid #E7E7E7;
    margin: 0 13px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
    background-color: #07268a;
}
.wash-nav i{
    font-size: 70px;
}
.nav-pills .nav-link:hover{
    color: #fff;
    background-color: #07268a;
    border: 1px solid #07268a;
}
.wash-nav h5{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-weight: 300;
    margin-top: 2px;
    text-transform: capitalize;
}
.pric-tbl{
   margin: 0 3px;
   margin-top: 24px;
}
.tbl-itm{
    background-color: #fff;
    border: 1px solid #E7E7E7;
    border-bottom: 3px solid #07268a;
    transition: all linear .3s;
}
.tbl-itm:hover{
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.pric-head h5{
    font-family: 'Poppins', sans-serif;
    line-height: 0;
    padding: 16px 0;
    color: #07268a;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 8px;
}
.pric-part{
    border-top: 3px solid #010517;
    border-bottom: 3px solid #010517;
    padding: 24px 0 20px;
    background-color: #07268a;
}
.pric-part h4{
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    padding-top: 6px;
    font-weight: 700;
    margin-bottom: 20px;
}
.pric-part h3{
    font-size: 14px;
    line-height: 2.14;
    color: #FF9933;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    line-height: 0;
    padding-bottom: 7px;
}
.pric-dtl h6{
    font-size: 14px;
    color: #3A3A3A;
    padding-top: 13px;
    padding-bottom: 9px;
    font-family: 'Open Sans', sans-serif;
}
.dtl-2 h6{
    font-size: 14px;
    color: #3A3A3A;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: 'Open Sans', sans-serif;
    background-color: #F4F4F4;
    margin-bottom: 0;
}
.pric-btn{
    padding-top: 26px;
    padding-bottom: 28px;
}
.pric-btn a{
    font-size: 14px;
    color: #FFF;
    border-radius: 0;
    padding: 10px 15px;
    border: none;
    background: #07268a;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.pric-btn:hover a{
    background: #07268a;
}
/*=================washing plan part end here====================*/
/*==============Appoinment Part Goes Here=============*/
#appoinment{
    background: #1E222B;
    padding-top: 35px;
    padding-bottom: 60px;
}
.appoin-item{
    margin-top: 25px;
}
/* .date{
    display: none;
} */
.appoin1{
    margin-top: 37px;
}
.appoin-item input{
    width: 100%;
    background: none;
    border: 1px solid #2F2F2F;
    padding: 8px 12px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 24px;
}
.appoin-item button{
    float: right;
    background: #34A2FF;
    border: none;
    padding: 8px 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.appoin-item select option{
    color: #3A3A3A;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.appoin-item select{
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding: 5px 0;
    border: 1px solid #2F2F2F;
}
.appoin-head h4{
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
}
.appoin-head p{
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    padding-bottom: 8px;
}
.appoin-titel{
    width: 100%;
    background: #fff;
    padding: 10px 0;
}
.appoin-titel span{
    background-color: #0891FF;
    color: #FFF;
    padding: 6px 15px;
    margin-right: 20px;
}
.form-heading-no {
    background-color: #0891FF;
    color: #FFF;
    padding: 6px 15px;
    margin-right: 20px;
}
.appoin-titel h4{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;

}
.appoin-item select{
    width: 100%;
    background: transparent;
    padding: 10px 5px;
}
/*==============Appoinment Part End Here=============*/
/*=================news part goes here====================*/
#news{
    padding-top: 88px;
    padding-bottom: 40px;
}
.news-item{
    padding-bottom: 20px;
}
.news-img{
    position: relative;
    overflow: hidden;
}
.news-img img{
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.news-over {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 95%;
    height: 91%;
    background-color: rgba(255,153,51,0.6);
    transform: scale(0);
    transition:all linear .3s ;
    -webkit-transition:all linear .3s ;
    -moz-transition:all linear .3s ;
    -ms-transition:all linear .3s ;
    -o-transition:all linear .3s ;
}
.news-item:hover .news-over {
    transform: scale(1);
}
.news-item:hover .news-img img{
    transform: scale(1.2);
}
.news-txt{
    margin-top: 20px;
    margin-bottom: 6px;
}
.news-date h6{
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    padding: 12px;
    padding-bottom: 5px;
    background-color: #0891FF;
    line-height: 1.09;
    text-align: center;
}
.news-head h5{
    font-weight: 700;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.25;
    margin-bottom: 4px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.news-head h5:hover{
    color: #0891FF;
}
.news-head i{
    color: #8F8F8F;
}
.news-head h6{
    color: #8F8F8F;
    font-size: 14px;
    margin-top: 7px;
    margin-left: -30px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.news-head h6:hover{
    color: #0891FF;
}
.news-dtls p{
    color: #3A3A3A;
}
/*=================news part end here====================*/
/*=================sponsor part goes here====================*/
#sponsor{
    padding: 27px 0;
    background-color: #F4F4F4;
}
.spnsr-item img{
    cursor: pointer;
}
/*=================sponsor part end here====================*/
/*=================footer part goes here====================*/
#footer{
    padding-top: 75px;
    padding-bottom: 60px;
    background-color: #1E222B;
}
.footer-item-1 h3{
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
}
.footer-item-1 p{
    line-height: 1.73;
    font-family: 'Open Sans', sans-serif;
    margin-top: 22px;
    color: #9DAEC9;
}
.footer-item-2 {
    margin-left: 10px;
}
.footer-item-2 h3{
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
}
.footer-item-2 i{
    color: #9DAEC9;
    margin-top: 9px;
}
.footer-item-2 h5{
    color: #9DAEC9;
    font-size: 14px;
    line-height: 2.14;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-left: -35px;
}
.footer-item-3 h3{
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
}
.footer-item-3 h5{
    font-size: 14px;
    line-height: 2.14;
    color: #9DAEC9;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 1px;
}
.footer-item-3 h6{
    font-size: 14px;
    line-height: 2.14;
    color: #9DAEC9;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 1px;
}
.footer-item-4 h3{
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
}
.footer-item-4 p{
    color: #9DAEC9;
    line-height: 1.73;
}
.footer-item-4 input{
    height: 40px;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #3A567F;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #9DAEC9;
    line-height: 1.69;
    padding-left: 13px;
    width: 100%;
}
.foot-button button{
    padding: 8px 15px;
    background: #0891FF;
    outline: none;
    border: none;
    z-index: 999;
    margin-left: -25px;
    color: #fff;
}
.folow{
    margin-right: 15px;
}
.footer-social{
    margin-top: 24px;
}
.footer-social ul li a i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    margin: 0 3px;
    border-radius: 50%;
    transition: all linear .3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.footer-social ul li a i:hover{
    background: #0891FF;
}
.footer-socia ul li p{
    color: #fff;
    display: inline-block;
    margin-right: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    z-index: 999;
}
.footer-social ul li{
    display: inline-block;
}
/*=================footer part end here====================*/
/*=================copyright part goes here====================*/
#copy{
    padding-top: 35px;
    padding-bottom: 21px;
    background-color: #1E222B;
    border-top: 1px solid #9DAEC9;
 }
 #copy p{
    color: #9DAEC9;
    text-align: center;
 }
 #copy p a{
    color: #0891FF;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
 #copy p a:hover{
    color: #FF9933;
 }
/*=================copyright part end here====================*/
/*=================Pricing Plan Page CSS goes here====================*/
#pric-page .banner-item{
    padding-top: 160px;
    padding-bottom: 160px;
    height: 0;
}
#pric-page .banner-main{
    height: 0;
}
#pric-page .banner-text {
	background-color: rgba(255,255,255,0.8);
	padding: 25px 100px 22px 29px;
	border-left: 5px solid #0891FF;
}
#pric-page .banner-text h1{
    font-size: 32px;
    line-height: 1.1;
}
#pric-page .banner-text li{
    display: inline-block;
    margin: 0 2px;
    color: #ccc;
}
#pric-page .banner-text li a{
    background-color: transparent;
    color: #0891FF;
    transition: all linear .3s;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
#pric-page .banner-text li a:hover{
    background-color: transparent;
    color: #FF9933;
}
#pric-page .banner-text li h6{
    color: #FF9933;
    font-size: 14px;
    font-weight: 400;
}
/*=================Pricing Plan Page CSS end here====================*/
/*=================faq's Page CSS end here====================*/
#faq{
    padding-top: 72px;
    padding-bottom: 60px;
}
.accordion{
    padding-top: 10px;
}
.accordion-button:not(.collapsed) {
	background-color: none!important; /*nedd correction for backgound*/
}
#faq .accordion-button:not(.collapsed) {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	background: #fff;
}
#faq .accordion-button:not(.collapsed):hover{
    background: #0891FF;
    color: #fff;
}
#faq .accordion-button:focus {
	z-index: 0;
	border-color: none;
	outline: 0;
	box-shadow: none;
}
#faq .accordion-button {
	font-size: 16px;
	color: #000;
	font-weight: 700;
    text-transform: capitalize;
}
#faq .accordion-button:hover{
    background: #0891FF;
    color: #fff;
}
#faq .accordion-body p{
    color: #3A3A3A;
}
#faq .accordion-item {
	margin-bottom: 18px;
}
#faq .accordion-button {
    padding: 7px 1.25rem;
}
#faq .accordion-button:not(.collapsed)::after {
    background-image: none;
}
#faq .accordion-button::after {
    background-image: none;
}
/*=================faq's Page CSS end here====================*/


/*=================gallery Page CSS end here====================*/
#gallery1{
    padding-top: 72px;
    padding-bottom: 80px;
}
#gallery1 .gallrey-item{
    margin: 0 0 24px 0;
}
#gallery1 .gallrey1{
    padding-top: 20px;
}
/*=================gallery Page CSS end here====================*/
/*=================team Page CSS end here====================*/
#team1{
    padding-top: 80px;
    padding-bottom: 80px;
}
#team1 .team-item{
    margin-bottom: 24px;
}
/*=================team Page CSS end here====================*/
/*=================contact Page CSS end here====================*/
#contact{
    padding-top: 80px;
    padding-bottom: 80px;
}
#contact .contact-icon ul li{
    display: inline-block;
}
#contact .contact-icon ul li i {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 25px;
    color: #0891FF;
    line-height: 45px;
    border: solid 2px #DEDEDE;
    margin-right: 15px;
    margin-bottom: 10px;
}
#contact .contact-icon ul li a{
    font-size: 15px;
    color: #0891FF;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
#contact .contact-icon ul li a:hover{
    color: #FC8942;
}
.contact{
    padding-top: 20px;
}
/* .contact-form input{
    width: 100%;
    b
} */
.contact-form input {
    background-color: transparent;
    color: #3A3A3A;
    border: solid 1px #2F2F2F;
    border-radius: 0;
    width: 100%;
    height: 40px;
    margin-bottom: 24px;
    padding-left: 12px;
}
.contact-form .name,.subject{
    text-transform: capitalize;
}
.contact-form textarea {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 15px;
    color: #3A3A3A;
    width: 100%;
    border: 1px solid #2F2F2F;
    background-color: transparent;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    padding-bottom: 100px;
    resize: none;
    text-transform: capitalize;
}
.contact-form button{
    float: right;
    border: none;
    outline: none;
    background: #0891FF;
    padding: 10px 15px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-top: 23px;

}
/*=================contact Page CSS end here====================*/
/*=================gallery Page CSS end here====================*/

/*=================gallery Page CSS end here====================*/
/*=================gallery Page CSS end here====================*/

/*=================403 Page CSS goes here====================*/
#error-page-2 .banner-item{
    padding-top: 160px;
    padding-bottom: 160px;
    height: 0;
}
#error-page-2 .banner-main{
    height: 0;
}
#error-page-2 .banner-text {
	background-color: rgba(255,255,255,0.8);
	padding: 25px 100px 22px 29px;
	border-left: 5px solid #0891FF;
}
#error-page-2 .banner-text h1{
    font-size: 32px;
    line-height: 1.1;
}
#error-page-2 .banner-text li{
    display: inline-block;
    margin: 0 2px;
    color: #ccc;
}
#error-page-2 .banner-text li a{
    background-color: transparent;
    color: #0891FF;
    transition: all linear .3s;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
#error-page-2 .banner-text li a:hover{
    background-color: transparent;
    color: #FF9933;
}
#error-page-2 .banner-text li h6{
    color: #FF9933;
    font-size: 14px;
    font-weight: 400;
}
#error-page-2 #error-part-2{
    padding: 82px 0;
}
#error-page-2 .error-txt-2 h1{
    font-size: 250px;
    color: #03A3C7;
    line-height: 0.87;
    font-weight: 700;
    letter-spacing: -8px;
}
#error-page-2 .error-txt-2 h1 span{
    color: #FF9933;
}
#error-page-2 .error-txt-2 p{
    line-height: 1.73;
    color: #3A3A3A;
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
    padding-bottom: 20px;
}
#error-page-2 .error-txt-2 a{
    color: #fff;
    background: #0891FF;
    border-color: #8c8c8c;
    padding:10px 15px;
    font-size: 14px;
    font-weight: 400;
}
/*=================403 Page CSS end here====================*/
/*=================404 Page CSS goes here====================*/
#error-page-1 .banner-item{
    padding-top: 160px;
    padding-bottom: 160px;
    height: 0;
}
#error-page-1 .banner-main{
    height: 0;
}
#error-page-1 .banner-text {
	background-color: rgba(255,255,255,0.8);
	padding: 25px 100px 22px 29px;
	border-left: 5px solid #0891FF;
}
#error-page-1 .banner-text h1{
    font-size: 32px;
    line-height: 1.1;
}
#error-page-1 .banner-text li{
    display: inline-block;
    margin: 0 2px;
    color: #ccc;
}
#error-page-1 .banner-text li a{
    background-color: transparent;
    color: #0891FF;
    transition: all linear .3s;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
#error-page-1 .banner-text li a:hover{
    background-color: transparent;
    color: #FF9933;
}
#error-page-1 .banner-text li h6{
    color: #FF9933;
    font-size: 14px;
    font-weight: 400;
}
#error-page-1 #error-part-1{
    padding: 82px 0;
}
#error-page-1 .error-txt-1 h1{
    font-size: 250px;
    color: #03A3C7;
    line-height: 0.87;
    font-weight: 700;
    letter-spacing: -8px;
}
#error-page-1 .error-txt-1 h1 span{
    color: #FF9933;
}
#error-page-1 .error-txt-1 p{
    line-height: 1.73;
    color: #3A3A3A;
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
    padding-bottom: 20px;
}
#error-page-1 .error-txt-1 a{
    color: #fff;
    background: #0891FF;
    border-color: #8c8c8c;
    padding:10px 15px;
    font-size: 14px;
    font-weight: 400;
}
/*=================404 Page CSS end here====================*/
/*=================coming Page CSS end here====================*/
.nav-img{
    padding: 18px 0 14px;
}
.coming-text h1 {
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	color: #0891FF;
    text-transform: uppercase;
    padding-top: 30px;
}
.coming-text p {
	font-weight: 400;
	line-height: 1.73;
	color: #3A3A3A;
	font-size: 15px;
    margin: 22px 0 0 ;
}
.coming-clock{
    padding-top: 40px;
    padding-bottom: 75px;
}
.coming-clock ul li{
    display: inline-block;
}
.coming-clock ul li span{
    font-size: 60px;
	font-weight: 700;
	line-height: 0.56;
	color: #000;
    margin: 0 5px;
}
.coming-clock ul li ul li{
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    display: inline-block;
    padding-top: 15px;
    color: #3A3A3A;
}
.coming-form input{
    /* width: 100%; */
    display: inline-block;
    padding: 5px 70px 5px 10px;
    border: 1px solid #3A3A3A;
}
.coming-form button{
    background: #0891FF;
    outline: none;
    border: none;
    padding: 6px 10px ;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
}
/*=================coming Page CSS end here====================*/
/*=================under constrution Page CSS end here====================*/
#const-page .const-txt h6{
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
}
#const-page .const-txt h6 span{
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 100;
    font-size: 26px;
    padding: 0 15px;
    border-right: 2px solid #636b6f;
    margin-right: 4px;
}
#const-page #const-page{
    background-color: #fff;
    height: 100vh;
}
#const-page .const-txt{
    height: 100vh;
}
/*=================under constrution Page CSS end here====================*/
/*=================preloader part CSS end here====================*/
/* .preloader{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e47e19;
    z-index: 999999;
} */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #5146ae;
    overflow: hidden; 
}
.preloader .preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
}
.preloader .preloader-inner .preloader-icon {
    width: 72px;
    height: 72px;
    display: inline-block;
    padding: 0px; 
}
.preloader .preloader-inner .preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background: #fff;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite; 
}
.preloader .preloader-inner .preloader-icon span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s; 
}

@keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5; 
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0; 
    } 
}
@-webkit-keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5; 
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0; 
    }
}
/*=================preloader part CSS end here====================*/