/*
Theme Name: Orphmedia 
Theme URI: https://orphmedia.com/ 
Author: orphmedia Developer
Author URI: https://orphmedia.com/
Description: 
Version: 2.6.21
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: orphmedia
Tags: 
*/



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body,
* {
    font-size: 16px;
    font-family: "kobenhavn-cs", sans-serif;
	font-weight: 400;
	font-style: normal;
    color: #000;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    line-height: normal;
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 10px;
}

a {
    outline: none;
    color: #003883;
}

ul {
    list-style-type: none;
}

a:hover,
a:focus {
    color: #1d9f9e;
    outline: none;
    text-decoration: none;
}

button,
button:focus {
    outline: none;
}

br {
    line-height: 0;
}


/*<============== css start ==============>*/

.orph-header {
  background-color: white;
  padding: 20px 40px;
  width: 100%;
  z-index: 1000;
}

.orph-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.orph-header-left,
.orph-header-center,
.orph-header-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orph-header-left {
  justify-content: flex-start;
}

.orph-header-right {
  justify-content: flex-end;
}

.orph-nav {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.orph-nav li a {
  color: #111;
  text-decoration: none;
  font-size: 14px;
}

.orph-logo img {
  height: 45px;
  max-width: 200px;
}

.orph-cta {
  text-decoration: none;
  color: #111;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}

.circle-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #111;
  border-radius: 50%;
  margin-left: 10px;
}

.navbar-nav li a {
  font-size: 14px;
  font-weight: 500;
  color: white;
  padding: 0 12px;
}

.get-in-touch {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}

.circle-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
}

.center-logo {
  z-index: 10;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.left-nav .navbar-nav li a,
.right-cta a {
  font-size: 14px;
  font-weight: 500;
  padding: 0 12px;
  color: white;
}




.navbar-nav > li > a {
  color: white;
  font-weight: 500;
  font-size: 14px;
  padding: 0 15px;
}

.get-in-touch {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}

.circle-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
}

.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  padding: 20px 60px;
  display: flex;
  justify-content: center;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
}

.left-nav, .right-nav {
  flex: 1;
}

.left-nav .nav-menu {
  display: flex;
  gap: 2rem;
  list-style: none;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.left-nav .nav-menu li a {
  text-decoration: none;
  color: white;
}

.site-logo {
  flex: 0;
  text-align: center;
}

.site-logo img {
  height: 45px;
}

.header-cta .cta-link {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cta-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  margin-left: 10px;
}

a.wokest-btn {
    color: black;
}
a.wokest-btn:hover {
    color: white;
}
.footer_address sup {
    top: -0.6em;
    color: #6F6F6F;
}
.pt_0 {
    padding-top: 0 !important;
}

.mb_0 {
    margin-bottom: 0 !important;
}

.top_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.header_navigation {
    justify-content: space-between;
}

.sub_header {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.orphmedia_Logo,
.menu_wrapper {
    display: inline-block;
}

.orphmedia_Logo {
    max-width: 453px;
    width: 100%;
    transition: 0.6s ease-in-out;
}

.orphmedia_Logo img {
    width: 100%;
}

.main_menu {
    position: relative;
    align-items: center;
}

.main_menu li a {
    position: relative;
    padding: 0 17px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

.main_menu li a:hover {
    color: #c4a160;
}

.main_menu .sub-menu,
.sub-menu-inner {
    position: absolute;
    top: 35px;
    left: 20px;
    display: none;
    background-color: #262626;
    border-color: #3d3d3d;
    padding: 7px 0;
    width: 225px;
    transition: 0.2s ease-in-out;
}

.sub-menu-inner {
    top: 80px;
    right: -225px;
    left: unset;
}

.main_menu .sub-menu li a,
.sub-menu-inner li a,
.menuScroll .main_menu .sub-menu li a,
.menuScroll .sub-menu-inner li a {
    display: block;
    font-weight: 500;
    color: #9d9d9d;
    line-height: 16px;
    margin: 0;
    padding: 9px 20px;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sub.menu-item-has-children:hover .sub-menu,
.sub-child.menu-item-has-children:hover .sub-menu-inner {
    /* opacity: 1; */
    display: block;
    /* visibility: visible; */
}

.sub-menu li a:hover,
.sub-menu-inner li a:hover,
.menuScroll .sub-menu li a:hover,
.menuScroll .sub-menu-inner li a:hover {
    color: #fff !important;
}

.get_in_touch {
    border: 2px solid #c4a160;
    /*background-color: #ab9067;*/
    color: #c4a160 !important;
	font-weight: 300;
    border-width: 2px;
    margin-left: 34px;
}

.get_in_touch a {
    font-size: 14px !important;
    line-height: 30px;
    letter-spacing: 2px !important;
    font-weight: 600 !important;
    padding-left: 26px !important;
    padding-right: 26px !important;
}

.get_in_touch a:hover {
    color: #fff !important;
}

.sub-child {
    background-image: url(assets/images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 13px;
}

.menuScroll {
    -o-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    -ms-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    width: 100%;
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 6%), 0 2px 5px 0 rgb(0 0 0 / 20%);
}

.menuScroll .orphmedia_Logo {
    max-width: 280px;
    width: 100%;
}

.menuScroll .orphmedia_Logo a {
    padding: 0 !important;
}

.menuScroll .main_menu li a {
    color: #303030;
    font-size: 15px;
}

.menuScroll .get_in_touch {
    border: 2px solid #303030;
}

.menuScroll .get_in_touch a {
    color: #fff !important;
}

.menuScroll .main_menu .sub-menu {
    top: 40px;
    left: 18px;
}

.menuScroll .get_in_touch {
    /*background-color: #000;*/
}

.main_menu .current-menu-item a {
    color: #c4a160;
}
.main_menu .get_in_touch.current-menu-item a {
    color: #fff; font-weight: normal !important;
}

.main_menu .menu-item-has-children ul.sub-menu li.current-menu-item a,
.main_menu .menu-item-has-children ul.sub-menu-inner li.current-menu-item a,
.main_menu .sub-child.current-menu-parent>a,
.main_menu .current-menu-ancestor>a,
.menuScroll .main_menu .current-menu-ancestor>a {
    color: #c4a160 !important;
}
.main_menu .sub-child.current-menu-item.page_item > .sub-menu-inner li a{
	color: #9d9d9d !important;
}
.main_menu .sub-child.current-menu-item.page_item > .sub-menu-inner li:hover a{
	color: #fff !important;
}

/* ------banner----- */

.banner_section {
    height: 100vh;
}

.banner_slider {
    position: relative;
}

/* ------common class------ */

.h2_title {
    color: #C4A160;
    font-size: 16px;
    font-weight: 300;
/*	text-transform: uppercase;
     font-variant: small-caps; */
}

.h4_title {
    color: #C4A160;
    font-size: 15px;
    font-weight: 500;
}

.h3_title {
    color: #C4A160;
    font-size: 24px;
    font-weight: 500;
}

.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

/* ----video section--- */
.videoSection video {
	max-width: 75%;
	margin: 0 auto;
	display: block;
}
.videoSection{
	position: relative; padding-bottom: 50px;
}
.videoSection::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 75%);
}
.videoTxt{
	max-width: 65%;
	width: 100%;
	margin: 25px auto 30px !important;
}
.videoTxt p{
	text-align: center; font-size: 16px;
}
/* ------section 2------ */
.luxury_lifestyle {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}

.luxury_lifestyle::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 85%);
}

.luxury_txt {
    margin: 10px;
    padding: 10px;
    margin-bottom: 20px !important;
    max-width: 800px;
    margin: 10px auto 0;
}

.luxury_txt p {
    text-align: justify;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.video {
    margin-bottom: 0 !important;
}


/* ----launch--- */

.launch_title {
    padding: 40px 15px;
}

.launch_title h4 {
    color: #C4A160;
    font-size: 14px;
    font-weight: 500;
}


/* ----branding----- */

.branding_txt {
    margin-bottom: 20px !important;
}

.branding_title p {
    padding: 0% 22%;
    text-align: justify;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 20px;
}

.branding_wrapper .branding_title {
    padding-top: 35px;
    margin-top: 10px;
}

.branding_wrapper.social_wrapper .branding_title {
    padding-top: 0;
    margin-top: 10px;
}

.branding_wrapper .vc_row {
    display: flex;
}

.brand_content {
    padding: 20% 15%;
    position: relative;
    z-index: 9;
}

.brand_content p {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
    line-height: 29px;
}

.branding_side_section {
    display: flex;
}

.branding_side_section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 30%)
}


/* ----website design---- */

.website_txt .h2_title,
.website_txt .h4_title {
    color: #fff;
}

.website_txt .vc_column-inner {
    padding: 0px 30px 10px !important;
}

.design_content {
    padding: 15px ​0px 30px !important;
    padding-bottom: 30px;
}

.design_content p {
    text-align: left;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.design_img {
    padding: 0 25px !important;
}

.design_btn {
    margin-bottom: 15px !important;
}

.design_btn .vc_btn3 {
    padding: 8px 20px !important;
}

.design_btn .vc_btn3:hover {
    transition: 0.2s ease-in-out !important;
    background-color: #fff !important;
    color: #000 !important;
    background-image: unset !important;
}

.social_wrapper .branding_side_section::before {
    display: none;
}

.social_btn .vc_btn3 {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    padding: 8px 25px !important;
    font-weight: 500;
    border-radius: 32px;
}

.social_btn .vc_btn3:hover {
    transition: 0.2s ease-in-out;
    background-color: #000 !important;
    color: #fff !important;
    background-image: unset !important;
}

.learning_more {
    padding: 35px 15px;
}

.section_contactUs h2 {
    color: #C4A160;
    font-size: 28px;
}

.section_contactUs p {
    color: #C4A160;
    font-size: 18px;
    margin-top: 30px;
    font-weight: normal;
}

.section_contactUs p a.learn_more {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    pointer-events: none;
}

.learning_more .social_btn .vc_btn3 {
    margin-bottom: 0 !important;
    margin-top: 20px !important;
    font-weight: normal;
}

.learning_more .social_btn .vc_btn3:hover {
    color: #ab9067 !important;
    background-color: #fff !important;
}


/* ------services------- */

.home_services {
    padding: 40px 15px; position: relative;
	padding-top: 60px !important;
}
.home_services::before {
    content: ""; position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	background-color: rgba(0,0,0,0.6); z-index: 1;
}
.home_services .h2_title {
	margin-bottom: 50px;
}
/* .white_box .vc_column-inner>.wpb_wrapper {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0 rgba(180, 179, 179, 0.7) inset;
    padding: 20px;
    max-width: 300px;
} */
.white_box .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    height: 2em;
}
.box_mb {
    margin-bottom: 50px;
}
.title_mb {
    margin-bottom: 20px;
}
.services_img {
    margin-bottom: 20px !important;
}

.icon-holder{
	display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    height: 200px;
    border: 3px solid #e1e1e1;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: border .3s cubic-bezier(.25,.46,.45,.94);
    transition: border .3s cubic-bezier(.25,.46,.45,.94);
}
.white_box .vc_column-inner > .wpb_wrapper:hover .icon-holder{
	border-color: #C4A160;
}
.item-background-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    line-height: 0;
	border: 20px solid transparent;
    border-radius: 50%;
/*     border: 0 solid transparent; */
    box-sizing: border-box;
    -webkit-transition: border .3s cubic-bezier(.25,.46,.45,.94);
    transition: border .3s cubic-bezier(.25,.46,.45,.94);
}
.white_box .vc_column-inner > .wpb_wrapper:hover .item-background-holder {
    border: 20px solid rgba(196,161,96,.3);
    -webkit-transition: border .6s cubic-bezier(.32,1.63,.44,1.82);
    transition: border .6s cubic-bezier(.32,1.63,.44,1.82);
}
.white_box .vc_column-inner > .wpb_wrapper:hover .section_h6{
	color: #C4A160;
}
.icon-circle i{
	font-size: 40px;
	color: #fff;
	line-height: 90px;
}
.icon-circle {
    width: 90px;
    height: 90px;
    line-height: 90px;
    background-color: #797979;
    border: 0;
	display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.section_h6{
	color: #fff;
    font-size: 20px;
	margin-bottom: 10px;
    text-transform: uppercase;
}

.section_p p{
	color: #fff;
    font-size: 15px;
}
.service_icons{
	text-align: center;
	margin-bottom: 20px !important;
}

/* -------home contact us form------ */

.Orphmedia_col_img,
.business_software {
    display: flex;
}

.business_software .orphmedia {
    margin-bottom: 0 !important;
}

.Orphmedia_form input:focus {
    outline: 1px solid rgba(171, 143, 103, 50%);
    border: 1px solid transparent;
}

.Orphmedia_form input:focus::placeholder,
.get_in_touch_form input:focus::placeholder {
    color: transparent;
}

.Orphmedia_form input.wpcf7-submit:hover {
    transition: 0.2s ease-in-out;
    color: #fff !important;
    background-color: #000 !important;
}

.Orphmedia_form .ajax-loader {
    position: absolute;
    right: 25px;
    margin-top: 10px;
}

.Build_better_form {
    font-variant: unset;
    font-size: 30px;
}


/* ---------client pages ----- */

.banner-top {
    position: relative;
}

.banner-top img {
    width: 100%;
}

.banner_heading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 7;
}

.banner_heading h1 {
    color: #fff;
    text-align: center;
    font-size: 72px;
    line-height: 72px;
    letter-spacing: 2.7px;
/*     font-variant: small-caps; */
}

.page_blog {
    margin-top: 70px;
}

.post-visit-button a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    background-color: #000;
    border-radius: 0;
    -moz-border-radius: 0;
    padding: 3px 30px;
}

.page_blog p {
    color: #777;
    font-size: 14px;
    line-height: 26px;
    font-style: normal;
    font-weight: 300;
}

.project_single_details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.blogDate_wrapper {
    text-align: right;
    max-width: 20%;
    width: 100%;
}

.post_txt h6 {
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post_txt p {
    color: #777;
    font-size: 14px;
    line-height: 26px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 0;
}

.yellow_txt {
    color: #c4a160 !important;
}

.share_print {
    text-align: center;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 35px;
    margin-top: 35px;
    padding: 35px 0;
}

.share_print span.share_txt {
    display: inline-block;
    color: #303030;
    font-weight: 500;
    font-size: 12px;
    vertical-align: middle;
}

.addtoany_shortcode {
    display: inline-block;
}

.addtoany_shortcode .addtoany_list {
    display: inline-block;
}

.addtoany_shortcode .addtoany_list.a2a_kit_size_32 a {
    font-size: initial;
}

.print_single_project button {
    -webkit-appearance: button;
    background-color: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    color: #303030;
    font-weight: 500;
    font-size: 14px;
    vertical-align: middle;
    text-decoration: underline;
    padding: 10px 0;
    padding-left: 40px;
/*     background-image: url(../assets/images/print.png); */
	background-image: url(https://orphmedia.wpengine.com/wp-content/uploads/2021/06/print.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
}

.print_single_project {
    margin-top: 20px;
}

.category_project {
    margin-bottom: 30px;
}

.category_project h3,
.post-tags h3 {
    color: #C4A160;
    font-size: 18px;
    font-weight: 300;
/*     font-variant: small-caps; */
}

.category_project a,
.post-tags a {
    margin-right: 10px;
    display: inline-block;
    position: relative;
    color: #777;
    font-size: 14px;
}

.category_project a:hover,
.post-tags a:hover {
    color: #000;
}

.category_project a:last-child,
.post-tags a:last-child {
    margin-right: 0;
}

.category_project a::after,
.post-tags a::after {
    content: "|";
    position: absolute;
    margin-left: 4px;
}

.category_project a:last-child::after,
.post-tags a:last-child::after {
    display: none;
}

.project_category {
    padding-bottom: 50px;
    border-bottom: 1px solid #e0e0e0;
}

.related_post-container {
    padding: 30px 15px;
}

.related_post h4 {
    color: #303030;
    font-size: 20px;
    line-height: 40px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}

.blog_box h3 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    display: none;
}

.related_links {
    display: none;
}

.related_post .col-lg-4.col-md-6.col-sm-12 {
    padding: 0;
}

.post-text img {
    width: 100%;
    height: auto;
}

.post-text {
    position: relative;
}

.blog_box.item-box-blog {
    height: 100%;
}

.blog_box a {
    display: block;
    height: 100%;
}

.blog_links {
    max-width: 300px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: flex;
}

.blog_links::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transition: all 1s ease;
    background-color: rgba(0, 0, 0, 0.8);
}

.blog_links:hover::before {
    opacity: 1;
    z-index: 1;
}

.blog_box img {
    transition: all 1s ease;
    object-fit: cover;
    height: inherit;
}

.blog_links:hover img {
    transform: scale(1.2);
}

.hover_viewBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    text-align: center;
}

.hover_viewBtn .view_btn {
    display: inline-block;
    line-height: 34px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    padding: 0 20px;
    background-color: #000;
    opacity: 0;
    transition: all 1s ease;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2;
}

.blog_box:hover .hover_viewBtn .view_btn {
    opacity: 1;
}

.hover_viewBtn .view_btn:hover {
    border: 2px solid #c4a160;
    color: #fff;
    background-color: #c4a160;
}

.orphmedia_pagination {
    padding: 40px 0;
    border-bottom: 1px solid #e0e0e0;
}

.clear_both {
    clear: both;
}

.orphmedia_pagination a {
    display: inline-block;
}

.orphmedia_pagination h5 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #303030;
}

.orphmedia_pagination p {
    font-size: 12px;
    color: #c4a160;
    line-height: 1em;
    text-transform: none;
    margin-bottom: 6px;
    display: inline-block;
}

.coma_space {
    margin-right: 2px;
    display: inline-block;
    color: #c4a160;
}

.pagination_project_prev {
    float: left;
}

.pagination_project_next {
    float: right;
}

.pagination_project_prev a {
    padding-left: 40px;
    position: relative;
    color: #000;
}

.pagination_project_next a {
    padding-right: 40px;
    position: relative;
    color: #000;
}

.pagination_project_prev a::before {
    content: "<";
    position: absolute;
    font-weight: 500;
    font-size: 30px;
    left: 0;
}

.pagination_project_next a::after {
    content: ">";
    position: absolute;
    font-weight: 500;
    font-size: 30px;
    right: 0;
    top: 0;
}

.pagination_project_next a {
    text-align: right;
}


/* ------search------ */

.page-title,
.listing_title {
    margin-bottom: 30px;
    text-align: center;
}

.page-title span {
    font-size: 52px;
    display: inline-block;
}

.search_results {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.search_results .detail-wrap {
    padding: 10px 0px 50px;
}

.search_results .detail-wrap .entry-summary {
    font-size: 15px;
    line-height: 24px;
    max-height: 96px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.search_results .detail-wrap .entry-title {
    color: #000;
    line-height: 32px;
    margin-bottom: 5px;
}

.search_results .detail-wrap .entry-title a {
    font-size: 18px;
    display: inline-block;
    color: #c4a160;
}

.search_results .detail-wrap .entry-title a:hover {
    color: #000;
}

.page_py-50 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.archive_box {
    margin-bottom: 35px;
}

.post_wrapper .row .col-md-4:nth-last-child(-n+3) .archive_box {
    margin-bottom: 0;
}

.archive_box .banner-top::before {
    content: '' !important;
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.33;
}

.banner-top img {
    width: 100%;
}

.archive_box .category-uncategorized {
    padding: 0px 0 10px;
}

.archive_box .category-uncategorized h3 a {
    font-size: 18px;
    color: #c4a160;
    margin-bottom: 5px;
    display: inline-block;
}

.archive_box .category-uncategorized .detail-wrap .entry-content p {
    font-size: 14px;
}

.listing_wrapper {
    padding: 30px 0 50px;
}

.entry-img a img {
    width: 100%;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagination.navigation {
    justify-content: center;
    margin-top: 35px;
}

.pagination.navigation .nav-links {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin-bottom: 35px;
}

.pagination.navigation .page-numbers {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 0;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    text-decoration: none;
}

.pagination.navigation .page-numbers:hover,
.pagination.navigation .page-numbers.current {
    background-color: #000;
    color: #fff;
}

.pagination.navigation .page-numbers {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 0;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    text-decoration: none;
}

.listing_content {
    padding: 50px 20px;
}

.no-results.not-found {
    padding: 0 20px;
}

.error_page_banner {
    height: 500px;
}

.error_page_banner img,
.archive_section img {
    object-fit: cover;
    height: 100%;
}

.archive .banner-top {
    margin-bottom: 0;
}


/* -------restaurant--------- */

.restaurant_main {
    padding-top: 0 !important;
}

.restaurant_blocks {
    max-width: 31%;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #C4A160;
    background-color: #333333;
    padding: 40px 40px !important;
}

.restaurant_blocks .wpb_content_element {
    margin-bottom: 0 !important;
}

.restaurant_blocks {
    display: flex;
}

.service_wrapper {
    display: flex;
    justify-content: space-between;
}

.service_txt ul {
    list-style-type: disc;
    margin-top: 10px;
}

.service_txt ul li {
    color: #C4A160;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

.service_wrapper {
    margin-bottom: 50px;
}

.expertise_sideTxt ul {
    padding-left: 25px;
}

.expertise_sideTxt ul li {
    font-size: 20px;
    text-transform: uppercase;
}

.expertise_title {
    color: #C4A160;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.expertise_sideTxt p {
    color: #fff;
    font-size: 16px;
    padding-right: 50px;
    font-weight: normal;
}

.expertise_sub_title {
    color: #C4A160;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sub_section_title {
    color: #000;
    font-size: 28px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.site_content {
    margin-bottom: 20px !important;
}

.site_content p {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
}

.content_pl {
    padding-left: 50px !important;
}

.restaurant_btn .vc_btn3 {
    padding: 10px 20px !important;
}

.sub_page_section,
.sub_section {
    padding: 40px !important;
}

.white_txt p,
.white_txt {
    color: #fff;
}

.white_blocks {
    border: 1px solid #000;
    background-color: #fff;
}

.white_blocks .h4_title {
    color: #959595;
}

.white_blocks .h2_title,
.white_blocks .service_txt ul li {
    color: #000;
}

.pink_txt {
    color: #FF007E;
}

.visual_design {
    color: #FFF;
    font-size: 58px;
    font-weight: 900;
    line-height: 55px;
}

.hotel_logos {
    padding: 40px !important;
}

.hotel_h3 {
    color: #000;
    font-size: 20px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 25px;
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
}

.get_in_touch_form .wpcf7-not-valid-tip {
    position: relative;
    top: -15px;
    font-size: 14px;
}

.get-in-touch-section .wpcf7 form .wpcf7-response-output {
    margin: 1em 0em 1em;
    padding: 0.2em 0.9em;
}

.contact_images_section .wpb_content_element {
    margin-bottom: 25px !important;
}

.hotelWebsite_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 30px;
}
.back_to_top{
	display: none;
}
.fa-stack svg {
    max-width: 25px;
    width: 100%;
    margin: 0 auto;
}

.back_to_top:hover svg g {
    fill: #fff !important;
}
.orphmedia_pagination:after {
    content: '';
    display: block;
    clear: both;
}
/* -------insta feed-------- */
.sbi_instagram_link .svg-inline--fa.fa-instagram.fa-w-14 path {
	color: white;
}
.insta_feed{
	margin-bottom: 20px;
}


@media screen and (max-width: 1399px) {
    .restaurant_main {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .restaurant_main .h2_title {
        font-size: 30px;
        line-height: 30px;
    }
    .restaurant_blocks {
        padding: 40px 20px !important;
    }
}

@media screen and (max-width: 1199px) {
    .top_header {
        background-color: #fff;
    }
    .orphmedia_Logo {
        max-width: 300px;
    }
    .menu-mobo-btn {
        border: 2px solid #ab9067;
        background-color: #ab9067;
        border-width: 2px;
        padding: 5px 12px;
        text-transform: uppercase;
        font-weight: 500;
        margin-left: auto;
        margin-right: 20px;
    }
    .menu-mobo-btn a {
        color: #fff;
    }
    .header-menu .navbar-dark .navbar-toggler {
        border-color: transparent;
        background-color: #000;
        border-radius: 3px;
        padding: 6px 10px;
    }
    .header-menu .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .main_menu li a {
        color: #303030;
        font-size: 12px;
        font-weight: 300;
        padding: 10px 12px;
        padding-left: 0;
        display: block;
        margin-right: 60px;
    }
    .menuScroll .main_menu li a {
        font-size: 12px;
    }
    .menu_wrapper {
        display: block;
    }
    .top_header {
        position: relative;
    }
    .collapse.show,
    .collapsing.navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        top: 72px;
        z-index: 2;
        background-color: #000!important;
        padding: 20px 15px 10px;
    }
    .main_menu li {
        width: 100%;
        border-bottom: 1px solid #eaeaea;
        text-align: left;
    }
    .main_menu li:nth-last-child(2) {
        border-bottom: 1px solid transparent;
    }
    .main_menu li:nth-last-child(2) a {
        padding-bottom: 0;
    }
    .main_menu {
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
    }
    .main_menu .sub-menu,
    .sub-menu-inner {
        position: unset;
        background-color: #fff;
        border-color: #fff;
        width: auto;
        padding: 0;
        margin-left: 18px;
        display: block;
        /* opacity: unset;
        visibility: unset; */
    }
    .sub-menu li a:hover,
    .sub-menu-inner li a:hover,
    .menuScroll .sub-menu li a:hover,
    .menuScroll .sub-menu-inner li a:hover {
        color: #333 !important;
    }
    .main_menu .sub-menu li a,
    .sub-menu-inner li a,
    .menuScroll .main_menu .sub-menu li a,
    .menuScroll .sub-menu-inner li a {
        padding: 9px 0px;
    }
    .main_menu li .sub-menu li:last-child {
        border-bottom: 0;
    }
    .sub-child,
    .sub-menu-inner li:nth-last-child(2) {
        border-bottom: 1px solid #eaeaea !important;
    }
/*     .sub-child {
        background-position: 98% 13px;
    }
    .sub {
        background-image: url(assets/images/right-arrow.png);
        background-repeat: no-repeat;
        background-position: 98% 13px;
    } */
    .sub.menu-item-has-children:hover .sub-menu,
    .sub-child.menu-item-has-children:hover .sub-menu-inner {
        /* opacity: unset;
        visibility: unset; */
        display: block;
    }
    .brand_content p br {
        display: none;
    }
    .expertise_title {
        font-size: 24px;
    }
    .expertise_sideTxt p {
        font-size: 15px;
        padding-right: 0;
    }
    .expertise_sub_title {
        font-size: 20px;
    }
    .expertise_sideTxt ul li {
        font-size: 18px;
    }
    .content_pl {
        padding-left: 0px !important;
    }
    .sub_section_title {
        font-size: 26px;
        line-height: 34px;
    }
	.main_menu .sub-child.current-menu-item.page_item > .sub-menu-inner li:hover a{
		color: #000 !important;
	}
}

@media screen and (max-width: 991px) {
    .branding_wrapper .vc_col-sm-8 {
        width: 100%;
    }
    .branding_wrapper .vc_col-sm-4 {
        width: 100%;
    }
    .branding_wrapper .vc_row {
        flex-direction: column;
    }
    .white_box .vc_column-inner>.wpb_wrapper {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .box_mb {
        margin-bottom: 0;
    }
    .website_design {
        padding-top: 0 !important;
    }
    .website_design .vc_row {
        flex-direction: column;
    }
    .website_design .vc_col-sm-4 {
        width: 100%;
    }
    .website_design .vc_col-sm-8 {
        width: 100%;
    }
    .brand_content {
        padding: 10% 15%;
    }
    .social_wrapper .branding_side_section {
        height: 350px;
    }
    .design_img {
        padding: 0 20px 10px !important;
    }
    .design_content {
        padding: 20px 20px;
    }
    .service_box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .service_box .vc_col-sm-3 {
        width: 50%;
    }
    .h2_title.Build_better_form {
        font-size: 24px;
        line-height: 27px;
    }
    .website_design .design_content {
        padding: 10px 0px 20px;
    }
    .website_design {
        padding-top: 40px !important;
    }
    .banner_heading {
        top: 30%;
    }
    .banner_heading h1 {
        font-size: 50px;
    }
    .page-title span {
        font-size: 35px;
    }
    .clients {
        padding-top: 40px;
    }
    .content_pl {
        padding-left: 0px !important;
    }
    .py-50 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .restaurant_blocks {
        max-width: 46%;
        width: 100% !important;
    }
    .service_wrapper {
        flex-wrap: wrap;
    }
    .service_wrapper .restaurant_blocks:last-child {
        margin-top: 30px !important;
    }
    .sub_page_section .vc_col-sm-4,
    .sub_section .vc_col-sm-4 {
        width: 100%;
        margin-bottom: 30px;
    }
    .sub_page_section .vc_col-sm-8,
    .sub_section .vc_col-sm-8 {
        width: 100%;
    }
    .sub_section .vc_row {
        flex-direction: column-reverse;
    }
    .blogDate_wrapper {
        max-width: 30%;
    }
	#sb_instagram .sbi_hover_bottom p {
		text-align: left;
	}
	#sb_instagram .sbi_date, #sb_instagram .sbi_location {
		margin: 0;
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.main-container {
    position: relative;
    top: 80px!important;
    z-index: 1;
    background: #fff;
}
	.home_slider .zeus.tparrows {
		min-width: 50px !important;
		min-height: 50px !important;
	}
	.home_slider #rev_slider_16_1_wrapper .zeus.tparrows:before {
		font-size: 15px; line-height: 50px;
	}
    .collapse.show,
    .collapsing.navbar-collapse {
        padding: 10px 15px 10px;
    }
    .luxury_title h2 {
        font-size: 28px;
    }
    .luxury_lifestyle {
        padding: 50px !important;
    }
    .luxury_txt p {
        font-size: 14px;
        line-height: 22px;
    }
    .launch_title h2 {
        font-size: 28px;
    }
    .branding_title p {
        padding: 0% 10%;
    }
    .branding_title h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .branding_title h6 {
        font-size: 12px;
        margin-bottom: 0;
    }
    .social_wrapper .branding_side_section {
        height: 300px;
    }
    .social_btn button {
        margin: 25px 0 !important;
    }
    .launch_title {
        padding: 40px 15px 25px;
    }
    .video .player .vp-title .vp-title-header h1 {
        font-size: 1em !important;
        font-weight: 500;
    }
    .video .player .vp-sidedock .like-icon,
    .video .player .vp-sidedock .watch-later-icon,
    .video .player .vp-sidedock .share-icon {
        width: 20px;
        height: 15px;
    }
    .video .player .vp-sidedock button {
        width: 2.7em;
        height: 2.7em;
    }
    .video .player .vp-controls .play {
        width: 4.5em;
        height: 2.5em;
    }
    .video .player .vp-controls .pause-icon svg,
    .video .player .vp-controls .play-icon svg {
        width: 15px;
        height: 15px;
    }
    .player .vp-controls .play-bar {
        height: 2.7em;
        padding: 0.7em;
    }
    .Orphmedia_col_img,
    .business_software {
        flex-direction: column;
    }
    .business_software .Orphmedia_col_img .vc_column-inner {
        height: 300px;
    }
    .website_txt .vc_column-inner {
        padding: 0px 30px 0px !important;
    }
    .website_design .design_content {
        padding: 0px 0px 20px;
    }
    .post_txt {
        width: 100%;
    }
    .blogDate_wrapper {
        max-width: 40%;
    }
    .page_blog {
        margin-top: 50px;
    }
    .banner_heading {
        top: 40%;
    }
    /* .banner-top {
        height: 350px;
        margin-bottom: 40px;
    } */
    .banner-top img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    .listing_content {
        padding: 20px 20px;
    }
    .project_image {
        text-align: center;
    }
    .project_image img {
        max-width: 350px;
        width: 100%;
    }
    .archive_box .page_banner.no_banner-image .banner-top {
        margin-bottom: 0;
    }
    .restaurant_btn {
        margin-bottom: 30px !important;
    }
    .sub_page_section,
    .sub_section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .column_reverse {
        flex-direction: column-reverse;
    }
    .restaurant_blocks {
        max-width: unset;
        margin-bottom: 30px;
    }
    .service_wrapper .restaurant_blocks:last-child {
        margin-top: 0 !important;
    }
    .visual_design {
        font-size: 40px;
        line-height: 40px;
    }
    .restaurant_top_title .h3_title {
        font-size: 20px;
    }
    .hotel_logos {
        padding: 0px !important;
    }
    .hotel_logos img {
        max-width: 220px !important;
    }
    .content_pl {
        margin-bottom: 0 !important;
    }
    .sub_section .vc_col-sm-4 {
        margin-bottom: 0 !important;
    }
    .single.single-project .banner-top {
        height: 400px;
        margin-bottom: 40px;
    }
    .hotelWebsite_title br {
        display: none;
    }
    .hotelWebsite_title {
        font-size: 18px;
        line-height: 26px;
    }
	.h2_title{
		font-size: 28px;
	}
	.videoTxt p{
		font-size: 14px;
	}
	.videoTxt {
    	max-width: 85%;
	}
	#sb_instagram .sbi_date, #sb_instagram .sbi_location {
		font-size: 12px;
	}
	#sb_instagram .sbi_date svg, #sb_instagram .sbi_location svg{
		margin-right: 0;
	}
}

@media screen and (max-width: 575px) {
    .main_menu li.sub ul li:last-child a {
        padding-bottom: 10px;
    }
    .main_menu li:nth-last-child(2) a {
        padding-bottom: 10px;
    }
    .main_menu li:nth-last-child(2) {
        border-bottom: 1px solid #eaeaea;
    }
    .luxury_lifestyle {
        padding: 50px 15px !important;
    }
    .luxury_title h2,
    .branding_title h2,
    .launch_title h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .luxury_title h3 {
        margin-bottom: 10px;
    }
    .luxury_title {
        margin-bottom: 10px !important;
    }
    .luxury_lifestyle .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .navbar {
        padding: .5rem 0rem;
    }
    .orphmedia_Logo {
        max-width: 190px;
    }
    .main_menu li:last-child {
        border-bottom: 0;
    }
    .main_menu li:last-child a {
        padding-bottom: 0;
    }
    .main_menu li:nth-last-child(2) {
        border-bottom: 1px solid #eaeaea;
    }
    .main_menu li:nth-last-child(2) a {
        padding-bottom: 10px;
    }
    .collapse.show,
    .collapsing.navbar-collapse {
        top: 95px;
    }
    .service_box .vc_col-sm-3 {
        width: 70%;
    }
    .services_img img {
        max-width: 54px;
        width: 100%;
    }
    .services_txt p {
        font-size: 18px;
    }
    .h2_title {
        font-size: 26px;
    }
    .section_contactUs h2 {
        font-size: 18px;
    }
    .section_contactUs p {
        font-size: 16px;
        line-height: 22px;
    }
    .launch_title {
        padding: 30px 15px 30px;
    }
    .launch_title .h2_title {
        margin-bottom: 10px;
    }
    .website_txt .vc_column-inner {
        padding: 0px 20px 0px !important;
    }
    .design_img .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .section_contactUs h2 br {
        display: none;
    }
    /* .category_project h3,
    .post-tags h3 {
        font-size: 28px;
    } */
    .category_project a,
    .post-tags a {
        font-size: 14px;
    }
    .project_category {
        padding-bottom: 30px;
    }
    .category_project {
        margin-bottom: 20px;
    }
    .share_print {
        margin-bottom: 25px;
        margin-top: 25px;
        padding: 30px 0 25px;
    }
    /* .banner-top {
        height: 250px;
    } */
    .banner_heading h1 {
        font-size: 40px;
    }
    .banner_heading {
        top: 40%;
    }
    .orphmedia_pagination {
        display: none;
    }
    .restaurant_main .h2_title {
        font-size: 28px;
    }
    .sub_section_title {
        font-size: 22px;
        line-height: 32px;
    }
    .expertise_sideTxt ul li {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .expertise_sub_title {
        font-size: 18px;
    }
    .expertise_title {
        font-size: 20px;
    }
    .get-in-touch-section .wpcf7 form .wpcf7-response-output {
        font-size: 11px;
    }
    .single.single-project .banner-top {
        height: 300px;
    }
	.videoSection {
		padding-bottom: 10px;
	}
	.h2_title{
		font-size: 26px;
	}
	.section_h6 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.section_p p {
		font-size: 14px;
	}
	.service_icons {
		margin-bottom: 10px !important;
	}
	.icon-holder {
		width: 160px;
		height: 160px;
	}
	.home_services .h2_title {
		margin-bottom: 30px;
	}
	.item-background-holder {
		border: 15px solid transparent;
	}
	.white_box .vc_column-inner > .wpb_wrapper:hover .item-background-holder {
		border: 15px solid rgba(196,161,96,.3);
	}
	.icon-circle {
		width: 80px;
		height: 80px;
		line-height: 95px;
	}
	.icon-circle i {
		font-size: 35px;
		line-height: normal;
	}
	.white_box .vc_column-inner > .wpb_wrapper {
		margin-bottom: 0;
	}
	.main-container {
    position: relative;
    top: 80px!important;
    z-index: 1;
    background: #fff;
}
}

@media screen and (max-width: 480px) {
    .hotel_logos img {
        max-width: 150px !important;
    }
    .hotel_h3 {
        color: #000;
        font-size: 18px;
    }
	.main-container {
    position: relative;
    top: 80px!important;
    z-index: 1;
    background: #fff;
}
}

@media screen and (max-width: 399px) {
	.top_header .navbar-collapse {
    position: fixed;
    left: 100%;
    right: 0;
    height: 100vh !important;
    transition: .3s linear;
    top: 0;
    background-color: #000!important;
}
    .collapse.show,
    .collapsing.navbar-collapse {
        top: 57px;
		background-color: black!important;
    }
    .branding_title p {
        padding: 0% 5%;
    }
    .design_content {
        padding: 20px 10px;
    }
    .banner_heading h1 {
        font-size: 40px;
    }
    .hotelWebsite_title {
        font-size: 16px;
        line-height: 23px;
    }
    .project_single_details {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .blogDate_wrapper {
        max-width: 40%;
    }
    .blogDate_wrapper .post_txt {
        margin: 15px 0px;
        text-align: center;
    }
}


/* start banner video css .mejs-controls { */


/* display: none;

} */

