/*
Theme Name: Custom Theme
Theme URI: http://technoties.net/
Author: Custom Theme
Author URI: http://technoties.net/
Description: Custom Theme is a modernized take on an ever-popular WordPress layout. the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0
License: GNU General Public License v2 or later

*/
body{
	font-family: 'Poppins', sans-serif;
	background: #02050a;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;800;900&display=swap');
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
}
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
 color:#000;
}
a:hover {
	text-decoration: none;
}
ul{
  list-style-type:none;
  margin-bottom:0;
}
.wrapper {
    overflow: hidden;
}
/*Header Css Start*/
.main-menu ul {
    display: flex;
    column-gap: 30px;
    justify-content: center;
}

.about-section-even {
	background: #eee;
}
.home-slider-content-wrap {
    top: 22%;
}
.inner-banner {
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.inner-banner:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
}
.inner-page-content {
	position: relative;
	z-index: 9;
}
.contact-details-icon svg {
	width: 80px;
	height: 80px;
	fill: var(--c1);
}
.card-description p:last-of-type {
	margin-bottom: 0;
}
.card-image a {
	height: 280px;
}
.object-fit-cover {
	object-fit: cover;
}
.error-svg svg {
	width: 60%;
	height: 600px;
}
.card-link.collapsed i {
	transform: rotate(0deg);
}
.card-link i {
	transform: rotate(180deg);
}
#accordion .card-header {
	background: var(--c1);
}
#accordion .card-header a {
	color: #fff;
}
.card-body p:last-child {
	margin-bottom: 0;
}
.custom-theme-search-result-content {
	flex: 1;
}
.search-submit {
	right: 0;
	top: 0;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.btn.btn-primary {
    background: var(--c1);
}

/*comments form css start*/
.comment-author a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
.comment-author img {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    left: 14px;
}
.comment-body {
    position: relative;
    padding-left: 118px;
}
.comment-meta a {
    font-size: 15px;
    color: #909090;
}
.comment-meta {
    margin-bottom: 12px;
}
.comment-body p {
    font-size: 15px;
}
.reply a {
    color: #fff;
    padding: 7px 24px;
    border-radius: 28px;
    margin: 10px 0;
    display: inline-block;
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
}
.comments-title {
    font-size: 25px;
    margin-bottom: 48px;
}
.comment-list {
    border-bottom: 1px solid #d6cece;
    margin: 22px 0;
    padding-bottom: 18px;
}
#reply-title {
    font-size: 25px;
    margin: 0;
}
#respond :is(input[type="text"],input[type="email"]) {
    width: 100%;
}
#respond :is(.comment-form-author,.comment-form-email) {
    width: 49%;
    float: left;
}

#respond .comment-form-author {
    margin-right: 14px;
}
#respond :is(input[type="text"],input[type="email"],textarea) {
    border: 1px solid #dedede;
    padding: 6px 7px;
}
#respond textarea {
    height: 194px;
}
.comment-notes {
    margin-top: 20px;
}
#commentform a {
    color: #000;
    text-decoration: underline;
    margin: 12px 0px;
    display: inline-block;
}
.comment-form-comment label {
    display: block;
    font-weight: 600;
    color: #000;
    font-style: italic;
}
.comment-form-comment textarea {
    width: 100%;
}
.comment-form-comment input#submit {
    background: var(--gradient);
    border: none;
    padding: 11px 21px;
    color: #fff;
    margin: 6px 11px;
    border-radius: 26px;
}
.form-submit input#submit {
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
    border: none;
    padding: 9px 22px;
    color: #fff;
    border-radius: 100px;
}
.comment::marker {
    content: "";
}
.comment ul.children > li {
    margin-left: 35px;
    margin-top: 13px;
}
.comment ul.children > li .comment-body {
    background: #eee;
    padding: 16px;
    border-radius: 10px;
    padding-left: 112px;
}
.commentlist {
    margin-top: 20px;
}
/*comments form css end*/

.nav-links .nav-previous a {
    text-decoration: underline;
}
.navigation.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}
.sidebar-recent-posts .media-body a {
    color: #000000;
}
.custom-theme-single-post .custom-theme-post-image {
    height: 277px;
}
/*  .btn-1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-1 {
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background: var(--c1);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn-1:hover:before {
    transform: scaleY(0);
}
.btn-1:hover {
    color: #fff;
} */
.blogs-item .custom-theme-post-item {
    display: flex;
}
.blogs-item .custom-theme-post-item .custom-theme-post-image {
    flex: 1.4;
}
.blogs-item .custom-theme-post-item .custom-theme-post-content {
    flex: 2;
    padding-left: 25px;
}
.custom-theme-post-title a,.custom-theme-post-title {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
}
.categories .post-categories li a {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: flex;
    column-gap: 10px;
    position: relative;
}
.categories .post-categories {padding-left: 13px;margin-bottom: 5px;display: flex;column-gap: 23px;}
.categories .post-categories li a:before {
    width: 7px;
    height: 7px;
    background: var(--c1);
    position: absolute;
    content:"";
    border-radius:100px;
    left: -12px;
    top: 6px;
}
.post-meta span {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
}
.post-meta {
    display: flex;
    column-gap: 24px;
    margin-top: 12px;
}
.post-meta span:nth-child(n+2):before {
    position: absolute;
    content: "";
    left: -14px;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #818181;
    border-radius: 100px;
}
.custom-theme-post-title a:hover {
    color: var(--c1);
}
.single-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-meta .post-meta {
    margin-top: 0;
}
.custom-theme-post-description p:first-of-type > img {
    width: 100%;
    margin-top: 14px;
    height: auto;
}
.single-meta .post-categories {
    margin-bottom: 0;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #222; 
  border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--c1); 
}
::selection {
    color: #fff;
    background: var(--c1);
}
.services-item {
    border-bottom: 4px solid var(--c1);
}
.custom-theme-post-description a i {
    vertical-align: middle;
    margin-left: 12px;
}
.service-btn i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.service-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.service-btn:hover i {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    webkit-transform: translateZ(0);
    transform: translateZ(0);
}


@keyframes hvr-icon-wobble-horizontal {
    
  16.25%   {    
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    }
  33.3%  {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);}
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);}
  66.6%  {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);}
  83.25% {    
    -webkit-transform: translateX(1px);
    transform: translateX(1px);}
  100%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
      }
}
.scale {
    position: relative;
    overflow: hidden;
}
.scale:hover img {
    transform: scale(1.2) rotate(6deg);
}
.scale img {
    transition: .6s all;
}
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 99999;
}
#preloader .spinner-border {
    animation: 2s linear infinite spinner-border;
    width: 4rem;
    height: 4rem;
    border: .5em solid var(--c1);
    border-right-color: transparent;
    background: #eee;
}

/*Mobile Menu Css Start*/
.mobile-menu-btn .mobile-menu-icon .menu-line {
    height: 2px;
    margin: 5px 0;
    border-radius: 24px;
    transition: .5s;
    background: #fff;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.one {
    width: 40px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.two {
    width: 20px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.three {
    width: 30px;
}
.mobile-menu-btn:hover .menu-line {
    width: 40px !important;
}

	.mobile-menu-btn {
    cursor: pointer;
}
section.responsive-menu {
    height: 100vh;
    top: 0;
    right: -31%;
    padding: 20px 30px 0 30px;
    width: 30%;
    position: fixed;
    background: rgb(0 0 0 / 62%);
    backdrop-filter: blur(20px);
    transition: all 1s ease-in-out;
    z-index: 9999;
}
.menu-icon {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff7d;
    padding-bottom: 20px;
}
.menu-icon .menu-logo {
    width: 65%;
    padding-right: 20px;
}
.menu-close i {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.mobile-menu ul li {
    text-align: right;
    padding-bottom: 15px;
}
.mobile-menu ul li a {
    color: #fff;
    transition: all .2s;
    border-bottom: 2px solid transparent;
}
.mobile-menu {
    padding-top: 40px;
    padding-right: 20px;
}
.responsive-bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}
.responsive-social ul {
    display: flex;
    column-gap: 12px;
    justify-content: center;
}
.responsive-social ul li a {
    color: #fff;
}
section.responsive-menu.active {
    right: 0;
}
/*Mobile Menu Css Start*/

a.menu-logo .menu-title img {
    width: 100%;
}
.service-page-menu ul.menu-style-01 li a {
    background: #eee;
    width: 100%;
    display: table;
    padding: 12px 15px;
    color: #222;
    border-left: 3px solid var(--c1);
    transition: all .7s;
}
.service-page-menu ul.menu-style-01 li {margin: 9px 0;}
.service-page-menu ul.menu-style-01 li a:hover {
    background: var(--c1);
    color: #fff;
}
.service-page-menu ul.menu-style-01 li a:hover i {
    padding-right: 10px;
}
.service-page-menu ul.menu-style-01 li a i {
    transition: all .7s;
}
.contact-details-item .contact-details-icon i {
    color: var(--c1);
    font-size: 35px;
}

/* CUSTOM CSS START */

header.header .row {
/*     width: 100%; */
    height: 80px;
    background: #151b27;
    position: relative;
    align-items: center;
}

.site-logo img {
    width: 100%;
}
.site-logo {
    width: 100%;
}
.site-logo img {
    width: 100%;
}
.header-menu ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .5s;
}
.header-menu ul li a:hover{
	color: #55e6a5;
}
.right-bars {
    width: 80px;
    height: 80px;
    position: relative;
    background: #58e8a5;
    float: right;
    margin-right: -15px;
    text-align: center;
}
.right-bars a i {
    font-size: 30px;
    color: #fff;
    line-height: 80px;
}
header.header {
    width: 100%;
    position: relative;
    z-index: 999;
}
section.home-slider {
    width: 100%;
    position: relative;
    margin-top: -80px;
    height: 800px;
}
.home-slider-image {
    width: 100%;
    height: 800px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.home-slider-image img {
    width: 100%;
    height: 100%;
}
.home-slider-content h1 {
    font-size: 64px;
    color: #fff;
    font-weight: 800;
    position: relative;
}
.type-span-ht {
  font-size: 64px;
  color: #55e6a5;
  text-transform: uppercase;
}
span.type-span {
  border-right: .05em solid;
  animation: caret 1s steps(1) infinite;
}
@keyframes caret {
  50% {
    border-color: transparent;
  }
}
.home-slider-content p {
    font-size: 16px;
    color: #a2a2a2;
    font-weight: 500;
    margin-bottom: 50px;
    margin-top: 10px;
    padding-right: 645px;
    line-height: 30px;
}
.home-slider-btns a {
    font-size: 16px;
    font-weight: 500;
    color: #02050A;
    background: #55E6a5;
    padding: 20px 40px;
    transition: .5s;
}
.home-slider-btns a i {
    margin-left: 10px;
}
.home-slider-btns a:hover{
	background: #141E27;
	color: #fff;
}
section.section-about {
    width: 100%;
    position: relative;
    padding: 52px 0px 20px;
}
h4.main-heading-1 {
    font-size: 18px;
    color: #55e6a5;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h2.main-heading-2 {
    font-size: 44px;
    color: #fff;
    font-weight: 600;
}
.about-heading {
    margin-bottom: 50px;
}
.about-image-1 {
    width: 80px;
    height: auto;
    position: relative;
}
.about-image-1 img {
    width: 100%;
}
.about-content h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0px;
}
.about-content p {
    font-size: 17px;
    font-weight: 500;
    color: #a2a2a2;
    line-height: 28px;
    padding-right: 92px;
}
.mt-40{
	margin-top: 40px;
}
.about-image {
    width: 100%;
    height: 690px;
    border-radius: 7px;
    z-index: -1;
	position: relative;
}
.about-image img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.about-image:before {
    content: "";
    position: absolute;
    top: -44px;
    right: -50px;
    width: 250px;
    height: 250px;
    background-image: url(https://wp.shsarker.xyz/zyan/wp-content/themes/zyan/assets/img/shapes/about_shapes.png);
    background-size: cover;
    z-index: -1;
}
.award-icon {
    width: 65px;
    height: 65px;
    position: relative;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 81px;
}
.award-icon i {
    font-size: 38px;
    color: #55e6a5;
}
.about-icon-box {
    width: 340px;
    height: auto;
    background: #55e6a5;
    padding: 30px;
    display: flex;
    border-radius: 6px;
    align-items: center;
    column-gap: 13px;
	position: relative;
}
.award-content h3 {
    font-size: 40px;
    color: #02050a;
    font-weight: 600;
    margin-bottom: 0px;
}
.award-content h5 {
    font-size: 20px;
    color: #02050a;
    font-weight: 600;
    margin-bottom: 0px;
}
.about-icon-box {
    width: 340px;
    float: right;
    height: auto;
    background: #55e6a5;
    padding: 30px;
    display: flex;
    border-radius: 6px;
    align-items: center;
    column-gap: 13px;
    margin-top: -80px;
}
.service-heading {
    text-align: center;
    margin-bottom: 30px;
    padding: 0px 100px;
}
.service-heading h2 {
    padding-right: 0px;
    margin: 20px 0px;
}
.service-box {
    width: 100%;
    background: #09101a;
    padding: 80px 40px 40px 40px;
    margin-top: 100px;
}
.ser-icon {
    width: 100px;
    height: 100px;
    background: #55e6a5;
    border-radius: 5px;
    text-align: center;
    line-height: 100px;
    position: absolute;
    top: 50px;
}
.service-content h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.service-content p {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 400;
    color: #a2a2a2;
    line-height: 30px;
}
section.section-service {
    width: 100%;
    position: relative;
    padding: 60px 0px;
}
section.section-skills {
    width: 100%;
    position: relative;
    padding: 100px 0px;
    background: #09101a;
}
.skills-heading {
    text-align: center;
    margin-bottom: 50px;
}
.skills-heading h2 {
    padding-right: 0px;
    padding: 0px 100px;
}
.skills-tabs ul {
    justify-content: center;
    column-gap: 28px;
    margin-bottom: 60px;
}
.skills-tabs ul li a {
    font-size: 16px;
    background: #141c27;
    color: #fff;
    padding: 15px 30px;
    font-weight: 400;
    border-radius: 4px;
    transition: .5s;
}
.skills-tabs ul li a:hover{
	color: #02050A;
	background: #55e6a5;
}
.skills-tabs ul li a.active {
	color: #02050A;
	background: #55e6a5;
}
.skill-box-1 {
    width: 100%;
    position: relative;
    border: 1px solid #e3e3e310;
    border-radius: 5px;
    padding: 40px 40px 40px 70px;
    margin-top: 30px;
}
h3.sbox-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 0px 30px 10px 0px;
    border-bottom: 1px solid #55e6a5;
}
h3.sbox-title:before {
    content: "\f324";
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    left: -30px;
    top: 3px;
    color: #55e6a5;
}
.skill-box-content h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 16px 0px 8px 0px;
}
.skill-box-content h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}
.skill-box-content p {
    color: #a2a2a2;
    font-size: 16px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 0;
}
.perf-part h5 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 20px;
}
.p-bar {
    width: 100%;
    height: 5px;
    background: #181e2a;
    position: relative;
    transition: .5s;
}
.p-bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #55e6a5;
    width: 0%;
    height: 5px;
}
.section-skills:hover .p-bar:before {
    width: 100%;
    transition: 1.6s;
}
section.section-portfolio {
    width: 100%;
    position: relative;
    padding: 100px 0px;
}
.port-heading {
    margin-bottom: 30px;
}
.port-image {
    width: 100%;
    height: 470px;
    position: relative;
    overflow: hidden;
}
.port-image img {
    width: 100%;
    object-fit: cover;
    transform: translate(0px, 0px);
}
.port-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}
p.port-text {
    font-size: 16px;
    color: #a2a2a2;
    padding-left: 60px;
    position: relative;
}
p.port-text:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #55e6a5;
    top: 11.5px;
    left: 0;
    position: absolute;
}
.port-content {
    width: 100%;
    padding: 30px;
    background: linear-gradient( 0deg, rgba(2, 5, 10, 1) 0%, rgba(2, 5, 10, 0.5802696078431373) 61%, rgba(2, 5, 10, 0) 100% );
    position: relative;
    margin-top: 0px;
    transition: .5s;
}
.port-box {
    width: 100%;
    height: 470px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 30px;
}
.port-box:hover .port-content{
	margin-top: -132px;
}
section.section-marquee {
    width: 100%;
    position: relative;
    padding: 20px 0px;
    background: #55e6a5;
}
section.section-marquee ul li {
    display: inline-block;
    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
    font-size: 110px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 20px;
}
section.section-marquee marquee {
    padding: 0;
}

.blog-heading {
    text-align: center;
    margin-bottom: 50px;
}
.blog-heading h2 {
    padding: 0;
    margin: 0px 200px;
}
section.section-blog {
    width: 100%;
    position: relative;
    padding: 100px 0px;
    background: #09101a;
}
.blog-image {
    width: 100%;
    position: relative;
	cursor: pointer;
}
.blog-image img {
    width: 100%;
    height: 240px;
    border-radius: 5px;
}
.blog-content ul li {
    font-size: 16px;
    color: #fff;
}
.blog-content ul li i {
    font-size: 14px;
    color: #55e6a5;
    margin-right: 11px;
}
.blog-content ul li {
    font-size: 16px;
    color: #fff;
    display: inline;
    margin-right: 14px;
}
.blog-content ul {
    margin-bottom: 14px;
}
.blog-content h3 a {
    font-size: 20px;
    color: #fff;
    transition: .5s;
}
.blog-content h3 a:hover{
	color: #55e6a5;
}
.blog-content p {
    color: #a2a2a2;
    font-weight: 400;
    line-height: 28px;
}
.blog-content {
    padding: 20px 0px;
}
.info-image {
    width: 70px;
    margin: 0 auto;
}
.info-image img {
    width: 100%;
}
.inform-box {
    width: 100%;
    position: relative;
    padding: 40px;
    background: #09101a;
}
.info-content h3 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 20px 0px;
}
.info-content p {
    font-size: 16px;
    color: #a2a2a2;
    line-height: 28px;
    text-align: center;
}
p.cont-link a:hover {
    color: #55e6a5;
}
p.cont-link a {
    color: #fff;
    font-size: 16px;
    transition: .5s;
}
p.cont-link {
    margin-bottom: 0;
}
section.section-information {
    width: 100%;
    position: relative;
    padding: 100px 0px 50px 0px;
}
input.input1 {
    width: 100%;
    background: none;
    border: 1px solid #fff1;
    border-radius: 5px;
    margin-top: 20px;
    padding: 17px 20px;
    color: #fff;
    outline: none;
}
select.input1 {
    width: 100%;
    background: none;
    border: 1px solid #fff1;
    border-radius: 5px;
    margin-top: 20px;
    padding: 17px 20px;
    color: #fff;
    outline: none;
}
option {
    color: #fff;
    background: #000;
}
textarea.textarea {
	width: 100%;
    background: none;
    border: 1px solid #fff1;
    border-radius: 5px;
    margin-top: 20px;
    padding: 17px 20px;
    color: #fff;
    outline: none;
    height: 170px;
}
input.input1::placeholder {
    color: #fff;
}
textarea.input1.textarea::placeholder {
    color: #fff;
}
.contact-form {
    padding-bottom: 100px;
    padding-top: 30px;
}
input.submit-btn {
    background: #55e6a5;
    border: none;
    padding: 16px 40px;
    border-radius: 5px;
    transition: .5s;
}
input.submit-btn:hover{
	background: #fff;
}
/* .submit-btn {
    text-align: center;
} */
.copyright-text p {
    font-size: 16px;
    color: #a2a2a2;
}
.copyright-text p {
    font-size: 16px;
    color: #a2a2a2;
    font-weight: 400;
    opacity: 0.5;
	margin-bottom: 0;
}
.footer-menu ul li a {
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
    transition: .5s;
}
.footer-menu ul li a:hover{
	color: #55e6a5;
	opacity: 1;
}
.footer-menu ul {
    display: flex;
    column-gap: 30px;
    float: right;
}
footer.footer {
    width: 100%;
    padding: 35px 0px;
    border-top: 1px solid #fff1;
}

/* project section css */

.project-heading h1 {
    font-size: 55px;
    font-weight: 800;
}
.project-heading {
    text-align: center;
    padding: 0 235px;
    margin-bottom: 50px;
}
section.project {
    width: 100%;
    position: relative;
    padding: 80px 0px;
    background-color: #09101a !important;
}
.project-heading h2 {
    padding: 0;
}
.nav-tabs li {
    margin: 0px 10px;
}
.nav-tabs li a {
    font-size: 20px;
    font-weight: 400;
    color: #4d4d4d;
    padding: 10px 12px;
    border: 1px solid #4d4d4d;
	transition: .5s;
}
ul.nav.nav-tabs {
    margin: 30px 265px;
}
ul.nav-tabs li a:hover, ul.nav-tabs li a.active{
	background: #ff5b00;
    color: white;
}
.nav-tabs {
    border-bottom: none;
}
.project-box-01 {
    width: 100%;
    height: 370px;
    position: relative;
    margin-top: 30px;
}
.project-image {
    width: 100%;
    height: 370px;
    position: relative;
}
.project-image img{
    width: 100%;
    height: 100%;
}
.project-box-cont {
    width: 100%;
    height: 100%;
    position: absolute;
/*     background: #4d4d4dc4; */
    top: 0;
    text-align: center;
    padding: 122px 0px;
	transition: .5s;
}
/* .project-box-01:hover .project-box-cont{
	width: 100%;
	height:100%;
} */
.project-box-cont i {
    color: white;
    font-size: 0px;
	transition: .5s;
}
h1.pro-head {
    font-size: 0;
    color: white;
    padding-top: 20px;
	transition: .5s;
}
.project-box-01:hover .project-box-cont i{
	font-size: 36px;
}
.project-box-01:hover h1.pro-head{
	font-size: 34px;
}
.project-image:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    margin:  auto !important;
    background: #4d4d4dc4;
	transition: .5s;
}
.project-box-01:hover .project-image:before{
    width:100%;
	height: 100%;
}
video.gif-video-size {
    height: 339px;
    object-fit: cover;
    object-position: center;
    margin-top: 30px;
}
.chat-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 498px;
    margin-top: 50px;
}
.project-btn a {
    background: #ff5b00;
}
.chat-content h1 {
    font-size: 64px;
    color: #fff;
    font-weight: 800;
    padding: 0px 252px;
}
.project-btns a {
    display: inline-block;
    width: 12%;
    height: 64px;
    background: #ff5b00;
    text-align: center;
    line-height: 64px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin: 7px;
    border: 2px solid #ff5b00;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #55e6a5;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #55e6a5;
    color: #fff;
}
.about-content p a {
    color: var(--c2);
}












