*{
	-webkit-appearance: none;
}

#Container, header, nav, section, footer, #Content-Container, #Banner, #Banner-S, #Brick, #About, #Pricing, #Gallery, #Solutions, #Industries

#Services, #Info, #C-Slider, #P-Slider  {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#Container {
	overflow: hidden;
}

#Header, #Main-Menu, #Mobile-Menu, #Footer, #Connect-Intra, #Banner-Intra, #Banner-Intra-S, #Content-Main, #About-Intra, #Pricing-Intra, #Gallery-Intra, #Solutions-Intra, #Industries-Intra,


#Services-Intra, #Info-Intra, #C-Slider-Intra, #P-Slider-Intra {
	max-width: 1366px;
	min-width: 300px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

body{
	background: url(../images/black.gif) repeat center center;
}	

/*  Header */

header {
    overflow: visible;
    z-index: 10;
	padding: 10px 0;
}

.home header {
    position: absolute;
    background: none;
    z-index: 9;
}

.header-logo{ 
	display: table-cell;
    width: 100px;
    vertical-align: middle;
}

.header-logo a{
	display: inline-block;
	width: 100%;
}

.header-menu{
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    padding: 0 10px 0 0;
}

.logo2{
	display: none;
}

#MainBlock{
	position: relative;
	overflow: hidden;
}

#particles-js{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
}

#Black-Block{
	background: #010101;
	background: linear-gradient(180deg, #010101, #1E1610);
}

/* Banner */



#Banner{
    height: 100vh;
    background: url(../images/banner-think-outside) no-repeat center center;
    background-size: cover;
}

#Banner:after{
    content: '';
    position: absolute;
	background: linear-gradient(to bottom, #000 0%, rgba(0,0,0,0) 100%);
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.7;
}


#Banner-Intra{
	height: 100%;
}

#Banner heading{
    position: absolute;
    font: 300 80px / 92px 'Solway';
    top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    color: #ffffff;
    text-align: center;
    padding: 10px;
    width: 100%;
    z-index: 2;
    letter-spacing: 1px;
    text-transform: capitalize;
}

#Banner video,
#Banner #bannerFallback{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#bannerFallback{
    display:none;
}


/* Custome Menu */

.desktop-menu li{
	display: inline-block;
    color: #333;
    font: 400 13px / 30px 'Solway';
    position: relative;
    vertical-align: top;
    text-align: left;
    margin: 0 -2px;
    transition: 0.7s all ease;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.desktop-menu li.boldMenu a{
    padding: 5px 0 5px 40px;
    background: #FFFFFF;
    border: 1px solid #141414;
    box-shadow: 2px 3px 0px #00E785;
    border-radius: 24px;
    padding: 3px 16px;
    color: #202020;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: 0.5s all ease;
}

.desktop-menu li a{
    color: #ffffff;
    position: relative;
    display: block;
	position: relative;
    padding: 5px 10px;
}

.desktop-menu li.active a {
	color: #284E27;
}

.desktop-menu li.active a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    height: 1px;
    width: 70%;
    background: #284E27;
    box-shadow: 0 0 5px 1px #284E27;
}

.mobile-menu{
	display: none;
}

.copyrights-menu .icon-heart{
	display: inline-block;
	position: relative;
    margin: 0 0 0 5px;
	vertical-align: top;
}

.copyrights-menu .icon-heart:before{
    content: '\E811';
    font-family: 'fontello';
    position: absolute;
    color: #f00;
    font-size: 14px;
    top: -1px;
}


/* ===================================
    Side Menu
====================================== */

.side-menu {
	width: 90%;
	position: fixed;
	right: 0;
	top: 0;
    background: #ee6024;
	z-index: 1032;
	height: 100%;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: -o-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	overflow: hidden;
}
.side-menu.left {
	left: 0;
	right: auto;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
	width: 280px;
}
.side-menu.side-menu-active, .side-menu.before-side {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
	visibility: visible;
	opacity: 1;
}
.side-menu .navbar-brand {
	margin: 0 0 2.5rem 0;
}
/*Side overlay*/

#close_side_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	display: none;
	z-index: 1031;
	opacity: 0.4;
}
/*side clode btn*/

.side-menu .btn-close {
	height: 33px;
	width: 33px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 30px;
	right: 15px;
	cursor: pointer;
}
.side-menu.before-side .btn-close {
	display: none;
}
.just-sidemenu #sidemenu_toggle {
	position: fixed;
	z-index: 999;
	/*background: #fff;*/
	right: 0;
	top: 16px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
	position: absolute;
	left: 16px;
	content: ' ';
	height: 24px;
	width: 2px;
	background: #fff;
	top: 5px;
}
.side-menu .btn-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.side-menu .btn-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*side open btn*/

.sidemenu_btn {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width: 36px;
	padding: 6px;
	margin-right: 1rem;
	position: absolute;
	right: 15px;
    top: 25px;
}
.sidemenu_btn.left {
	left: 15px;
	right: auto;
}
.sidemenu_btn>span {
	height: 2px;
	width: 100%;
    background: #efefef;
	display: block;
}
.dark-navbar .sidemenu_btn>span {
	background: #666666;
}
.header-appear .sidemenu_btn>span {
	background: #666666;
}
.sidemenu_btn>span:nth-child(2) {
	margin: 4px 0;
}
.side-menu .inner-wrapper {
    padding: 30px;
	height: 100%;
	position: relative;
	overflow-y: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper {
	padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
	margin-bottom: 30px;
	display: block;
}
.side-nav .navbar-nav .nav-item {
	display: block;
    margin: 8px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    font: 600 20px / 36px 'Solway';
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.side-nav .navbar-nav .nav-item:first-child {
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2) {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
	-webkit-transition-delay: .9s;
	-o-transition-delay: .9s;
	transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.side-nav .navbar-nav .nav-link {
	color: #fff;
	padding: 2px 0 3px 0 !important;
	position: relative;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after {
	content: "";
	position: absolute;
	background: #fff;
	display: inline-block;
	width: 0;
	height: 3px;
    bottom: -3px;
	left: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.side-nav .navbar-nav .nav-link:hover::after, .side-nav .navbar-nav .nav-link:focus::after, .side-nav .navbar-nav .nav-link.active::after {
	width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
	background: transparent;
}
.side-menu p {
    font-size: 13px;
    font: 400 12px/30px 'gt_walsheim_proregular';
    color: #fff;
    letter-spacing: 1px;
}
.modal-content {
	border-radius: 0
}
 
/* Overlap About */

.overlap-about{
    position: relative;
    background: url(../images/black.gif) repeat center center;
    padding: 30px;
    margin: -180px auto 0 auto;
    width: 80%;
    z-index: 1;
}

.overlap-l{
	vertical-align: middle;
    padding: 0 25px 0 0;
}

.overlap-l h1{
    font: 400 30px / 40px 'Solway';
    color: #ee6024;
    padding: 0 0 10px 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.overlap-l .res-img{
	display: none;
}

.overlap-l p{
    color: #dedede;
    font: 500 16px / 34px 'gt_walsheim_proregular';
    position: relative;
    transition: 0.7s all ease;
}

.overlap-l a{
    display: block;
    background: #FFFFFF;
    border: 1px solid #141414;
    box-shadow: 2px 3px 0px #7C0529;
    border-radius: 24px;
    padding: 5px 16px;
    color: #141414;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: 0.5s all ease;
    margin: 19px 0 0 0;
    width: 140px;
    text-align: center;
    font: 500 14px / 32px 'gt_walsheim_proregular';
}

.overlap-r{
    vertical-align: middle;
    width: 49%;
}

.overlap-r img{
    border-radius: 15px;
}

/* About */

#About{
    padding: 0 0 50px 0;
    background: #ffffff;
}

/* Banner */

#InBanner{
	position: relative;
}


#iBanner{
    padding: 70px 0;
	position: relative;
	z-index: 2;
}

#iBanner h1{
    text-align: center;
    font: 700 60px / 70px 'Solway';
    position: relative;
    z-index: 2;
    color: #fff;
    letter-spacing: 1px;
	text-transform: uppercase;
}

#iBanner h1 color{
    color: #ee6024;
}

#iBanner h1 i{
    display: block;
    font: 400 24px / 32px 'Solway';
    text-transform: capitalize;
    font-style: italic;
    margin: 10px 0 0 0;
    color: #ee6024;
}

/* FAQ */



/* About Page */

.blockquote{
    padding: 30px;
    margin: 20px 0;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(to right, #000000, #240d13, #3f101d, #5d0d24, #7c0529);
}

.blockquote h3{
    color: #f2f1f1;
    text-align: center;
}

.blockquote p{
    letter-spacing: 0.5px;
    font: 400 18px / 30px 'gt_walsheim_proregular';
    color: #feffef;
}

.about-grid{
	margin: 20px 0 0 0;
}

.about-l{
    background: #1f1c1c;
    padding: 40px;
	vertical-align: middle;
}

.about-r{
	text-align: center;
	vertical-align: middle;
}

.about-l h3{
    font: 400 24px / 34px 'Solway';
    margin: 0 0 10px 0px;
    color: #ffffff;
    letter-spacing: 1px;
}

.textMain .about-l li{
    background: url(../images/ticker-w.svg) no-repeat left 13px;
    background-size: 24px;
    padding: 10px 5px 10px 45px;
    font: 400 16px / 28px 'gt_walsheim_proregular';
    color: #fefefe;
    letter-spacing: 0.5px;
}

.about-r img{
	width: 100%;
	height: 100%;
	object-fit: cover; 
	display: block;
}

/* Service */

#Services{
    background: #ffffff;
	padding: 0 10px 100px 10px;
}

#Services h2 {
    font: 400 80px / 100px 'Solway';
    text-align: center;
    color: #141414;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
	margin: 0 0 80px 0;
}

#Services h2 color{
	color: #ee6024;
}

#Services h2 span{
    display: block;
    background: #FFFFFF;
    border: 1px solid #141414;
    box-shadow: 2px 3px 0px #141414;
    border-radius: 24px;
    padding: 5px 16px;
    color: #141414;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: 0.5s all ease;
    margin: 20px auto;
    width: 140px;
    text-align: center;
    font: 500 14px / 32px 'gt_walsheim_proregular';
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-grid li{
    max-width: 480px;
    display: block;
    width: 100%;
    margin: auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.services-grid li img{
    filter: grayscale(100%) brightness(0.8);
    transition: filter 0.4s ease;
}

.services-grid li:hover img{
    filter: grayscale(0%) brightness(1);
}

.services-grid a{
	display: block;
}

.service-content{
	padding: 30px;
    min-height: 350px;
	position: relative;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #ffffff;
}

.service-content h4{
	margin: 0 0 30px 0;
    color: #ee6024;
    text-align: center;
    font: 400 28px / 34px 'Solway';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-content p{
    color: #141414;
    font: 500 17px / 30px 'gt_walsheim_proregular';
    margin: 0 0 15px 0;
    letter-spacing: 0.5px;
	text-align: center;
}

.service-content span{
	position: absolute;
	left: 0;
	right: 0;
    bottom: 20px;
	margin: auto;
    color: #141414;
    font: 500 16px / 24px 'gt_walsheim_proregular';
    text-transform: uppercase;
    text-align: center;
    display: block;
    letter-spacing: 1px;
}


/* Info */

#Info{
	position: relative;
	padding: 140px 0;
    background: url(../images/think-outside-background.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

#Info:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 100%;
	height: 100%;
    background-image: linear-gradient(to bottom, #141414, #101214, #0a1111, #050f0b, #080b00);
    opacity: 0.5;
}

#Info-Intra{
	z-index: 1;
}

#Info h3{
    color: #fff;
    font: 600 36px / 40px 'Solway';
    text-transform: uppercase;
    letter-spacing: 1px;
	margin: 0 0 20px 0;
	text-align: center;
}

#Info p{
    color: #fff;
    font: 500 16px / 30px 'gt_walsheim_proregular';
    margin: 0 auto 15px auto;
    text-align: center;
    width: 100%;
    max-width: 770px;
    letter-spacing: 1px;
}

#Info a{
    display: block;
    border-radius: 50px;
    color: #fff;
    font: 400 14px / 30px 'gt_walsheim_proregular';
    background: #ee6024;
    box-shadow: 0px 3px 6px #00000029;
    width: 190px;
    text-align: center;
    padding: 10px;
    margin: auto;
    letter-spacing: 1px;
}

/* Home - Clientele */

#C-Slider{
    padding: 40px 0;
    position: relative;
    background: #f3f5fa;
}

#C-Slider h3{
    font: 400 40px / 70px 'Solway';
    margin: 0 0 10px 0;
    text-align: center;
    color: #141414;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.logos {
	overflow: hidden;
	padding: 30px 0px;
	white-space: nowrap;
	position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #F3F5FA);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #F3F5FA);
}


.client-list {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.client-list li{
    display: inline-block;
    position: relative;
    vertical-align: top;
    background: #fff;
    overflow: hidden;
    margin: 0 20px;
    list-style: none;
    width: 150px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    border-radius: 130px;
    height: 150px;
}



.marquee-container{
	display: flex;
	width: max-content;
	animation: scroll-marquee 30s linear infinite;
}

.marquee-container:hover {
	animation-play-state: paused;
}

.client-list li img {
	position: absolute;
	display: block;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease;
	width: 75%;
}

.client-list li:hover img {
  transform: translate(-50%, -50%) scale(1.08);
}

@keyframes scroll-marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}


/* Home - Partners */


#P-Slider{
    padding: 40px 0;
    position: relative;
    background: #ffffff;
}

#P-Slider h3{
    font: 400 40px / 70px 'Solway';
    margin: 0 0 10px 0;
    text-align: center;
    color: #141414;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.plogos {
	overflow: hidden;
	padding: 30px 0px;
	white-space: nowrap;
	position: relative;
}

.plogos:before,
.plogos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.plogos:before {
	left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
}

.plogos:after {
	right: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}


.partners-list {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.partners-list li{
    display: inline-block;
    position: relative;
    vertical-align: top;
    background: #fff;
    overflow: hidden;
    margin: 0 20px;
    list-style: none;
    width: 150px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    height: 150px;
}



.marquee-container{
	display: flex;
	width: max-content;
	animation: scroll-marquee 30s linear infinite;
}

.marquee-container:hover {
	animation-play-state: paused;
}

.partners-list li img {
  position: absolute;
  display: block;
  height: auto;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.partners-list li:hover img {
  transform: translate(-50%, -50%) scale(1.08);
}

@keyframes scroll-marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

/* About */

.grid-l{
    background: #FAF3E1;
    padding: 40px;
	vertical-align: middle;
}

.grid-l h2{
    color: #ee6024;
    margin: 0 0 10px 0;
    font: 600 36px / 40px 'Solway';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.services-heading h2{
    margin: 10px 0;
}

.grid-l p{
    font: 500 16px / 30px 'gt_walsheim_proregular';
    color: #141414;
    letter-spacing: 1px;
    text-align: left;
    padding: 5px 0;
}

.grid-img{
	text-align: center;
	vertical-align: middle;
}

.grid-img img{
	width: 100%;
	height: 100%;
	object-fit: cover; 
	display: block;
}

.mt-20{
	margin: 20px 0 0 0;
}

#Quote{
    background: #ee6024;
    padding: 100px 15px;
    font: 700 40px / 54px 'Solway';
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* Contact Page */

.contact-info{
	padding: 40px 0 0 0;
}

.contact-info h2{
	font: normal 30px / 40px 'Solway';
    color: #ee6024;
    margin: 0 0 15px 0;
}

.contact-info p{
    font: 400 20px / 40px 'gt_walsheim_proregular';
    color: #ffffff;
    letter-spacing: 0.5px;
}

.contact-form-grid{
    margin: 20px 0 0 0;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.contact-form-content{
    vertical-align: top;
    background-image: linear-gradient(to bottom, #1a1f28, #19181f, #151216, #0e090c, #000000);
	padding: 50px;
}

.textMain .contact-form-content li.phone-ico {
    background: url(../images/phone-ico.svg) no-repeat 0px 8px;
    background-size: 36px;
}

.textMain .contact-form-content li.mail-ico {
    background: url(../images/mail-ico.svg) no-repeat 0px 6px;
    background-size: 36px;
}

.textMain .contact-form-content li.address-ico {
    background: url(../images/map-ico.svg) no-repeat 1px 7px;
    background-size: 36px;
}

.textMain .contact-form-content li.clock-ico {
    background: url(../images/clock-ico.svg) no-repeat 1px 5px;
    background-size: 32px;
}

.textMain .contact-form-content li {
	padding: 10px 0 10px 46px;
	background: none;
	margin: 20px 0;
}

.contact-form-content li h4{
    font: 400 25px / 34px 'Solway';
    color: #ee6024;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-form-content li p{
    font: 400 16px/30px 'gt_walsheim_proregular';
    color: #dedede;
	padding: 0;
}

.contact-form-content li p a{
    display: inline-block;
    color: #dedede;
	font-weight: 400;
}

.contact-form-content li p a:hover{
	color: #fefefe ! important;
}

.contactBox label.error {
    font: 400 13px/20px 'gt_walsheim_proregular';
    color: #e64325;
}

.contact-form-box iframe{
	display: block;
	width: 100%;
	height: 500px;
}

/* Services */





/* Info */

.info-blk {
    padding: 30px;
    border: 1px solid rgb(243 239 239 / 44%);
    margin: 0 0 30px 0;
    background: #fcfcfc;
}

/* Footer */


footer {
	background-image: linear-gradient(to right top, #242833, #172328, #121c1c, #0e1411, #080905);
	padding: 60px 0;
}

.footer-l {
	padding: 20px;
}

.footerlogo {
    width: 120px;
    margin: 0 0 20px 0;
}

.footer-l p {
    font: 500 16px / 28px 'gt_walsheim_proregular';
    color: #707685;
    margin: 0 0 15px 0;
    letter-spacing: 0.5px;
}

.footer-l h4 {
    color: #ee6024;
    font: 400 24px / 36px 'Solway';
    margin: 0 0 20px 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.footer-l h4 a {
	color: #f9a532;
	border-bottom: 1px solid #f9a532;
	transition: 0.7s all ease;
}

.footer-l .call-footer{
    position: relative;
    display: block;
    color: #fefefe;
    font: 600 21px / 34px 'Solway';
    margin: 30px 0 20px 0;
    transition: 0.7s all ease;
    text-align: left;
    letter-spacing: 0.5px;
    padding: 10px 10px 10px 50px;
    width: 250px;
    border: 2px solid #ee6024;
	transition: 0.5s all ease;
}

.footer-l .call-footer:hover{
    background: #ee6024;
}

.footer-l .call-footer:before{
    content: '\E80E';
    top: 10px;
    position: absolute;
    font-family: 'fontello';
    left: 15px;
    margin: auto;
    text-align: center;
    transition: 0.7s all ease;
    font-size: 28px;
    color: #f3f9ed;
}

.footer-m {
	width: 230px;
	padding: 20px;
}

.footer-m h3 {
    font: 400 18px / 32px 'Solway';
	margin: 0 0 20px 0;
	color: #fafafa;
    letter-spacing: 1.5px;
}

.footer-m li {
	font: 400 15px/32px 'gt_walsheim_proregular';
	padding: 0 0 10px 0;
	letter-spacing: 0.5px;
}

.footer-m li a {
	color: #707685;
}

.footer-r {
	width: 250px;
	padding: 20px;
}

.footer-r h3 {
    font: 400 18px / 32px 'Solway';
	margin: 0 0 20px 0;
	color: #fafafa;
    letter-spacing: 1.5px;
}


.social-media {
	margin: 10px 0 0 0;
}

.social-media li {
	display: inline-block;
	vertical-align: top;
    width: 40px;
    height: 40px;
	margin: 0 5px 10px 0;
	position: relative;
}

.social-media li a {
    width: 40px;
    height: 40px;
	display: block;
	transition: 0.8s all ease;
	opacity: 0.7;
}

.social-media li:hover a {
	opacity: 1;
}

.social-media li a:before {
	position: absolute;
	font-family: 'fontello';
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	transition: 0.7s all ease;
    font-size: 21px;
	color: #f3f9ed;
}

.social-media .fb a:before {
	content: '\E813';
    top: 8px;
}

.social-media .instagram a:before {
	content: '\F16D';
    top: 7px;
}


.social-media .fb a{
    border: 1px solid #1877F2;
	background: #1877F2;
}

.social-media .instagram a{
    border: 1px solid #E4405F;
	background: #E4405F;
}



.copyrights {
	font: 300 15px / 30px 'gt_walsheim_proregular';
	text-align: center;
	color: #fff;
	margin: 30px 0 0 0;
    letter-spacing: 1px;
}


.copyrights span{
    display: block;
    font-size: 10px;
    text-align: left;
    padding: 0 0 0 20px;
}

.copyrights .heart {
	padding: 11px;
	position: relative;
	display: inline-block;
}

.copyrights .heart:after {
	content: '\E81D';
	font-family: 'fontello';
	position: absolute;
	top: 1px;
	left: 0;
	right: 0;
	margin: auto;
	color: #ff5722;
}


/* Whatsapp */

.wh-api{
    position: fixed;
    bottom: 28px;
    right: 20px;
    z-index: 2;
}

.wh-api a {
    font: 300 14px / 28px 'gt_walsheim_proregular';
    background: #FFFFFF;
    border: 1px solid #363636;
    box-shadow: 2px 3px 0px #00E785;
    border-radius: 24px;
    padding: 8px 16px;
    color: #202020;
    cursor: pointer;
    letter-spacing: 0.3px;
	transition: 0.5s all ease;
}

/* About */

.ind-l{
    background: #1f1c1c;
    padding: 40px;
	vertical-align: middle;
}

.ind-l h2{
    font: 400 22px / 40px 'Solway';
    color: #EE3F3F;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
}

.ind-l p{
    font: 300 16px / 30px 'gt_walsheim_proregular';
    color: #fefefe;
    letter-spacing: 1px;
    text-align: justify;
    padding: 10px 0;
}

.ind-r{
	text-align: center;
	vertical-align: middle;
}

.ind-r img{
	width: 100%;
	height: 100%;
	object-fit: cover; 
	display: block;
}

.simple-content {
	padding: 30px;
    background: #f7f7f7;
}

.textMain .simple-content li{
    margin: 0 0 30px 0;
    padding: 0;
    background: none;
}

.simple-content h3{    
	font: 500 25px / 30px 'gt_walsheim_proregular';
    color: #333333;
    margin: 0 0 10px 0;
}

.simple-content p{
	padding: 5px 0;
    font: 400 16px / 30px 'gt_walsheim_proregular';
    color: #094254;
    text-align: left;
    letter-spacing: 0.5px;
}

/* Gallery */

.gallery-box{
	margin: 0 0 50px 0;
}

.textMain .gallery-box  h2{
    color: #ee6024;
    margin: 0 0 20px 0;
    font: 600 24px / 32px 'Solway';
    letter-spacing: 1px;
}

.gallery-grid   {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	justify-content: center;
	padding: 0;
	list-style: none;
}

.textMain .gallery-grid li {
    background: #fff;
    border: 1px solid #fff;
	padding: 0;
}

.textMain .gallery-grid li a{
	display: block;
}

.textMain .gallery-grid li .album-img{
    position: relative;
    vertical-align: top;
    padding: 0;
	transition: 0.5s all ease;
	height: 315px;
    overflow: hidden;
}

.textMain .gallery-grid li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.textMain .gallery-grid li:hover img {
    transform: scale(1.05);
}



/* Media Query */

@media (max-width: 1170px) {
    .services-grid {
        grid-template-columns: repeat(1, 1fr);
    }
	.service-content {
		min-height: 390px;
	}
}

@media screen and (max-width: 1140px) {
	.top-grid {
        display: flex;
        flex-flow: column;
        padding: 0 0 30px 0;
    }
	.services-heading{
        display: flex;
        flex-flow: column;
    }
	.grid-l{
		display: block;
		order: 2;
	}
	.grid-img{
		order: 1;
		display: block;
	}
}

@media screen and (max-width: 960px) {
	.desktop-menu{
		display: none;
	}
	.mobile-menu{
		display: block;
	}
}

@media screen and (max-width: 960px) {
	#Banner h1 {
		font: 700 70px/90px  'Solway';
	}
	.brick-l {
        display: block;
        padding: 60px 30px 30px 30px;
	}
	.brick-r {
		display: block;
		height: 300px;
		background: url(../images/the-wild-deck-bg.jpg) no-repeat center center;
		background-size: cover;
		background-attachment: fixed;
	}
	.overlap-about {
		width: 95%;
	}	
	.services-l a{
		float: right;
	}
	.services-l {
		display: block;
		width: auto;
		margin: 0 0 0 0;
	}	
	.services-r {
		display: block;
		width: auto;
	}
	.service-l {
		display: block;
		width: auto;
		margin: 0 0 0 0;
	}	
	.service-r {
		display: block;
		width: auto;
	}
	
	.book-block {
		padding: 20px 0;
	}
	.about-grid-l{
		display: block;
		width: auto;
	}
	.about-grid-r{
		display: block;
		width: auto;
		text-align: center;
	}
	
	.about-grid {
        display: flex;
        flex-flow: column;
        padding: 0 0 10px 0;
    }
	.about-l{
		order: 2;
	}
	.about-r{
		order: 1;
	}
}


@media screen and (max-width: 860px) {
	#Banner heading {
		font: 600 30px / 44px 'Solway';
	}
	.overlap-l .res-img{
        display: block;
        margin: 20px auto;
	}
	.overlap-l{
        display: block;
        margin: 0 0 30px 0;
        padding: 0;
	}
	.overlap-r{
		display: none;
	}
	.solutions-grid {
        grid-template-columns: repeat(1, 1fr);
    }
	.contact-form-box{
		display: block;
		width: auto;
		border: none;
		width: auto;
	}
	.contact-form-content{
		display: block;
		width: auto;
		padding: 20px;
	}
	
	.footer-l{
		display: block;
		width: auto;
        padding: 0 20px;
		margin: 0 0 25px 0;
	}
	.footer-m{
		display: block;
		width: auto;
        padding: 0 20px;
		margin: 0 0 25px 0;
	}
	.footer-r{
		display: block;
		width: auto;
        padding: 0 20px;
	}
	.footer-m h3 {
		margin: 10px 0;
	}
	.footer-r h3 {
		margin: 10px 0;
	}
	.footer-m li {
		padding: 0 0 5px 0;
	}
	.footer-r li {
		padding: 0 0 5px 0;
	}
}

@media screen and (max-width: 767px) {
	#Banner h1 {
        font: 700 34px / 40px  'Solway';
	}
	.header-logo{
        display: block;
        margin: auto;
        text-align: center;
	}
	.header-menu{
		display: block;
		text-align: center;
	}
	#Gallery {
		padding: 70px 0 20px 0;
	}
	.gallery-grid {
		margin: 0 15px;
	}
	.accordion {
		width: 94%;
		margin: auto;
	}
	.leadership-img {
		display: block;
		width: auto;
		padding-bottom: 0;
	}
	.leadership-content {
		display: block;
	}
}

@media screen and (max-width: 640px) {
	#iBanner {
		padding: 90px 0;
	}
	#iBanner h1 {
        font: 600 36px / 44px 'Solway';
	}
	#iBanner h1 color{
		display: block;
	}
	#Services h2 {
		font: 500 50px / 56px  'Solway';
        margin: 0 0 30px 0;
		padding: 10px 20px 0 20px;
	}
	
	#Banner {
		background-attachment: unset;
	}
	.brick-r{
		display: none;
	}
	.grid-l {
        padding: 20px;
    }
	.services-grid li img{
		filter: grayscale(0%) brightness(1);
	}
	.service-content {
		min-height: 370px;
	}
	.services-heading h2 {
		margin: 10px 0;
		font: 600 24px / 30px 'Solway';
	}
	#Quote {
		font: 700 30px / 42px 'Solway';
	}
	.footer-l .call-footer {
		width: 240px;
	}
}

@media screen and (max-width: 540px) {
	.contact-form-content li p a {
		display: block;
	}
	slash{
		display: none;
	}
	.partners-list li {
		margin: 10px 12px;
		min-width: 140px;
	}
}