body {
	margin: 0;
	font-family: "Poppins",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #7b7b7b;
	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;
}
.pitw_btn {
	background-color: #d21f22;
	text-transform: uppercase;
	width: auto;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	font-weight: 600;
	transition: color .2s,background-color .2s,border-color .2s;
	white-space: nowrap;
	font-size: 14px;
	line-height: 17px;
	padding: 15px 25px 15px;
	border: 1px solid transparent;
}
.pitw_btn:hover {
	background-color: #fff;
	color: #d21f22;
	border: 1px solid #d21f22;
}
.section_title {
	text-align: center;
	margin-bottom: 20px;
}
.section_title h3 {
	font-size: 35px;
	text-transform: uppercase;
	color: #05325e;
	font-weight: 700;
	margin: 0;
}
.section_title p {
	font-size: 18px;
	font-style: italic;
	color: #808080;
	margin: 0;
}
@media (min-width: 1400px){.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {  max-width: 1200px;}}
.PrimeItWorld_site_wrap {
	overflow: hidden;
}
/*==================================================
    PRELOADER
==================================================*/
.preloading {
	width: 100%;
	text-align: center;
	height: 100%;
	position: fixed;
	background: #ffffff;
	z-index: 999999;
	top: 0px;
	display: table;
	left: 0; }
  
  .preloading .text-preloading {
	color: #000000;
	padding-bottom: 10px;
	letter-spacing: 5px;
	font-size: 12px;
	padding-top: 10px; }
  
  .preloading .wrap-preload {
	display: table-cell;
	text-align: center;
	vertical-align: middle; }
  
  .preloading .cssload-fond {
	position: relative;
	margin: auto; }
  
  .preloading .cssload-container-general {
	animation: cssload-animball_two 1.15s infinite;
	-o-animation: cssload-animball_two 1.15s infinite;
	-ms-animation: cssload-animball_two 1.15s infinite;
	-webkit-animation: cssload-animball_two 1.15s infinite;
	-moz-animation: cssload-animball_two 1.15s infinite;
	width: 43px;
	height: 43px; }
  
  .preloading .cssload-internal {
	width: 43px;
	height: 43px;
	position: absolute; }
  
  .preloading .cssload-ballcolor {
	width: 19px;
	height: 19px;
	border-radius: 50%; }
  
  .preloading .cssload-ball_1,
  .preloading .cssload-ball_2,
  .preloading .cssload-ball_3,
  .preloading .cssload-ball_4 {
	position: absolute;
	animation: cssload-animball_one 1.15s infinite ease;
	-o-animation: cssload-animball_one 1.15s infinite ease;
	-ms-animation: cssload-animball_one 1.15s infinite ease;
	-webkit-animation: cssload-animball_one 1.15s infinite ease;
	-moz-animation: cssload-animball_one 1.15s infinite ease; }
  
  .preloading .cssload-ball_1 {
	background-color: #cb2025;
	top: 0;
	left: 0; }
  
  .preloading .cssload-ball_2 {
	background-color: #f8b334;
	top: 0;
	left: 23px; }
  
  .preloading .cssload-ball_3 {
	background-color: #00a096;
	top: 23px;
	left: 0; }
  
  .preloading .cssload-ball_4 {
	background-color: #97bf0d;
	top: 23px;
	left: 23px; }
  
  @keyframes cssload-animball_one {
	0% {
	  position: absolute; }
	50% {
	  top: 12px;
	  left: 12px;
	  position: absolute;
	  opacity: 0.5; }
	100% {
	  position: absolute; } }
  @-o-keyframes cssload-animball_one {
	0% {
	  position: absolute; }
	50% {
	  top: 12px;
	  left: 12px;
	  position: absolute;
	  opacity: 0.5; }
	100% {
	  position: absolute; } }
  @-ms-keyframes cssload-animball_one {
	0% {
	  position: absolute; }
	50% {
	  top: 12px;
	  left: 12px;
	  position: absolute;
	  opacity: 0.5; }
	100% {
	  position: absolute; } }
  @-webkit-keyframes cssload-animball_one {
	0% {
	  position: absolute; }
	50% {
	  top: 12px;
	  left: 12px;
	  position: absolute;
	  opacity: 0.5; }
	100% {
	  position: absolute; } }
  @-moz-keyframes cssload-animball_one {
	0% {
	  position: absolute; }
	50% {
	  top: 12px;
	  left: 12px;
	  position: absolute;
	  opacity: 0.5; }
	100% {
	  position: absolute; } }
  @keyframes cssload-animball_two {
	0% {
	  transform: rotate(0deg) scale(1); }
	50% {
	  transform: rotate(360deg) scale(1.3); }
	100% {
	  transform: rotate(720deg) scale(1); } }
  @-o-keyframes cssload-animball_two {
	0% {
	  -o-transform: rotate(0deg) scale(1); }
	50% {
	  -o-transform: rotate(360deg) scale(1.3); }
	100% {
	  -o-transform: rotate(720deg) scale(1); } }
  @-ms-keyframes cssload-animball_two {
	0% {
	  -ms-transform: rotate(0deg) scale(1); }
	50% {
	  -ms-transform: rotate(360deg) scale(1.3); }
	100% {
	  -ms-transform: rotate(720deg) scale(1); } }
  @-webkit-keyframes cssload-animball_two {
	0% {
	  -webkit-transform: rotate(0deg) scale(1); }
	50% {
	  -webkit-transform: rotate(360deg) scale(1.3); }
	100% {
	  -webkit-transform: rotate(720deg) scale(1); } }
  @-moz-keyframes cssload-animball_two {
	0% {
	  -moz-transform: rotate(0deg) scale(1); }
	50% {
	  -moz-transform: rotate(360deg) scale(1.3); }
	100% {
	  -moz-transform: rotate(720deg) scale(1); } 
}
/* Up button  */
.topbutton {
	position: fixed;
	right: 15px;
	bottom: 15px;
	Z-index: 1;
	background-repeat: no-repeat;
	display: none;
	margin: 0;
	color: #fff;
	width: 70px;
	height: 70px;
	text-align: center;
	transition: .5s all;
	background-color: rgba(255,255,255,.25);
	border-radius: 50%;
}
.topbutton i {
	position: absolute;
	top: 9px;
	left: 9px;
	width: calc(100% - 18px);
	height: calc(100% - 18px);
	background-color: #d21f22;
	border-radius: 50%;
	z-index: -9;
	line-height: 52px;
	font-size: 28px;
	cursor: pointer;
}
/* Header Top  */
.PrimeItWorld_header {
	position: relative;
	transition: all 300ms ease-in-out;
	min-height: 124px;
}
.PrimeItWorld_header.fixed {
	min-height: 84px;
	box-shadow: 0 2px 5px #afafaf;
}
.header_inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
}
.header_top {
	background: #111d4f;
	color: #fff;
	position: relative;
	padding: 7px 0;
	transition: all 300ms ease-in-out;
	height: 40px;
}
.PrimeItWorld_header.fixed .header_top {
	height: 0;
	padding: 0;
	visibility: hidden;
}
.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: #f4f0f1;
	display: inline-block;
	line-height: 26px;
	font-size: 15px;
}
.header_contacts li a:hover {
    color: #d21f22;
    text-decoration: none;
}
.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: #fff;
	height: 26px;
	width: 30px;
	text-align: center;
	line-height: 26px;
	margin-left: 10px;
	font-size: 18px;
	border-radius: 5px 0;
	color: #d21f22;
	transition: all 300ms ease-in-out;
}
.header_social li a:hover {
    background: #d21f22;
    color: #fff;
}
/* Header Main  */
.header-navbar {
	padding: 12px 0;
}
.PrimeItWorld_header.fixed .header-navbar {
	box-shadow: 0 2px 5px #afafaf;
	transition: all 300ms ease-in-out;
}
.navbar-brand {
	padding: 0;
}
.custom-logo {
	max-height: 60px;
}
.navbar-nav {
	margin-left: auto;
}
.navbar-nav li {
	position: relative;
}
.navbar-nav li a {
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	font-family: "Poppins",sans-serif;
	color: #303442;
	padding: 6px 16px 6px;
	text-decoration: none;
	text-transform: capitalize;
	transition: 300ms ease-in-out;
}
.navbar-nav > li:hover > a, .navbar-nav > .current-menu-item > a {
	color: #d21f22;
}
@media (min-width: 992px){
.navbar-nav > li ul {
	position: absolute;
	z-index: 5;
	top: 100%;
	left: 0;
	width: 270px;
	padding-top: 14px;
	padding-bottom: 15px;
	background: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-box-shadow: 0 0 20px rgba(48,52,66,.2);
	box-shadow: 0 0 20px rgba(48,52,66,.2);
}
.navbar-nav > li:hover ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
}
.navbar-nav > li ul li a {
	font-size: 14px;
	line-height: 20px;
	display: block;
	color: #3D3B42;
	font-family: "Poppins",sans-serif;
	padding: 4px 23px;
	-webkit-transition: color .2s;
	transition: color .2s;
}
.navbar-nav > li ul li:hover a {
	color: #d21f22;
}
.appointment_btn {
	margin-left: 25px;
}
}
.modal.show {
    display: block;
    opacity: 1;
}
/* Hero Slider Section */
.hero_slide_item {
	height: 615px;
	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: #3f51b5;
	text-transform: uppercase;
	width: auto;
	color: #fff;
	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 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: 120px 0;
}
.about_sec_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}
.about_sec_inner .about_image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 57.5%;
	flex: 0 0 57.5%;
	max-width: 57.5%;
	position: relative;
	margin-bottom: 60px;
}
.about_sec_inner .about_content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 42.5%;
	flex: 0 0 42.5%;
	max-width: 42.5%;
}
.about_sec_inner .about_image .main_img img {
	width: 100%;
	height: auto;
}
.about_sec_inner .about_image .brn_img {
	left: -98px;
	bottom: -63px;
	position: absolute;
}
.about_sec_inner .about_image .brn_img img {
	max-width: 300px;
	-webkit-box-shadow: 0 0 50px rgba(48,52,66,.2);
	box-shadow: 0 0 50px rgba(48,52,66,.2);
}
.about_content_wrap {
	background-color: #fff;
	position: relative;
	margin: 35px 0 0 -85px;
	padding: 62px 0 0 75px;
}
.about_sec_inner .about_content p {
	font-size: 16px;
	line-height: 27px;
	text-align: justify;
}
.about_sec_inner .about_content .sub_title {
	color: #d21f22;
	font-weight: 600;
	margin-bottom: 12px;
	font-size: 18px;
}
.about_sec_inner .about_content .title {
	line-height: 45px;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 22px;
	font-family: Roboto;
	color: #303442;
}
.about_sec_inner .about_content .about_sec_btn {
	margin-top: 35px;
}
/* WHy Section  */
.why-section {
	background-position: center top;
	background-size: cover;
	padding: 96px 0;
	overflow: hidden;
}
.why-content {
	background-color: #fff;
	display: inline-block;
	padding: 50px 60px 60px 65px;
}
.why-content .heading {
	font-size: 32px;
	line-height: 40px;
	font-family: Roboto;
	font-weight: 700;
	margin-bottom: 15px;
	color: #303442;
	text-transform: uppercase;
}
.why-content .heading span {
	color: #d21f22;
}
.why-content p {
	margin-bottom: 30px;
	font-size: 15px;
	text-align: justify;
}
.section_heading {
	text-align: center;
	margin-bottom: 30px;
}
.section_heading .sub_heading {
	font-size: 16px;
	color: #d21f22;
	font-weight: 600;
	margin-bottom: 10px;
}
.section_heading .heading {
	font-size: 36px;
	line-height: 46px;
	color: #303442;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
/* Products section	 */
.product-section {
	padding: 75px 0 60px;
	background: #fee;
}
.home_products_wrap .product_item, .arc_blog_item {
	position: relative;
	height: 100%;
	background: #f7f7f7;
	border-radius: 4px;
	box-shadow: 0 1px 5px #b5b3b3;
}
.home_products_wrap .product_item:hover, .arc_blog_item:hover {
	box-shadow: 0 1px 7px #7e7979;
}
.home_products_wrap .product_item .pd_image, .arc_blog_item .pd_image{
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
}
.home_products_wrap .product_item .pd_image img, .arc_blog_item .pd_image img {
	width: 100%;
	border-radius: 4px 4px 0 0;
	transition: all 400ms ease-in-out;
	height: 180px;
}
.home_products_wrap .product_item .pd_image:hover img, .arc_blog_item .pd_image:hover img{
	scale: 1.1;
}
.home_products_wrap .product_item .content, .arc_blog_item .content{
	padding: 15px 12px 60px 12px;
}
.home_products_wrap .product_item .content .pitw_btn, .arc_blog_item .content .pitw_btn{
	position: absolute;
	left: 15px;
	bottom: 15px;
	display: block;
	padding: 6px 15px;
	font-size: 12px;
}
.home_products_wrap .product_item .title, .arc_blog_item .title{
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 23px;
}
.home_products_wrap .product_item .title a, .arc_blog_item .title a{
	color: #3f4869;
	display: block;
	transition: 300ms ease-in-out;
}
.home_products_wrap .product_item:hover .title a, .arc_blog_item:hover .title a{
	color: #d21f22;
}
.home_products_wrap .product_item p, .arc_blog_item p {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	color: #918d8d;
	max-height: 80px;
	overflow: hidden;
}
/* testimonial_section  */
.section_topper {
	background-color: #303442;
	color: #fff;
	padding: 85px 0 120px;
}
.st_title {
	position: relative;
}
.st_title img {
	position: absolute;
	bottom: -38px;
	left: 55px;
	opacity: .08;
	pointer-events: none;
}
.st_title .sub_heading {
	color: #d21f22;
	font-weight: 600;
	margin-bottom: 12px;
	font-size: 18px;
}
.st_title .heading {
	line-height: 45px;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 0;
	font-family: Roboto;
	color: #fff;
}
.testimonial_sec_wrap {
	position: relative;
	margin-top: -120px;
}
.testimonial_sec_wrap .ts_box__img {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	width: 59.8%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 84% top;
}
.ts_box_content {
	margin: 121px 0 0 0;
	padding: 90px 90px 90px 0;
	background-color: #fff;
	position: relative;
	z-index: 2;
}


.ts_box_content .ts_box_extra {
	background-color: #d21f22;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 95px;
	width: 338px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	margin-right: 33px;
	padding: 33px 20px 35px 38px;
	z-index: 2;
	-webkit-box-shadow: 0 0 50px rgba(48,52,66,.2);
	box-shadow: 0 0 50px rgba(48,52,66,.2);
}
.ts_box_content .ts_box_extra h3 {
	font-size: 24px;
	line-height: 32px;
	font-family: "Poppins",sans-serif;
	font-weight: 600;
	padding: 0 0 10px 0;
	margin: 0;
	color: #fff;
}
.ts_box_content .ts_box_extra h3 + p {
	margin: 0;
	color: #fff;
}
.ts_box_content .ts_box_extra address {
	font-family: "Poppins",sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	margin-top: 15px;
	color: #fff;
}
.ts_box_content .ts_box_extra address a {
	color: #fff;
}
.test_item .item_row {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: -10px;
}
.test_item .test_img {
    position: relative;
    top: 12px;
}
.test_item .test_img:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 59px;
    color: #d21f22;
    content: "\f10d";
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.test_item .test_img img {
    border-radius: 50%;
    min-width: 119px;
    width: 119px;
    height: auto;
    margin-left: 30px;
    display: block;
}
.test_item .test_content {
    margin-left: 30px;
}
.test_item .test_content h3 {
    font-size: 36px;
    line-height: 46px;
    color: #303442;
    font-weight: 600;
    font-family: "Poppins",sans-serif;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    margin-bottom: 20px;
}
.test_item .test_content blockquote cite {
    display: block;
    margin-top: 20px;
    color: #303442;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    font-style: normal;
}
.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 2px;
	padding: 0;
}
.owl-dots .owl-dot.active {
    background: #303442;
}
section.client_section {
    padding: 105px 0;
}
.client_slider .owl-stage-outer {
    margin-bottom: 20px;
}
/* Footer  */
.PrimeItWorld_footer {
	background-color: #303442;
	color: #bbbdc3;
}
.footer_main {
	padding: 40px 0 25px;
}
.footer_col_1 {
	width: 25%;
	padding: 15px;
}
.footer_col_2 {
	width: 30%;
	padding: 15px;
}
.footer_col_3 {
	width: 45%;
	padding: 15px;
}
.footer_menu_wrap .title {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 17px;
	color: #d21f22;
	text-shadow: 0 1px 2px #000;
}
.footer_contacts_row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.footer_contacts_row .footer_contact_col {
	width: 50%;
	padding: 0 15px;
}
.footer_contacts .shd {
	font-size: 20px;
	font-weight: 600;
	color: #cecbcb;
	margin-bottom: 10px;
}
#menu-footer-menu {
	display: flex;
	flex-wrap: wrap;
}
.footer_menu ul li {
	position: relative;
	padding-left: 17px;
	padding-bottom: 2px;
	margin-right: 12px;
}
.footer_contacts li i {
	margin-right: 10px;
	margin-top: 3px;
	color: #c62d31;
	font-size: 18px;
	line-height: 17px;
}
.footer_contacts li a {
	color: #bbbdc3;
	display: inline-block;
	word-wrap: anywhere;
	line-height: 20px;
	font-size: 15px;
}
.footer_contacts li a:hover, .footer_menu ul li a:hover {
	color: #d21f22;
}
.footer_menu ul li {
	position: relative;
	padding-left: 22px;
	padding-bottom: 2px;
}
.footer_menu ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 10px;
	height: 10px;
	background: #d21f22;
	border-radius: 50%;
}
.footer_menu ul li a {
	color: #bbbdc3;
	font-size: 15px;
	display: inline-block;
	line-height: 18px;
}
.footer_contacts li.adds i {
	font-size: 30px;
	margin-top: 10px;
}
.footer_social {
	display: flex;
	margin-top: 16px;
	margin-left: 38px;
}
.footer_social li {
	margin-right: 10px;
}
.footer_social li a {
    background: #fff;
    display: block;
    color: #d21f22;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    transition: all 300ms ease-in-out;
    font-size: 19px;
}
.footer_social li a:hover {
	background: #d21f22;
	color: #fff;
}
.copyright_section {
	text-align: center;
	background: #292c39;
	padding: 10px 0;
}
.copyright {
	margin: 0;
	font-size: 15px;
	line-height: 22px;
}
.copyright a {
	line-height: 22px;
	display: inline-block;
	color: #fff;
	font-weight: 500;
}
.copyright span {
	width: 1px;
	height: 11px;
	display: inline-block;
	background: #bbbdc3;
	margin: 0 8px;
}
/* Single page  */
.page_header {
	padding: 65px 0;
	position: relative;
}
.page_header::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #111d4f70;
	position: absolute;
	left: 0;
	top: 0;
}
.page_header .pageTitle {
	margin: 0;
	font-weight: 600;
	color: #d21f22;
	text-transform: uppercase;
	position: relative;
	font-size: 34px;
	text-shadow: 0 1px 3px #01031a;
}
.primeitworld_page .page_inner {
	padding: 60px 0 45px;
}
.page_content {
	color: #6a6a6a;
	font-size: 17px;
	font-family: var(--bs-body-font-family);
}
.page_content h2, .blog_details h2 {
	font-size: 28px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #3c3b3b;
}
.page_content h3, .blog_details h3 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #3c3b3b;
}
.page_content h4, .blog_details h4 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #3c3b3b;
}
.page_content p, .blog_details p{
	margin-bottom: 15px;
}
.page_content ul, .page_content ol, .blog_details ul, .blog_details ol {
	margin-bottom: 20px;
}
.page_content ul li, .blog_details ul li {
	padding: 0 0 0 27px;
	position: relative;
}
.page_content ul li:not(:first-child), .blog_details  ul li:not(:first-child){
	margin-top: 5px;
}
.page_content ul li::before, .blog_details ul li::before{
	content: "\f00c";
	font-family: 'Line Awesome Free';
	font-weight: 900;
	color: #d21f22;
	position: absolute;
	top: 6px;
	left: 0;
	font-size: 16px;
	line-height: 1;
}
.page_content {
	color: #797979;
	font-size: 18px;
	font-family: var(--bs-body-font-family);
}
.assessment-form-wrap {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
	color: #4a4a4a;
	display: block;
	padding: 1.25rem;
	margin: 20px 0 35px;
}
.assessment-form-wrap .title {
	color: #363636;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.125;
	margin-bottom: 15px;
}
.field{
	margin-bottom: .75rem;
}
.field .wpcf7-form-control-wrap {
	display: block;
}
.label {
	color: #363636;
	display: block;
	font-size: 1rem;
	font-weight: 700;
}
.label:not(:last-child) {
	margin-bottom: .5em;
}
.field .input {
	background-color: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	color: #363636;
	box-shadow: inset 0 .0625em .125em rgba(10,10,10,.05);
	max-width: 100%;
	width: 100%;
	display: inline-flex;
	font-size: 1rem;
	height: 2.5em;
	justify-content: flex-start;
	line-height: 1.5;
	padding: calc(.5em - 1px) calc(.75em - 1px);
	position: relative;
	vertical-align: top;
}
.field .box {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
	color: #4a4a4a;
	display: block;
	padding: 1.25rem;
}
.field .box:not(:last-child){
	margin-bottom: 1.5rem;
}
.field .columns {
	margin-left: -.75rem;
	margin-right: -.75rem;
	margin-top: -.75rem;
	display: flex;
}
.field .columns:not(:last-child) {
	margin-bottom: .75rem;
}
.field .columns .column {
	display: block;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
	padding: .75rem;
}
.field .columns .column:first-child {
	flex: none;
	width: 16.66667%;
}
.field .columns .column:last-child {
	flex: none;
	width: 83.33333%;
}
.field .columns .column p {
	margin: 0;
}
.submit-btn {
	display: block;
	margin: 20px 0;
}
.wpcf7-spinner {
	display: none;
}
.field p {
	margin: 0;
}
.wpcf7-list-item.first {
	margin-left: 0;
}
.Submit-btn, .submit-btn {
	background: #00a751;
	border: 0;
	color: #fff;
	padding: 0 20px;
	line-height: 40px;
	border-radius: 4px;
	font-weight: 600;
}
/*==================================================
    CONTACT PAGE
==================================================*/
.contact_page_content{
	padding: 50px 0 30px;
}
.contact_content_wrap, .contact_form_wrap {
	background: #fff;
	box-shadow: 0 3px 10px 0 rgba(12, 28, 74, 0.26);
	padding: 20px 15px;
	border-radius: 10px;
}
.contact_form_wrap {
	padding: 20px;
	height: 100%;
}
.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 #d21f22;
	text-align: center;
	line-height: 38px;
	font-size: 21px;
	border-radius: 50%;
	margin-right: 10px;
	color: #d21f22;
}
.contact_info .item .cont {
	padding-left: 55px;
}
.contact_info .item .cont h4 {
	font-weight: 600;
	color: #061538;
	font-size: 17px;
	margin-bottom: 4px;
}
.contact_info .item .cont p {
	margin: 0;
	font-size: 15px;
	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 i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	background: #ddd;
	text-align: center;
	color: #d21f22;
	transition: .5s all;
	font-size: 20px;
}
.contact_form input, .contact_form textarea {
	width: 100%;
	padding: 10px 15px;
	font-size: 17px;
	margin-bottom: 12px;
	background: 0 0;
	outline: inherit;
	box-shadow: none !important;
	border: 1px solid #d2d2d2;
	outline: 0 !important;
	border-radius: 4px;
}
.contact_form .pitw_btn {
	background-color: #d21f22;
	text-transform: uppercase;
	width: auto;
	padding: 15px 25px 15px;
	border: 1px solid transparent;
}
.contact_form .pitw_btn:hover {
	background-color: #fff;
	color: #d21f22;
	border: 1px solid #d21f22;
}
.map iframe {
	width: 100%;
}

/* Products  */
.page_header.blog_header {
	padding: 45px 0;
	background-position: center;
}
.page_header.blog_header::before {
	background: #cacaca;
	opacity: .9;
}
.page_header.blog_header .pageTitle {
	font-size: 32px;
	text-align: left;
	text-shadow: none;
}
.blog_details {
	padding: 40px 0;
	color: #797979;
	font-size: 18px;
	font-family: var(--bs-body-font-family);
	margin-right: 20px;
}
.blog_sidebar {
	padding: 40px 0;
}
.blog_sidebar .heading {
	font-size: 25px;
	color: #d21f22;
	background: #e4e4e4;
	font-weight: 600;
	padding: 10px 15px;
	text-transform: uppercase;
	border: 1px solid #d0cfcf;
	margin-bottom: 15px;
}
.sidebar_blogs .blog_item {
	margin-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
}
.sidebar_blogs .blog_item:last-child {
	border: 0;
	margin-bottom: 0;
}
.sidebar_blogs .blog_item .title {
	padding-left: 28px;
	margin: 0;
	font-size: 17px;
	line-height: 21px;
	position: relative;
}
.sidebar_blogs .blog_item .title::before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	background: #d21f22;
	left: 0;
	top: 4px;
}
.sidebar_blogs .blog_item .title a {
	display: inline-block;
	color: #303442;
	transition: all 300ms ease-in-out;
}
.sidebar_blogs .blog_item .title:hover a {
	color: #d21f22;
}
.archive_content {
	padding: 45px 0;
}
#myModal {
	z-index: 9999999;
}
.modal {
	--bs-modal-width: 640px;
}
.video_section {
	padding: 50px 0;
}
.video {
	position: relative;
	padding-bottom: 56.25%;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 992px) {
	.container, .container-md, .container-sm {
		max-width: 100%;
		padding: 0 20px;
	}
	.PrimeItWorld_header {
		min-height: 84px;
	}
	.header_top {
		display: none;
	}
	.navbar-collapse.show {
		padding-top: 6px;
		border-top: 1px solid #ececec;
		margin-top: 10px;
	}
	.navbar-nav li .sub-menu {
		margin-left: 15px;
	}
	.navbar-nav li a {
		font-size: 15px;
		line-height: 24px;
		padding: 3px 16px 3px;
	}
	.navbar-nav li .sub-menu li a {
		padding: 2px 15px 2px;
	}
	.navbar-nav li .sub-menu li a:hover {
		color: #d21f22;
	}
	.hero_slide_item {
		height: 360px;
	}
	.navbar-toggler:focus {
		box-shadow: none;
		border: 1px solid #d82124;
	}
	.hero_slide_item .slide_content h3 {
		font-size: 36px;
	}
	.home_about_section {
		padding: 60px 0;
	}
	.about_content_wrap {
		padding: 35px 10px 0 40px;
	}
	.about_sec_inner .about_image .brn_img {
		left: -20px;
		bottom: -102px;
	}
	.about_sec_inner .about_image .brn_img img {
		max-width: 230px;
	}
	.about_sec_inner .about_content .title {
		line-height: 35px;
		font-size: 30px;
		margin-bottom: 15px;
	}
	.pitw_btn {
		padding: 8px 20px 8px;
	}
	.why-section {
		padding: 40px 0;
	}
	.why-content {
		padding: 30px;
		margin: 0 15px;
	}
	.why-content .heading {
		font-size: 30px;
		line-height: 35px;
	}
	.product-section {
		padding: 40px 0 30px;
	}
	.section_heading .heading {
		font-size: 30px;
		line-height: 35px;
	}
	.section_heading .sub_heading {
		font-size: 14px;
		margin-bottom: 7px;
	}
	.section_topper {
		padding: 40px 0 80px;
	}
	.st_title .heading {
		line-height: 35px;
		font-size: 30px;
	}
	.ts_box_content {
		padding: 40px 90px 40px 0;
	}
	section.client_section {
		padding: 60px 0 40px;
	}
}
@media only screen and (max-width: 768px) {
	.hero_slide_item .slide_content h3 {
		font-size: 30px;
		margin-bottom: 12px;
	}
	.hero_slide_item {
		height: 300px;
	}
	.hero-slider-area .owl-prev, .hero-slider-area .owl-next {
		font-size: 20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.hero-slider-area .owl-prev {
		left: 15px;
	}
	.hero-slider-area .owl-next {
		right: 15px;
	}
	.about_sec_inner .about_image {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 460px;
	}
	.about_sec_inner .about_image .brn_img {
		bottom: -65px;
	}
	.about_sec_inner .about_content {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
	.about_content_wrap {
		margin: 35px 0 0 0;
		padding: 10px 0 0 0;
	}
	.about_sec_inner .about_content .about_sec_btn {
		margin-top: 20px;
	}
	.section_topper {
		padding: 40px 0 50px;
		text-align: center;
	}
	.st_title img {
		bottom: -26px;
		left: calc(50% - 55px);
		width: 110px;
	}
	.testimonial_sec_wrap {
		position: relative;
		margin-top: 0;
		padding-bottom: 100px;
	}
	.ts_box_content {
		padding: 31px 0 31px 0;
		position: inherit;
		margin: 0;
	}
	.test_item .test_content h3 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 12px;
	}
	.test_item .test_img img {
		min-width: 70px;
		width: 70px;
		margin-left: 20px;
	}
	.test_item .test_img::before {
		font-size: 30px;
	}
	.test_item .test_content {
		margin-left: 20px;
	}
	.testimonial_sec_wrap .ts_box__img {
		height: 234px;
		width: calc(100% + 30px);
		position: relative;
	}
	.ts_box_content .ts_box_extra {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		bottom: 0;
		padding: 20px 20px 15px 25px;
	}
	.footer_main {
		padding: 28px 0 15px;
	}
	.footer_col_1 {
		width: 40%;
		padding: 0 15px 20px;
	}
	.footer_col_2 {
		width: 60%;
		padding: 0 15px 20px;
	}
	.footer_col_3 {
		width: 100%;
		padding: 15px;
		padding: 0 15px;
	}
	.footer_menu_wrap .title {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.footer_contacts .shd {
		font-size: 15px;
	}
	.page_header, .page_header.blog_header {
		padding: 30px 0;
	}
	.page_header .pageTitle {
		font-size: 26px;
	}
	.primeitworld_page .page_inner {
		padding: 35px 0 25px;
	}
	.page_header.blog_header .pageTitle {
		font-size: 24px;
	}
	.blog_details {
		padding: 30px 0;
		margin-right: 0;
	}
	.blog_sidebar {
		padding: 0 0 30px;
	}
}
@media only screen and (max-width: 576px) {
	.PrimeItWorld_header {
		min-height: 72px;
	}
	.custom-logo {
		max-height: 48px;
		height: 48px;
	}
	.hero_slide_item .slide_content h3 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.hero_slide_item .slide_content h3 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.home_about_section {
		padding: 40px 0;
	}
	.about_sec_inner .about_content .title, .why-content .heading {
		line-height: 32px;
		font-size: 26px;
		margin-bottom: 10px;
	}
	.why-content {
		padding: 15px;
		margin: 0;
	}
	.test_item .test_img img {
		min-width: 60px;
		width: 60px;
		margin-left: 13px;
	}
	.test_item .test_img::before {
		font-size: 22px;
	}
	.test_item .test_content {
		margin-left: 15px;
	}
	.test_item .test_content h3 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.section_heading .heading {
		font-size: 25px;
		line-height: 30px;
	}
	.footer_col_1, .footer_col_2, .footer_col_3 {
		width: 100%;
	}
	.copyright span {
		display: block;
		width: 0;
		height: 2px;
	}
	.topbutton {
		right: 10px;
		width: 50px;
		height: 50px;
	}
	.topbutton i {
		top: 6px;
		left: 7px;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		line-height: 38px;
		font-size: 22px;
	}
	.home_products_wrap .product_item, .arc_blog_item {
		max-width: 320px;
		margin: 0 auto;
	}
	.sidebar_blogs .blog_item .title {
		padding-left: 24px;
		font-size: 16px;
		line-height: 19px;
	}
	.sidebar_blogs .blog_item .title::before {
		width: 12px;
		height: 12px;
	}
	.page_content h2, .blog_details h2 {
		font-size: 25px;
	}
	.page_content h3, .blog_details h3 {
		font-size: 22px;
	}
	.page_content h4, .blog_details h4 {
		font-size: 19px;
	}
	.hero_slide_item .slide_content p {
    	font-size: 16px;
    	line-height: 21px;
    	margin-bottom: 0;
    }
}