body {
	height: 100% !important;
	font-family: 'Roboto', sans-serif;
	background: #fff;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}
/*=========== Comman ===========*/
h1, h2, h3, h4, h5, h6 {
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
	box-shadow: none;
}
img {
	max-width: 100%;
}
.comman_top {
	margin-top: 40px;
}
.comman_center_width {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.hover_comman:hover {
	background-color: #111 !important;
	transition-duration: 0.3s;
}
/*======== top_header_sec ======*/
.top_header_sec {
	height: 35px;
	background-color: #00afb4;
}
/*============== Navigation ==========*/
.nav_sec {
	padding: 10px 0;
	background: #fff;
	position: relative;
	z-index: 2;
	transition-duration: 0.4s;
	width: 100%;
	border-bottom: none;
}
.nav_inner {
	display: flex;
}
.logo_area {
	width: 50%;
	display: flex;
	align-items: center;
}
.social_area {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.social_box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.social_box ul li {
	display: inline-block;
	padding-left: 8px;
}
.social_box ul li a {
	color: #000;
	font-size: 21px;
	font-weight: 700;
}
.nav_inner {
	position: relative;
}
.header_social {
	list-style: none;
	padding: 0;
	margin: 0;
}
.header_social li {
	display: inline-block;
	padding: 0 4px;
}
.header_social li a {
	color: #fff;
	text-decoration: none;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ff1848;
	transition-duration: 0.4s;
}
.header_social li a:hover {
	background-color: #111;
	transition-duration: 0.4s;
}
/*====== banner_sec =====*/
.banner_sec {
	padding: 90px 0 300px 0;
	background-color: #00afb4;
}
.banner_box h1 {
	color: #fff;
	font-size: 42px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	font-family: 'Anton', sans-serif;
	letter-spacing: 0.8px;
	text-shadow: 0px 0px 7px rgba(12, 11, 11, 0.35);
}
.banner_box h4 {
	color: #fff;
	font-size: 27px;
	margin: 0 0 10px 0;
	text-shadow: 0px 0px 7px rgba(12, 11, 11, 0.30);
}
.banner_box .banner_new_btn {
	background-color: #fff;
	color: #00afb4;
	border: none;
	padding: 12px 25px;
	border-radius: 8px;
	transition-duration: 0.4s;
	font-size: 24px;
	margin: 20px 0 0 0;
	display: inline-block;
	font-weight: 700;
	transition: all 300ms ease-in-out;
}
.banner_box .banner_new_btn:hover{ -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.17);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.17); }

/*====== our_services_sec =====*/
.our_services_sec {
	padding: 0px 0 60px 0;
	position: relative;
	margin-top: -180px;
}
.heading_box {
	text-align: center;
}
.heading_box h2 {
	font-size: 32px;
	color: #212529;
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
	font-weight: 700;
	background-image: url(../images/heading_ribban.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.how_it_work_sec .side-lines.right-side .text {
	margin-left: -72px;
}
.service_main {
	display: flex;
}
.services_box {
	text-align: center;
	border: 1px solid #fafafa;
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 20px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.17);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.17);
	transition: 0.5s;
	display: flex;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	background-position: bottom;
	background-repeat: no-repeat;
	transition: all 300ms ease-in-out;
	border: 1px solid rgb(230, 230, 230);
}
.services_box:hover {
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.17);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.17);
}

.services_box:hover {
	transition: 0.5s;
	background-color: #fff;
}
.services_box .ser_img_area {
	margin-bottom: 10px;
	margin: 0 auto;
	/*width: 100px;*/
	height: 100px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ser_heading_area {
	border: 1px solid #ccc;
}
.ser_heading_area h2 {
	font-size: 25px;
	color: #000;
	margin: 0 0 10px 0;
	font-weight: 700;
}
.services_box .ser_desc_area {
	padding-top: 20px;
}
.services_box .ser_desc_area h2 {
	font-size: 22px;
	color: #131313;
	margin: 0 0 16px 0;
	font-weight: 700;
}
/*.services_box .ser_desc_area h2 a {
	color: #000;
}*/
/*.services_box:hover .ser_desc_area h2 a {
	color: #00afb4;
}*/
.services_box .ser_desc_area p {
	font-size: 16px;
	color: #555758;
	line-height: 1.4;
	margin: 0 0 10px 0;
}
/*============ footer_copyright_sec =========*/
.footer_copyright_sec {
	padding: 25px 0;
	background-color: #00afb4;
}
.footer_copy {
	width: 100%;
}
.footer_copy p {
	font-size: 15px;
	color: #fff;
	padding: 0;
	margin: 0px 0 0px 0;
	letter-spacing: 0.8px;
	text-align: left;
}
.footer_copy p a {
	color: #fff;
	text-decoration: underline;
}
.social_footer_area {
	width: 100%;
}
.social_footer_area ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}
.social_footer_area ul li {
	display: inline-block;
	padding: 0 3px;
}
.social_footer_area ul li a {
	width: 40px;
	height: 40px;
	background: #333333;
	color: #fff;
	font-size: 20px;
	margin: 0 5px 0 0;
	text-align: center;
	border-radius: 50%;
	transition: all 0.5s ease-in-out 0s;
	border: 2px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*==== portfolio_sec ====*/
.portfolio_sec {
	padding: 50px 0;
	background-size: cover;
	background-image: url('../images/portfolio_bg.jpg');
	background-attachment:fixed;
}
.portfolio_deading {
	margin-bottom: 40px;
}
.portfolio_deading h2 {
	color: #fff;
	margin: 0;
	font-size: 35px;
}
.portfolio_deading p {
	color: #fff;
	margin: 0;
	font-size: 20px;
}
/*====== top_to_scroll ======*/
#scrollup {
	width: 50px;
	height: 50px;
	display: none;
	background-color: #ff1848;
	position: fixed;
	bottom: 50px;
	right: 50px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 30px;
	border-radius: 6px;
	z-index: 9;
}

/*======= responsive =======*/
@media only screen and (min-width:320px) and (max-width:991px) {
/*===== comman ===*/
	
.md_res_mar_top_30 {
	margin-top: 30px;
}
.nav_sec {
	position: relative;
	background: #fff !important;
	top: 0;
	padding: 10px 0px;
}
}

@media only screen and (min-width:320px) and (max-width:767px) {
/*====== Comman ====== */
.container {
	padding-left: 15px;
	padding-right: 15px;
}
.social_box ul li a {
	font-size: 16px;
}
.social_box ul li a .call_span {
	display: none;
}
/*===== Banner ====*/
.banner_img_box {
	margin-top: 30px;
}
.banner_box h1 {
	font-size: 28px;
}
.banner_box h4 {
	font-size: 18px;
}
.banner_box .banner_new_btn {
	padding: 8px 18px;
}
/*=== footer ===*/
#scrollup {
	right: 16px;
}
.footer_copy p {
	text-align: center;
}
.social_footer_area ul {
	justify-content: center;
	margin: 10px 0 0 0;
}
.footer_copy p {
	text-align: center;
}
}

@media only screen and (min-width:320px) and (max-width:479px) {
.banner_txt_box h1 {
	font-size: 20px;
	margin: 0 0 3px 0;
	line-height: 1.2;
}
.banner_txt_box .banner_btn1 {
	padding: 6px 13px;
	margin: 8px 0 0px 0;
	font-size: 15px;
}
.banner_txt_box p {
	display: none;
}
#main_banner .carousel-indicators li {
}
}

@media only screen and (min-width:480px) and (max-width:767px) {
}

@media only screen and (min-width:768px) and (max-width:991px) {
/*========= top_header =========*/
	

/*===== Banner ====*/
.banner_box h1 {
	font-size: 24px;
}
.banner_box h4 {
	font-size: 18px;
}
.banner_box .banner_new_btn {
	padding: 8px 18px;
}
}

/********************@media only screen and (min-width:1024px) and (max-width:1200px)********************/


@media (min-width:992px) and (max-width:1199px) {
.banner_box h1 {
	font-size: 32px;
}
.banner_box h4 {
	font-size: 23px;
}
}
