/* ===========================
    custom css part start
============================ */
*{
    margin: 0;
    padding: 0;
}
.container{
    width: 1200px;
}
ul{
    text-decoration: none;
}
li{
    list-style: none;
}
a{
    display: inline-block;
}
section{
    padding: 60px 0;
}
.section_title_margin{
    margin: 14px auto;
}
h1 {
	font-size: 72px;
	font-weight: bold;
}
h2{
    font-size: 48px;
    font-weight: bold;
}
h3{
    font-size: 32px;
    font-weight: bold;
}
.title{
    padding: 14px 0;
}
.title h2{
    text-align: center;
}
/* ===========================
    custom css part end
============================ */
/* ===========================
    navber css part start
============================ */
.nav-link{
    margin: 0 10px;
    color: rgb(255 255 255);
    position: relative;
}
.nav_icons a{
    margin: 0 10px;
    color: rgb(255 255 255);
    font-size: 30px;
}
.nav_icons a:hover{
    color: #ffc107;
    transition: .4s;
}
.default_nav_active::after {
    width: 100% !important;
}
.default_nav_active{
    color: #ffc107 !important;
}
.nav-link::after {
    width: 0%;
    height: 2px;
    background: rgb(255 193 7);
    position: absolute;
    bottom: -17px;
    left: 0;
    content: " ";
    transition: .5s;
}
.nav-link:hover{
    color: #ffc107;
}
.nav-link:hover::after{
    width: 100%;
}
.nav_bg_color {
    background: rgb(14 14 14);
    height: 80px;
}

/* ===========================
    navber css part end
============================ */
/* ===========================
    banner css part start
============================ */
#hero_part{
    padding: 25px 0;
}
.hero_details{
    width: 500px;
    padding: 90px 0;
}
.hero_btn{
    padding: 14px 0;
}
.hero_btn a{
    background: rgb(94, 128, 252);
    font-size: 18px;
    border: none;
}
.hero_btn a:hover{
    background: rgb(115 146 255);
    transition: .4s;
}
/* ===========================
    banner css part end
============================ */
/* ===========================
    about css part start
============================ */
#about_part{
    background: rgb(255 152 0 / 10%);
}
.about_sub_title{
    margin: 14px 25px;
}
.round_about {
	border-radius: 50%;
	height: 50px;
	width: 50px;
	line-height: 45px;
    margin-left: 42.5%;
	border: 3px solid rgb(94, 128, 252);
}
.about_round {
	position: absolute;
	right: 100px;
	top: 10px;
}
.rounded-circle {
	outline: 2px solid rgb(115 146 255);
	margin-left: 42%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
	margin-top: 20px;
}
.about_sub_title strong{
    margin: 14px;
}

/* ===========================
    about css part end
============================ */
/* ===========================
    services css part start
============================ */
.service_details {
	margin-left: 80px;
	margin-top: 30px;
}
.service_tel_btn {
	border-radius: 25px;
	padding: 10px 25px;
    font-size: 18px;
}
/* ===========================
    services css part end
============================ */
/* ===========================
    pricies css part start
============================ */
#pricing_part{
    padding-top: 0 !important;
}
.pricies_left_item{
    background: #f9f9f9;
    padding: 60px 30px;
}
.pricing_horizontal_line_ship {
	width: 62%;
	height: 2px;
	background: rgb(115 146 255);
	margin-left: 30px;
	display: inline-block;
	position: absolute;
}
/* ===========================
    pricies css part end
============================ */
/* ===========================
    clining contact p css part start
============================ */
#book_clining_part{
    padding-top: 0 !important;
}
.clining_contact_form input {
	width: 18%;
	height: 40px;
	margin-top: 35px;
	margin-left: -40px;
	position: relative;
	margin-right: 15px;
}

.contact_select_width {
	width: 18% !important;
	display: inline-block;
	margin-left: -100px;
	margin-top: 35px;
	height: 40px;
}
.contact_form_btn a{
    padding: 5px 30px;
    font-size: 18px;
}
/* .clining_contact_form .input__icon-holder:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect width=%2720%27 height=%2720%27 fill=%27black%27 fill-opacity=%270.01%27/%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M5 2H7V4H13V2H15V4H18V18H2V4H5V2ZM4 6H16V16H4V6ZM14 8V10H12V8H14ZM14 14V12H12V14H14ZM9 8H11V10H9V8ZM8 8H6V10H8V8ZM9 12H11V14H9V12ZM8 12H6V14H8V12Z%27 fill=%27%23A8ABAD%27/%3E%3C/svg%3E");
} */
/* ===========================
    clining contact css part end
============================ */
/* ===========================
    footer css part start
============================ */
.topto_btm_btn a {
	background: rgb(115 146 255);
	padding: 15px 25px;
	position: absolute;
	color: white;
	font-size: 18px;
}

/* ===========================
    footer css part end
============================ */
/* ===========================
    custom css part start
============================ */


/* ===========================
    custom css part end
============================ */