/*
Theme Name: Twenty Seventeen Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready
Version: 2.2.1573218136
Updated: 2019-11-08 13:02:16

*/

body,html{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
    font-family: 'proxima_novaregular';
}

a:focus, button:focus{
	outline: none !important;
}

.entry-content a:hover{
	box-shadow: none !important;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'proxima_novabold' !important;
	font-weight: 400 !important;
}

p{
	margin:0; 
}

p,label,strong{
	/*font-size: 22px;*/
/*	color:#000;
*/	/*line-height: 32px;*/
	/*letter-spacing: .5px;*/
/*	font-family: 'proxima_novaregular';
*/}

.img_Overlay,.project_gallery_sec .gallery-item .gallery-icon a{
	position: relative;
}

.img_Overlay::after/*, .project_gallery_sec .gallery-item .gallery-icon a::after */{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
}

/*CUSTOM FONTS CSS STYLE*/
@font-face {
    font-family: 'proxima_novaregular';
    src: url('assets/fonts/proximanova-regular-webfont.eot');
    src: url('assets/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/proximanova-regular-webfont.woff') format('woff'),
         url('assets/fonts/proximanova-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novabold';
    src: url('assets/fonts/proxima_nova_bold-webfont.eot');
    src: url('assets/fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
         url('assets/fonts/proxima_nova_bold-webfont.woff') format('woff'),
         url('assets/fonts/proxima_nova_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novathin';
    src: url('assets/fonts/proxima_nova_thin-webfont.eot');
    src: url('assets/fonts/proxima_nova_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/proxima_nova_thin-webfont.woff2') format('woff2'),
         url('assets/fonts/proxima_nova_thin-webfont.woff') format('woff'),
         url('assets/fonts/proxima_nova_thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/*HEADER CSS STYLE*/
nav.global-nav {
	padding-bottom: 35px;
	padding-right: 0;
	padding-left: 0;
}

nav.global-nav .container, .postPage nav .container {
	max-width: 100% !important;
	padding-right: 48px;
	padding-left: 48px;
}

nav .navbar-brand {
	margin: 0;
}

nav.global-nav .menu-icon .bars {
	background-color: #111 /*#dd441b*/;
}

.home nav.global-nav .menu-icon .bars {
	background-color: #fff;
}

.home nav.global-nav.sticky .menu-icon .bars {
	background-color: #000;
}

/*.home nav.navbar {
	top: 20px;
}
*/
nav.navbar {
	position: fixed !important;
	top: 0;
	padding-top: 35px;
	width: 100%;
	z-index: 9;
}

nav.navbar.sticky {
	background: #fff;
	top: 0;
}

nav .navbar-brand .logo{
	width: 58px;
	transition: all ease 0.3s;
}

nav .nav-item a {
    font-size: 30px;
    color: #888;
    transition: .3s;
    padding: 0 15px !important;
    font-family: 'proxima_novaregular';
    letter-spacing: 1px;
}
#menu-main-menu a.nav-link{
    font-family: 'proxima_novabold';
}

/*.home nav .nav-item a, nav .nav-item.current_page_item a {
    font-family: 'proxima_novabold';
}*/

nav .nav-item a:focus {
	color: #000;
}

nav .nav-item:last-child a {
	padding-right: 0 !important;
}

#menu-responsive-menu .nav-item:last-child a {
	padding-right: 20px !important;
}

.home nav {
	background: transparent;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}

.home nav .nav-item a{
	color: #fff;
}

nav .nav-item a:hover,
nav .nav-item.active a{
	color: #000 /*#dd441b*/;
}

nav button:hover, nav button:focus{
	background: transparent !important;
}

.bar1, .bar2, .bar3 {
  width: 30px;
  height: 4px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px);
  background-color: #fff !important;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-2px, -3px);
  transform: rotate(45deg) translate(-2px, -3px);
    background-color: #fff !important;
}

.responsiveMenu .nav-link{
	color: #fff !important;
}

.responsiveMenu .nav-link:hover{
	color: #888 /*#dd441b*/ !important;
}

.home nav.global-nav.sticky {
	background-color: rgba(256,256,256,256);
/*	padding-bottom: 18px;
	padding-top: 15px;
	top: 0;*/
}

nav.global-nav.sticky .nav-link{
	color: #888;
/*	font-size: 22px;*/
}

nav.global-nav.sticky .nav-link:hover{
	color: #000 /*#dd441b*/;
}

/*.home nav.global-nav.sticky .navbar-brand .logo{
	width: 60px;
}*/

.navbar-toggler{
	padding-right: 0 !important;
}

.current-menu-item .nav-link{
	color: #888 !important;
}

.serach_option{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
    position: relative;
    top:8px;
}

.serach_option input{
	width: 5px;
    height: 28px;
    font-size: 12px;
  	padding: 5px 25px 5px 10px;
  	border: 0;
    border-radius: 0px;
    line-height: normal;
    transition: 0.5s;
    display: none;
}

.serach_option input:focus{
	width: 150px;
	border-bottom: 1px solid #000;
}
/*.serach_option i.fa-search{
	position: absolute;
    right: 10px;
    font-size: 15px;
}*/

/**  css update by Sourav **/
.serach_option button {
    position: absolute;
    right: 12px;
    font-size: 24px;
    background: 0 0;
    padding: 0;
    color: #888;
    top: -25px;
}
.home nav.global-nav.sticky .fa-search{
	color: #888;
}

@media(min-width: 991px){
	.serach_option button {
		position: absolute;
		right: 110px;
		font-size: 20px;
		background: 0 0;
		padding: 0;
		color: #888;
		top: -12px;
	}
}

.home .serach_option button {
	color: #fff !important;
}

.home .serach_option button:hover,
.home .navbar.sticky .serach_option button:hover {
	color: #000;
	transition: 0.3s;
}

.home .navbar.sticky .serach_option button {
	color: #888;
}

.home.animate .banner-left-content{
	width: 100%;
    padding: 0 130px;
    height: auto;
    /*max-width: 650px;*/
    margin: 0 auto;
}
	
.home .banner-left-content {
    transform: translate(-45%,-62%);
}


.serach_option button {
	color: #888;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.serach_option button:hover {
	color: #000;
}

.serach_option button:hover {
	background:none;
}

.sort-by-yr{
	position: fixed;
    left: 30px;
    top: 90px;
    z-index: 999;
}

.change + .sort-by-yr{ z-index: 0; }
.sort-by-yr select{
    height: 28px;
   	font-size: 14px;
    border-radius: 100px;
}

form#searchform1 {
    position: absolute;
    right: 380px;
    top: 42%;
    transform: translateY(-50%);
}

/*SEARCH POPUP SECTION STYLE*/
.search-container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 100px;
    z-index: 999;
    overflow-y: scroll;
    background: hsla(0,0%,100%,.95);
}

input#main_search {
    background: none !important;
    border: 0;
    border-bottom: 1px solid #888;
    border-radius: 0 !important;
    padding: 10px 0;
    font-size: 3.3em;
    line-height: 1.54;
    margin-top: 1.65em;
    margin-left: -.05em;
    width: 100%;
    color: #000;
    box-shadow: none !important;
}
.search-results-wrap {
    padding: 20px 0;
    margin: 50px 0 20px;
}

.search-container ul li{
	margin-bottom: 60px;
}
.search-container ul li:last-child{
	margin-bottom: 0;
}
.search-container .projects .post-image img{
	width: 100%;
} 
.search-container .projects ul li .post-title{
	padding-top: 10px;
	font-size: 18px;
	font-weight: 600;
}

.search-container .news ul li .post-title{
	font-size: 18px;
	font-weight: 600;
}
.search-container .news ul li .date{
	font-size: 18px;
}
.search-container .news ul li .small-desc{
	font-size: 18px;
	margin-top: 15px;
	font-weight: 300;
	font-family: "Roboto", Sans-serif;
}
#close-search{
	font-size: 24px;
}
div.button-group.filters-button-group {
    top: 65px;
	background: transparent !important;
}
/** end css **/

@media(min-width: 1200px){

	#home-content{
		padding: 120px 0 60px;
	}
	/*.swiper-container.home{ height:100%;
	}*/

	#home-content .post-desc{
		padding-right: 80px;
	}

	.projects_page {
	    margin-top: 170px !important;
	}

}


@media(min-width: 991px){

	nav .navbar-brand {
		position: absolute;
	}

	.collapse.responsiveMenu {
		display: none !important;
	}
	/*nav #menu-main-menu .nav-item:last-child a {
		margin-right: 50px;
	}*/

}

@media(min-width: 767px){

	.search-container .projects {
	    padding-right: 60px;
	}
	.search-container .projects::after {
		position: absolute;
		content: '';
		right: 0;
		top: 50px;
		width: 1px;
		height: 100%;
		background:#000; 
	}

	.search-container .news {
	    padding-left: 60px;
	}
}

@media(max-width: 991px){

	nav.global-nav .container {
		padding-right: 3%;
		padding-left: 3%;
	}
	
	nav.navbar,
    .home nav.navbar {
		top: 0;
	}

	nav.global-nav {
	    padding-bottom: 20px;
	    padding-top: 10px;
	}

	.navbar-collapse {
		background: rgba(0,0,0,0.8);
		position: fixed;
		width: 100%;
		right: 0;
		top: 0;
		padding: 10px 20px;
		left: 0;
		bottom: 0;
		display: block;
		height: 0;
		opacity: 0;
		transition: 0.3s;
		z-index: -1;
	}

	.navbar-collapse.show {
		height: 100%;
		opacity: 1;
	}

	#menu-responsive-menu{
		justify-content: center;
		align-content: center;
		align-items: center;
		height: 100%;
	}

	nav .nav-item a {
		font-size: 20px;
		text-align: center;
	}

	.serach_option{
		top: -3px;
	}


	.home .navbar.sticky .serach_option button,
	.serach_option button{
		color: #111 !important;
	}

	.sort-by-yr {
	    position: fixed;
	    top: 24px;
	    z-index: 999;
	    right: 195px;
	    left: auto;
	    padding: 0 !important;
	}

	.home .right-box-content{width: 85%;}
	
	.home.animate .banner-left-content{padding: 0 3%;/*height: 200px;*/}
	div.banner-left-content h1{font-size: 52px;}
	.home .main-centent .row{margin:0;}
	.home .main-centent .post-left-text{padding-left: 15px; padding-right: 15px; order: 2; }
	.home .main-centent .post-left-image{ order: 1; padding-bottom: 20px; }
	.footer .footer-contact-info ul{margin-left:0;}

	span.serach_option button {
	    top: -19px;
	}

	.main-centent .post-left-text .post-content{
		width: 100% !important;
	}



}

.date{
	font-size: 16px !important;
}

@media(max-width: 767px){
	
	nav .navbar-brand .logo{
		width: 40px;
	}
	.bar1, .bar2, .bar3 {
	    width: 25px;
	    height: 3px;
	    margin: 4px 0;
	}
	.sort-by-yr {
	    top: 16px;
	}

	.page-id-1440 .elementor-element-107a76d nav.navbar {
	    background: transparent;
	}

	form#searchform1 {
	    right: 50px;
	    top: 33px;
	}
	body.page-template-projectPage form#searchform1{
	    right: 50px !important;
	    top: 33px !important;
	}

	input#main_search {
	    font-size: 30px;
	    margin-top: 30px;
	}
	.serach_option button{
		font-size: 20px;
	}

	.search-container {
		padding: 15px;
	}
	.search-container .projects{
		margin-bottom: 30px;
	}
	.page-template .profile.about_us_sec .about_us_text h1,.page-template .Om-oss-page .about_us_text h1{font-size: 46px;line-height: 1;}

	span.serach_option button {
	    top: -9px;
	}
	
	
	div.projects_page {
	    margin-top: 65px !important;
	}

	#posts .section-post .post-left-text .post-title{border-top: 0 !important;}

	.banner-left-content + .scroll-dwn{
		display: block !important;
		position: absolute;
	    bottom: 15%;
	    left: 50%;
	    color: #fff;
	    transform: translateX(-50%);
	}



}

@media(min-width: 768px) and (max-width: 991px){
	form#searchform1 {
	    right: 70px;
	    top: 40px;
	}
	body.page-template-projectPage form#searchform1{
		right: 80px !important;
    	top: 40px !important;
	}
}

@media(min-width: 768px) and (max-width: 1200px){

	.change .bar3 {
	  -webkit-transform: rotate(45deg) translate(-7px, -7px);
	  transform: rotate(45deg) translate(-7px, -7px);
	}

	nav.global-nav .container,
	.wonderplugin-gridgallery-tags {
		padding-right: 3%;
		padding-left: 3%;
	}

	.button-group .button{
		padding-left: 10px;
		padding-right: 10px;
	}

}

/*BANNER CSS STYLE*/

.swiper-slide{
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.swiper-slide img{
	width: 100%;
}

.banner-left-content {
    position: absolute;
    top: 42%;
    left: 45%;
    transform: translate(-45%,-50%);
    z-index: 9;
    color: #fff;
    transition: all ease .5s;
    opacity: 0 !important;
    width: 85%;
    height: 0;
    padding-left: 5px;
    overflow: hidden;
}

.animate .banner-left-content {
    height: 120px;
	opacity: 1 !important;
}

.banner-left-content h1 {
    font-size: 86px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: normal;
}

.banner-left-content p {
	font-size: 28px;
	font-weight: 600;
	width: 1024px;
	color: #fff !important;
	line-height: 30px;
	max-width: 100%;
	padding: 0 20px 0 0;
}

.right-box-content a:hover{
	text-decoration: none;
}

.right-box-content {
	position: absolute;
	right: 0;
	z-index: 9;
	bottom: -218px;
	padding:40px 30px;
	background: #fff;
	width: 65%;
	/*width: 100%;*/
	/*max-width: 100%;*/
	height: auto;
	transition: all ease 1s;
	vertical-align: middle;
	display: flex;
	justify-content: center;
    align-items: center;
}

.right-box-content span{
	font-size: 32px;
	color: #000;
	cursor: pointer;
	position: relative;
}

/*.right-box-content span:last-child::after {
	position: absolute;
	content: '';
	border-right: 3px solid #444;
	border-bottom: 3px solid #444;
	width: 15px;
	height: 15px;
	left: 50%;
	top: 110%;
	transform: rotate(45deg);
}
*/
.animate .right-box-content {
	bottom: -1px;
}
.banner_verticale_text{
	position: absolute;
    right: -80px;
    top: 40%;
    z-index: 5;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.right-box-content li {
    width: 33.3%;
    padding: 0 15px;
    opacity: 1 !important;
}
.right-box-content li:hover {
	opacity: 1 !important;
}
@-moz-document url-prefix() {
	/*.animate .right-box-content {
		bottom: 30px;
	}*/

	/*.right-box-content.open{
		bottom: -50px;
	}*/
}



/*.right-box-content.open span:last-child::after {
	top: -30px;
	transform: rotate(225deg);
	transition: .5s;
}*/

.swiper-pagination {
	text-align: left !important;
	padding-left: 5%;
	bottom: 30px !important;
}

.swiper-pagination-bullet {
	width: 35px !important;
	height: 6px !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	margin: 0 15px !important;
}
#scroll-dwn{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    width: 15%;
    margin-top:-2px;
}

#scroll-dwn i.fa-angle-down {
    font-size: 30px;
    height: 12px;
    line-height: 12px;
    overflow: hidden;
    vertical-align: middle;
}

.right-box-content ul {
    width: 90%;
    padding-bottom: 5px;
}

/*.right-box-content .post-title{
	display: inline-block;
	position: relative;
	font-size: 18px;
	font-weight: 600 !important;
	margin-bottom: 10px;
}*/

.date{
	color: #808080 !important; 
}

.right-box-content .date {
    font-size: 16px;
    margin-bottom: 3px;
    display: inline-block;
}

.section-post .Arrow {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 16px;
    margin-left: 5px;
    margin-top: -3px;
    transition: 0.2s;
}
.right-box-content .section-post:hover .Arrow{
	visibility: visible !important;
	opacity: 1 !important;
	margin-left: 10px;
}

/*.post-title::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1);
}*/

/*.right-box-content .section-post:hover .post-title::after{
-webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}*/

.right-box-content .small-desc{
	color: #000;
}

.right-box-content:hover .small-desc{
	color: #000;
}

@media(min-width: 991px){
	.right-box-content {
	    padding: 20px 30px 21px;
	}
}
@media(min-width: 1920px){
	.banner-left-content h1 {
	    font-size: 100px;
	}
}

@media(max-width: 576px){
	.right-box-content li { width: 100%; }
	.right-box-content ul li:nth-child(2),
	.right-box-content ul li:nth-child(3){
		display: none;
	}
	
	.banner_verticale_text{
		right: -70px !important;
	}

	.banner_verticale_text{
		font-size: 14px;
	}
/*
.home.animate div.banner-left-content {
    height: 90px;
}
*/
}

@media(min-width: 577px) and (max-width: 991px){
	.right-box-content li { width: 50%; }
	.right-box-content ul li:nth-child(2){
		display: none;
	}
}

@media(max-width: 767px){

	 div.banner-left-content h1 {
		font-size: 42px;
	}

	.banner-left-content p {
		font-size: 16px;
		line-height: 20px;
	}

	.right-box-content span {
		font-size: 18px;
	}
	.right-box-content{ padding: 20px; display: none; }
	.right-box-content .date {font-size: 18px;margin-bottom: 0px;}
	.right-box-content .post-title {font-size: 16px;line-height: normal;}
	/*.right-box-content .home1 {font-size: 16px;line-height: normal;}*/
	#scroll-dwn {font-size: 15px;width: 40%;margin-top: 0;}


}

@media(max-width: 991px){
	/*.animate .banner-left-content {
		opacity: 1 !important;
		transform: translate(-50%,-50%);
		top: 50%;
	}*/

	.animate .banner-left-content {
	    height: 250px;
	}
	.home .swiper-pagination{
		bottom: 120px !important;
	}

	.banner_verticale_text {
	    right: -120px;
	}

	.swiper-pagination {
		display: none;
	}
	.section-post .Arrow { display: none; }

}

@media(min-width: 768px) and (max-width: 991px){

	.right-box-content span {
		font-size: 18px;
	}
	.right-box-content .date {font-size: 14px;margin-bottom: 0px;}
	.right-box-content .post-title {font-size: 15px;line-height: normal;}
	/*.right-box-content .home1 {font-size: 15px;line-height: normal;}*/
	#scroll-dwn {font-size: 15px;}
}

/*BELOW BANNER PAGE CONTENT CSS STYLE*/
.space-top{
	padding-top: 50px;
}

.main-centent .section-post {
   max-width: 1200px;
   margin: 0 auto 150px;
}

.main-centent .section-post a:hover {
    text-decoration: none;
}

.main-centent ul li:last-child .section-post {
	margin-bottom: 0;
}
/*.main-centent .post-left-text .wp-block-image{
	display: none;
}
*/
.main-centent .post-left-text .date {
	font-size: 18px;
	/*margin-bottom: 10px;*/
	display: inline-block;
}

.main-centent .post-left-text .post-content{
	width: 79%;
}

.main-centent .post-left-text .post-title, .post .entry-title {
	font-size: 36px;
	font-weight: 300 !important;
	color:000;
	margin-bottom: 10px;
	text-align: left !important;
	line-height: normal;
}
.single .elementor-text-editor p,
.single .elementor-text-editor,
/*.profile .elementor-text-editor p,*/
/*.profile .elementor-text-editor,*/
.post-desc p{
	font-size: 20px !important;
    font-weight: 200 !important;
    font-style: normal !important;
    line-height: 1.6em !important;
    color: #000;
    font-family: "Roboto", Sans-serif;
}

@media(max-width: 991px){
	.single .elementor-text-editor p,
	.single .elementor-text-editor,
	/*.profile .elementor-text-editor p,*/
	/*.profile .elementor-text-editor,*/
	.post-desc p{
		font-size: initial !important;
	}
}

.detail-link {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 18px;
}


.main-centent .post-left-text .post-content .link-more{
	display: none;
}

.main-centent .swiper-container2{
	overflow: hidden;
}

.main-centent .swiper-container2 .swiper-pagination {
	padding-left: 0;
	bottom: 30px !important;
	z-index: 1;
}

.page-template-blogPost .main-centent .post-image,
.archive .main-centent .post-image{
	position: relative;
    transition: 1s;
}
.page-template-blogPost .main-centent .post-image::after,
.archive .main-centent .post-image::after{
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(256,256,256,0.2);
}

.page-template-blogPost .main-centent .post-image img,
.archive .main-centent .post-image img{
	width: 100%;
    height: 100%;
    filter: grayscale(45%);
    object-fit: cover;
}

.page-template-blogPost .main-centent .post-image:hover::after,
.archive .main-centent .post-image:hover::after{
	content: none;
	transition: 1s;

}

.page-template-blogPost .main-centent .post-image img:hover,
 .archive .main-centent .post-image img:hover{
	filter: grayscale(0);
}

#home-content .post-image img{
	width: 100%;
	height:100%;
	object-fit: cover;
}


@media(max-width: 991px){
	.main-centent .swiper-container2 .swiper-slide{
		height: 350px;
		width: 88%;
	}

	.main-centent .post-image {
		height: 350px;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap-reverse;
	}
	

	.main-centent .post-left-text .post-title {
		font-size: 1.83rem !important;
	}

}

@media(max-width: 1199px){	

	.main-centent .section-post {
	    width: 95%;
	    margin: 50px auto 0;
	}
	.main-centent .post-left-text {
		padding: 0 3%;
	}

	.detail-link {
		font-size: 16px;
	    margin-top: 0px;
	    margin-bottom: 0;
	}

/*.swiper-container.home {
    height: 100%;
}*/
.swiper-container.home video {
    object-fit: cover;
    height: 100%;
}



}


@media(max-width: 767px){
	.main-centent .section-post {
	    width: 90%;
	    margin: 50px auto 0;
	}


}

@media(min-width: 1200px){

	/*.main-centent .post-left-text {
		padding: 0 8% 0 0;
	}*/

	.main-centent .swiper-container2 .swiper-slide{
		width: 90%;
		height: 500px;
	}
	#posts .section-post .row .post-left-text{
		max-width: 600px !important;
    	flex: unset !important;
	}
	.main-centent .swiper-container2 .swiper-pagination {
		bottom: 20% !important;
	}

	.main-centent .post-image {
		height: 480px;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap-reverse;
	}
	#posts.main-centent .post-image {
		height: 480px;
	}

}

@media(min-width: 1600px){

	/*.main-centent .post-left-text {
		padding: 0 230px 0 0;
	}*/

	.main-centent .swiper-container2 .swiper-pagination {
		bottom: 5% !important;
	}

}

@media(min-width: 2000px){
	.main-centent .swiper-container2 .swiper-slide{
		height: 550px;
	}

	.main-centent .post-image {
		height: 550px;
	}
	#posts.main-centent .post-image {
		height: 480px;
	}

}

@media(min-width: 2700px){
	.main-centent .swiper-container2 .swiper-slide{
		height: 750px;
	}

	.main-centent .post-image {
		height: 750px;
	}
	#posts.main-centent .post-image {
		height: 480px;
	}

}


@media(min-width: 992px) and (max-width: 1199px){
	.main-centent .swiper-container2 .swiper-slide{
		width: 88%;
		height: 420px;
	}
	.main-centent .swiper-container2 .swiper-pagination {
		bottom: 20px !important;
	}

}


/*PROJETS PAGE CSS STYLE*/

#wonderplugingridgallery-1,
#wonderplugingridgallery-2 {
	margin-top: 160px !important;
	/*max-width: 1620px !important;*/
}

#wonderplugingridgallery-2 {
	width: 98% !important;
	overflow: hidden;
}

.wonderplugin-gridgallery-tags {
	position: fixed !important;
	width: 100% !important;
	padding-left:5%;
	padding-right: 4%;
	right: 0;
	left: 0;
	top: 88px;
	z-index: 9;
}

.wonderplugin-gridgallery-tag{
	background: transparent !important;
	font-size: 18px !important;
	color: #000 !important;
	padding: 5px 8px 5px !important;
	margin-bottom: 0 !important;
	font-weight: 400 !important;
	transition: 0.3s;
	font-family: 'proxima_novaregular' !important;
}

.wonderplugingridgallery.change .wonderplugin-gridgallery-tags {
	background: transparent !important;
}

.wonderplugingridgallery.change .wonderplugin-gridgallery-tag.wonderplugin-gridgallery-tag-selected,
.wonderplugingridgallery.change .wonderplugin-gridgallery-tag:hover {
	color: #000 !important;
}

.wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container a{
	position: relative;
	display: inline-block;
}

.wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container a::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	transition: 0.3s;
}

#wonderplugingridgallery-1 .wonderplugin-gridgallery-item-text,
#wonderplugingridgallery-1 .wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container a::after {
	opacity: 1;
}

.wonderplugin-gridgallery-item-text {
	bottom: auto !important; 
	display: block !important; 
	padding-left: 20px !important;
	padding-right: 20px !important;
	transition: all ease 0.3s;
	opacity: 0;
	background: transparent !important;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
	width: auto !important;
}

.wonderplugin-gridgallery-item-title {
	font-size: 18px !important;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
	color: #fff;
}

.wonderplugin-gridgallery-posttitle-link {
	color: #fff !important;
	text-transform: lowercase;
}

.wonderplugin-gridgallery-tag.wonderplugin-gridgallery-tag-selected{
	color: #dd441b !important;
}

.wonderplugin-gridgallery-tags.change .wonderplugin-gridgallery-tag:hover,
.wonderplugin-gridgallery-tags.change .wonderplugin-gridgallery-tag.wonderplugin-gridgallery-tag-selected{
	color: #444 !important;
}

.wonderplugin-gridgallery-item-description{
	display: none;
}

.wonderplugin-gridgallery-item:hover .wonderplugin-gridgallery-item-text,
.wonderplugin-gridgallery-item:hover .wonderplugin-gridgallery-item-container a::after{
	opacity: 1 !important;
}

.wonderplugin-gridgallery-item-text + a{
	display: none;
}

.wonderplugin-gridgallery-tag:hover{
	color: #dd441b !important;
}

/*.wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container a {
	width: 100%;
	position: absolute !important;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
*/
.wonderplugin-gridgallery-item .wonderplugin-gridgallery-item-img{
	margin:0; 
}


/*GALLERY FOR POST PAGE*/
/*#wonderplugingridgallery-1 .wonderplugin-gridgallery-item {
	width: 33.3% !important;
	float: left !important;
	position: relative !important;
	left: 0 !important;
	padding: 0 15px 0 0 !important;
	margin-bottom: 15px !important;
	height: 300px !important;
}

#wonderplugingridgallery-1 .wonderplugin-gridgallery-item .wonderplugin-gridgallery-item-container {
	width: 100% !important;
	height: 100% !important;
}*/

.post-template .post-detail-head .elementor-column-gap-default,
.movies-template .post-detail-head .elementor-column-gap-default{
	max-width: 1640px !important;
}

.post-template .post-detail-content  .elementor-column-gap-default,
.movies-template .post-detail-content .elementor-column-gap-default{
	max-width: 1400px !important;
}

.single-post .wrap {
	max-width: 1640px;
	padding-right: 15px;
	padding-left: 15px;
}

.single-post .wrap .content-area {
	max-width: 100% !important;
	margin-top: 130px;
}


.single-post .wrap .entry-header>p+p{
	font-size: 22px;
}

.single-post .wrap .content-area .wp-block-image img{
	width: 100%;
}

/*  */
.single-post .wrap .row .detail_post_text .detail_post_text {
    padding-left: 0;
}

.single-post .wrap .row .elementor-container {
    margin-left: 0;
}

html.js.svg.background-fixed body.post-template-default.single.single-post.postid-2566.single-format-standard.logged-in.admin-bar.wp-custom-logo.wp-embed-responsive.has-header-image.colors-light.elementor-default.elementor-page.elementor-page-2566.customize-support div.wrap div#primary.content-area main#main.site-main article#post-2566.post-2566.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-38 div.row div.col-12.col-sm-12.col-md-12.col-lg-12.col-xl-12.detail_post_text div.col-12.col-sm-12.col-md-12.col-lg-12.col-xl-12.detail_post_text div.elementor.elementor-2566 div.elementor-inner div.elementor-section-wrap section.elementor-element.elementor-element-43564e5e.elementor-section-boxed.elementor-section-height-default.elementor-section.elementor-top-section div.elementor-container.elementor-column-gap-default div.elementor-row div.elementor-element.elementor-element-3f992169.elementor-column.elementor-col-100.elementor-top-column div.elementor-column-wrap.elementor-element-populated {
    padding-left: 0;
	padding-top: 15px;
}
/* */

.single-post .comments-area {
	width: 980px;
	max-width: 100%;
	padding: 5% !important;
	box-shadow: 0 0 2px 1px #ccc;
	margin-top: 50px;
}

.single-post .wp-block-image{
	margin-bottom: 50px !important;
}

.post-template .elementor-image img{
	width: 100%;
}

.single-post .entry-footer{
/*	max-width: 1400px !important;*/
	margin: 0 auto 30px; 
}
.single-post .entry-content p{
	margin: 0 auto 10px; 
}

.post-detail-head {
	margin-top: 130px;
	overflow: hidden;
}

.post-detail-head .elementor-image-box-img{
	width: 100% !important;
	margin-bottom: 0 !important;
}

.post-detail-head .elementor-image-box-img img{
	width: 100% !important;
}

.post-detail-head .elementor-image-box-wrapper .elementor-image-box-img{
	position: absolute;
}

.post-detail-head .elementor-image-box-wrapper .elementor-image-box-img::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.post-detail-head .elementor-image-box-wrapper .elementor-image-box-content {
	position: relative;
	top: 0;
	text-align: left;
	padding: 20px 20px 20px 50px;
/*	background: rgba(0,0,0,0.7);
	display: flex;
	justify-content: start;
	align-items: center;*/
}

.post-detail-head .elementor-widget-wrap .elementor-image-box-content h3 {
	margin-bottom: 20px !important;
}

.post-detail-head .elementor-image-box-content p {
	color: #fff !important;
	font-size: 18px;
	font-weight: 600 !important;
}

.comment-form p{
	margin-bottom: 20px;
}

.post-detail-content{
	padding: 50px 0;
}


.post-detail-content .elementor-col-66{
	padding-right: 8%;
} 

.post-detail-content .elementor-col-66 .art_ingrees{
	font-size: 28px;
	margin-bottom: 0;
	color: #000;
} 

.post-detail-content .elementor-col-33 .elementor-text-editor p{
	margin-top: 50px;
	color: black;
}

.post-detail-content .elementor-col-33 p:nth-child(3n+1) span{
	font-weight: bold;
    font-size: 16px !important;
}

.post-detail-content .elementor-col-33 .elementor-text-editor p a{
	font-size: 18px;
	font-weight: 700;
    color: #7f7f7f !important;
}

.post-detail-content .label strong{
	font-size: 18px;
    color: #7f7f7f;
    text-transform: uppercase;
}

.post-detail-content .title{
	color: #000;
    font-family: 'proxima_novaregular';
    font-size: 26px;
    font-weight: 600;
}

.post-navigation .nav-previous .nav-subtitle{
	float: left;
}

.post-navigation .nav-next .nav-subtitle{
	float: right;
}

.post-navigation .nav-subtitle {
	padding: 10px 10px;
	background: #444;
	width: 100px;
	color: #fff;
	line-height: 18px;
	text-align: center;
	transition: 0.3s;
	border-radius: 2px;
}

.post-navigation .nav-subtitle:hover,
#submit:hover, .entry-footer .edit-link a.post-edit-link:hover {
	background: #dd441b;
}

.post-navigation .nav-title{
	display: none;
}

.post-navigation .nav-next {
    margin-top: 0 !important;
}

.entry-footer .cat-links .icon, .entry-footer .tags-links .icon{
	top: 4px;
	font-size: 20px;
}

.entry-footer .cat-links {
	font-size: 20px;
	padding-left: 30px;
}

.project_gallery_sec .gallery{
	text-align: center;
}

.project_gallery_sec .elementor-container .gallery-item {
	width: 50% !important;
    margin-bottom: 50px;
    float: left;
    /* padding-right: 8%; */
    padding: 5% !important;
    box-sizing: border-box;
}

.project_gallery_sec .elementor-container .gallery-item:last-child{
	padding-bottom: 0;
}


/*.project_gallery_sec .elementor-container .gallery-item:nth-child(even){
	float: right;
	padding-right: 0;
}*/

.post-detail-head .elementor-image-box-wrapper{
	height: 95vh;
}

.post-detail-head .elementor-image-box-wrapper,
.single-post .wp-block-image {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center !important;
}

.post .entry-meta,
.post .entry-meta a {
	color: #000 !important;
	font-size: 16px !important;
}

.post-1212 .entry-header{
	display: none;
}

.gallery-item a:hover img, .gallery-item a:focus img {
    -webkit-filter: opacity(1);
    filter: opacity(1);
}

#wonderplugingridgallery-4 {
	width: 98% !important;
	overflow: hidden;
	margin-top: 200px !important;
}

#wonderplugingridgallery-4 .wonderplugin-gridgallery-item-text {
	opacity: 1;
	padding-left: 5px !important;
	margin-top: 82px !important;
}

#wonderplugingridgallery-4 .wonderplugin-gridgallery-item-title {
	color: #000 !important;
	font-size: 22px !important;
	text-decoration: underline;
	line-height: normal;
}

#wonderplugingridgallery-4 .wonderplugin-gridgallery-item-date {
	font-size: 15px;
	font-weight: 600 !important;
	color: #8c8c8c;
	text-align: left;
	margin-top: 30px;
}

#wonderplugingridgallery-4 .wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container a::after{
	content: none;
}

/*#wonderplugingridgallery-4 .wonderplugin-gridgallery-item:hover .wonderplugin-gridgallery-item-img {
	transform: scale(1) !important;
}*/

#wonderplugingridgallery-4 .wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container a,
#wonderplugingridgallery-4 .wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container a img{
	width: 100%;
}

.elementor-element-db98623 .elementor-element-populated{
	padding: 0 !important;
}

#wonderplugingridgallery-4 .wonderplugin-gridgallery-loadmore-btn {
	background: transparent !important;
	border: 1px solid #dd441b !important;
	color: #dd441b !important;
}


/*==CUSTOM POST PAGE STYLE==*/
#posts{
	padding-top: 160px;
}

#posts_page .Blog_posts{
	margin-bottom: 30px;
}

#posts_page .post-title {
	margin: 40px 0;
	text-decoration: underline;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
}

#posts_page .date {
	color: #646464;
}

#posts_page .nav-link {
	font-size: 18px !important;
	font-weight: 400;
}

.single-post .entry-header .entry-meta,
.single-post .entry-footer,
.single-post .comments-area,
.single-post .post-navigation{
	display: none;
}

.post-detail-head .elementor-container, .search-results .wrap{
	max-width: 100% !important;
	margin: 0 3rem !important;
	padding-right: 0;
	padding-left: 0;
}

.post-detail-head .elementor-container > .elementor-row .elementor-element-populated{
	padding: 0 !important
}

.postPage nav.navbar{
	padding: 0;
    top: 75px;
    background: #fff;
}

.postPage nav.navbar.change{
    background: transparent;
}

.postPage nav.navbar li a{
	font-size: 16px;
	text-transform: lowercase;
	padding-bottom: 10px !important;
	font-family: 'proxima_novaregular';
	font-weight: bold;
}

.postPage nav.navbar.change li a{ 
	color: #000;
 }

.category .wrap .post{
	width: 100% !important;
}

.category .wrap .post .post-thumbnail{
 	display: none;
 }

/*.detail_post_text{text-align: justify;}*/

.detail_post_text .entry-title{
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10px !important;
    border-bottom: 3px solid #000;
    color: #000;
	/*padding-top: 15px;*/
}

.detail_post_text .entry-content p:blank{
	display: none;
}
.detail_post_img{
	height: 70vh;
    overflow: hidden;
    margin-bottom: 10px;
}
.detail_post_img #post-img {
	background-size: cover;
	background-position: center;
    height: 70vh;
}
.detail_post_img .post_image img{
	/*height: 100%;
	object-fit: cover;*/
	width: 100%;
    /*margin-bottom: 60px;*/
}

.custom_image img{
	width: auto !important;
    /*float: left;*/
    margin: 50px 20px;
}

/*.custom_image img:nth-child(odd){
	float: right;
}*/

.search-results .wrap{
	padding-top: 107px;
}

.search-results .wrap .page-header{
	display: none;
}

.search-results .entry-summary{
	padding-bottom: 80px !important;
}

.search-results .entry-summary .link-more a:hover{
	box-shadow: none;
	text-decoration: none;
}

.search-results .navigation.pagination{
	width: 100%;
	padding-bottom: 0;
}

/*CHANGES ON 17-03-20*/
#posts .section-post .author{
	font-size: 18px;
	text-transform: uppercase;
}

#posts .section-post .date{
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: lowercase;
}
#posts .section-post .post-left-text .post-title{
    font-size: 26px !important;
    font-weight: 600 !important;
	padding-top: 15px;
    margin-top: 25px;
    border-top: 2px solid #000;
    margin-bottom: 40px;
    color:#000;
}
#posts .section-post .row .post-left-text p{
	line-height: 24px;
}

.projects-template .elementor-image-box-title,
.projects-template .elementor-image-box-title + .elementor-image-box-description{
	line-height: normal !important;
}

.container.back_button {
    position: fixed;
    margin-top: 0;
    z-index: 999999 !important;
    top: 98px;
    left: 35px;
    display: none;
}

.container.back_button input[type="submit"]{
	position: relative;
    opacity: 0;
    z-index: 9;
}

.container.back_button .fa-long-arrow-left {
    position: absolute;
    left: 15px;
    top: -5px;
    z-index: 0;
}



@media(min-width: 767px){

	/*.single-post .wrap,*/ .category .wrap{
		max-width: 1650px !important;
	}

/*	.single-post .entry-content{
		width: 35%;
		float: left;
	}*/

	.single-post .post_image{
		height: 100%;
		text-align: right;
	}

	/*.single-post .post_image img{
		height: 100%;
		object-fit:cover;
	}*/

	/*.post-detail-head .elementor-image-box-wrapper,*/
	.single-post .wp-block-image {
		height: 400px;
	}

	.wonderplugin-gridgallery-tag:last-child{

		padding-right: 0 !important;
	}

	#wonderplugingridgallery-1 .wonderplugin-gridgallery-list .wonderplugin-gridgallery-item:nth-child(3n+3) {
		padding-right: 0 !important;
	}

	.post-detail-head .elementor-image-box-img img, .search .post-thumbnail img{
		height: 100vh;
	    object-fit: cover;
	}

	.projects-template .post-detail-head .elementor-image-box-title{
		font-size: 46px !important;
	}


	/*CHANGES ON 17-03-20*/
	#posts .section-post .row .post-left-text:nth-child(odd){
		padding-right: 30px;
	}

	#posts .section-post .row .post-left-text:nth-child(even){
		padding-left: 30px;
	}

	

}

@media(min-width: 992px){


/*	.post-detail-head .elementor-image-box-wrapper,
*/	.single-post .wp-block-image {
		height: 450px;
	}
	
	.post-detail-head .elementor-element-populated,
	.post-detail-content .elementor-element-populated{
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}

	.wonderplugin-gridgallery-tags {
		padding-bottom: 10px;
	}

	.wonderplugin-gridgallery-tags {
		background: #fff;
	}

	.post-detail-content .elementor-container{
		max-width: 85% !important;
	}

	.project_gallery_sec .elementor-container {
	    max-width: 90% !important;
	}

	.projects-template .post-detail-head .elementor-image-box-title{
		font-size: 66px !important;
	}


}

@media(min-width: 1200px){
	.single-post .wrap{
		max-width: 90% !important;
	}

	.detail_post_text {
	    padding-right: 5%;
	}

	.single-post .detail_post_gallery{
		margin-top: 100px;
	}
	/*.post-detail-head .elementor-container,*/
	/*.project_gallery_sec .elementor-container{
		max-width: 1170px !important;
	}*/

}


@media(min-width: 1400px){
	/*.post-detail-head .elementor-image-box-wrapper,*/
	.single-post .wp-block-image {
		height: 750px;
	}

	/*.post-detail-head .elementor-container,*/
	/*.project_gallery_sec .elementor-container{
		max-width: 1350px !important;
	}*/

}


@media(min-width: 1600px){
	.single-post .wrap{
		max-width: 72% !important;
	}

	.detail_post_text{
		padding-right: 8%;
	}
	/*.post-detail-head .elementor-container,*/
	/*.project_gallery_sec .elementor-container{
		max-width: 1640px !important;
	}*/

}



@media(max-width: 480px){
	
	#wonderplugingridgallery-2 {
		margin-top: 180px !important;
	}

	.project_gallery_sec .elementor-container .gallery-item{
		padding-right: 0;
	}

	div.banner-left-content h1 {
    font-size: 42px;
}

}

@media(min-width: 481px) and (max-width: 767px){

	#wonderplugingridgallery-2 {
		margin-top: 150px !important;
	}
}

@media(max-width: 767px){

	.container.back_button {
	    top: 65px;
	    left: 5px;
	}

	div.swiper-container.home {
	    height: 100vh !important;
	}

	div.swiper-container.home video {
	    object-fit: cover !important;
	    height: 100% !important;
	}

	.post-detail-head .elementor-image-box-wrapper{
		height: 350px;
	}

	#wonderplugingridgallery-1 {
		margin-top: 150px !important;
	}

	#wonderplugingridgallery-2 .wonderplugin-gridgallery-tags {
		background-color: #fff;
	}

	#wonderplugingridgallery-2 .wonderplugin-gridgallery-tags.change {
		background-color: transparent !important;
	}

	#wonderplugingridgallery-4 {
		margin-top: 150px !important;
	}

	.wonderplugin-gridgallery-tags {
		right:  0;
		top: 80px;
	}

	.wonderplugin-gridgallery-tag {
		font-size: 16px !important;
		padding-left: 5px !important;
		padding-right: 0 !important;
	}

	#wonderplugingridgallery-1 .wonderplugin-gridgallery-item {
		width: 50% !important;
		top: 0 !important;
	}

	#posts_page .post-title {
		margin-bottom: 20px;
	}

	/*.single-post .entry-content p,
	.post-detail-content p{
		text-align: justify;
	}*/

	.post-detail-content .label strong, 
	.post-detail-content .title{
		font-size: 18px;
	}

	.post-detail-content .elementor-col-66 {
	    padding-right:0;
	}

	.project_gallery_sec .elementor-container .gallery-item {
		width: 100% !important;
	    padding: 5px !important;
	}	

	.post-detail-head figure.elementor-image-box-img img{
		height: 100%;
		object-fit: cover;
	}

	#posts {
	   padding-top: 50px !important;
	}

	.custom_image img:nth-child(odd) {
	    float: none;
	}

	.custom_image img {
	    width: auto !important;
	    float: none;
	    margin: 10px 0;
	}

	.post-detail-head .elementor-container, .search-results .wrap {
/*	    margin: 0 1.5rem !important;*/
	    margin: 0 !important;
	}

	.post-detail-head .elementor-image-box-img {
	    width: 94% !important;
	}

	.projects-template .elementor-image-box-title{
		font-size: 36px !important;
		line-height: normal !important;
	}

	.projects-template .post-detail-content .elementor-inner-column .elementor-widget-container,
	.projects-template section .elementor-widget-container{
		margin: 0 !important;
	}

	.projects-template section .elementor-spacer-inner{
		height: 20px !important;
	}

	.projects-template section .elementor-text-editor, 
	.projects-template section .elementor-text-editor p{
		font-size: 16px !important;
		line-height: 30px !important;
		letter-spacing: 0.5px !important;
		padding: 0 15px;
		text-align: left !important;

	}

	.post-detail-content .elementor-col-33 .elementor-text-editor p {
	    margin-top: 0;
	}



	
}

@media(max-width: 576px){

	.postPage nav.navbar ul{
		flex-direction: row !important; 
	}

	.postPage nav.navbar li a {
	    font-size: 16px;
	    font-weight: 400;
	    padding-left: 7px !important;
	    padding-right: 7px !important;
	}

	.post-detail-head .elementor-image-box-wrapper .elementor-image-box-content {
		padding: 20% 50px;
	}

	.post-detail-head .elementor-widget-wrap .elementor-image-box-content h3 {
		font-size: 26px;
		line-height: 30px;
	}

	.post-detail-head .elementor-image-box-content p {
		font-size: 12px;
		line-height: 20px;
	}

	.post-detail-head .elementor-image-box-wrapper .elementor-image-box-content {

	}	

	.elementor-page-266 #wonderplugingridgallery-1, .elementor-page-266 #wonderplugingridgallery-2 {
		margin-top: 190px !important;
	}

	.elementor-page-266 nav.global-nav {
		padding-bottom: 120px;
	}

	#wonderplugingridgallery-1 .wonderplugin-gridgallery-item {
		width: 100% !important;
		padding-right: 0 !important;
	}


}


@media(min-width: 577px) and (max-width: 767px){

	.post-detail-head .elementor-widget-wrap .elementor-image-box-content h3 {
		font-size: 36px;
		line-height: 42px;
	}

	#wonderplugingridgallery-1 .wonderplugin-gridgallery-list .wonderplugin-gridgallery-item:nth-child(even) {
		padding-right: 0 !important;
	}

}

@media(max-width: 991px){
	.postPage nav.navbar{
		top: 60px;
	}

	#posts {
	   padding-top: 100px ;
	}

	.post-detail-head{
		margin-top: 80px;
	}

	.post-detail-content .elementor-container{
		max-width: 97% !important;
	}

div.swiper-container.home {
    height: auto;
}
div.swiper-container.home video {
    object-fit: cover;
    height: auto;
}

.post-detail-content .elementor-col-33 p:nth-child(3n+1) span{
    display: inline-block;
    margin-top: 10px;
}

.post-detail-content .elementor-col-33 p:nth-child(3n+3){
	display: none;
}

}

@media(max-width: 1024px){

	.postPage nav .container{
		padding-left: 3%;
		padding-right: 3%;
	}

	.post-detail-content .elementor-col-66,
	.post-detail-content .elementor-col-33{
		width: 100% !important;
	}

	.wonderplugin-gridgallery-item-title {
		font-size: 14.5px !important;
	}

}

@media(max-width: 1200px){

	#wonderplugingridgallery-1 .wonderplugin-gridgallery-item-title {
		font-size: 14px !important;
	}

	#wonderplugingridgallery-4 {
		width: 95% !important;
	}

	.wonderplugin-gridgallery-tags {
		padding-right: 3%;
		padding-left: 3%;
	}

	.single-post .wrap .content-area {
		margin-top: 20px;
	}
	.post-template-default.single {
		margin-top:80px;
	}
	
	.detail_post_img .post_image img{
		width: 100%;
	}

	.detail_post_text{
		order: 2;
	}

	.detail_post_img{
		order: 1;
		margin-top: 10px;
	}
	
	.detail_post_gallery{
		order: 3;
	}

	.section-post .Arrow {
	    display: none;
	}
	

}


@media(min-width: 768px) and (max-width: 1200px){
	.post-detail-head .elementor-container {
	    margin: 0 1.7rem !important;
	}

	.search-results .wrap {
	    margin: 0 2.2rem !important;
	}

	/*CHANGES ON 17-03-20*/
	#posts .post-image {
	    height: 300px;
	    overflow: hidden;
	}

	.projects-template .elementor-image-box-title{
		font-size: 46px !important;
		line-height: normal !important;
	}



}

@media(min-width: 1025px) and (max-width: 1480px){
	/*.post-detail-content .elementor-container {
		max-width: 1140px !important;
	}*/
}

@media(min-width: 992px) and (max-width: 1199px){
	#posts_page.main-centent .post-image {
		height: 380px;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap-reverse;
	}
	#posts.main-centent .post-image {
		height: 480px;
	}

}


/*PROJETS PAGE CSS STYLE ENDS*/

/*========NEW PROJECTS page============*/
/*body.page-template-projectPage nav.global-nav .container{
	padding-right: 48px;
    padding-left: 48px;
}
*//*body.page-template-projectPage form#searchform1 {
    position: absolute;
    right: 380px;
    top: 50px;
}*/
.filters-button-group .button{
	font-size: 16px !important;
	font-family: 'proxima_novaregular';
	color: #888 !important;
	font-weight: bold !important;
}
.filters-button-group .button:hover{
	color: #000 !important;
}
.filters-button-group .button.is-checked{
	color: #000 !important;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #262524;
  
}
.project-coloum{
	margin: 12px;
  
}

@media(min-width: 991px){
	.element-item:hover .project-content{
		opacity: 1;
	}
}

.project-content {
    position: absolute;
    width: 91.5%;
    height: 87%;
    top: 20px;
    color: #fff;
    left: 20px;
    padding: 25px;
    opacity: 0;
    display: flex;
    flex-direction: column;
}

.project-image {
	box-sizing: border-box;
	height: 300px;
	overflow: hidden;
    position: relative;
}

.project-image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-image::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.7);
  display: none;
}

.element-item:hover .project-image::after{
  display: block;
}

.project-content p{ 
  color: #fff !important; 
  line-height: normal; 
  font-weight: 500; 
}

.project-content .title {
	font-size: 22px;
	margin-bottom: 80px;
	line-height: normal;
	flex: 1;
	font-weight: 700;
}

.project-content .cat_name{
	display: none;
}

@media(max-width: 990px){
	.project-content{
		opacity: 1;
		flex-direction: row;
		padding: 15px;
	}
	
	.project-content .title {
		margin: 0px;
		align-self: end;
	}
	
	.project-content .date, .cat_name {
		display: none;
	}
}
  
  .project-content .title:first-letter{
  	text-transform: uppercase;
  }

 @media(min-width: 100px){
  .element-item {
    width: 100%;
  }

  .project-content p{
    font-size: 16px;
  }

}

/*@media(min-width: 768px){
  .element-item {
    width: 50%;
  }
  
}*/

@media(min-width: 992px){
  .element-item {
    width: 25%;
  }

	.project-image {
		height: 220px;
	}

}

@media(min-width: 1650px){
  .element-item {
    width: 25%;
  }

  .project-image {
	height: 275px;
  }

  .project-content p{
    font-size: 22px;
  }

}

@media(min-width: 2000px){
  .element-item {
    width: 20%;
  }

}

@media(min-width: 2500px){
  .element-item {
    width: 16.6%;
  }

}

@media(min-width: 3000px){
  .element-item {
    width: 14.28%;
  }

}

@media(min-width: 3500px){
  .element-item {
    width: 11.11%;
  }

}

@media(min-width: 4000px){
  .element-item {
    width: 10%;
  }

}

@media(min-width: 4500px){
  .element-item {
    width: 9.09%;
  }
}

@media(min-width: 5000px){
  .element-item {
    width: 8.33%;
  }  

}
@media(max-width: 767px){
	.projects_page{
		margin-left: 7.5px !important;
		margin-right: 7.5px !important;
	}

	.project-image{
		margin: 10px;
	}

	.projects_page .project-image img {
	    width: 100%;
	    padding: 0;
	}

	.button-group.filters-button-group {
	    top: 20px !important;
	}

	
	

}

@media(max-width: 480px){
	.sort-by-yr{
		right: 160px;
	}
}

@media(max-width: 991px){
	.projects_page{
		margin-top: 80px !important;
	}
	
	.button-group.filters-button-group {
		width: 100% !important;
	    right: 0 !important;
	    padding: 0 20px 20px !important;
	    background: transparent !important;
	    position: relative !important;
	    display: block !important;
	    z-index: 0 !important;
	}

	.button-group.filters-button-group .button{
		padding: 10px !important
	}

	.button-group.filters-button-group.change{
		z-index: 0;
	}
	.serach_option input{
		width: 110px;
	}
	



} 

@media(min-width: 768px) and (max-width: 991px){
	.button-group.filters-button-group {
	    top: 27px !important;
	}

	.post-detail-content .elementor-inner-column .elementor-widget-container{
		margin-left: 0 !important;
	}
	.post-detail-head figure.elementor-image-box-img img{
		height: 100%;
		object-fit: cover;
	}

	.project-image{
		height: 450px;
	}
}

@media(min-width: 577px) and (max-width: 767px){

	.project-image{
		height: 380px;
	}

}

@media(min-width: 481px) and (max-width: 576px){

	.project-image{
		height: 350px;
	}

}

@media(min-width: 321px) and (max-width: 480px){

	.project-image{
		height: 280px;
	}

}

@media(min-width: 100px) and (max-width: 320px){

	.project-image{
		height: 220px;
	}

}

/*========end:: NEW PROJECTS page============*/


/*PROFILES PAGE CSS STYLE*/

/*.profile {
	padding-top: 70px;
}*/

.sec_top_space {
	/*padding-top: 6% !important;*/
}

.page-id-1440 nav.navbar{ background: #fff; }
.elementor-element-d1554ea > .elementor-element-populated,
.profile .elementor-element-9c320c8 .elementor-element-populated{
	padding: 0 !important;
}

.Om-oss-page .elementor-element-populated{
	padding: 0 !important;
}

.Om-oss-page .banner-img{
	margin-bottom: 0 !important;
}

.elementor-977 {
	margin-top: 185px;
}

.profile nav,
.Om-oss-page nav {
	top: 75px;
	right: 0;
	width: 100%;
	background: #fff;
	padding-right: 48px;
	padding-top: 0;
}

.profile nav .navbar-nav,
.Om-oss-page nav .navbar-nav{
	flex-direction: row !important;
	justify-content: center;
}

/*@-moz-document url-prefix() {
	.profile nav {
		top: 92px;
	}

}*/

.profile nav .nav-link,
.Om-oss-page nav .nav-link{
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 15px 0;
}

.profile nav .nav-item:last-child .nav-link,
.Om-oss-page nav .nav-item:last-child .nav-link {
	padding-right: 0;
}

.profile nav .nav-link.active,
 .Om-oss-page nav .nav-link.active{
	color: #888;
}

/*section.profile {
    width: 90%;
    margin: 0 auto;
}*/

.Om-oss-page {
    width: 80%;
    margin: 0 auto;
}

.elementor-element-7231c56{
	padding-top: 170px !important;
}

/*.profiles-banner .elementor-element-populated {
	height: 820px;
}*/

.profiles-banner .elementor-widget-wrap {
	justify-content: center;
	align-items: center;
	align-content: center !important;
}

.profiles-banner .section-heading h2,
.Om-oss-page .section-heading h2{
	font-size: 96px;
	color: #fff;
	text-transform: none;
	line-height: 1.2em;
	text-align: center;
}

.profile .elementor-widget-heading{
	z-index: 1;
}

.profiles-banner .elementor-widget-image {
	overflow: hidden;
	margin-bottom: 0 !important;
}

.profiles-banner .banner-img img,
.Om-oss-page .banner-img img{
	width: 100%;
}

.profile .centent-sec .elementor-text-editor p{
	font-weight: 300;
	font-size: 19px;
	color:#404040;
	line-height: 32px;
	letter-spacing: .5px;
	margin-bottom: 0;
}


.profile .emp_block .elementor-element-populated {
	overflow: hidden;
	position: relative;
	transition: 0.3s;
}

/*.profile .emp_block .elementor-element-populated:hover{
	transform: scale(1.01);
}*/

.profile .emp_block .elementor-element-populated .elementor-image img {
	transition: 0.3s;
}

/*.profile .emp_block .elementor-element-populated .elementor-image:hover img {
	transform: scale(1.2);
}*/

/*.profile .emp_block:last-child .elementor-element-populated {
	margin-right: 0;
}
*/
/*.profile .emp_block .elementor-element-populated::after {
	position: absolute;
	content: '';
	width: 270px;
	height: 1px;
	background:red;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%); 
}

.profile .emp_block::after {
	position: absolute;
	content: '';
	width: 30px;
	height: 21px;
	background: url('assets/images/slice_r_ico.png') no-repeat;
	background-position: center -21px;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
}*/

 .profile .emp_block .elementor-image{
 	position: relative;
 }

/* .profile .emp_block .elementor-image::after{
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}*/

.profile .emp_block,
.Om-oss-page .emp_block{
	/*box-shadow: 0 0 2px 1px #ccc;*/
/*	margin: 30px 40px 0 0;*/
	padding: 15px 30px 15px !important
}

.profile .emp_block .elementor-image img{
	width: 100%;
}
.Om-oss-page  .emp_block .elementor-image img{
	width: 100%;
}

.profile .emp_block:hover::after {
	background-position: 3px 0;
	transition: .3s;
}

.profile .emp_block h4,
.Om-oss-page .emp_block h4{
	font-size: 30px;
	color: #000;
	font-weight: 400;
}

.profile .emp_name,
.Om-oss-page .emp_name{
	margin-top: 10px;
}

.profile .emp_occupation, .profile .emp_name, .profile .email, .profile .emp_name, .profile .emp_info{
	text-align: center !important;
}
.Om-oss-page .emp_occupation, .Om-oss-page .emp_name, .Om-oss-page .email, .Om-oss-page .emp_name, .Om-oss-page .emp_info{
	text-align: center !important;
}

/*.profile .email a,
*/.Om-oss-page .email a{
	color: #ee3224 !important;
}

.profile .emp_img, .profile .emp_name, .profile .email, .profile .contact-no{
	margin-bottom: 10px !important;
}
.Om-oss-page .emp_img, .Om-oss-page .emp_name, .Om-oss-page .email, .Om-oss-page .contact-no{
	margin-bottom: 10px !important;
}

.profile .email, .profile .contact-no {
	height: 0;
	overflow: hidden;
	transition: .3s;
}
.Om-oss-page .email, .Om-oss-page .contact-no {
	height: 0;
	overflow: hidden;
	transition: .3s;
}

.profile .emp_block:hover .contact-no {
	height: 20px;
}

.profile .emp_block:hover .email{
	height: 40px;
}


.profile .emp_occupation,
.Om-oss-page .emp_occupation{
	margin-bottom: 15px !important;
}

/*.profile .emp_occupation p, */
.profile .email p,
.profile .contact-no p {
	font-size: 20px;
	color: #000;
	font-weight: 600;
}
.Om-oss-page .emp_occupation p, 
.Om-oss-page .email p,
.Om-oss-page .contact-no p {
	font-size: 20px;
	color: #000 !important;
	font-weight: 600;
}

.conatct-info .bocks h3{
	font-size: 26px;
	color: #505050 !important;
}

.conatct-info .bocks .elementor-text-editor p{
	margin-bottom: 0;
}

.conatct-info .bocks .elementor-widget-heading{
	margin-bottom: 10px !important;
}

.address_sec .elementor-widget-wrap .elementor-element{
	margin-bottom: 0;
}

.address_sec .elementor-widget-wrap .elementor-widget-heading{
	margin-bottom: 35px;
}

.address_sec .elementor-element-7bb6dfa{
	margin-top: 60px;
} 

.omtale .elementor-widget-text-editor p{
	margin-bottom: 5px;
	font-family: 'proxima_novaregular';
}
#search_page{
	margin-top:100px;
}

.search-no-results .wrap .error_message {
    order: -1;
    text-align: center;
	margin-top:200px;
}
.search-no-results .wrap {
    display: flex;
    flex-wrap: wrap;
}
.search-no-results .wrap header#search_page {
    width: 100%;
}
.search-no-results .wrap .error_search {
    width: 100%;
}
.search-results .entry-summary{
	padding-bottom:100px;
}
.hl_sortby.text-right.pb-2.pt-2 select {
	border-radius: 7px;
	height:36px;
}

/******NEW DESIGN FOR PROFILE PAGE******/
/*.profile .carousel-slider .owl-item {
	height: 650px !important;
	overflow: hidden;
}
*/

/*.profile .elementor-section.elementor-section-boxed > .elementor-container,
.elementor-element-9d471ca .elementor-container{
	max-width: 1860px !important;
	width: 100%;
}*/

/*.profile .elementor-container {
    max-width: 100% !important;
}*/

.elementor-1440{
	overflow: hidden;
}

.profile.elementor-section-boxed>.elementor-container{
	max-width: 1200px !important;
}

.profile .elementor-element-a0ea9a9 > .elementor-element-populated{
	padding-bottom: 0 !important;
}

.profile nav .nav-item a,
.Om-oss-page nav .nav-item a{
	padding-bottom: 10px !important;
	text-transform: lowercase;
}

.profile .carousel-slider .carousel-slider__caption {
	position: absolute !important;
	top: 50px;
	width: 450px;
	left: 5%;
	width: 450px;
	z-index: 2;
}

.profile .carousel-slider .carousel-slider__caption .title {
	-o-text-overflow:unset !important;
	text-overflow: unset !important; 
	color: #fff !important;
	text-align: left !important;
	overflow: visible !important;
}

.profile .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 0;
}

.profile .overlay p{
	color: transparent !important;
}

.profile .large_image_sec .elementor-element-populated{
	min-height: 650px;
}

.large_text_sec {
	padding: 0 5%;
}

.address .large_text_sec,
.omtale_sec .large_text_sec{
	display: flex;
	justify-content: center;
	align-items: center;
}


.profile .large_text_sec h2 {
	color: #000 !important;
	font-size: 52px;
	margin-bottom: 20px;
}

.elementor-element-f0a42a8 h2{
	margin-bottom: 0 !important;
}

.large_text_sec p br{
	display: none;
}

.large_text_sec strong{
	font-size: 26px;
	color: #000 !important;
}

.profile.about_us_sec .about_us_text {
	/*width: 700px;
	max-width: 100%;*/
	margin-bottom: 50px;
	/*padding-left: 10%;*/
}

/*.profile.about_us_sec .about_us_text h1,*/
.Om-oss-page .about_us_text h1{
	font-size: 100px;
	color:#000;
	font-weight: 900;
	line-height: normal;
}

.profile .large_image_sec .elementor-widget-heading {
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	z-index: 1;
}

.profile .large_image_sec .elementor-widget-container {
	width: 100%;
	padding: 0 5%;
}

.profile .large_image_sec .elementor-widget-container .elementor-heading-title{
	font-size: 76px !important;
	font-weight: 900 !important;
	color:#fff;
}

.profile.omtale_sec .large_text_sec p{
	margin-bottom: 2.5%;
}

.profile .swiper-container2{
	height: 850px;
	width: 100%;
	overflow: hidden;
}

.profile .swiper-container2 .swiper-slide h4 {
	font-size: 76px !important;
	padding-left: 5%;
	color: #fff;
	width: 300px;
	position: absolute;
	left: 0;
	line-height: normal;
	padding-top: 50px;
}

.elementor-element-a7c198b{
	padding-top: 70px !important;
}

.elementor-element-f0a42a8{
	margin-bottom: 0 !important;
}

/*.clients-logo .elementor-container{
	max-width: 1860px !important;
}*/

#map {
/*	height: 450px;
*/	filter: grayscale(100%); 
}

.map_sec iframe{ filter: grayscale(100%); }

.banner-img::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 0;
	left: 0;
    top: 0;
	background: rgba(0, 0, 0, 0.7);
}
.section-heading{
	position: absolute !important;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}
/*.profile.address_sec .elementor-text-editor p{
	font-size: 18px;
	line-height: 26px;
}*/
@media(min-width: 576px){
	
	.profile .carousel-slider .carousel-slider__item img {
		height: 300px !important;
	}

}

@media(min-width: 767px){
	.profile .carousel-slider .carousel-slider__caption .title {
		font-size: 26px !important;
		line-height: 30px;
	}

	.profile .swiper-container2 .swiper-slide{
		width: 70% !important;
	}


}

@media(min-width: 992px){
	/*.profile .elementor-container {
		max-width: 1860px !important;
		max-width: 100% !important;
	}*/
	
	/*.profiles-banner .elementor-widget-image{
		height: 450px;
	}*/

	.profile .carousel-slider .carousel-slider__item img {
		height: 500px !important;
	}

	.profile .carousel-slider .carousel-slider__caption .title {
		font-size: 46px !important;
		line-height: 50px;
	}

	.about_us_sec .elementor-widget-wrap .emp_sec:last-child .emp_block{
		margin-bottom: 0;
	}

}

@media(min-width: 1200px){
	/*.profile .emp_block .elementor-element-populated {
		padding:15px 15px 15px 0 !important;
	}*/

	.profile .elementor-element-populated {
		padding-left: 0px !important;
		padding-right: 0px !important;
		padding-top: 0 !important;
	}

	.profile .carousel-slider .carousel-slider__item img {
		height: 600px !important;
	}

	.profile .carousel-slider .carousel-slider__caption .title{
		font-size: 76px !important;
		line-height: 70px;
	}

	.profile .swiper-container2 .swiper-slide h4{
		font-size: 76px !important;
	}


	.profile .large_image_sec{
		min-height: 900px;
	}

	.profile.omtale_sec.large_image_sec{
		min-height: 950px;
	}

	.profile.address .large_image_sec{
		min-height: 1150px;
	}

}


/*@media(min-width: 1920px){
		.profile nav {
			padding: 0 15px !important;
	}

}*/

@media(min-width: 576px) and (max-width: 767px){

	.profiles-banner .section-heading h2,
	.Om-oss-page .section-heading h2 {
		font-size: 56px;
	}

}

@media(min-width: 768px) and (max-width: 1024px){

	.clients-logo .blocks{
		width: 33.3% !important;
	}

}

@media(min-width: 1025px) and (max-width: 1199px){
	.profile .emp_block .elementor-element-populated {
		margin: 30px 10px 0;
	}
}


@media(max-width: 576px){
	
	.profile .carousel-slider .carousel-slider__item img {
		height: 300px !important;
	}

	.post-detail-head .elementor-image-box-img{
		height: 100%;
	}

	.profile.about_us_sec .about_us_text {
		padding-left: 0;
	}
	
	.profile .emp_block .elementor-element-populated {
		padding: 0 !important;
	}
	
}

@media(max-width: 767px){
	/*section.profile {
	    width: 96%;
	}

	.Om-oss-page {
	    width: 96%;
	    margin: 0 auto;
	}*/

	/*section.profile .elementor-text-editor{ text-align: justify; }*/

	.elementor-page-92 nav.global-nav{
		padding-bottom: 30px;
	}
	
	.elementor-page-92 .profile{
		padding-top: 0;
	}

	.profile .emp_block {
		width: 50% !important;
	}
	.Om-oss-page .emp_block {
		width: 50% !important;
	}

	.emp_sec{
		margin-bottom: 10px !important;
	}

	.profile .emp_block, .Om-oss-page .emp_block{
		padding: 0 !important; 
	}

	/*.profile .centent-sec .elementor-text-editor p {
		text-align: justify;
	}*/

	.elementor-element-8fa57e1.centent-sec .elementor-text-editor p {
		text-align: left !important;
		margin-bottom: 5px;
	}

	/*#map {
		height: 200px;
	}*/
	.profile .carousel-slider .carousel-slider__caption .title {
		font-size: 26px !important;
		line-height: 30px;
	}

	.profile .large_image_sec{
		margin-bottom: 30px;
	}

	.profile .large_image_sec .elementor-widget-container .elementor-heading-title {
		font-size: 56px !important;
	}

	.large_text_sec {
		padding: 0;
	}

	.profile .large_text_sec h2 {
		font-size: 36px;
		margin-bottom: 0;
	}

	.profile .large_text_sec p {
		line-height: 30px;
		/*text-align: justify;*/
	}
	
	.profile .large_text_sec strong {
		font-size: 20px;
	}

	.profile.about_us_sec .about_us_text h1,
	.Om-oss-page .about_us_text h1 {
		font-size: 46px;
		line-height: 50px;
	}

	/*.profile.about_us_sec .about_us_text p{
		text-align: justify;
	}*/

	.elementor-element-03fd776 p{
		text-align: left !important;
	}

	.profile.about_us_sec .about_us_text {
		margin-bottom: 0px;
	}

	.profile .emp_block {
		margin: 0 auto 
	}

	.clients-logo .blocks{
		width: 50% !important;
	}

	.profile .swiper-container2 {
		height: 450px;
	}

	.elementor-element-a0ea9a9 > .elementor-element-populated{
		padding:0 !important; 
	}

	.profile .swiper-container2 .swiper-slide h4 {
		font-size: 46px !important;
	}

	.profile .emp_block h4, .Om-oss-page .emp_block h4{
		font-size: 18px;
	}


	.profile .emp_occupation p, .profile .email p, .profile .contact-no p{
		font-size: 14px;
		/*word-break: break-all;*/
	}

	.profiles-banner .section-heading h2,
	.Om-oss-page .section-heading h2 {
		font-size: 30px !important;
	}	

	section.profile .elementor-text-editor,
	section.profile .elementor-text-editor p,
	section.profile .elementor-text-editor span{font-size: 16px !important;}

}

@media(max-width: 1024px){


	.profile .emp_block .elementor-widget-heading{
		text-align: center !important;
	}

	.profiles-banner .section-heading h2{
		font-size: 56px;
	}

	.profile.space-top {
	    padding-top: 0px;
	}

}

@media(max-width: 991px){
/*	.profile nav{
		display: none;
	}
*/
	.sec_space_top {
		padding-top: 50px !important;
	}	

	.sec_space_btm {
		/*margin-bottom: 25px !important;*/
	}	

	.post-detail-content {
		padding: 0;
	}
	
	.elementor-977 .elementor-element.elementor-element-d285bed {
		margin-bottom: 0 !important;
	}

	.single-post .wp-block-image {
		margin-bottom: 35px !important;
	}

	section.profile {
	    padding-left: 1em;
	    padding-right: 1em;
	}

	section.profile .elementor-column>.elementor-element-populated{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.profile .carousel-slider .carousel-slider__caption {
		width: 300px;
	}

	.elementor-page-977 nav.global-nav {
		padding-bottom: 25px;
	}

	.Om-oss-page nav{
		display: none;
	}

	/*.elementor-977, .elementor-1440,
	.elementor-1544 {
		margin-top: 70px;
	}*/

	.elementor-element-7231c56 {
	    padding-top: 80px !important;
	}

	.elementor-element-fbebdf2 .profile-nav{
		background: transparent;
	}


}

@media(min-width: 768px) and (max-width: 1199px){
	.profile .emp_block, .Om-oss-page .emp_block {
	    padding: 15px 0 15px !important;
	}

}

/*COMMAN PARAGRAPH FONT SIZES*/
@media(max-width: 767px){
	
	
	.main-centent .post-left-text .post-content p,
	/*.single-post .entry-content p,*/ .post-detail-content p,
	.profile .large_text_sec p,.profile.about_us_sec .about_us_text p,
	.profile p, .profile p span, .profile p strong , .single .elementor-text-editor, .single .elementor-text-editor p{
		/*font-size: 20px !important;*/
	}

	#wonderplugingridgallery-4 .wonderplugin-gridgallery-item-title{
		font-size: 18px !important;
	}


}

@media(min-width: 768px) and (max-width: 991px){
	.main-centent .post-left-text .post-content p,
	.single-post .entry-content p, .post-detail-content p,
	.profile .large_text_sec p,.profile.about_us_sec .about_us_text p,
	.profile p, .profile p strong  {
		/*font-size: 18px;*/
	}
	#wonderplugingridgallery-4 .wonderplugin-gridgallery-item-title{
		font-size: 20px !important;
	}

	.profile .emp_block {
		width: 50% !important;
	}
	.Om-oss-page .emp_block {
		width: 50% !important;
	}

	

}
/*COMMAN PARAGRAPH FONT SIZES END*/

@media(max-width: 1200px){
	.profile nav {
		padding-left: 3%;
		padding-right: 3%;
	}

}

/*FOOTER CSS STYLE*/

.site-footer .widget-column.footer-widget-1,
.site-footer .widget-column.footer-widget-2 {
	float: none !important;
	width: 100% !important;
}

footer.site-footer {
	border-top: 0;
	margin-top: 150px;
}

footer.site-footer .widget-area {
	padding-bottom: 0;
	padding-top: 0;
}

footer .widget {
	padding-bottom: 0;
}

footer.site-footer ul li{
	list-style: none;
}

.footer .widget-area a:hover{
	box-shadow: none;
}

.footer .social-icons a i.fa{
	font-size: 26px;
	font-weight: bold;
	transition: 0.4s;
}

.footer .social-icons a i.fa:hover{
	color: #888;
}

.footer .footer-contact-info a{
	color: #000 !important;
}

.footer .footer-contact-info li a:hover{
	color: #888 !important;
}

.footer .footer-contact-info li a:focus{
	color: #888 !important;
	box-shadow: none !important;
}

.footer .footer-contact-info li {
    font-size: 16px;
    padding: 5px 10px;
    font-weight: 400;
    color: #000;
}

@media(min-width: 768px) and (max-width: 1199px){
	.footer .footer-contact-info li{
		font-size: 14px;
	}
}

@media(max-width: 767px){

	.footer .footer-contact-info{
		display: none !important;
	}
	
	footer.site-footer {
		margin-top: 50px;
	}
}



/* Home Page Changes */

.right-box-content .home1 {
    position: relative;
    font-size: 18px;
    font-weight: 600 !important;
    margin-bottom: 0px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 78%;
}

.home1:after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1);
}

.right-box-content .section-post:hover .home1::after{
-webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
	padding: 5px !important;
}

.elementor-element-734be66 > div:nth-child(1) > div:nth-child(1){
	padding-left: 0px !important;
}

.elementor-element-8d63907 > div:nth-child(1) > div:nth-child(1){
	padding-left: 0px !important;
}
@media(max-width: 991px){
	.elementor-element-734be66 > div:nth-child(1) > div:nth-child(1) > p span{
		font-size: 16px !important;
	}

}

.elementor-1440 .elementor-element.elementor-element-bc94e94{
	width: 100% !important;
	max-width: 100% !important;
}

html.js.svg.background-fixed body.page-template.page-template-elementor_header_footer.page.page-id-1440.logged-in.admin-bar.wp-custom-logo.wp-embed-responsive.has-header-image.page-two-column.colors-light.elementor-default.elementor-template-full-width.elementor-page.elementor-page-1440.customize-support div.elementor.elementor-1440 div.elementor-inner div.elementor-section-wrap section.elementor-element.elementor-section-full_width.profile.about_us_sec.elementor-section-height-default.elementor-section.elementor-top-section div.elementor-container.elementor-column-gap-default div.elementor-row div.elementor-element.elementor-column.elementor-col-100.elementor-top-column div.elementor-column-wrap.elementor-element-populated div.elementor-widget-wrap section.elementor-element.profile.emp_sec.elementor-section-boxed.elementor-section-height-default.elementor-section.elementor-inner-section div.elementor-container.elementor-column-gap-default div.elementor-row div.elementor-element.emp_block.elementor-column.elementor-col-25.elementor-inner-column div.elementor-column-wrap.elementor-element-populated div.elementor-widget-wrap div.elementor-element.emp_occupation.emp_info.elementor-widget.elementor-widget-heading div.elementor-widget-container p.elementor-heading-title.elementor-size-default{
	font-weight: 300 !important;
}

.fa-search:before {
    content: "\f002";
    margin-right: 20px;
}

/* Garnes-justeringer 1.9.2020 */
/* Hovedmeny: relokalisere forstørrelsesglass */
@media(min-width: 991px){
	.serach_option button {
		right: 62px;
		top: -16.5px;
	}
}
/* Hovedmeny: Menytekst med store bokstaver */
#menu-main-menu a.nav-link {
	text-transform: uppercase;
}
/* Hovedmeny: aktivt element i svart */
#menu-main-menu li.current-menu-item a {
	color: #000 !important;
}
nav .nav-item a {
    font-size: 21.25px;
}
/* Fjerne ikke-transparent linje i mobilmeny */
@media (max-width: 1200px) {
	.profile nav {
		display: none;
	}
}

/* Mobilmeny på Prosjekter */
@media (max-width: 991px) {
	.button-group.filters-button-group {
		text-align: right;
	    margin-right: 0;
	    padding-left: 20% !important;
	    padding-right: 10px !important;
	}
	.button-group.filters-button-group:not(.change) {
		z-index: 100 !important;
	}
	.filters-button-group .button {
		font-weight: 200 !important;
	}
}
@media (max-width: 767px) {
	.button-group.filters-button-group {
	    top: 10px !important;
	}
}

@media (max-width: 990px) {
	.project-content .title {
		position: absolute;
    	bottom: 0;
	}
}
@media (max-width: 767px) {
	div.projects_page {
	    margin-top: 45px !important;
	}
}

/* Single prosjekt */
/* Justert tittelplassering desktop */
@media (min-width: 991px) {
	body.projects-template .elementor-image-box-wrapper {
		position: relative;
	}
	body.projects-template .elementor-image-box-wrapper .elementor-image-box-content {
		/*position: absolute;*/
		position: relative;
    	bottom: 0;
    	top: inherit;
	}
}

/* Om oss-side */
@media (max-width: 991px) {
	.elementor-element-7231c56 {
		padding-top: 110px !important;
	}
}
@media (max-width: 1200px) {
	.profile nav {
		display: flex !important;
	}
}
@media (max-width: 991px) {
	nav.navbar:not(.global-nav) > .navbar-collapse {
	    position: fixed;
	    top: 67px;
	    opacity: 1;
	    background: transparent;
	    display: flex!important;
	    flex-basis: auto;
	}

	body.page-id-4683 .navbar-expand-sm {
		margin-top: -2px;
    	padding-bottom: 20px;
	}
}
@media (max-width: 576px) {
	nav.navbar:not(.global-nav) > .navbar-collapse li a {
		font-weight: 200;
	}
}

#sec_mention, #sec_principals {
	display: none;
}
#sec_jobs {
	padding-right: 0 !important;
}

@media (max-width: 576px) {
	#sec_profile, #sec_kompetanse, #sec_jobs {
		display: none;
	}
	#sec_contact {
		padding-right: 0 !important;
	}
}