/*****CSS START HERE******/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding:0;
	font-family: 'Inter', sans-serif;
	background:#1a1a1a;
  overflow-x: hidden;
  overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}
button:focus {
	outline:none;
}
ul, ol, li {
	margin:0;
	padding:0;
	list-style-type:none;
}
a {
	text-decoration:none;
}
img {
	max-width:100%;
}
input:focus {
	outline:none;
}
header, footer, section {
	width:100%;
	float:left;
}
.auto-container {
	max-width:1190px;
	margin:0 auto;
	padding:0 15px;
}
.viewport {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

.scroll-container {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  display: flex;
  justify-content: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
}

header {
	padding: 40px 30px;
	position: absolute;
	z-index: 1;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	align-items: center;
}
.logo-outer {
}
.nav-outer {
    text-align: right;
    float: left;
}
.nav-outer ul {
    display: inline-block;
    vertical-align: top;
}

.nav-outer ul li {
    float: left;
}.nav-outer ul li a {
	font-size: 16px;
	font-family: 'Inter', sans-serif;
	color: #fff;
	margin: 0 15px 0;
}
.nav-outer ul li a:hover {
	color:#f7a14c !important;
}

.head-btn {
    float: right;
}
.head-btn a {
    color: #fff;
    background: #00b67a url(../images/hand01.png) no-repeat 90%;
	font-size:14px;
}
.btn-outer {
    color: #fff;
    padding: 20px 80px 20px 30px;
    font-size: 24px;
    border-radius: 50px;
    margin: 2px 0 0;
    display: inline-block;
    transition: all 0.5s ease;
    vertical-align: top;
   transition: all 0.5s ease-out; 
    background: #1B1A1B;
    background: linear-gradient(90deg,rgba(27, 26, 27, 1) 0%, rgba(59, 42, 67, 1) 50%, rgba(124, 85, 40, 1) 100%);
    position: relative;
    border: 1px solid #333;
	  transition: all 0.5s ease;
}
.btn-outer::after {
	content: "";
	position: absolute;
	right: 15px;
	background: url(../images/right-arrow.png) no-repeat 96%;
	width: 50px;
	height: 50px;
	top: 0;
	bottom: 0;    width: 23px;
    height: 20px;
    background-size: 100% 100%;
	margin: auto;
}
.btn-outer:hover {
	  transition: all 0.5s ease;
	  background: #7C5528;
background: linear-gradient(90deg,rgba(124, 85, 40, 1) 0%, rgba(59, 42, 67, 1) 50%, rgba(27, 26, 27, 1) 100%);


}

.banner-inner {
	display: flex;
	gap: 40px;
	align-items: center;
	z-index: 1;
}

.banner-left h1 {
	color: #FFF5ED;
	font-size: 75px;
	margin: 0 0 30px;
}

p
{
	color:#fff;
	font-size:24px;
	font-weight:300;
}


.banner-outer {
	padding: 200px 0 70px;
	position: relative;
}
.banner-outer::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/shadow04.png) no-repeat top center;
	width: 530px;
	height: 530px;
}



.banner-left {
	width: 49%;
	position: relative;
	z-index: 1;
}
.banner-left .btn-outer {
	margin: 50px 0 40px;
}

.sponser-outer {
	position: relative;
	overflow: hidden;
}

.sponser-outer ul {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 0 20px;
}



.sponser-outer::before {
	content: "";
	position: absolute;
	background: url(../images/shadow01.png) no-repeat top center;
	width: 250px;
	height: 100px;
	left: 0;
	top: 0;
	background-size: 100% 100%;
	z-index: 1;
}

.sponser-outer::after {
    content: "";
    position: absolute;
    background: url(../images/shadow02.png) no-repeat top center;
    width: 250px;
    height: 100px;
    right: 0;
    top: 0;
    background-size: 100% 100%;
}

.mission-vision {
    text-align: center;
    padding: 80px 0;
}
h3.sub-title {
    font-size: 32px;
    color: #F7A14C;
    font-weight: 300;
}
h2.title-outer {
	font-size: 48px;
	color: #FFF5ED;
	display: inline-block;
	font-weight: 500;
	vertical-align: middle;
	margin: 20px 0;
}
h2.title-outer span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
.experience-inner {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	align-items: center;
}
.experience-left {
    width: 48%;
    position: relative;
    z-index: 11;
}
.experience-right {
	width: 49%;
	position: relative;
	z-index: 11;
}
.experience-right h2 {
    font-size: 36px;
    display: flex;
    color: #FFF5ED;
    align-items: center;
	font-weight:400;
}
.experience-outer {
	position: relative;
}
.experience-outer::after, .things-inner::after, .dedicate-outer::after {
	content: "";
	position: absolute;
	top: -300px;
	left: 0;
	background: url(../images/shadow05.png) no-repeat top center;
	width: 530px;
	height: 1060px;
	background-size: 100% 100%;
	z-index: -1;
}

.experience-right h2 strong {
    font-size: 160px;
    color: #F7A14C;
}
.experience-right h2 span {
    width: 37%;
}
.experience-right p {
    margin: 0 0 40px;
}

.slider-effect img {
    width: auto !important;
}
.slider-effect h2 {
    color: #FFF5ED;
    font-size: 26px;
    margin: 25px 0 13px;
}


.slider-effect p {
    font-size: 19px;
}


.effective-slider {
	padding: 50px 0;
	position: relative;
}
.slider-effect {
    padding: 0 13px 0 28px;
}

.effective-slider .owl-dots {
    display: none;
}
.effective-slider .owl-item:nth-child(even) .slider-effect {
    margin: 90px 0 0;
}

.effective-slider .owl-item .slider-effect {
    border-left: 1px solid #fff5ed45;
}


.effective-slider .owl-nav {
	position: absolute;
	bottom: 130%;
	right: 0;
	max-width: 1170px;
	margin: auto;
	left: 0;
	text-align: right !important;
}
.effective-slider .owl-nav span {
	display:none;
}
.effective-slider .owl-nav button.owl-prev
{
	background:url(../images/arrow01.png) no-repeat top center !important;
	background-size: 100% 100%;
}

.effective-slider .owl-nav button.owl-next
{
	background-size: 100% 100%;
	background:url(../images/arrow02.png) no-repeat top center !important;
}


.effective-slider .owl-nav button {
	width: 80px;
	height: 80px;
	cursor: pointer !important;
	outline: none !important;
	border: none;
}
.effective-slider .owl-nav button.owl-prev:hover, .effective-slider .owl-nav button.owl-prev:focus
{
	background:url(../images/arrow002.png) no-repeat top center !important;
	background-size: 100% 100%;
}

.effective-slider .owl-nav button.owl-next:hover, .effective-slider .owl-nav button.owl-next:focus
{
	background:url(../images/arrow001.png) no-repeat top center !important;
	background-size: 100% 100%;
}


section.effective-outer {
	padding: 80px 0 20px;
	position: relative;
	z-index: 1;
}
.effective-outer::after, .creativity-client::after {
	content: "";
	position: absolute;
	right: 0;
	top: -70px;
	background: url(../images/shadow06.png) no-repeat top center;
	width: 520px;
	height: 1060px;
	background-size: 100% 100%;
}

.creativity-client .auto-container {
	position: relative;
	z-index: 1;
}

.experience-inner::before {
	position: absolute;
	content: "";
	background: url(../images/line1.png) no-repeat top center;
	bottom: 0;
	left: 0;
	width: 1104px;
	height: 587px;
	z-index: 11;
	background-size: 100% 100%;
}


/* Core styles/functionality */
.tab {
	position: relative;
	border-top: 1px solid #FFF5ED40;
	margin: 10px 0;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
  max-height: 10rem;
}

/* Visual styles */
.accordion {
	overflow: hidden;
	margin: 0 0 20px;
}
.tab__label,
.tab__close {
  display: flex;
  color: white;
  background: var(--theme);
  cursor: pointer;
}
.tab__label {
	padding: 1rem;
	text-align: left;
	font-size: 29px;
	color: #FFF5ED;
	font-weight: 600;
	position: relative;
}
.tab__label::after {
	content: "";
	width: 1em;
	height: 1em;
	text-align: center;
	background: url(../images/accordion-arrow.png) no-repeat right 1px;
	transform: rotate(0deg);
	transition: all 0.35s;
	position: absolute;
	right: 0;
}
.tab input:checked + .tab__label::after {
	transform: rotate(-45deg);
}
.tab__content p {
	margin: 0;
	padding: 1rem;
	color: #FFF5ED;
	font-size: 19px;
	padding: 0 20px 30px;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.accordion--radio {
  --theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
}
@-webkit-keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}

.things-happens .title-outer {
	text-align: center;
	width: 100%;
}
.things-inner {
	position: relative;
	padding: 150px 0 180px;
}
.things-left {
	width: 48%;
	position: relative;
	z-index: 1;
}
.things-right {
	position: absolute;
	right: 0;
	width: 48%;
	text-align: right;
	top: 50px;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.dedicate-outer .Marquee-tag
{
	width:200px;
}


.things-inner .auto-container {
	display: flex;
	gap: 40px;
	align-items: center;
}
.tab__label span {
	margin: 0 0 0 20px;
}
.tab__label strong {
	color: #FFF5ED45;
}





.retention {
	border-radius: 30px;
	display: flex;
	gap: 30px;
	background: url(../images/bg-color.png) no-repeat top center;
	background-size: cover;
	padding: 25px 35px;
}

.retention li h2 {
	color: #FFF5ED;
	font-size: 42px;
	margin: 0 0 5px;
	display: flex;
}
.retention li p {
	font-size: 20px;
	font-weight: 400;
}
.creativity-client {
	text-align: center;
	padding: 60px 0;
	position: relative;
}.creativity-client .Marquee-content {
	position: relative;
	z-index: 1;
}.creativity-client .Marquee-tag {
	padding: 30px 0 20px;
}.glo-in {
	overflow: hidden;
}
.creativity-ul {
	display: flex;
	gap: 15px;
	margin: 40px 0px 0px;
	position: relative;
	z-index: 1;
}.effective-outer.appreciation-main {
	z-index: 111;
	position: relative;
}.effective-outer.appreciation-main::after, .effective-outer.our-team::after
{
	display:none;
}
.effective-slider.appreciation {
	padding: 50px 0 0 0;
}
.appreciation-effect {
	display: flex;
	align-items: center;
}

.video-outer {
	width: 50%;
	padding: 50px 0;
}
.video-outer iframe {
	width: 100%;
	border-radius: 20px;
	height: 380px;
	position:relative;
}

.video-content {
    border-radius: 30px;
    background: #FFF5ED;
    width: 80%;
    padding: 150px 40px 150px 370px;
    margin: 0 0 0 -320px;
}

.video-content h3 {
	color: #1A1A1A;
	font-size: 32px;
	margin: 30px 0 35px;
}
.video-content p {
	font-size: 22px;
	color: #1A1A1A;
	margin: 0px 0 0;
}



.appreciation-main .effective-slider .owl-nav {
	bottom: 105%;
}
.dedicate-outer {
	padding: 70px 0 0;
	position: relative;
}

.dedicate-outer ul {
	display: flex;
	gap: 60px;
	position: relative;
	z-index: 1;
}
.dedicate-outer::after
{
	top:-400px;
}

.team-img01
{
	background:url(../images/team-img01.png) no-repeat top center;
	background-size:cover;
}

.team-img02
{
	background:url(../images/team-img02.png) no-repeat top center;
	background-size:cover;
}
.team-img03
{
	background:url(../images/team-img03.png) no-repeat top center;
	background-size:cover;
}
.team-img04
{
	background:url(../images/team-img04.png) no-repeat top center;
	background-size:cover;
}
.team-img05
{
	background:url(../images/team-img05.png) no-repeat top center;
	background-size:cover;
}
.team-img06
{
	background:url(../images/team-img07.jpg) no-repeat top center;
	background-size:cover;
}.team-img07
{
	background:url(../images/team-img06.png) no-repeat top center;
	background-size:cover;
}

.team-slider {
	border-radius: 20px 100px 20px 20px;
	padding: 230px 25px 30px;
	position: relative;
	height: 300px;
	display: flex;
	align-items: end;
}
.team-slider h2 {
	color: #FFF5ED;
	position: relative;
	font-size: 22px;
	z-index: 1;
}
.team-slider p {
	position:relative;
	font-size: 16px;
	z-index: 1;
}

.team-slider::after {
	content: "";
	position: absolute;
	background: url(../images/team-name-shadow.png) no-repeat top center;
	bottom: 0;
	width: 100%;
	height: 120px;
	right: 0;
	left: 0;
	background-size: 100% 100%;
	border-radius: 0 0 20px 20px;
}
.effective-outer.our-team .owl-nav {
	bottom: 107%;
	right: 20px;
}
.mobile-icon {
	display: none;
}






.Marquee {
  width: 100vw;
  color: #fff;
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 60s linear infinite running;
  -moz-animation: marquee 60s linear infinite running;
  -o-animation: marquee 60s linear infinite running;
  -ms-animation: marquee 60s linear infinite running;
  animation: marquee 60s linear infinite running;
}
.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}

.sponser-marquee .Marquee-content:hover
{
  -webkit-animation-play-state: inherit;
  -moz-animation-play-state: inherit;
  -o-animation-play-state: inherit;
  -ms-animation-play-state: inherit;
  animation-play-state: inherit;
}

.sponser-marquee .Marquee-tag:hover
{
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  -ms-transform: initial;
  transform: initial;
  cursor: inherit;
}




.dedicate-outer .Marquee-content {
    gap: 40px;
}
.Marquee-tag {
    width: 200px;
    margin: 0 0.5em;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.Marquee-tag:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
.stop-marquee .Marquee-tag.active {
	position: fixed;
	top: 0;
	width: 100%;
	background: #000;
	z-index: 999999;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: inherit;
}
.marquee-n
{
	display:flex;
}

.Marquee-content.marquee-n.stop-marquee {
	animation: inherit;
	position: absolute;
	z-index: 999;
	overflow: hidden;
	/* left: 0; */
	width: 100%;
}

.close-pop {
	display: none;
}
.Marquee-content.marquee-n.stop-marquee .close-pop {
	top: 20px;
	right: 20px;
	display: block;
	animation: inherit;
	cursor:pointer;
	position: fixed;
	z-index: 9999999;
	width: 40px;
}

.banner-right {
	position: absolute;
	right: 0;
	width: 46%;
	height: 100%;
	top: 0;
	overflow: hidden;
}

.banner-right::after {
	content: "";
	background: url(../images/banner-shadow01.png) no-repeat top center;
	position: absolute;
	top: 0;
	width: 100%;
	height: 230px;
	right: 0;
	background-size: 100% 100%;
}

.banner-right::before {
	content: "";
	background: url(../images/banner-shadow02.png) no-repeat top center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 230px;
	right: 0;
	background-size: 100% 100%;
	z-index: 1;
}

.gallery {
	top: 0;
	left: 0;
	width: 120%;
	height: 100%;
	overflow: hidden;
}
.block-33 {
	width: 24.5%;
}

.display--inline-top {
  display: inline-block;
  vertical-align: top;
}

.fill-dimensions {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.relative {
  position: relative;
}

.cover-img {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.gallery-image {
	padding-bottom: 20px;
	animation: marqueeTop 150s linear infinite;
}

.gallery-h--tb .gallery-image {
  animation: marqueeBottom 150s linear infinite;
}

.gallery-image__img {
	padding-top: 50vh;
	max-width: 100%;
	margin: 0 auto;
}

.gallery-h {
  overflow: hidden;
}

@keyframes marqueeTop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -700%, 0);
    transform: translate3d(0, -700%, 0);
  }
}
@keyframes marqueeBottom {
  0% {
    -webkit-transform: translate3d(0, -700%, 0);
    transform: translate3d(0, -700%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.things-right img {
	height: 91%;
	width: 100%;
	object-fit: cover;
	border-radius: 20px 0 0px 20px;
}
.Marquee-tag.img-03 {
	width: 240px;
}
.Marquee-tag.img-02 {
	width: 280px;
}

.our-team .effective-slider::before
{
	content: "";
	position:absolute;
	top: 50px;
	left:0;
	width:250px;
	height:320px;
	background:url(../images/team-shadow01.png) no-repeat top center;
	background-size:100% 100%;
	z-index:1;
}
.our-team .effective-slider::after {
	content: "";
	position: absolute;
	top: 50px;
	right: 0;
	width: 250px;
	height: 320px;
	background: url(../images/team-shadow02.png) no-repeat top center;
	background-size: 100% 100%;
}	
.video-outer video {
    width: 100%;
    height: 100%;
    z-index: 1111;
    position: relative;
    border-radius: 20px;
}

.video-outer video[poster]{
height:100%;
width:100%;
}
.portfolio-banner {
	background:url(../images/portfolio-banner.jpg) no-repeat top center;
	background-size:cover;	
    text-align: center;
    padding: 200px 0 100px;
}
.portfolio-banner h1 {
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
}


.shown.active img {
	height: 100%;
	margin: auto;
	transform: scale(1.5);
}.shown.active {
	position: fixed !important;
	background: #000;
	width: 100%;
	z-index: 9999;
	text-align: center;
	top: 0 !important;
	right: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	height: 100%;
}



.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-design {
    padding: 40px 0;
}
@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}


.why-us-video {
	padding: 80px 0;
}

.contact-inner {
	display: flex;
	gap: 40px;
	align-items: center;
}
.contact-left, .contact-right {
	width: 100%;
}
.contact-inner h3 {
	color: #FFF5ED;
	font-size: 34px;
	margin: 20px 0;
}
.contact-info li {
	color: #fff;
	font-size: 21px;
	margin: 20px 0;
}
.contact-info li a {
	color: #fff;
	font-size: 18px;
}
.contact-info li strong {
	width: 35px;
	float: left;
}

.timing-contact.contact-info li strong {
	width: auto;
	margin: 0 10px 0 0px;
}

.text-field {
	width: 100%;
	border: 1px solid #919191;
	background: none;
	border-radius: 10px;
	font-size: 17px;
	color: #fff;
	padding: 12px 20px;
	margin: 10px 0;
}

textarea.text-field {
	height: 150px;
}
.contact-right form {
	margin: 20px 0 0;
}

button.btn-outer {
	border: none;
	margin: 12px 0 0;
	cursor: pointer;
}
.contact-map iframe {
	width: 100%;
}

.contact-outer {
	padding: 70px 0 90px;
}
.contact-info li a:hover
{
	color:#F7A14C;
}


.our-top-team ul {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.our-top-team li {
	width: 32%;
}
.team-img {
	width: 100%;
}

.our-top-team .team-inner {
	position: absolute;
	padding: 20px;
	width: 100%;
	left: 0;
	right: 0;
}
.our-top-team .team-slider {
	padding: 0;
	height: auto;
}
.team-img img {
	width: 100%;
	border-radius: 20px;
	height: 400px;
	object-fit: cover;
	object-position: top;
}

.our-top-team {
	padding: 80px 0;
}
.footer-inner {
	display: flex;
	align-items: center;
	gap: 40px;
	justify-content: space-between;
	border-top: 1px solid #333;
	padding: 15px 0 10px;
	margin: 50px 0 0;
	display:none;
}

.footer-social li a {
    color: #fff;
}
footer {
    padding: 20px 15px;
	border-top: 1px solid #333;
}

.footer-social li a:hover
{
	color:#F7A14C;
}

.copyright p {
	font-size: 16px;
}

.portfolio-banner.portfolio2-banner {
	background: #fff;
	padding-bottom: 20px;
}
.portfolio2-banner h1 {
    color: #000;
}.portfolio2-banner p {
    color: #333;
    margin: 20px 0 0;
}

.portfolio-2 header {
	background: #000;
}
.portfolio-design.portfolio2-design {
	background: #fff;
	padding-top: 0;
}


.faq-outer h3 {
	font-size: 34px;
	color: #fff;
	text-align: center;
	margin: 0px 0 40px;
}
.faq-outer {
	padding: 80px 0;
}

.idea-outer h2 {
	font-size: 70px;
	color: #fff;
	font-weight: 200;
	padding: 0 0 10px;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin: 0 0 10px;
}

.footer-social {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: center;
}
.footer-social li {
	color: #ccc;
	width: 100%;
}
.footer-social ul {
	display: flex;
	gap: 20px;
}

.footer-social-inner ul {
	flex-wrap: wrap;
}
.idea-outer {
	padding: 40px 0 30px;
}
.copyright {
	margin: 20px 0 20px;
}








