body {
	margin: 0;
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	text-align: justify;
	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: 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;
}
/*==================================================
    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); } }
/* Header top  */
.header_main {
	padding: 15px 0;
	box-shadow: 0 1px 3px #acacac;
}
.header_top {
	background: #3f51b5;
	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: #fff;
	height: 26px;
	width: 30px;
	text-align: center;
	line-height: 26px;
	margin-left: 10px;
	font-size: 18px;
	border-radius: 5px 0;
	color: #3f51b5;
}
/* Header main  */
.header_main {
	padding: 15px 0;
	transition: all 300ms;
}
.header_main.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	background: #fff;
	padding: 10px 0;
}
.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#menu-item-25 a {
    border: 1px solid #979798;
    color: #060e39;
    font-weight: 600;
    background: #eee;
    border-radius: 3px;
}
.desk-nav-menu ul li#menu-item-25.current-menu-item a, .desk-nav-menu ul li#menu-item-25 a:hover {
    color: #fff;
    background: #3f51b5;
    border: 1px solid #3f51b5;
}
.desk-nav-menu > ul > li.current-menu-item > a, .desk-nav-menu > ul > li > a:hover {
	background: #3f51b5;
	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;
	padding: 5px;
	transition: all 300ms;
}
.searchIcon {
	cursor: pointer;
}
.search_box {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #3f51b5;
	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: #bec6ff;
}
.footer_main {
	padding-top: 50px;
}
.footer_col-1 {
	padding: 0 15px;
	width: 35%;
	margin-bottom: 35px;
}
.footer_col-2 {
	padding: 0 15px;
	width: 30%;
	margin-bottom: 35px;
}
.footer_col-3 {
	padding: 0 15px;
	width: 35%;
	margin-bottom: 35px;
}
.ft_about .logo {
	margin-bottom: 15px;
}
.ft_about .logo img {
	height: 35px;
}
.footer_menu_wrap .title {
	margin-bottom: 15px;
	color: #010724;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
}
.footer_menu ul {
	display: flex;
	flex-wrap: wrap;
}
.footer_menu ul li {
	padding: 2px 5px;
	width: 50%;
}
.footer_menu ul li a {
	color: #010418;
	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: #3f51b5;
	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%;
}
.footer_contacts li {
	padding-bottom: 7px;
	position: relative;
	display: flex;
	align-items: center;
}
.footer_contacts li i {
	width: 30px;
	height: 30px;
	min-width: 30px;
	border-radius: 50%;
	border: 1px solid #010418;
	text-align: center;
	line-height: 28px;
	color: #010418;
	font-size: 18px;
	margin-right: 12px;
}
.footer_contacts li a {
	color: #010418;
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 19px;
}
.copyright_section {
	padding-bottom: 25px;
}
.copyright_section .container {
	background: #3f51b5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
}
.copyright_section .copyright {
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.copyright_section .copyright a {
	position: relative;
	color: #e6e6e6;
	display: inline-block;
	font-weight: 500;
}
.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: #e6e6e6;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	color: #0b1b74;
	font-size: 19px;
	transition: all 200ms ease-in-out;
}
.footer_social li a:hover {
	background: #3f51b5;
}

.topbutton {
	position: fixed;
	right: 15px;
	bottom: 15px;
	Z-index: 1;
	background-repeat: no-repeat;
	display: none;
	margin: 0;
	background: #3f51b5;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 33px;
	transition: .5s all;
}
/* 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: 45px 0 30px;
}
.home_about_section .section_title {
	text-align: left;
	margin-bottom: 40px;
}
.about_sec_content {
	line-height: 25px;
	text-align: justify;
}
.about_sec_content h3 {
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 12px;
	color: #07114a;
}
.about_sec_content .mn_content {
	margin-bottom: 30px;
}
.about_sec_content .sb_content {
	overflow: hidden;
	margin-bottom: 30px;
}
.about_sec_content .sb_content p img {
	float: right;
	width: 150px;
	height: 110px;
	margin-left: 15px;
	border-radius: 10%;
}
/* Service Section  */
.home_services_section {
	background: #eee;
	padding: 40px 0 30px;
}
.home_services .service {
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 3px #030b32;
	border-radius: 10px;
}
.home_services .service::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgb(6, 74, 82) 100%);
	transition: .3s;
}
.home_services .service:hover::before {
	background: rgba(6, 74, 82, 0.65);
}
.home_services .service img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.home_services .service .service-con {
	position: absolute;
	bottom: -47px;
	padding: 15px;
	width: 100%;
	transition: all 300ms;
}
.home_services .service:hover .service-con {
	bottom: 0px;
}
.home_services .service .service-con h3 {
	color: #ffff;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 2px;
	text-shadow: 0 0 2px #090000;
	letter-spacing: .5px;
}
.home_services .service .service-con p {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.home_services .service .service-con .pitw-btn {
	background: #3f51b5;
	width: auto;
	color: #fff;
	line-height: 1;
	font-weight: 500;
	font-size: 13px;
	padding: 8px 15px;
	border-radius: 5px;
	display: inline-block;
	border: 1px solid #fff;
	text-transform: uppercase;
}
/* Visa Section */
.destinations_area_row {
	display: flex;
	flex-wrap: wrap;
}
.destinations_area {
	width: 50%;
	position: relative;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.destinations_area::before {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}
.destinations_area.wv_destinations_area::before {
	background: rgba(6, 74, 82, 0.65);
}
.destinations_area.vv_destinations_area::before {
	background: rgba(6, 18, 82, 0.65);
}
.destinations_area_inner {
	position: relative;
}
.wv_destinations_area .destinations_area_inner {
	padding: 30px 40px 30px 100px;
}
.vv_destinations_area .destinations_area_inner {
	padding: 30px 100px 30px 40px;
}
.dest_title {
	text-align: center;
	max-width: 450px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.dest_title h2 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 4px;
	color: #fff;
}
.dest_title p {
	margin: 0;
	color: #dfdfdf;
	font-style: italic;
}
.destination_inner {
	position: relative;
	background: #fff;
}
.destination img {
	width: 100%;
	height: 85px;
	object-fit: cover;
	padding: 5px;
}
.destination h3 {
	position: relative;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	z-index: 9;
	color: #040115;
	width: 100%;
	text-align: center;
	padding: 5px;
	padding-top: 0;
}
.wv_destinations .destination_inner, .wv_destinations .destination img, .wv_destinations .destination_inner::before {
	border-radius: 20px 0 20px 0;
}
.vv_destinations .destination_inner, .vv_destinations .destination img, .vv_destinations .destination_inner::before {
	border-radius: 0 20px 0 20px;
}
.destinations_area_inner .owl-carousel .owl-dots button {
	background: #fff !important;
}
/* Clients section  */
.home_client_section {
	padding: 40px 0 30px;
	background: #ffdcdc;
}
.client_item {
	width: 100%;
}
.client_item a {
	display: block;
}
.client_item img {
	height: 220px;
	object-fit: cover;
}
.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: #3f51b5 !important;
	padding: 10px 3px 4px 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;
}
/* Page  */
.primeitworld_page {
	padding: 30px 0;
}
.page_inner {
	background: #eee;
	padding: 20px;
	box-shadow: 0 0 2px #828080;
}
.primeitworld_page .pageTitle {
	font-size: 30px;
}
.home_steam_section {
	padding: 50px 0 40px;
}
/* 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 !important;
	height: 180px;
	object-fit: cover;
	border-radius: 50%;
	margin: 0 auto 15px;
}
.board_director_item {
	background: #f2f2f2;
	padding: 10px;
	text-align: center;
	min-height: 340px;
}
.board_director_item h3 {
	color: #050708;
	font-size: 20px;
	margin-bottom: 5px;
}
.board_director_item span {
	display: block;
	font-weight: 500;
	color: #868484;
}
.board_director_item .social {
	margin-top: 12px;
}
.board_director_item .social li {
	display: inline-block;
	margin: 0 5px;
}
.board_director_item .social li a {
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	color: #0b1b74;
	font-size: 19px;
	transition: all 200ms ease-in-out;
}
/* 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: 15px;
	margin-bottom: 15px;
}
.contact_info .item i {
	position: absolute;
	left: 0;
	top: 4px;
	width: 40px;
	height: 40px;
	border: 1px solid #3f51b5;
	text-align: center;
	line-height: 38px;
	font-size: 21px;
	border-radius: 50%;
	margin-right: 10px;
	color: #3f51b5;
}
.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: #3f51b5;
	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: 8px 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;
}
.wpcf7-form-control-wrap select {
	background: #fff;
	margin-left: 19px;
	border: 1px solid #c6c6c6;
	padding: 7px 10px;
	border-radius: 4px;
}
.service_field {
	display: flex;
}
.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: #3f51b5;
}
.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;
}
/* 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;
}
.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;
}
.content.video {
	position: relative;
	padding-bottom: 56.25%;
}
.content.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 992px){
}

@media only screen and (max-width: 991px) {
	.menu_toggle {
		cursor: pointer;
	}
	.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;
	}
	.mobile_menu_wrap {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background: #000000a3;
		z-index: 99;
		min-height: 100vh;
		transition: all 300ms;
		left: 0;
		display: none;
		opacity: 0;
		visibility: hidden;
	}
	.mobile_menu_wrap.show {
		display: block;
		opacity: 1;
		visibility: visible;
	}
	.mobile_menu_inner {
		background: #fff;
		width: 300px;
		height: 100%;
		padding: 20px 15px;
		position: relative;
		transition: all 1s ease-in-out;
		left: -300px;
	}
	.mobile_menu_wrap.show .mobile_menu_inner {
		left: 0;
	}
	.mobile_menu_inner .menu_toggle {
		position: absolute;
		right: 0;
		top: 0;
		height: 24px;
		line-height: 24px;
		text-align: center;
		background: red;
		font-size: 12px;
		font-weight: 500;
		padding: 0 7px;
		z-index: 9;
	}
	.mobile-nav-menu {
		margin-bottom: 15px;
		margin-top: 10px;
	}
	.mobile-nav-menu ul li a {
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 500;
		position: relative;
		line-height: 30px;
		padding: 2px 10px;
		transition: all 300ms;
		display: block;
	}
	.mobile-nav-menu ul li.current-menu-item a, .mobile-nav-menu ul li a:hover {
		background: #3f51b5;
		color: #fff;
	}
	.hero_slide_item {
		height: 530px;
	}
	.hero_slide_item .slide_content h3 {
		font-size: 36px;
	}
	.wv_destinations_area .destinations_area_inner, .vv_destinations_area .destinations_area_inner {
		padding: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.footer_col-1,	.footer_col-2, .footer_col-3 {
		width: 100%;
	}
	.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;
	}
	.destinations_area {
		width: 100%;
	}
}
@media only screen and (max-width: 575px) {
	.header_contacts {
		text-align: center;
	}
	.header_contacts li:last-child {
		display: none;
	}
	.header_contacts li:nth-child(2)::after {
		display: none;
	}
	.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;
	}
	.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;
	}
	.section_title p {
		font-size: 15px;
	}
	.home_about_section {
		padding: 30px 5px 0;
	}
	.about_sec_content h3 {
		font-size: 18px;
	}
	.about_sec_content .sb_content {
		margin-bottom: 20px;
	}
	.about_sec_content .sb_content p img {
		width: 125px;
		height: 90px;
		margin-left: 10px;
	}
	.home_services .service img {
		width: 100%;
		height: 255px;
		object-fit: cover;
	}
	.home_services .service .service-con {
		bottom: 0;
	}
	.blog_wrap .row, .footer_main .row {
		margin: 0 -5px;
	}
	.blog_details .single_title {
		font-size: 26px;
		margin-bottom: 12px;
	}
	.quote_content {
		padding: 15px 10px;
	}
	.wv_destinations_area .destinations_area_inner, .vv_destinations_area .destinations_area_inner {
		padding: 30px 20px;
	}
}
