::selection {
    background: #fea807;
    color: #111;
}
section{
	overflow: hidden;
}
.common-text h2 {
	font: 900 50px/60px "Jost", Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 60px 0;
	text-align: center;
    color: #000;
}
.justify-center{
	justify-content: center;
}
.align-center{
    align-items: center;
}
/* tb-goToTop css End */
#tb-goToTop {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 40px;
	background: #ffcc6e;
	color: #fff;
	display: none;
	cursor: pointer;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	overflow: hidden;
	border: 2px solid #fff;
}
#tb-goToTop:hover{
	color: #000;
	background-color: #fea807;
}
/* tb-goToTop css End */
/* top-part CSS Start */
#top-part {
	background-image: url(../images/slider.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 280px 0;
}
#top-part .top-left-part h6 {
	font: 500 30px/60px "Jost", Helvetica, sans-serif;
	color: #fff;
}
#top-part .top-left-part h1::selection {
	-webkit-text-fill-color: #111;
}
#top-part .top-left-part h1 {
	font: 900 150px/170px "Jost", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: url(../images/animated-text-fill.jpg) repeat-y;
		background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: aitf 80s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	position: relative;
}
@-webkit-keyframes aitf {
	0% { background-position: 0% 50%; }
	100% { background-position: 100% 50%; }
}
#top-part .top-left-part span {
	font: 700 20px/60px "Jost", Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin: 0 0 20px 0;
}
#top-part .top-left-part p {
	font: 400 20px/36px "Jost", Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 35px 0;
}
#top-part .top-left-part a{
    background-color: #fea807;
    font: 700 20px/36px "Jost", Helvetica, sans-serif;
    color: #000;
    padding: 15px 40px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#top-part .top-left-part a:hover{
    background-color: #fff;
    color: #111;
}
#tab-section .youtube-img {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 30px 0;
}
#tab-section .youtube-img .play-btn, #tab-section .youtube-img .play-btn-short {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	display: inline-block;
	z-index: 1;
}
/* top-part CSS End */
/* tab-section CSS Start */
#tab-section {
	padding: 100px 0;
	overflow: hidden;
}
#tab-section .tab-wrapper ul {
	display: grid;
	align-items: center;
	gap: 15px;
	justify-content: space-between;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 0 30px 0;
}
#tab-section .tab-wrapper ul li button {
	font: 500 16px/32px "Jost", Helvetica, sans-serif;
	text-transform: uppercase;
	width: 100%;
	padding: 8px;
	color: #fff;
	background: #000;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#tab-section .tab-wrapper ul li button.active, #tab-section .tab-wrapper ul li button:hover{
    background: #fea807;
}
/* tab-section CSS End */
/* services CSS Start */
#services {
	background: #000000;
    padding: 90px 0;
}
#services .common-text h2{
    color: #fff;
}
#services .services-col h4 {
    font: 700 30px/48px "Jost", Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#services .services-col:last-child h4{
    margin: 0;
}
#services .services-col h4:hover {
	color: #fea807;
	letter-spacing: 0.5px;
}
/* top-part CSS End */
/* Client CSS Start */
#client .client-col {
	margin: 0 0 30px 0;
}
#client .client-col a{
    display: inline-block;
    overflow: hidden;
}
#client .client-col a img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#client .client-col a:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
#client {
	padding: 90px 0;
}
/* Client CSS End */
/* follow CSS Start */
#follow .social-media a span {
    display: block;
    font: 300 30px/40px "Jost", Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 0 0;
    transition: all 0.5s;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
#follow .common-text h2 {
	color: #fff;
	margin: 0;
}
#follow .social-media div {
	margin: 0 55px;
}
#follow .social-media a {
	text-decoration: none;
	display: inline-block;
}
#follow .social-media a:hover span{
    color: #fea807;
}
#follow .social-media a img{
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
#follow .social-media a:hover img{
    transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
}
#follow .social-media {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#follow {
	background: #fea807;
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
#follow::after {
	background-color: #000;
	width: 50%;
	position: absolute;
	right: 0;
	left: auto;
	bottom: 0;
	top: 0;
	content: "";
	z-index: -1;
}
#follow::before {
	content: "";
	background-image: url(../images/shape.png);
	position: absolute;
	left: calc(50% - 110px);
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 111px;
	height: 100%;
}
/* follow CSS End */
/* Footer CSS Start */
#footer {
	padding: 70px 0;
}
#footer h2{
    font-weight: 500;
}
#footer h5 {
	display: block;
	font: 400 25px/30px "Jost", Helvetica, sans-serif;
	text-align: center;
	margin: 0 0 25px 0;
}
#footer .common-text h2 {
	margin: 0 0 20px 0;
}
#footer .common-text a {
    font: 500 50px/55px "Jost", Helvetica, sans-serif;
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    transition: all 0.5s;
}
#footer .common-text a:hover {
    color: #ffa500;
}
#footer .common-text a img {
	margin: 0 18px 0 0;
}
/* Footer CSS End */

@media (max-width: 1599px) {
	#follow .social-media div{
		margin: 0 40px;
	}
	#top-part .top-left-part h1{
		font-size: 130px;
	}
	#top-part{
		padding: 150px 0;
	}
}
@media (max-width: 1299px) {
	#top-part .top-left-part h1 {
		font-size: 120px;
	}
	#tab-section .tab-wrapper ul li button{
		font-size: 14px;
	}
	#follow .social-media div {
		margin: 0 30px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#tab-section .tab-wrapper ul li button {
		font-size: 12px;
	}
}
@media (max-width: 1199px) {
	#top-part .top-left-part h1 {
		font-size: 98px;
		line-height: 110px;
	}
	#tab-section .tab-wrapper ul{
		gap:5px;
	}
	
	#tab-section .youtube-img .play-btn, #tab-section .youtube-img .play-btn-short{
		width: 50px;
	}
	#services .services-col h4{
		font-size: 24px;
		line-height: 38px;
	}
	#follow .social-media a span{
		font-size: 24px;
		line-height: 40px;
	}
	.common-text h2{
		font-size: 40px;
		line-height: 60px;
		margin: 0 0 30px 0;
	}
	#footer {
		padding: 50px 0;
	}
	#follow{
		padding: 70px 0;
	}
	#client {
		padding: 50px 0;
	}
	#services{
		padding: 50px 0;
	}
	#tab-section{
		padding: 50px 0;
	}
	#top-part {
		padding: 100px 0;
	}
}
@media (max-width: 991px) {
	#top-part .top-left-part h1 {
		font-size: 75px;
		line-height: 80px;
	}
	#top-part .top-left-part span{
		margin: 0 0 10px 0;
		font-size: 20px;
		line-height: 40px;
	}
	#top-part .top-left-part p{
		font-size: 16px;
		line-height: 32px;
		margin: 0 0 25px 0;
	}
	#top-part .top-left-part a{
		font-size: 19px;
		line-height: 36px;
		padding: 9px 30px;
	}
	#tab-section .tab-wrapper ul{
		gap: 4px;
		grid-template-columns: repeat(2, 1fr);
	}
	#tab-section {
		padding: 50px 0;
	}
	#services .services-col h4 {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 30px 0;
	}
	#follow .social-media div {
		margin: 0 20px;
	}
	#follow .social-media a span {
		font-size: 20px;
		line-height: 40px;
	}
	#follow .common-text h2 {
		text-align: left;
		font-size: 33px;
	}
}
@media (min-width: 768px) {
	#client .client-margin{
		margin: 0;
	}
}
@media (max-width: 767px) {
	#top-part {
		padding: 50px 0;
	}
	.common-text h2 {
		font-size: 30px;
		line-height: 40px;
		margin: 0 0 20px 0;
	}
	#tab-section .tab-wrapper ul li button {
		font-size: 12px;
		padding: 6px;
	}
	#tab-section .youtube-img{
		margin: 0 0 30px 0;
	}
	#client {
		padding: 50px 0 30px;
	}
	#tab-section{
		text-align: center;
	}
	#follow .common-text h2 {
		font-size: 33px;
		margin: 0 0 35px 0;
		text-align: center;
	}
	#follow {
		padding: 40px 0;
	}
	#footer .common-text a{
		font-size: 40px;
		line-height: 50px;
	}
	#footer .common-text a img {
		margin: 0 8px 0 0;
		width: 40px;
	}
	#tab-section {
		padding: 50px 0 20px;
	}
}
@media (max-width: 575px) {
	#tab-section .tab-wrapper ul {
		gap: 4px;
		grid-template-columns: repeat(2, 1fr);
		margin: 0 0 15px 0;
	}
	.common-text h2 {
		font-size: 26px;
		line-height: 36px;
	}
	#services .services-col h4 {
		font-size: 16px;
		line-height: 25px;
		margin: 0 0 10px 0;
	}
	#services {
		padding: 30px 0;
	}
	#client {
		padding: 20px 0 0;
	}
}
@media (max-width: 480px) {
	#top-part .top-left-part h1 {
		font-size: 55px;
		line-height: 60px;
	}
	#top-part .top-left-part a {
		font-size: 15px;
		line-height: 25px;
		padding: 7px 20px;
	}
	#top-part .top-left-part span {
		font-size: 17px;
		line-height: 22px;
	}
	#top-part .top-left-part h6 {
		font-size: 18px;
		line-height: 20px;
	}
	#top-part {
		padding: 15px 0;
	}
	#top-part .top-left-part p {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 10px 0;
	}
	#tab-section .tab-wrapper ul li button {
		font-size: 12px;
		padding: 8px;
		line-height: 20px;
	}
	#tab-section {
		padding: 20px 0 15px;
	}
	#client .client-col {
		margin: 0 0 20px 0;
	}
	#follow .social-media a span {
		font-size: 18px;
		line-height: 40px;
	}
	#follow .social-media a span{
		font-weight: 400;
	}
	#footer {
		padding: 20px 0;
	}
	#footer .common-text h2 {
		margin: 0 0 10px 0;
		font-size: 19px;
		line-height: 28px;
	}
	#footer h5{
		margin: 0 0 15px 0;
		font-size: 22px;
		line-height: 26px;
	}
	#footer .common-text a {
		font-size: 36px;
		line-height: 47px;
		margin: 0;
	}
}
@media (max-width: 360px) {
	#tab-section .tab-wrapper ul li button{
		font-size: 11px;
		padding: 6px;
	}
	#follow .social-media a span {
		font-size: 16px;
		line-height: 20px;
	}
	#footer .common-text h2{
		font-size: 17px;
		line-height: 26px;
	}
}