/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://graphicbob.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Robert Long
 Author URI:  https://graphicbob.com/
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwenty/style.css");


/*=====================FONTS========================*/
:root {
	--e-global-typography-2e34d84-font-family:"Jost";
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/jost/v6/92zPtBhPNqw79Ij1E865zBUv7mxEIjVBNIg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/jost/v6/92zPtBhPNqw79Ij1E865zBUv7mx9IjVBNIg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/jost/v6/92zJtBhPNqw73oHH7BbQp4-B6XlrZrMFBIokng.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/jost/v6/92zJtBhPNqw73oHH7BbQp4-B6XlrZu0FBIokng.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
    font-family: 'linotype_didotregular';
    src: url('fonts/linotype-didot-roman-webfont.woff2') format('woff2'),
         url('fonts/linotype-didot-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*font-family: 'Roboto', sans-serif;*/


@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
/*font-family: 'Great Vibes', cursive;*/


@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');
/*font-family: 'Cormorant Garamond', serif;*/


@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*font-family: 'Raleway', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
/*font-family: 'Playfair Display', serif;*/


/*font-family: 'Josefin Sans', sans-serif;*/


/*=====================FONTS========================*/




/*=====================HEADER========================*/






body {
	background-color: #fff !important;
	line-height: 1.5 !important;
	color: #000 !important;
	font-size: 16px !important;
	letter-spacing: normal !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight:400;
	letter-spacing: 0.2px;
}


body p{
	font-size: 16px;
	font-family: 'Roboto', sans-serif !important;
}



body h1{
	font-size:60px;	
	font-family: var( --e-global-typography-2e34d84-font-family ), Sans-serif;
	margin:0 0 20px !important;
	letter-spacing: 0.2px;
}


body h2{
	font-size:36px;	
	font-family: var( --e-global-typography-2e34d84-font-family ), Sans-serif;
	margin:0 0 10px !important;
	letter-spacing: 0.2px;
	text-shadow:1px 1px rgba(255,255,255,.6);
	
}


body h3{
	font-size:35px;	
	font-family: 'linotype_didotregular' !important;
	margin:0 0 20px;
	letter-spacing: 0.2px;
}


body h4{
	font-size:28px;	
	font-family: 'linotype_didotregular' !important;
	margin:0 0 20px;
	letter-spacing: 0.2px;
}



body h5{
	font-size:22px;	
	font-family: 'linotype_didotregular' !important;
	margin:0 0 20px;
	letter-spacing: 0.2px;
}


body a:focus, body input:focus, body select:focus, body button:focus{
	outline:none;
	text-decoration:none;
	box-shadow:none;
}


body a, body input, body select, body button, i{
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}


.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 5%;
}


.fluid-container {
    padding: 0 5%;
}



#site-header {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.3s cubic-bezier(.41,-0.13,.8,.67) 0s;
    -webkit-transition: all 0.3s cubic-bezier(.41,-0.13,.8,.67) 0s;
    -moz-transition: all 0.3s cubic-bezier(.41,-0.13,.8,.67) 0s;
    -ms-transition: all 0.3s cubic-bezier(.41,-0.13,.8,.67) 0s;
    z-index: 9999;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}


/*#site-header::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    content: "";
    width: 100%;
    height: 9px;
    background: url("images/shape-header.png") center repeat-x;
    transition: none;
}*/



#site-header.f-header {
    background: #fff;
    box-shadow: 0 0px 6px 0 rgba(0,0,0,0.1);
}


#site-header .site-description, #site-header .header-toggles.hide-no-js {
    display: none;
}


.section-inner {
    width: 100%;
}


#site-header .header-inner {
    padding: 0;
}


#site-header .header-titles a {
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 35px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-variant: small-caps;
}



#site-header.f-header .header-titles a {
    color: #000;
    font-size: 28px;
}



#site-header .header-navigation-wrapper ul li.show-home-page, 
body.home #site-header .header-navigation-wrapper ul li.show-inner-page {
    display: none;
}


body.home #site-header .header-navigation-wrapper ul li.show-home-page {
    display: block;
}


body #site-header .header-navigation-wrapper ul li.show-inner-page {
    display: block;
}





#site-header .header-navigation-wrapper ul li {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    padding: 0;
    margin: 0;
}


#site-header .header-navigation-wrapper ul li a {
    color: #fff;
    text-decoration: none;
    font-family: var( --e-global-typography-2e34d84-font-family ), Sans-serif;
    font-weight: 600;
    font-size: 18px;
	letter-spacing: 0.2px;
	padding: 44px 17px 35px;
	position: relative;
}


#site-header.f-header .header-navigation-wrapper ul li a{
    color: #000;
	padding: 24px 17px 17px;
}



#site-header.f-header .header-navigation-wrapper ul li a:hover, 
#site-header.f-header .header-navigation-wrapper ul li a:focus {
	color:#5b676d;
}


#site-header .primary-menu > li > .icon {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000;
    transform: none;
	top: calc(50% - 0px);
}


#site-header .primary-menu > li > .icon::after, 
#site-header .primary-menu > li > .icon::before, 
body:not(.overlay-header) .primary-menu ul::after, 
body:not(.overlay-header) .primary-menu ul::before {
    display: none;
}


body:not(.overlay-header) #site-header .primary-menu ul {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    left: 0;
    right: auto;
	visibility: hidden;
	padding: 5px 0;
}


body:not(.overlay-header) #site-header .primary-menu li:hover ul.sub-menu {
	visibility: visible;
}


#site-header .primary-menu ul.sub-menu li {
    padding: 0;
}


#site-header .primary-menu ul.sub-menu li a {
    padding: 9px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}


#site-header .primary-menu ul.sub-menu li:last-child a {
    border-bottom: none;
}


.primary-menu li.current-menu-item > a::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 100%;
    margin: 0 auto 0;
    position: relative;
    top: 7px;
}


#site-header.f-header .primary-menu li.current-menu-item > a, 
#site-header.f-header .primary-menu li.current-menu-item > .link-icon-wrapper > a {
	color:#5b676d;
}


#site-header.f-header .primary-menu li.current-menu-item > a::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 100%;
    margin: 0 auto 0;
    position: relative;
    top: 7px;
	opacity:0;
}



.primary-menu li.menu-item-has-children:hover > ul, 
.primary-menu li.menu-item-has-children:focus > ul, 
.primary-menu li.menu-item-has-children.focus > ul {
    transform: translateY(-24px);
    -webkit-transform: translateY(-24px);
    -moz-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
}



.primary-menu ul li.menu-item-has-children:hover > ul, 
.primary-menu ul li.menu-item-has-children:focus > ul, 
.primary-menu ul li.menu-item-has-children.focus > ul {
    left: calc(100% - 6px) !important;
    top: 24px;
    right: 0 !important;
}




#site-header .header-titles-wrapper {
    padding: 0;
	text-align: left;
	justify-content: unset !important;
	position: relative;
}






body .menu-modal .menu-modal-inner .mobile-menu ul li.show-home-page {
    display: none;
}


body .menu-modal .menu-modal-inner .mobile-menu ul li.show-inner-page {
    display: block;
}


.menu-modal .menu-modal-inner, .menu-modal {
    background: #fff;
    height: 100%;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);
}

.menu-modal .menu-modal-inner .menu-wrapper.section-inner {
	width: 100%;
}

.menu-modal .menu-modal-inner .toggle.close-nav-toggle {
	display: none;
}	

.menu-modal .menu-modal-inner .mobile-menu ul li {
	border: none; border-bottom: 1px solid rgba(156,77,147,0.2);
}

.menu-modal .menu-modal-inner .mobile-menu ul li ul{
	border-top: 1px solid rgba(156,77,147,0.2);
}

.menu-modal .menu-modal-inner .mobile-menu ul li:last-child {
	border-bottom: none;
}

.menu-modal .menu-modal-inner .mobile-menu ul li a {
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 700;
    text-decoration: none;
    color: #4b4342;
	padding: 20px 20px;
	font-family: var( --e-global-typography-2e34d84-font-family ), Sans-serif;
}

.menu-modal .menu-modal-inner .mobile-menu ul li.current-menu-item a {
    color: #fff;
}

.menu-modal, .menu-modal.active {
    display: block;
    opacity: 1;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 64px;
    width: 100%;
    z-index: 9999;
}

.modal-menu .ancestor-wrapper {
    width: calc(100% - 48px);
}

.modal-menu .ancestor-wrapper button {
    background: #fff;
    height: 52px;
    margin: 0;
}

.modal-menu .sub-menu li a {
    padding-left: 40px !important;
}


.menu-modal .menu-modal-inner .mobile-menu ul li.current-menu-item a, 
.menu-modal .menu-modal-inner .mobile-menu ul li a:hover {
    background-color: transparent;
	background-image: -webkit-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: -moz-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: -ms-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: linear-gradient(45deg, #5b676d, #aaa9ad 100%) !important;
}

.menu-modal.cover-modal {
	margin-left: 1000px; 
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
}

.menu-modal.cover-modal.header-footer-group.show-modal.active {
	margin-left: 50px;  
	transition: all 0.4s cubic-bezier(.25,.46,.45,.94) 0s;
	-webkit-transition: all 0.4s cubic-bezier(.25,.46,.45,.94) 0s;
	-moz-transition: all 0.4s cubic-bezier(.25,.46,.45,.94) 0s;
	-ms-transition: all 0.4s cubic-bezier(.25,.46,.45,.94) 0s;
}

.menu-wrapper {
	flex-direction: row;
}

.menu-modal .modal-menu {
	left: 0;
	width: 100%;
}

.menu-modal .menu-top {
	width: 100%;
}


.menu-modal .menu-modal-inner .mobile-menu ul li a:hover {
	color: #fff;
}


.mobile-nav-toggle .toggle-inner {
    background: url("images/hamburger.png");
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0; margin-top: 0px;
}



#site-header.f-header .mobile-nav-toggle .toggle-inner {
    background: url("images/hamburger-n.png");
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0; margin-top: 0px;
}


.mobile-nav-toggle .toggle-inner span {
	display: none;
}

.toggle.search-toggle.mobile-search-toggle {
    display: none;
}


.toggle.nav-toggle.mobile-nav-toggle {
    padding: 0;
    right: 0px;
    width: auto;
}



@media (max-width:1000px){

	#site-header .header-titles a {
		font-size: 23px;
	}	
	
	#site-header.f-header .header-titles a {
		font-size: 20px;
	}
	
	#site-header .fluid-container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
}/*====media close====*/


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

	#site-header .header-titles a {
		font-size: 35px;
	}	
	
	
	#site-header.f-header .header-titles a {
		font-size: 28px;
	}
	
	
	#site-header .fluid-container {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	
}/*====media close====*/



@media (min-width:1000px){
	
	.menu-modal.cover-modal {
		display: none;
	}	
	
}/*====media close====*/





/*=====================HEADER========================*/





/*=====================SLIDER========================*/

.main-slider {
    overflow: hidden;
    position: relative;
    background-color: #fff;
	height:100vh;
}



.main-slider .scroll-target {
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    z-index: 999;
}


.main-slider .scroll-target::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: url("images/spin-arrow.png") no-repeat center center;
    -webkit-animation: rotate 3s infinite linear;
    -moz-animation: rotate 3s infinite linear;
    -o-animation: rotate 3s infinite linear;
    animation: rotate 3s infinite linear;
}


.main-slider .scroll-target::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 22px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}


@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}



.main-slider .swiper-container::after {
    position: absolute;
    left: 0;
	top:0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
}


.page-template-about-us-tpl .main-slider .swiper-container::after, 
.page-template-focus-tpl .main-slider .swiper-container::after {
	display:none;
}



.page-template-about-us-tpl #site-header, 
.page-template-focus-tpl #site-header {
    background: linear-gradient(0deg,rgba(0,0,0,.2),transparent 100%);
}

.page-template-about-us-tpl #site-header.f-header, 
.page-template-focus-tpl #site-header.f-header{
	background: #fff;
}




.main-slider .stx-layers-content .col-center div:nth-child(2) p {
/*     font-family: 'Great Vibes', cursive !important; */
    line-height: normal !important;
}


/*
.main-slider .swiper-container::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
}
*/


.main-slider a.stx-layer-button {
	display: inline-block !important;
	text-align: center !important;
	text-decoration: none !important;
	color: #fff;
	font-size: 15px !important;
	font-weight: 700 !important;
	border-radius: 50px !important;
	text-transform: uppercase !important;
	transition: all 0.2s linear !important;
	-webkit-transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-ms-transition: all 0.2s linear !important;
	font-family: var( --e-global-typography-2e34d84-font-family ), Sans-serif !important;
	padding: 1.1em 1.44em !important;
	line-height: normal !important;
	background-color: transparent !important;
	background-image: -webkit-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: -moz-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: -ms-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: linear-gradient(45deg, #5b676d, #aaa9ad 100%) !important;
}


.main-slider a.stx-layer-button:hover {
	-webkit-box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6) !important;
	box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6) !important;
	-webkit-transform: translateY(-5px) !important;
	-ms-transform: translateY(-5px) !important;
	transform: translateY(-5px) !important;
	text-decoration:none !important;
}


.main-slider .desktop {
    color: #fff !important;
    margin-bottom: 10px !important;
    margin-top: 15px !important;
}


.main-slider .slider-arrow {
    box-shadow: 0 0 6px 0 rgba(255,255,255,0.5);
}


/*=====================SLIDER========================*/




/*=====================FOOTER========================*/

#site-footer {
    background: #222;
    position: relative;
    padding: 50px 0 0;
    margin-top: 180px;
}


#site-footer .footer-top-section {
    padding: 0 0 60px;
}


#site-footer .footer-inner {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.widget_text, .custom-html-widget {
    margin-top: 0 !important;
}


#site-footer .footer-item {
    width: 33.33333333%;
    margin: 0;
    text-align: center;
    color: #a5a5a5;
    padding: 0 15px;
}


#site-footer .footer-item h4 {
    color: #fff;
    margin: 0px;
    font-size: 22px;
    text-transform: uppercase;
}


#site-footer .footer-item ul li a, #site-footer .footer-item a {
    color: #a5a5a5;
    text-decoration: none;
    font-size: 16px;
    line-height: normal;
    display: inline-block;
}


#site-footer .footer-item ul li a:hover {
    color: #c59d5f;
	text-decoration:none;
}


#site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


#site-footer ul li {
    margin: 0 0 10px;
    line-height: normal;
}



#site-footer .footer-item.footer-about {
    background: #141414;
    padding: 40px 20px 80px;
    position: relative;
    margin-top: -172px;
}


/*
#site-footer .footer-item.footer-about::before {
    content: "";
    display: block;
    background: url("images/shape-10up.png") center no-repeat;
    width: 92px;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#site-footer .footer-item.footer-about::after {
    content: "";
    display: block;
    background: url("images/shape-10up.png") center no-repeat;
    width: 92px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
*/


#site-footer .footer-item.footer-about h4{
	margin: 0 0 20px;
}


#site-footer .footer-item.footer-about h4::after {
    content: "";
    display: block;
    background: url("images/shape-11.png") center no-repeat;
    width: 100%;
    height: 16px;
    margin-top: 20px;
}


#site-footer .footer-item.footer-menu-nav ul {
	margin: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
}


#site-footer .footer-item.footer-menu-nav ul li {
    margin-left: 24px;
    margin-bottom: 0;
}



#site-footer .footer-item div p {
    margin-top: 7px;
}



#site-footer .footer-item ul li.menu-item-30, 
#site-footer .footer-item.footer-menu-nav ul li:first-child {
    margin-left: 0;
}




#site-footer .footer-item .social-media ul {
    display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}



#site-footer .footer-item .social-media ul li a {
    width: 42px;
    height: 42px;
    display: inline-block;
    line-height: 42px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    color: #000;
    font-size: 16px;
	margin: 0 5px;
}



#site-footer .footer-item.footer-menu-nav ul li a {
    color: #fff;
}


body #site-footer .footer-item ul li.show-home-page, 
body.home #site-footer .footer-item ul li.show-inner-page {
    display: none;
}


body.home #site-footer .footer-item ul li.show-home-page {
    display: block;
}


body #site-footer .footer-item ul li.show-inner-page {
    display: block;
}



#site-footer .footer-copy {
    width: auto;
    text-align: left;
    opacity: .5;
}



#site-footer .footer-item .es-field-wrap label input {
    box-shadow: none;
    border: none;
    background-color: #1c1c1c;
    color: #fff;
    font-style: italic;
    width: 350px;
    height: 50px;
    line-height: normal;
    border-radius: 42px;
    margin: 0;
    padding: 0 131px 0 20px;
}



#site-footer .footer-item .es-field-wrap label {
	margin-bottom:0px;
}



#site-footer .footer-item .es-field-wrap {
    margin: 15px 0 0;
}



#site-footer .footer-item input.es_subscription_form_submit {
	background-color: transparent;
	background-image: -webkit-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: -moz-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: -ms-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	font-size: 14px;
	border-radius: 50px;
	color: #fff;
	position: absolute;
	bottom: 0px;
	right: 0;
	text-decoration: none;
	font-family: var( --e-global-typography-2e34d84-font-family ), Sans-serif;
	margin: 0;
}


#site-footer .footer-item input.es_subscription_form_submit:hover {
    color: #fff;
}


.social-media {
    margin-right: 15px;
}


#site-footer .footer-item .social-media li {
    margin-bottom: 0;
}



.emaillist {
    position: relative;
}



.footer-bottom-section {
    background: #141414;
    position: relative;
    padding: 25px 0;
}


/*
#site-footer .footer-bottom-section::before {
    content: "";
    display: block;
    background: url("images/shape-10up.png") center no-repeat;
    width: 92px;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
*/



.footer-bottom-section .footer-copyright, 
.footer-bottom-section .footer-copyright a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}


.footer-bottom-section .footer-copyright a {
	color: #fff;
}




.footer-bottom-section .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



#site-footer .footer-bottom-section .footer-menu-nav {
    width: 100%;
    max-width: 550px;
}



#site-footer .section-inner {
    display: none;
}



#back_top {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    margin: 0 auto;
    background-color: transparent;
    background-image: -webkit-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
    background-image: -moz-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
    background-image: -ms-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
    background-image: linear-gradient(45deg, #5b676d, #aaa9ad 100%);
    border-radius: 100%;
    z-index: 999;
    line-height: 50px;
}


#back_top .scrollToTop {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}


#back_top a i {
    color: #fff;
}


/*=====================FOOTER========================*/





/*=====================HOME========================*/


.heading-section-outer {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#aaa9ad+0,dbdce0+100 */
background: #aaa9ad; /* Old browsers */
background: -moz-linear-gradient(top,  #aaa9ad 0%, #dbdce0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #aaa9ad 0%,#dbdce0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #aaa9ad 0%,#dbdce0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa9ad', endColorstr='#dbdce0',GradientType=0 ); /* IE6-9 */

    padding: 56px 0 50px;
    position: relative;
}


.heading-section-outer .heading-section {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-evenly;
	-webkit-justify-content: space-evenly;
	-moz-justify-content: space-evenly;
	-ms-justify-content: space-evenly;
}


.heading-section-outer .heading-left, 
.heading-section-outer .heading-right {
    padding: 0 15px;
}



.title-bg {
	margin-bottom:40px;
}


.title-bg h2 {
    text-align:center;
}


.title-bg h2 span {
    position: relative;
    display: inline-block;
}

/*
.title-bg h2 span::after {
    content: "";
    display: block;
    width: 60px;
    height: 30px;
    margin: 0 auto 0;
    background: url("images/heading-img-1.png") no-repeat 0 0;
    background-size: 100%;
}
*/



.title-bg h2 span::after {
    content: "";
    display: block;
    margin: 0px auto 0;
    width: 60px;
    height: 1px;
    background: #000;
}



.about-section-outer, .portfolio-section, .contact-section-fluid-outer {
    position: relative;
    padding-top: 70px;
}





.about-us-section {
	padding: 0px 0px 40px;
	position: relative;
	background: #fff;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.about-us-section-inner{
	position: relative;
	background: #fff;
	margin: 0px 0 0px;
}


/*
.about-us-section-inner:after {
    background-color: #fff;
    box-shadow: 0 2px 25px 2px rgba(0, 0, 0, 1), 0 2px 50px 2px rgba(0, 0, 0, 1), 0 0 100px 3px rgba(0, 0, 0, .25);
    height: 1px;
    margin: -1px auto 0;
    width: 80%;
    z-index: -1;
	content:"";
	display:block;
}
*/


.about-us-section .about-us-content, .about-us-section .about-image {
    width: 47%;
}



.about-us-section .about-image {
	position: relative;
	padding-bottom:0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



.about-image .collage {
    width: 48%;
    height: 60%;
}


.about-image .collage.collage-2 {
    height: 100%;
    width: 55%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}


.about-us-section .collage-inner {
    width: 100%;
	position: relative;
	height: 100%;
}



.about-image .slider_instance .stx-main-container {
    width: 100% !important;
    margin: 0 !important;
	height:455px !important;
}



.about-us-section .about-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.contact-section-outer {
    position: relative;
}


.contact-section-outer {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 58px;
    margin-top: 38px;
}


.contact-section-outer .contact-section {
    position: relative;
	padding: 70px 0px;
}



.contact-section-fluid-outer .title-bg {
    margin-bottom: 0;
}


.contact-section::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(30,50,75,0.8);
    position: absolute;
    top: 0;
	left:0;
}


.contact-section .container {
	position: relative;
	z-index: 2;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}




.contact-section .contact-address {
    color: #fff;
    width: 51%;
}


.contact-section .contact-form {
    color: #fff;
    width: 46%;
}


.contact-section .contact-address h2 {
    line-height: normal;
    line-height:1.2em;
    font-size:26px;
    padding:10px 0;
}

.contact-section .contact-address span {
font-weight:bold;
}


.contact-section .contact-form .wpcf7 {
    margin-top: 20px;
}


.contact-section .contact-form br {
    display: none;
}


.contact-section .contact-form form p{
	margin:0 0 12px;
}

.contact-section .contact-form form input[type="text"], input[type="email"], 
.contact-section .contact-form form textarea{
	color: #000 ;
	font-size: 15px;
	letter-spacing: normal;
	font-weight:normal;
	outline: none;
	border-radius: 0;
	border: 1px solid #ddd;
	width: 100%;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	padding: 0.9rem 0.9rem;
}


.contact-section .contact-form form input[type="text"]:focus,
.contact-section .contact-form form input[type="email"]:focus,
.contact-section .contact-form form textarea:focus {
	border: 1px solid #666;
	box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.2);
	transition: border 0.4s ease-in-out;
}

.contact-section .contact-form form textarea{
	resize:none;
}

.contact-section .contact-form form input[type="submit"], 
body input[type="submit"], .btn-blue {
	padding: 12px 30px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	margin: 0 5px 10px;
	border-radius: 50px;
	text-transform: uppercase;
	background-color: transparent;
	background-image: -webkit-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: -moz-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: -ms-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	font-family: var( --e-global-typography-2e34d84-font-family ), Sans-serif;
	padding: 1.1em 1.44em;
}


.contact-section .contact-form form input[type="submit"]:hover, 
body input[type="submit"]:hover, .btn-blue:hover {
	color: #ffffff;
	-webkit-box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
	box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
	-webkit-transform: translateY(-5px) !important;
	-ms-transform: translateY(-5px) !important;
	transform: translateY(-5px) !important;
	text-decoration:none;
}


.wpcf7-response-output {
    display: none;
}




.portfolio-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
}


.portfolio-section ul li {
    margin: 0 1% 1% 0;
    width: 32.64%;
    position: relative;
    overflow: hidden;
    background: #fff;
}


.portfolio-section ul li a::after {
    background-color: #fff;
    box-shadow: 0 2px 25px 2px rgba(0, 0, 0, 1), 0 2px 50px 2px rgba(0, 0, 0, 1), 0 0 100px 3px rgba(0, 0, 0, .25);
    height: 1px;
    margin: -1px auto 0;
    width: 80%;
    z-index: -1;
    content: "";
    display: block;
}


.portfolio-section ul li:nth-child(3n) {
    margin-right: 0;
}


.portfolio-section ul li a {
    text-align: center;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
}



.portfolio-section ul li .portfolio_image {
    padding-bottom: calc( 0.6 * 100% );
}



.portfolio-section ul li a img {
    width: 100%;
    height: 100%;
    transform-origin: bottom center;
    transform: perspective(500px) rotateX(0);
    -webkit-transform: perspective(500px) rotateX(0);
    -moz-transform: perspective(500px) rotateX(0);
    -ms-transform: perspective(500px) rotateX(0);
    transition: all 0.5s ease 0s;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}


.portfolio-section ul li .portfolio_name {
	color: #fff;
	background: rgba(211,211,211,0.95);
	width: 100%;
	height: 100%;
	opacity: 0;
	transform-origin: top center;
	transform: perspective(500px) rotateX(-50deg);
	-webkit-transform: perspective(500px) rotateX(-50deg);
	-moz-transform: perspective(500px) rotateX(-50deg);
	-ms-transform: perspective(500px) rotateX(-50deg);
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}


.portfolio-section ul li .portfolio_name .portfolio_name-inner {
    width: 80%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;	
}


.portfolio-section ul li .portfolio_name-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 20px;
}


.portfolio-section ul li h3 {
	font-size: 22px !important;
	font-weight: 700;
	text-transform: capitalize;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	margin: 0 0 1px;
	font-family: var( --e-global-typography-2e34d84-font-family ), Sans-serif !important;
	color: #fff;
	text-align: left;
}


.portfolio-section ul li:hover a img {
    transform: perspective(500px) rotateX(50deg);
    -webkit-transform: perspective(500px) rotateX(50deg);
    -moz-transform: perspective(500px) rotateX(50deg);
    -ms-transform: perspective(500px) rotateX(50deg);
}


.portfolio-section ul li:hover .portfolio_name {
    opacity: 1;
    transform: perspective(500px) rotateX(0);
    -webkit-transform: perspective(500px) rotateX(0);
    -moz-transform: perspective(500px) rotateX(0);
    -ms-transform: perspective(500px) rotateX(0);
}



/*=====================HOME========================*/





/*=====================ABOUT========================*/

.default-fluid-banner {
    position: relative;
    margin-bottom: 60px;
    overflow: hidden;
}


.default-fluid-banner img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}


/*
.default-fluid-banner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    background-image: linear-gradient(180deg, rgba(34,50,72,0.89) 74%, rgba(255,255,255,0) 100%);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

*/


.about-us-container .about-section-outer {
    padding-top: 0;
}


/*=====================ABOUT========================*/




/*=====================CONTACT========================*/


.page-template-contact-us-tpl #site-footer {
	margin-top: 0;
}



.page-template-contact-us-tpl .contact-section-fluid-outer {
    padding-top: 0;
}


.map-section {
    padding-bottom: calc( 0.3 * 100% );
    position: relative;
}


.map-section iframe {
    
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.contact-inner-add h4 {
    font-weight: 700;
    margin-bottom: 20px;
	font-family: var( --e-global-typography-2e34d84-font-family ), Sans-serif !important;
}


.contact-inner-add p {
    margin-bottom: 10px;
}


.contact-inner-add p i {
	color: #000;
	background: #fff;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	text-align: center;
	line-height: 38px;
	margin-right: 9px;
	font-size: 14px;
}


.contact-inner-add p a {
    color: #fff;
}







/*=====================CONTACT========================*/





/*=====================FOCUS========================*/


.page-template-focus-tpl #site-content {
	padding-top:65px;
}


.focus-section {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
}


.focus-section .focus-box {
    margin: 0 1% 1% 0;
    width: 32.64%;
    position: relative;
    overflow: hidden;
    background: #fff;
}


.focus-section .focus-box::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(211,211,211,0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: skew(45deg) scaleX(0);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


.focus-section .focus-box:hover::before {
    transform: skew(0) scaleX(1);
    -webkit-transform: skew(0) scaleX(1);
    -moz-transform: skew(0) scaleX(1);
    -ms-transform: skew(0) scaleX(1);
}


.focus-section .focus-box:nth-child(3n) {
    margin-right: 0;
}


.focus-section .focus-image {
    padding-bottom: calc( 0.8 * 100% );
}


.focus-section .focus-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}


.focus-section .focus-box:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}


.focus-section .focus-content {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 2;
	right:0;
}


.focus-section .focus-content h3 {
    font-size: 22px !important;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    font-family: var( --e-global-typography-2e34d84-font-family ), Sans-serif !important;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    padding: 0 20px;
    color: #fff;
    text-align: left;
	text-transform: uppercase;
}




/*=====================FOCUS========================*/







/*=====================PORTFOLIO DETAIL========================*/


.portfolios-container .portfolio-section {
    padding-top: 0;
}


.single-portfolios-container .single-content-detail {
    display: inline-block;
    width: 100%;
}


.single-content-detail .single-content-left {
    width: 42%;
    float: left;
    padding-right: 40px;
}


.single-content-detail .single-content-left ul {
    margin: 0 0 20px;
    padding: 0;
}


.single-content-detail .single-content-left ul li {
    margin: 0 0 8px;
    list-style: none;
}



.single-content-detail .single-content-left ul li strong {
    display: inline-block;
    width: 120px;
    padding-right: 10px;
}


.single-content-detail .single-content-left h3 {
    font-family: var( --e-global-typography-2e34d84-font-family ), Sans-serif !important;
    font-size: 23px !important;
}


.single-content-detail .single-content-right {
    width: 58%;
    float: right;
}



.single-portfolios-container .title {
    margin-bottom: 70px;
}


.single-portfolios-container .featured-wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}


.single-portfolios-container .left-features {
    width:100%;
    background: #fff;
    padding: 0;
    box-shadow: 0 0 5px rgba(75, 75, 75, .07);
    position: relative;
	float: left;
}


.single-portfolios-container .left-features-inner {
    background: #fff;
    padding: 30px 30px 30px 38px;
    width: 100%;
    height: 100%;
    position: relative;
	font-family: 'Cormorant Garamond', serif;
}


.single-portfolios-container .left-features-inner h3{
	font-family: 'Cormorant Garamond', serif !important;
}


.single-portfolios-container .left-features ul {
	padding:0;
	list-style: none;
	margin: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}

/*
.left-features::after {
    background-color: #fff;
    box-shadow: 0 2px 25px 2px rgba(0, 0, 0, 1), 0 2px 50px 2px rgba(0, 0, 0, 1), 0 0 100px 3px rgba(0, 0, 0, .25);
    height: 1px;
    margin: -1px auto 0;
    width: 80%;
    z-index: -1;
    content: "";
    display: block;
}
*/



.left-features ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 10px 20px;
    width: 48%;
}



.left-features ul li::before {
	background-color: transparent;
	background-image: -webkit-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: -moz-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: -ms-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	top: 16px;
}


.single-portfolios-container {
    padding-bottom: 64px;
}


.single-portfolios-container .right-featured-slider {
    width: 100%;
    background: #fff;
    position: relative;
	float: right;
	margin-bottom: 52px;
}



.single-portfolios-container .right-featured-slider .swiper-button-disabled {
    display: none;
}


.single-portfolios-container.no-features-exist .title {
    text-align: center;
}



/*
.single-portfolios-container.no-features-exist .right-featured-slider {
    float: none;
    margin: 0 auto;
    width: 80%;
}
*/


.single-portfolios-container .right-featured-slider-inner {
    width: 100%;
    height: 100%;
    padding: 0px;
    background: #fff;
    position: relative;
}


/*
.right-featured-slider::after {
    background-color: #fff;
    box-shadow: 0 2px 25px 2px rgba(0, 0, 0, 1), 0 2px 50px 2px rgba(0, 0, 0, 1), 0 0 100px 3px rgba(0, 0, 0, .25);
    height: 1px;
    margin: -1px auto 0;
    width: 80%;
    z-index: -1;
    content: "";
    display: block;
}

*/


.single-portfolios-container .right-featured-slider .top-navigations {
	margin-bottom: 40px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



.right-featured-slider .top-navigations .left-navigation a {
	background-color: transparent;
	background-image: -webkit-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: -moz-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: -ms-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-decoration: none;
	font-style: italic;
}


.top-navigations a i.small-arrow {
    position: relative;
    top: 0;
    left: -7px;
}



.right-featured-slider .swiper-slide-container {
    position: relative;
    padding-bottom: calc( 0.6 * 100% );
}



.right-featured-slider .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
   opacity: 0.4;
}


.right-featured-slider .gallery-thumbs .swiper-slide {
    opacity: 1;
}



.right-featured-slider .gallery-thumbs .swiper-slide-container {
    padding-bottom: calc( 0.6 * 100% );
}



.right-featured-slider .swiper-slide-container img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}



.single-portfolios-container .right-featured-slider .gallery-top {
    height: auto;
}


.single-portfolios-container .swiper-button-next::after, 
.single-portfolios-container .swiper-button-prev::after {
    font-size: 38px;
    background: #fff;
    padding: 3px 12px;
    color: #000;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}



.single-portfolios-container .swiper-button-next, 
.single-portfolios-container .swiper-button-prev {
    width: 70px;
}


.single-portfolios-container .swiper-button-next {
    right: 0;
}

.single-portfolios-container .swiper-button-prev {
    left: 0;
}


.swiper-slide-container .gal-image-link i.fa-search-plus {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
}


.swiper-slide-container .gal-image-link .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,0.9);
    padding: 13px 10px;
    color: #000;
    font-family: var( --e-global-typography-2e34d84-font-family ), Sans-serif;
    font-size: 24px;
}


#lightbox .lb-outerContainer {
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#lightbox .lb-closeContainer a.lb-close{
	position: fixed !important;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: url("images/close-btn.png") 0 0 no-repeat;
	background-size: 100%;
	border-radius: 100%;
	opacity: 1;
}


#lightboxOverlay.lightboxOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}


/*



#lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0;
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 800px;
	padding: 0 30px;
}


#lightbox .lb-outerContainer {
    width: 100% !important;
    height: auto !important;
}


.lb-container {
    position: relative;
    padding-bottom: calc( 0.8 * 100% );
}


#lightbox .lb-outerContainer .lb-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}


#lightbox .lb-closeContainer {
    position: absolute;
    top: -29px;
    right: 0;
}

*/



/*=====================PORTFOLIO DETAIL========================*/





/*======================DEFAULT PAGE====================*/


.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100% !important;
    width: 100% !important;
}


.post-meta-wrapper.post-meta-edit-link-wrapper {
    display: none;
}


.page-template-default .post-inner {
    padding-top: 0;
}


.page-template-default .entry-header {
    padding: 0 0 70px;
}


article .entry-content h2 {
    margin-top: 30px !important; 
    margin-bottom: 10px !important; 
}


article .entry-content h2:first-child {
    margin-top:0px !important;
}


article .entry-content h3 {
    margin:30px 0 10px !important; 
}


article .entry-content h3:first-child {
    margin-top:0px !important;
}


article .entry-content h4 {
	margin:30px 0 10px !important; 
}


article .entry-content h4:first-child {
    margin-top:0px !important;
}





.footer-nav-widgets-wrapper.header-footer-group {
    display: none;
}


.error404 #site-content {
    padding-top: 0;
    padding-bottom: 50px;
}


.error404 label input {
    padding: 0 20px;
}




.search .archive-title span, .search .entry-title a:hover {
	background-color: transparent;
	background-image: -webkit-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: -moz-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: -ms-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-decoration:none;
}



.search .archive-header {
    padding: 0;
}


.search #site-content {
    padding: 0 5%;
}

.navigation.pagination .nav-links a, 
.navigation.pagination .nav-links span.current{
	color:#000;
}

.navigation.pagination .nav-links a:hover, 
.navigation.pagination .nav-links span.current{
	background-color: transparent;
	background-image: -webkit-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: -moz-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: -ms-linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-image: linear-gradient(45deg, #5b676d, #aaa9ad 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-decoration:none;
}




/*======================DEFAULT PAGE====================*/







/*===========================================================================================================================================================RESPONSIVE================================================================================================================================================================*/



/*====================HOME=======================*/



@media (max-width:900px){

	.main-slider a.stx-layer-button {
		font-size: 26px !important;
		padding: 28px 33px !important;
		margin: 30px 0 0 !important;
	}	


	.heading-section-outer .heading-left, 
	.heading-section-outer .heading-right {
		width: 100%;
		text-align: center;
	}


	.heading-section-outer .heading-section h2 {
		line-height: normal;
	}


	body h2 {
		font-size: 34px !important;
	}
	

	body h3{
		font-size:35px !important;	
	}


	body h4{
		font-size:27px !important;	
	}


	.about-us-section .about-us-content, 
	.about-us-section .about-image {
		width: 100%;
	}


	.about-us-section .about-image {
		margin-top: 40px;
	}


	.contact-section-outer {
		background-attachment: scroll;
	}


	.contact-section .contact-address, 
	.contact-section .contact-form {
		width: 100%;
	}
	
	
	.portfolio-section ul {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}
	
	.portfolio-section ul li, .focus-section .focus-box {
		margin: 0 2% 3% 0;
		width: 48%;
	}
	
	.portfolio-section ul li:nth-child(2n), .focus-section .focus-box:nth-child(2n) {
		margin-right: 0;
	}
	
	
	.main-slider .slider-touch-area-next, 
	.main-slider .slider-touch-area-prev {
		display: none;
	}
	
	.main-slider .col-center {
		padding: 0 30px !important;
	}

	
	.main-slider .col-center div:nth-child(2) p, 
	.main-slider .col-center div:nth-child(2) div {
		font-size: 54px !important;
	}
	
	.main-slider .col-center div:nth-child(1) p p, 
	.main-slider .col-center div:nth-child(1) p {
		font-size: 58px !important;
	}
	
	
	.default-fluid-banner img {
		height: auto;
	}
	
	
	.portfolio-section ul li .portfolio_name h3, .focus-section .focus-content h3 {
		font-size: 26px !important;
	}
	
	
	#about .title-bg {
		margin-bottom: 33px;
	}
	
	#about .about-us-section-inner {
		margin-bottom: 0;
	}
	
	#contact {
		padding-top: 60px;
	}
	
	#about .about-us-section {
		padding: 0;
	}
	
	
	#contact .contact-section-outer {
		margin-bottom: 0;
	}
	
	
	#portfolio {
		padding-top: 60px;
	}
	
	
	.about-image .collage {
		width: 100%;
		height: auto;
	}
	
	.about-us-section .about-image img {
		height: auto;
		position: static;
	}
	
	.about-image .collage.collage-2 {
		height: auto;
		width: 100%;
		position: relative;
		z-index: 2;
	}
	
	.about-image .collage.collage-3 {
		position: relative;
		top: -2px;
	}
	
	
}/*====media close====*/




@media only screen and (max-width:500px){
	
   .portfolio-section ul li, .focus-section .focus-box {
		margin: 0 0 30px;
		width: 100%;
	}	
	
	
	.left-features ul li {
		width: 100%;
	}
	
	
	.swiper-slide-container .gal-image-link i.fa-search-plus {
		width: 34px;
		height: 34px;
		line-height: 34px;
		top: 10px;
	}
	
	
	.contact-inner-add p {
		font-size: 14px;
	}
	
	
}/*====media close====*/




@media (min-width:900px){
	
	.main-slider .swiper-pagination {
		display: none;
	}
	
}/*====media close====*/





@media only screen and (min-width:900px) and (max-width:1200px){


	.about-image .collage {
		height: 40%;
	}
		
		
	.about-image .collage.collage-2 {
		height: 80%; 
		width: 60%;
	}	
	
	
}/*====media close====*/




@media only screen and (min-width:700px) and (max-width:1340px){


	.main-slider p.desktop {
		font-size: 48px !important;
		line-height: 55px !important;
	}
	
	
}/*====media close====*/



@media only screen and (min-width:1340px) and (max-width:1600px){


	.main-slider p.desktop {
		font-size: 60px !important;
		line-height: 65px !important;
	}
	
	
}/*====media close====*/









/*====================HOME=======================*/




/*====================FOOTER=======================*/


@media (max-width:900px){
	
	#site-footer .footer-item {
		width: 100%;
	}	


	#site-footer .footer-item.footer-about {
		order: 1;
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		margin-top: -150px;
		margin-bottom: 20px;
	}


	.footer-item.footer-contact.aos-init.aos-animate {
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		margin: 40px 0 0;
	}


	#site-footer .footer-item h4 {
		font-size: 20px !important;
	}


	#site-footer .footer-item:last-child h4 {
		margin-bottom: 7px;
	}
	
	
	.footer-item.footer-contact {
		margin: 40px 0 0 !important;
	}
	
	
	.footer-bottom-section .footer-copy {
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}
	
	
	.footer-bottom-section .container, #site-footer .footer-item.footer-menu-nav ul {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}
	
	
	#site-footer .footer-item.footer-menu-nav ul li {
		margin: 0 12px 10px !important;
	}
	
	
	
	#site-footer .footer-inner.f-desktop {
		display: none;
	}
	

	#site-footer .footer-inner.f-mobile {
		display: inline-block !important;
	}
	
	
	#site-footer .footer-inner.f-mobile .footer-item.footer-about {
		margin-bottom: 55px;
	}
	

	
}/*====media close====*/



@media (max-width:1000px){
	
	
	#site-footer .footer-item .es-field-wrap label input {
		width: 100%;
		padding: 0 20px 0 20px;
		text-align: center;
	}
	
	
	#site-footer .footer-item input.es_subscription_form_submit {
		position: static;
		width: 100%;
		margin-top: 13px;
	}	
	
}/*====media close====*/




@media (min-width:900px){
	
	#site-footer .footer-inner.f-mobile {
		display: none;
	}	
	
}/*====media close====*/





@media (max-width:480px){

	#site-footer .footer-inner.f-mobile .footer-item.footer-about h4 {
		font-size: 5.3vw !important;
	}	
	
}/*====media close====*/





@media only screen and (min-width:900px) and (max-width:1200px){
	
	#site-footer .footer-inner .footer-item h4 {
		font-size: 1.8vw !important;
	}

	#site-footer .footer-item div p, #site-footer .footer-item div  a {
		font-size: 15px;
	}	
	
}/*====media close====*/



/*====================FOOTER=======================*/





/*====================CONTACT=======================*/



@media (max-width:900px){
	
	.map-section {
		padding-bottom: 0;
	}


	.map-section iframe {
		width: 100% !important;
		height: 400px !important;
		position: static;
	}
	
	
	.default-fluid-banner {
		margin-bottom: 50px;
	}
	
	
	.page-template-focus-tpl #site-content{
		padding-top:50px;
	}
	
	
	
}/*====media close====*/




/*====================CONTACT=======================*/




/*====================PORTFOLIO=======================*/


@media (max-width:900px){
	
	.single-portfolios-container .right-featured-slider, 
	.single-portfolios-container.no-features-exist .right-featured-slider {
		width: 100%;
		margin-bottom: 70px;
	}	
	
	
	.single-portfolios-container .featured-wrapper {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}


	.single-portfolios-container .left-features {
		width: 100%;
		order: 2;
		-webkit-order: 2;
		-webkit-order: 2;
		-webkit-order: 2;
	}


	.single-portfolios-container .right-featured-slider .top-navigations {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		margin-bottom: 0;
		order: 2;
		-webkit-order: 2;
		-webkit-order: 2;
		-webkit-order: 2;
		width: 100%;
	}


	.right-featured-slider .top-navigations .left-navigation {
		width: 100%;
		text-align: center;
	}


	.right-featured-slider .top-navigations .right-navigation {
		width: 100%; 
		margin: 24px 0 20px;
	}


	.right-featured-slider .top-navigations .right-navigation .pagination-single-inner {
		width: 100%;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}
	
	
	.single-portfolios-container .right-featured-slider-inner {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}
	
	
	.page-template-default .entry-header {
		padding: 0 0 40px;
	}
	
	
	.single-portfolios-container .swiper-button-next::after, 
	.single-portfolios-container .swiper-button-prev::after {
		font-size: 20px;
	}
	
	
	.swiper-slide-container .gal-image-link .caption {
		font-size: 18px;
	}
	
	
	
	#lightbox .lb-closeContainer {
		top: -24px;
		right: 10px;
	}
	
	
	.lb-data .lb-close {
		width: 30px;
		height: 30px;
	}
	
	
	
	.single-content-detail .single-content-left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	
	
	.single-content-detail .single-content-right {
		width: 100%;
	}
	
	
	#lightbox .lb-closeContainer a.lb-close{
		top: 10px;
		right: 10px;
	}

	
	
}/*====media close====*/



@media (max-width:480px){
	
	.right-navigation .pagination-single-inner a {
		width: 100%;
	}	
	
}/*====media close====*/





@media (min-width:900px) and (max-width:1200px){
	
	.single-portfolios-container .right-featured-slider .top-navigations {
		margin-bottom: 0;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}


	.single-portfolios-container .right-featured-slider .right-navigation {
		width: 100%;
		margin: 22px 0 14px;
	}


	.single-portfolios-container .right-featured-slider .right-navigation a {
		font-size: 13px;
	}
	
	
	
}/*====media close====*/






/*====================PORTFOLIO=======================*/





/*=========PAGE LOADER CSS========*/

/*
.page-loader-outer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 99999;
    background-image: linear-gradient(45deg, rgb(72, 44, 191) 0%, rgb(106, 198, 240) 100%);
}


.loader-inner{
	position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



.loader {
    width: 16em;
    height: 8em;
    position: relative;
}


.loader-inner p {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 0 5px 7px rgba(0,0,0,0.3);
    text-transform: uppercase;
    margin-top: 20px;
    letter-spacing: 2px;
}


.loader::before,
.loader::after {
    content: '';
    position: absolute;
    bottom: 0;
}

.loader::before {
    width: inherit;
    height: 0.2em;
    background-color: hsla(0, 0%, 85%);
}

.loader::after {
    box-sizing: border-box;
    width: 50%;
    height: inherit;
    border: 0.2em solid hsla(0, 0%, 85%);
    border-radius: 50%;
    left: 25%;
}

.loader span {
    position: absolute;
    width: 5%;
    height: 10%;
    background-color: white;
    border-radius: 50%;
    bottom: 0.2em;
    left: -5%;
    animation: 2s linear infinite;
    transform-origin: 50% -3em;
    animation-name: run, rotating;
}

.loader span:nth-child(2) {animation-delay: 0.075s;}
.loader span:nth-child(3) {animation-delay: 0.15s;}

@keyframes run {
    0% {left: -5%;}
    10%, 60% {left: calc((100% - 5%) / 2);}
    70%, 100% {left: 100%;}
}

@keyframes rotating {
    0%, 10% {transform: rotate(0deg);}
    60%, 100% {transform: rotate(-1turn);}
}

*/



/*=========PAGE LOADER CSS========*/















