body {
	margin: 0;
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	text-align: left;
	background-color: #fff;
}
a {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}
a:hover{
	color: #134D68;
	text-decoration: none;
}
button:focus, a:focus{
	outline: none;
}
ul, ol{margin: 0; padding: 0;}
li{list-style: none;}
button:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1170px;
	}
}
.pitw_btn {
	background-color: rgb(255, 255, 255);
	text-transform: uppercase;
	width: auto;
	color: rgb(0, 0, 0);
	height: 42px;
	line-height: 16px;
	font-weight: 500;
	font-size: 16px;
	padding: 12px 35px;
	border-radius: 30px;
	display: inline-block;
}
.cmn-btn {
	padding: 10px 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background: #45B554;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #ffffff;
	font-family: "Exo", sans-serif;
	font-weight: 600;
	border: 1px solid #fff;
}
.cmn-btn:hover {
	color: #ffffff;
	background: -webkit-gradient(radial, 49.74% 49.12%, 0, 49.74% 49.12%, 494.75, color-stop(0, rgba(18, 138, 203, 1)), color-stop(1, rgba(50, 57, 145, 1)));
}
.section_title {
	text-align: center;
	margin-bottom: 30px;
}
.section_title h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1;
}
.section_title p {
	font-size: 18px;
	font-style: italic;
	color: #808080;
	margin: 0;
}
/* Header top  */
.header_main {
	padding: 15px 0;
	box-shadow: 0 1px 3px #acacac;
}
.header_top {
	background: #050708;
	color: #fff;
	position: relative;
	padding: 7px 0;
}
.header_contacts li {
	display: inline-block;
	color: #fff;
	margin-right: 15px;
	position: relative;
	padding-right: 15px;
}
.header_contacts li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.header_contacts li a {
	color: #fff;
	display: inline-block;
	line-height: 26px;
}
.header_contacts li:hover a {
	text-decoration: underline;
}
.header_contacts li i {
	line-height: 26px;
	display: inline-block;
	padding-right: 5px;
}
.header_contacts li i.fa-regular.fa-envelope {
	position: relative;
	top: 2px;
	padding-right: 7px;
	font-size: 15px;
}
.header_contacts li::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	background: #dad7d7;
	top: 7px;
	right: 0;
}
.header_contacts li:last-child::after {
	display: none;
}
.header_social {
	text-align: right;
}
.header_social li {
	display: inline-block;
}
.header_social li a {
	display: block;
	background: #555;
	height: 26px;
	width: 26px;
	text-align: center;
	line-height: 26px;
	margin-left: 10px;
	font-size: 16px;
	border-radius: 50%;
	color: #fff;
}
.header_social li a:hover {
	background: red;
}
/* Header main  */
.header_main {
	padding: 15px 0;
	transition: all 300ms;
}
.main_header_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main_header_inner .logo{
	width: auto;
}
.main_header_inner .logo img {
	max-height: 40px;
	width: auto;
	transition: all 300ms;
}
.header_main.fixed .main_header_inner .logo img {
	max-height: 30px;
}
.header_nav_wrap {
	flex-grow: 1;
	padding-left: 30px;
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.desk-nav-menu {
	padding-right: 25px;
}
.desk-nav-menu > ul > li {
	display: inline-block;
	margin-left: 5px;
}
.desk-nav-menu > ul > li > a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	position: relative;
	line-height: 30px;
	padding: 0 10px;
	transition: all 300ms;
}
.desk-nav-menu > ul > li > a:hover {
	background: #ec1f28;
	color: #fff;
}
.desk-nav-menu > ul > li.menu-item-has-children {
	position: relative;
}
.desk-nav-menu > ul > li.menu-item-has-children > a::after {
	content: "\f107";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	padding-left: 5px;
	font-size: 12px;
}
.desk-nav-menu > ul > li .sub-menu {
	position: absolute;
	left: 0;
	min-width: 200px;
	top: 100%;
	background: #fff;
	box-shadow: 0 1px 2px #a2a1a1;
	padding: 10px;
	transition: all 400ms ease-in-out;
	opacity: 0;
	visibility: hidden;
	display: none;
	z-index: 999;
}
.desk-nav-menu > ul > li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	display: block;
}
.desk-nav-menu > ul > li .sub-menu li a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	position: relative;
	line-height: 25px;
	padding: 0 5px;
	transition: all 300ms;
}
.searchIcon {
	cursor: pointer;
}
.search_box {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #ec1f28;
	padding: 7px 15px;
	transition: all 400ms ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.search_box.show {
	display: block;
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}
.search_box .search-form, .mobile_search_box .search-form {
	display: flex;
	background: #ededed;
	width: 240px;
}
.search_box .search-form .search-field, .mobile_search_box .search-form .search-field{
	border: 0;
	box-shadow: none;
	outline: 0 !important;
	padding: 0 12px;
	width: calc(100% - 40px);
	background: transparent;
	height: 30px;
}
.search_box .search-form .search-submit, .mobile_search_box .search-form .search-submit {
	width: 40px;
	height: 30px;
	border: 0;
	box-shadow: none;
	background: transparent;
	padding: 0 !important;
	cursor: pointer;
}
.search_box .searchIcon {
	position: absolute;
	top: -5px;
	right: -5px;
	background: red;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	color: #fff;
	font-size: 12px;
}
/* Footer */
.PrimeItWorld_footer {
	background: #555;
}
.footer_main {
	padding-top: 50px;
}
.footer_col-1 {
	padding: 0 15px;
	width: 40%;
	margin-bottom: 35px;
}
.footer_col-2 {
	padding: 0 15px;
	width: 20%;
	margin-bottom: 35px;
}
.ft_about .logo {
	margin-bottom: 15px;
}
.ft_about .logo img {
	height: 35px;
	width: auto;
}
.ft_about p {
	color: #ccc;
	margin: 0;
}
.footer_contacts {
	padding-right: 40px;
}
.footer_contacts li {
	padding-bottom: 7px;
	position: relative;
	display: flex;
	align-items: center;
}
.footer_contacts li span {
	color: #fff;
	padding-right: 7px;
	display: inline-block;
}
.footer_contacts li i {
	width: 30px;
	height: 30px;
	min-width: 30px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
	line-height: 28px;
	color: #fff;
	font-size: 18px;
	margin-right: 12px;
}
.footer_contacts li a {
	color: #ccc;
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 19px;
}
.footer_menu_wrap .title {
	margin-bottom: 15px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.footer_menu ul li {
	padding: 2px 0;
}
.footer_menu ul li a {
	color: #ccc;
	font-size: 15px;
	position: relative;
	display: inline-block;
	line-height: 24px;
}
.footer_menu ul li a::after, .footer_contacts li a:after,  .copyright a:after, .category_list ul li a:after, .sidebar_services .service_item a:after{
	content: "";
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -1px;
	display: block;
	width: 0;
	height: 1px;
	background-color: #ec1f28;
	transition: all 300ms cubic-bezier(.175,.885,.32,1.075);
}
.footer_menu ul li:hover a::after, .footer_contacts li a:hover:after,  .copyright a:hover:after, .category_list ul li a:hover:after, .sidebar_services .service_item a:hover:after {
	width: 100%;
}
.copyright_section {
	padding-bottom: 25px;
}
.copyright_section .container {
	background: #444;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
}
.copyright_section .copyright {
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.copyright_section .copyright a {
	position: relative;
	color: #ccc;
	display: inline-block;
}
.copyright_section .copyright span {
	width: 2px;
	background: #fff;
	height: 11px;
	display: inline-block;
	margin: 0 8px;
}
.footer_social {
	text-align: right;
}
.footer_social li {
	display: inline-block;
	margin: 0 5px;
}
.footer_social li a {
	display: block;
	width: 30px;
	height: 30px;
	background: #555;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 19px;
	transition: all 200ms ease-in-out;
}
.footer_social li a:hover {
	background: #ec1f28;
}
.topbutton {
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: none;
	margin: 0;
	background: #444;
	color: #fff;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 48px;
	transition: .5s all;
	border-radius: 50%;
	z-index: 9999999999;
	font-size: 24px;
	opacity: .5;
}
.topbutton {
	opacity: 1;
}
/* Hero Slider Section */
.hero_slide_item {
	height: 700px;
	width: 100%;
	position: relative;
}
.hero_slide_item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(4, 15, 40, 0.35);
}
.hero_slide_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero_slide_item .slide_content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 700px;
	text-align: center;
	color: #fff;
}
.hero_slide_item .slide_content h3 {
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 1.2;
	text-shadow: 0 0 5px #0b0b0b;
}
.hero_slide_item .slide_content p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 25px;
}
.hero_slide_item .slide_content .slide_btn {
	background-color: rgb(255, 255, 255);
	text-transform: uppercase;
	width: auto;
	color: rgb(0, 0, 0);
	height: 42px;
	line-height: 16px;
	font-weight: 500;
	font-size: 16px;
	padding: 12px 35px;
	border-radius: 30px;
	display: inline-block;
}
.owl-item.active .hero_slide_item .slide_content h4 {
	-webkit-animation: 2s .1s fadeInUpBig both;
	animation: 2s .1s fadeInUpBig both;
}
.owl-item.active .hero_slide_item .slide_content h3 {
	-webkit-animation: 2s .2s fadeInUpBig both;
	animation: 2s .2s fadeInUpBig both;
}
.owl-item.active .hero_slide_item .slide_content p {
	-webkit-animation: 3s .3s fadeInUpBig both;
	animation: 3s .3s fadeInUpBig both;
}
.owl-item.active .hero_slide_item .slide_content .slide_btn {
	-webkit-animation: 4s .4s fadeInUpBig both;
	animation: 4s .4s fadeInUpBig both;
}
.hero-slider-area .owl-prev, .hero-slider-area .owl-next {
	position: absolute;
	top: calc(50% - 25px);
	margin: 0 !important;
	border-radius: 0 !important;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	font-size: 30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50% !important;
	background: #000;
	color: #fff;
	opacity: .5;
}
.hero-slider-area .owl-prev {
	left: 30px;
}
.hero-slider-area .owl-next {
	right: 30px;
}
.hero-slider-area .owl-prev:hover, .hero-slider-area .owl-next:hover {
	opacity: 1;
}
.hero_slider_section .owl-carousel .owl-dots {
	margin-top: 0;
}
/* About Section */
.home_about_section {
	padding: 30px 0;
}
.home_about_section .section_title {
	text-align: left;
	margin-bottom: 15px;
}
.about_sec_content {
	font-size: 19px;
}
.about_sec_content h3 {
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 12px;
	color: #696868;
}
.about_sec_content .mn_content {
	margin-bottom: 15px;
}
.about_sec_content .sb_content {
	overflow: hidden;
	margin-bottom: 0px;
}
.about_sec_content .sb_content p img {
	float: right;
	width: 110px;
	height: 110px;
	margin-left: 15px;
}
/* Project Section  */
.home_project_section {
	padding: 40px 0 0;
}
.project_item {
	position: relative;
}
.project_item a {
	display: block;
	position: relative;
}
.project_item img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.project_item .hover_state {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	display: block;
	z-index: 10;
	opacity: 0;
	transition: all 250ms ease-in-out;
	text-align: center;
}
.project_item:hover .hover_state {
	opacity: .6; 
}
.project_item .hover_state .title {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translate(0, -50%);
}
.project_card {
	padding: 10px 0;
	background: #ec1f28;
	color: #fff;
}
.project_card .card_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.project_card .card_inner h4 {
	font-size: 18px;
	margin: 0;
}
/* Service Section  */
.home_services_section {
	background: #eee;
	padding: 40px 0 30px;
}
.home_services .service_item {
	box-shadow: 0 0 1px #a2a1a1;
	background: #fff;
	text-align: center;
	padding: 15px;
	height: 100%;
}
.home_services .service_item img {
	width: 100%;
	height: 135px;
	object-fit: cover;
	border-radius: 8px;
}
.home_services .service_item .title {
	margin-bottom: 0;
	margin-top: 12px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.2;
}
/* Clients section  */
.home_client_section {
	padding: 40px 0 30px;
}
.client_item a {
	display: block;
}
.client_item img {
	max-width: 130px;
	margin: 0 auto;
}
.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 20px;
	z-index: 1;
}
.owl-carousel .owl-dots button {
	margin: 0 2px;
	padding: 4px 3px !important;
	transition: .8s all;
	background: #050708 !important;
	outline: inherit;
}
.owl-carousel .owl-dots button.active {
	background: #ec1f28 !important;
	padding: 10px 3px 3px 3px !important;
}
/* Blog Item */
.blog_item {
	position: relative;
	height: 100%;
	padding: 8px;
	box-shadow: 0 1px 3px #9d9d9d;
	background: #fff;
}
.blog_item .image {
	position: relative;
	display: block;
	overflow: hidden;
}
.blog_item .image img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}
.blog_item .image .category {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	font-size: 0;
}
.blog_item .image .category a {
	display: inline-block;
	padding: 2px 5px;
	background: #535151;
	font-size: 12px;
	margin: 2px;
	color: #fff;
	line-height: 20px;
}
.blog_item .title {
	font-size: 20px;
	margin: 10px 5px 7px;
	line-height: 27px;
}
.home_blog_section {
	padding: 40px 0 30px;
	background: #eee;
}
.blog_wrap .seeMore_btn {
	display: block;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 7px 0;
	background: #555;
}
.blog_wrap .seeMore_btn:hover {
	color: #fff;
	background: red;
}
/* Page  */
.primeitworld_page {
	padding: 30px 0;
}
.page_inner {
	background: #eee;
	padding: 20px;
	box-shadow: 0 0 2px #828080;
}
.primeitworld_page .pageTitle {
	font-size: 30px;
}
/* About Page  */
.about_page_inner {
	background: #fff;
	box-shadow: 0 10px 30px 0 rgba(13,30,80,.1);
	padding: 20px;
	border-radius: 10px;
}
.board_directors .section_title {
	text-align: left;
}
.board_director_item img {
	width: 180px;
	height: 180px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 15px;
}
.board_director_item {
	background: #fff;
	padding: 10px;
	text-align: center;
	box-shadow: 0 1px 3px #a2a1a1;
}
.board_director_item h3 {
	color: #050708;
	font-size: 20px;
	margin-bottom: 5px;
}
.board_director_item span {
	display: block;
	font-weight: 500;
	color: #868484;
}
/* Contact Page */
.contact_content_wrap, .contact_form_wrap {
	background: #fff;
	box-shadow: 0 10px 30px 0 rgba(13,30,80,.1);
	padding: 20px 15px;
	border-radius: 10px;
}
.contact_form_wrap {
	padding: 20px;
}
.contact_content_wrap .title, .contact_form_wrap .title {
	font-size: 27px;
	font-weight: 700;
	margin-bottom: 20px;
}
.contact_info .item {
	border-bottom: 1px solid #ddd;
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.contact_info .item i {
	position: absolute;
	left: 0;
	top: 4px;
	width: 40px;
	height: 40px;
	border: 1px solid #ec1f28;
	text-align: center;
	line-height: 38px;
	font-size: 21px;
	border-radius: 50%;
	margin-right: 10px;
	color: #ec1f28;
}
.contact_info .item .cont {
	padding-left: 55px;
}
.contact_info .item .cont h4 {
	font-weight: 700;
	color: #061538;
	font-size: 18px;
	margin-bottom: 6px;
}
.contact_info .item .cont p {
	margin: 0;
	font-size: 17px;
	color: #333;
	line-height: 22px;
	text-transform: capitalize;
}
.social_contact ul li {
	display: inline-block;
}
.social_contact {
	padding: 10px 0 5px;
}
.social_contact ul li {
	display: inline-block;
	margin-right: 5px;
}
.social_contact ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	background: #ddd;
	text-align: center;
	color: #ec1f28;
	transition: .5s all;
	font-size: 20px;
}
.contact_form input, .contact_form textarea {
	width: 100%;
	padding: 10px 15px;
	color: #282626;
	font-size: 17px;
	margin-bottom: 12px;
	background: 0 0;
	outline: inherit;
	box-shadow: inset 0 0 8px #edeff0 !important;
	border: 1px solid #e6e6e6;
	outline: 0 !important;
}
.contact_form input.Submit-btn{
	background: #898989;
	padding: 8px 0;
	font-size: 20px;
	color: #fff;
	border: none;
	text-transform: uppercase;
	text-align: center;
	transition: .8s;
	cursor: pointer;
	box-shadow: none !important;
	max-width: 200px;
}
.google_map iframe {
	width: 100%;
}
/* quote PAge */
.quote_content {
	padding: 30px;
	background: #f0f0f0;
	box-shadow: 0 0 1px #999;
	border-radius: 7px;
}
.service_field > label, .attach_op > label {
	display: block;
	font-weight: 600;
	color: #495057;
	margin-bottom: 8px;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
	font-size: 16px;
	padding: 5px 15px;
	border: 1px solid #0073EC;
	outline: none !important;
	box-shadow: none !important;
}
.quote-form-wrap .form-control, .service_option,.attach_op span input {
	background: #fff;
	border: 1px solid #c6c6c6;
}
.service_option {
	padding: 5px 15px;
	border-radius: 4px;
	display: block;
}
.service_option label {
	font-size: 16px;
	padding: 5px 15px 5px 0;
	color: #7b7979;
	margin: 0;
}
.service_option label input {
	width: 20px;
	height: 15px;
	margin-right: 4px;
}
.attach_op span {
	display: block;
}
.attach_op span input {
	width: 100%;
	border-radius: 4px;
}
/* Archive Blog */
.primeitworld_archive {
	padding: 30px 0;
}
.archive_breadcrumb {
	margin-bottom: 30px;
}
.archive_breadcrumb h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1;
}
.archive_breadcrumb h3 a {
	color: #ec1f28;
}
.archive_breadcrumb h3 span {
	text-transform: capitalize;
	color: #888787;
}
.archive_breadcrumb h3 i {
	font-size: 18px;
	line-height: 24px;
	color: #888787;
}
.archive_breadcrumb p {
	font-size: 18px;
	font-style: italic;
	color: #808080;
	margin: 0;
}
.navigation.pagination .nav-links {
	margin: 0 auto;
}
.navigation.pagination .nav-links .page-numbers {
	display: none;
}
.navigation.pagination .nav-links .prev, .navigation.pagination .nav-links .next  {
	padding: 0 20px;
	color: #000;
	font-size: 20px;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 40px;
	background-color: #faa61a;
	display: inline-block;
}
/* Archive Service  */
.archive_services .service_item {
	box-shadow: 0 0 1px #a2a1a1;
	background: #fff;
	text-align: center;
	padding: 15px;
	height: 100%;
}
.archive_services .service_item img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	border-radius: 8px;
}
.archive_services .service_item .title {
	margin-bottom: 0;
	margin-top: 15px;
	font-size: 22px;
	line-height: 1.2;
}
/* Single Blog */
.primeitworld_single_blog {
	padding: 30px 0;
	background: #f9f9f9;
	border-top: 1px solid #cfcfcf;
}
.blog_breadcrumb {
	margin-bottom: 15px;
	font-size: 14px;
}
.blog_breadcrumb i {
	font-size: 11px;
}
.blog_details {
	box-shadow: 0 0 1px #a2a1a1;
	padding: 15px;
	background: #fff;
}
.blog_details .single_title {
	font-size: 33px;
	line-height: 1.2;
	margin-bottom: 15px;
}
.blog_details .blog_meta {
	font-size: 16px;
	margin-bottom: 15px;
}
.blog_details .blog_meta i {
	color: #e5b317;
	font-size: 20px;
}
.blog_details .blog_meta .time {
	margin-right: 10px;
}
.blog_details .thumbnail {
	margin-bottom: 20px;
}
.blog_details .content {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 20px;
	overflow: hidden;
}
.share_box {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	width:100%;
}
.share_box .title {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	margin-right: 10px;
}
.comments_box .title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.category_list, .recent-blog{
	box-shadow: 0 0 1px #a2a1a1;
	background: #fff;
}
.category_list h2, .recent-blog .heading {
	font-size: 20px;
	text-transform: uppercase;
	padding: 5px 10px;
	border-bottom: 1px solid #d7d6d6;
	margin: 0;
}
.category_list ul {
	padding: 15px;
}
.category_list ul li {
	padding: 2px 0;
	list-style: inside;
}
.category_list ul li a {
	font-style: italic;
	font-weight: 500;
	position: relative;
	color: #373434;
	display: inline-block;
	transition: all 300ms;
}
.sidebar_blogs {
	padding: 15px;
}
.sidebar_blogs .blog_item .image img {
	height: 145px;
}
.sidebar_blogs .blog_item .title {
	font-size: 17px;
	margin: 7px 3px 4px;
	line-height: 22px;
}
/* Single Service */
.blog_details.service_details .content .thumbnail {
	float: left;
	max-width: 400px;
	margin-right: 20px;
	margin-bottom: 15px;
	position: relative;
	top: 8px;
}
.sidebar_services {
	padding: 15px;
}
.sidebar_services .service_item {
	list-style: inside;
	padding: 3px 0;
}
.sidebar_services .service_item a {
	display: inline-block;
	font-style: italic;
	font-weight: 500;
	font-size: 17px;
	color: #4a4a4a;
	position: relative;
}
@media (min-width: 576px){
	.container, .container-sm {
	  max-width: 650px;
	}
}
@media (min-width: 768px){
	.container, .container-md, .container-sm {
	  max-width: 860px;
	}
}
@media (min-width: 992px){
	.container, .container-lg, .container-md, .container-sm {
	  max-width: 960px;
	}
}
@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	  max-width: 1140px;
	}
}
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	  max-width: 1260px;
	}
}
@media only screen and (max-width: 992px) {
	.menu_toggle {
		cursor: pointer;
		text-align: center;
		font-size: 26px;
		line-height: 1;
	}
	.menu_toggle.open .fa-bars:before, .fa-navicon:before {
		content: "\f00d";
	}
	.menu_toggle span {
		display: block;
	}
	.toggle_bars {
		position: relative;
		width: 23px;
		height: 18px;
	}
	.toggle_bar_line {
		position: absolute;
		height: 2px;
		left: 0;
		width: 100%;
		top: 50%;
		margin-top: -1px;
		background-color: #000;
		transition: all 200ms ease;
	}
	.toggle_bar_line.top {
		top: 1px;
	}
	.toggle_bar_line.bottom {
		top: 100%;
		margin-top: -2px;
	}

	.header_main {
		position: relative;
	}
	.header_nav_wrap {
		display: none;
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		padding: 20px;
		border-top: 1px solid rgba(255,255,255,0.08);
		visibility: hidden;
		opacity: 0;
		transform-origin: 0 0;
		transform: scaleY(0);
		transition: all .17s ease;
		z-index: 99999;
		background: #fff;
	}
	.header_nav_wrap.show {
		visibility: visible;
		opacity: 1;
		transform: scaleY(1);
		display: block;
	}
	.mobile-nav-menu {
		margin-bottom: 15px;
		margin-top: 10px;
	}
	.mobile-nav-menu > ul > li:hover > a, .mobile-nav-menu ul li ul li:hover a {
		background: #ddd;
		display:block;
	}
	.mobile-nav-menu ul li a {
		font-size: 15px;
		text-transform: uppercase;
		font-weight: 500;
		position: relative;
		line-height: 30px;
		padding: 2px 5px;
		transition: all 300ms;
		display: block;
	}
	.mobile-nav-menu > ul > li.menu-item-has-children > a{display:inline-block;}
	.mobile-nav-menu > ul > li.menu-item-has-children:hover > a{display:block;}
	.mobile-nav-menu ul li ul {
		padding-left: 15px;
		overflow: hidden;
		max-height: 0;
		height: auto;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.mobile-nav-menu ul li ul.sub-menu-show {
		max-height: 1000px;
	}
	.mobile-nav-menu ul li ul li a {
		opacity: .9;
		padding: 0;
		font-size: 14px;
	}
	.mobile-nav-menu ul li.menu-item-has-children {
		cursor: pointer;
		position: relative;
	}
	.mobile-nav-menu ul li.menu-item-has-children:after {
		content: "\f107";
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		padding-left: 5px;
		font-size: 16px;
		position: absolute;
		top: 4px;
		right: 7px;
	}
	.mobile-nav-menu ul li.menu-item-has-children.active:after {
		content: "\f077";
	}
	.searchIcon {
		display: none;
	}
	.hero_slide_item {
		height: 530px;
	}
	.hero_slide_item .slide_content h3 {
		font-size: 36px;
	}
}
@media only screen and (max-width: 767px) {
	.footer_col-1 {
		width: 100%;
	}
	.footer_col-2 {
		width: 33.333333%;
	}
	.footer_social-col {
		order: -1;
	}
	.footer_social {
		text-align: center;
		margin-bottom: 12px;
	}
	.copyright_section .copyright {
		font-size: 12px;
		text-align: center;
	}
	.blog_details {
		margin-bottom: 25px;
	}
}
@media only screen and (max-width: 575px) {
	.header_contacts {
		text-align: center;
		margin-bottom: 5px;
	}
	.header_social {
		text-align: center;
		margin: 2px 0;
	}
	.header_main {
		padding: 10px 0;
	}
	.home_services .row {
		margin: 0;
	}
	.hero_slide_item .slide_content {
		width: 95%;
	}
	.hero-slider-area .owl-prev, .hero-slider-area .owl-next {
		top: calc(50% - 18px);
		font-size: 20px;
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	.hero-slider-area .owl-next {
		right: 10px;
	}
	.hero-slider-area .owl-prev {
		left: 10px;
	}
	.footer_contacts {
		padding-right: 0;
	}
	.copyright_section {
		padding-bottom: 0;
	}
	.main_header_inner .logo img {
		max-height: 35px;
	}
	.hero_slide_item .slide_content h3 {
		font-size: 30px;
		margin-bottom: 12px;
	}
	.hero_slide_item .slide_content p {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.home_about_section .section_title {
		margin-bottom: 25px;
	}
	.section_title h3 {
		font-size: 24px;
	}
	.home_about_section {
		padding: 30px 5px 10px;
	}
	.about_sec_content h3 {
		font-size: 18px;
	}
	.about_sec_content .sb_content p img {
		width: 90px;
		height: 90px;
		margin-left: 10px;
	}
	.project_card .card_inner {
		justify-content: center;
		flex-wrap: wrap;
	}
	.project_card .card_inner h4 {
		margin-bottom: 15px;
		text-align: center;
	}
	.home_services .row {
		margin: 0;
	}
	.home_services .row .col-lg-3 {
		padding: 0 5px 0 5px;
	}
	.home_services .service_item {
		padding: 10px;	
	}
	.home_services .service_item img {
		height: 100px;
	}
	.blog_wrap .row, .footer_main .row {
		margin: 0 -5px;
	}
	.footer_col-2 {
		width: 50%;
	}
	.footer_col-2:last-child {
		display: none;
	}
	.blog_details .single_title {
		font-size: 26px;
		margin-bottom: 12px;
	}
	.quote_content {
		padding: 15px 10px;
	}
}
