/*
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

*/
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
 color:#000;
}
a:hover {
	text-decoration: none;
}
ul{
  list-style-type:none;
  margin-bottom:0;
}

/*Header Css Start*/
.main-menu ul {
    display: flex;
/*     column-gap: 24px; */
}
.about-section-even {
	background: #001;
}
.home-slider-content-wrap {
	top: 35%;
}
.inner-banner {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 400px;
    background-position: center;
}


.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.05);
}
.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: #000;
}
.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(--c2);
    font-size: 35px;
}


/* custom css start */

.header-main .sldrwrp {
    display: block;
    width: 200%;
    position: absolute;
    overflow: hidden;
    animation: marquee 20s linear infinite;
}
@keyframes marquee{
	0% {
    left: 0;
}
100% {
    left: -100%;
}
}

.header-main .sldrwrp p {
    float: left;
    width: 50%;
    color: #fff;
}
.header-main .sldrwrp p span {
    color: #fef100;
    font-weight: 600;
}
.header-top {
    position: relative;
    padding: 10px 0px;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #cbd6e2;
    z-index: 99;
    overflow: hidden;
    background: #016d30;
}
.header-main .cntct ul {
    overflow: hidden;
    position: relative;
    z-index: 99;
    text-align: right;
    margin: 0;
    background: #016d30;
}
.header-main .cntct ul li {
    display: inline-block;
    padding: 0 12px;
    text-align: center;
    text-transform: capitalize;
    position: relative;
}
.header-main .cntct ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.header-main .cntct ul li.cstm-btn:before {
    content: "";
    display: inline-block;
    width: 5px;
    position: absolute;
    height: 5px;
    top: 8px;
    border-radius: 50%;
    background-color: #fa130d;
    left: -3px;
}
.header-main .cntct ul li.cstm-btn:before {
    content: "";
    display: inline-block;
    width: 5px;
    position: absolute;
    height: 5px;
    top: 8px;
    border-radius: 50%;
    background-color: var(--c2);
    left: -3px;
}
.header-main .cntct ul li a i {
    display: inline-block;
    margin: 0 5px 0 0;
}
.blink {
    animation: blinker 1s step-start infinite;
}
@keyframes blinker{
	50% {
    color: var(--c2);
}
}
.header-main .nav-area-full {
    position: relative;
    box-shadow: 0 10px 23px #00000014;
}

.nav-area-full {
    padding: 15px 0;
    width: 100%;
    position: fixed;
    top: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.header-main .main-menu>ul>li>a {
    color: #000;
	position: relative;
}

p{
	font-family: "Libre Franklin", sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Bai Jamjuree", sans-serif;
}
.main-menu ul li a {
	font-family: "Bai Jamjuree", sans-serif;
	/*     font-family: "Libre Franklin", sans-serif; */
	padding: 20px 15px;
	font-size: 16px;
	color: #fff;
	font-weight: 800;
	text-transform: capitalize;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.main-menu ul li a:hover{
	color: var(--c2);
}
.main-menu ul li {
	position: relative;
}
.main-menu ul li:hover ul.sub-menu{
	opacity: 1;
	 visibility: visible;
}
ul.sub-menu {
    width: 270px;
    position: absolute;
    top: 60px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #cbd6e2;
    border-radius: .1875rem;
    box-shadow: 0 1px 24px rgba(45, 62, 80, .12);
    z-index: 95;
	transition: .5s;
	display: block;
}
ul.sub-menu li a {
    color: #171717 !important;
    font-size: 15px;
    text-decoration: none;
    padding: 8px 10px 8px 15px;
    display: block;
	font-weight: 400;
}
.main-btn{
	border-radius: 10px;
    padding: 14px 20px;
    color: #fff;
	font-size: 16px;
	font-weight: 700;
    background: var(--c2);
    transition: all 0.7s linear;
    border: 1px solid #000;
    border-color: transparent;
}
ul.sub-menu li a:hover {
    background: var(--c2);
    color: #fff !important;
}
.main-btn:hover{
	background-color: transparent;
    color: #000 !important;
    border-color: #000;
}
.nav-area-full .row {
    align-items: center;
}
.hd-m {
    float: right;
    display: flex;
}
.home-slider-content h1 span {
    display: block;
    color: #fff;
    font-weight: 500;
	font-size: 40px;
}

.home-slider-content h1 {
        font-size: 48px;
    font-weight: 700;
    color: #fff;
    position: relative;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.home-slider-content h2 {
    font-size: 30px;
    color: #fff;
}
.home-slider-content p {
    color: #fff;
    padding-right: 30px;
}
.banner-input1 {
    border-radius: 10px 0px 0px 10px;
}
.banner-form input {
    background: #fff;
    border: 0;
    font-size: 14px;
    height: 80px;
    width: 100%;
    padding: 20px;
    border-right: 1px solid #e8e9eb;
	outline: none;
}
.client-heading h3 {
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
    margin: 0;
    font-weight: 600;
}
.cl-image:hover {
    filter: none;
}
.cl-image {
    width: 100%;
    filter: grayscale(1);
    transition: .5s;
    cursor: pointer;
}
.cl-image img {
    width: 100%;
}
section.client-section {
    position: relative;
    display: inline-block;
    padding: 30px 0;
    box-shadow: 0 0 20px #0000000f;
    width: 100%;
    height: auto;
    background: #001;
}
.ser-image {
    width: 100%;
    position: relative;
}
.ser-image img {
    width: 100%;
    transition: .5s;
}
.ser-box:hover .ser-image img{
	transform: scale(1.05);
}
.ser-box{
	cursor: pointer;
}
.ser-title {
    font-size: 15px;
    font-family: 'Libre Franklin';
    text-align: center;
    margin-top: 18px;
    line-height: 1.4;
    padding-bottom: 0;
    letter-spacing: .5px;
    font-weight: 600;
}
h2.main-heading1 {
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
    padding: 0 0 15px 0;
    position: relative;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 30px;
}
section.section-service {
    position: relative;
    padding: 60px 0px;
}
.we-are-heading h2 {
    padding: 0px 172px;
    font-size: 44px;
}
p {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    padding: 0 0 0;
    margin: 0;
    color: #fff;
    font-size: 16px;
}
section.section-we-are .row:nth-child(2) {
    margin: 0px 100px;
}
section.section-we-are {
    position: relative;
    padding: 0px 0 60px;
    background: #001;
    padding-top: 55px;
}
section.section-growth {
    padding: 60px 0 60px;
}
.growth-content {
    text-align: center;
}
.growth-content h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.growth-content p {
    color: #fff;
    font-size: 18px;
}
.growth-btns {
    margin-top: 40px;
    text-align: center;
}
.growth-btns .main-btn:hover{
	color: #fff !important;
	border-color: #fff;
}

/* SECTION PROJECT CSS START */

section.project {
    width: 100%;
    position: relative;
    padding: 80px 0px;
    background: #000;
}
.project-heading h1 {
    font-size: 55px;
    font-weight: 800;
}
.project-heading {
    text-align: center;
    padding: 0 235px;
}
.nav-tabs li {
    margin: 0px 2px;
}
.nav-tabs li a {
    color: #4a5660;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 18px 21px;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    background-color: #eef1f2;
}
ul.nav.nav-tabs {
    margin: 30px 0px;
    justify-content: center;
}
ul.nav-tabs li a:hover, ul.nav-tabs li a.active {
    background: #fff;
    color: var(--c1);
}
.nav-tabs {
    border-bottom: none;
}
.web-image .project-box-01 {
    height: 570px;
}
.project-box-01 {
    width: 100%;
    height: 395px;
    position: relative;
    margin-top: 30px;
	overflow: hidden;
}
.project-image {
    width: 100%;
    height: 395px;
    position: relative;
    z-index: 99;
}
.project-heading {
    text-align: center;
    margin-bottom: 30px;
}
.web-image .project-image{
	height: 570px;
}
.project-image img{
    width: 100%;
    height: 100%;
}
.web-image .project-box-cont{
	line-height: 570px;
}
.project-box-cont {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    transition: .5s;
    margin: 0 auto;
    line-height: 395px;
}
/* .project-box-01:hover .project-box-cont{
	width: 100%;
	height:100%;
} */
.web-image figure {
    height: auto;
    width: auto;
}
figure {
    margin: 0 0 1rem;
    position: absolute;
    top: 0;
    transition: .5s;
	width: 100%;
	height: 100%;
}
div#motion-graphics .row {
    justify-content: center;
}
div#illustration .row {
    justify-content: center;
}
.web-image .project-image:hover figure {
    top: -100%;
}
.project-box-cont i {
    color: white;
    font-size: 0px;
    transition: .5s;
    position: relative;
    z-index: 999;
    pointer-events: none;
}
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 a {
    width: 100%;
    height: 100%;
    transition: all .4s;
    position: relative;
    display: inline-block;
    z-index: 8;
}
.project-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
/*     top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
    margin: auto !important;
    background: #3d60a68c;
    transition: .5s;
    z-index: 9;
    pointer-events: none;
	opacity: 0;
}
.project-box-01:hover .project-image:before{
    opacity: 1;
}
video.gif-video-size {
    height: 339px;
    object-fit: cover;
    object-position: center;
    margin-top: 30px;
    cursor: pointer;
}
.chat-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: auto;
    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: 15%;
    height: 58px;
    background: #ff5b00;
    text-align: center;
    line-height: 58px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin: 7px;
    border: 2px solid #ff5b00;
}

/* PROJECT SECTION CSS END */


/* SECTION PRICES CSS START */

section.section-priced {
    width: 100%;
    position: relative;
    padding: 100px 0px;
    background: #000000;
}
.priced-heading {
    text-align: center;
    padding: 0px 300px;
}
.priced-heading h1 {
    font-size: 55px;
    font-weight: 800;
}
.priced-box {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 48px #0000001c;
    position: relative;
    margin-top: 30px;
    background: #f5f6f7;
    border-radius: 15px;
    border: 2px solid transparent;
    overflow: hidden;
}
.packwrap {
    padding: 25px 20px 0;
	transition: .5s;
}
.packwrap:hover {
    background-color: #016d30;
}
.packwrap h3 {
    font-size: 22px;
    color: #464c51;
    text-align: center;
    height: 35px;
	transition: .5s;
}
.priced-box:hover .packwrap h3 {
	color: #fff !important;
}
.packwrap h4 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: #333a3f;
	transition: .5s;
}
.priced-box:hover .packwrap h4 {
	color: #fff !important;
}
.packwrap h4 span {
    color: #a6b0ba;
    text-align: center;
    font-size: 12px;
    display: block;
    font-weight: 400;
    margin-bottom: 8px;
    transition: .5s;
}
.priced-box:hover .packwrap h4 span {
	color: #fff !important;
}
.packwrap h5 {
    text-align: center;
    color: #757a7e;
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 0;
    text-decoration: line-through;
    transition: .5s;
}
.priced-box:hover .packwrap h5 {
	color: #fff !important;
}
.list-scroll {
    height: 190px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: inline-block;
    text-align: left;
    padding: 0 0 15px;
    margin-top: 0;
    width: 100%;
}
.packwrap .packfeatures li {
    position: relative;
    width: 100%;
    text-align: left;
    color: #63686c;
    font-size: 14px;
    padding-left: 22px;
    padding-bottom: 10px;
    transition: .5s;
}
.priced-box:hover .packwrap .packfeatures li {
	color: #fff !important;
}
.packwrap .packfeatures li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Pro';
    top: 1px;
    font-size: 13px;
    color: #01e252;
    font-weight: 600;
	transition: .5s;
}
.priced-box:hover .packwrap .packfeatures li:before {
	color: #fff !important;
}
section.section-priced .row {
    justify-content: center;
}
.viewdetails {
    color: #c3c3c3;
    text-align: center;
    display: block;
    font-size: 11px;
    font-weight: 600;
    margin: 15px auto;
    transition: .5s;
}
.priced-box:hover .viewdetails {
	color: #fff !important;
}
.pull-right {
    float: right;
}
.actions a {
    margin: 15px 0;
}
a.action-no.clearfix.sea span {
    font-size: 11px;
    float: left;
    font-weight: 700;
    color: #7b7b7b;
	transition: .5s;
}
.priced-box:hover a.action-no.clearfix.sea span {
	color: #fff !important;
}

a.action-no.clearfix.sea span small {
    font-size: 11px;
    color: var(--c2);
    font-weight: 700;
    display: block;
	transition: .5s;
}
.priced-box:hover a.action-no.clearfix.sea span small{
	color: #fff !important;
}

a.action-chat.clearfix.pull-right.sea span {
    font-size: 11px;
    font-weight: 700;
	transition: .5s;
}
.priced-box:hover a.action-chat.clearfix.pull-right.sea span  {
	color: #fff !important;
}

a.action-chat.clearfix.pull-right.sea span small {
    font-size: 11px;
    font-weight: 700;
    color: var(--c2);
	transition: .5s;
}
.priced-box:hover a.action-chat.clearfix.pull-right.sea span small {
	color: #fff !important;
}

a.action-chat.clearfix.pull-right.sea {
    color: #7b7b7b;
    display: flex;
    text-align: center;
}
.actions.row.web {
    border-top: 1px solid #eaeaea;
    position: relative;
}
.actions.row.web::before {
    position: absolute;
    content: "";
    height: 100%;
    background-color: #eaeaea;
    width: 1px;
    left: 49%;
}
::-webkit-scrollbar {
      width: 8px;
    height: 10px;
}
::-webkit-scrollbar-track-piece {
    background-color: #ecedf1;
    -webkit-border-radius: 0;
    border-left: 1px solid #888;
}
::-webkit-scrollbar-thumb {
    background: var(--c2) !important;
/*     border-radius: 12px; */
}
.packwrap .main-btn {
    padding: 14px 40px;
    margin: 12px 0px;
    display: flex;
    text-align: center;
    width: 37%;
    margin: 14px auto;
}
.packwrap .main-btn:hover{
	border-color: #fff;
	color: #fff !important;
}
.priced-box-btn a {
    display: inline-block;
    width: 44%;
    height: 64px;
    background: #4d4d4d;
    text-align: center;
    line-height: 64px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin: 7px;
}
.priced-box-btn {
    margin-top: 28px;
}
 p.extrainfo strong {
    display: block;
    margin-bottom: 5px;
}
p.extrainfo {
    display: block !important;
    color: #a6b0ba;
    text-align: center;
    font-size: 12px;
    display: block;
    font-weight: 400;
    padding-bottom: 0;
    margin-top: 15px;
    font-family: "Libre Franklin", sans-serif;
}

/* PRICED SECTION CSS END */

/* WEBTECH SECTION CSS START */

/* .webtech .tabs-custom-nav li .twrap:hover {
    background: #f5f6f7;
}
.webtech .tabs-custom-nav li .twrap {
    display: inline-block;
    padding: 50px 40px;
}
.tabs-custom-nav li a {
    color: #000;
}
.webtech .tabs-custom-nav li .twrap img {
    width: 60px;
}
ul.tabs-custom-nav img {
    width: 60px;
}
.tabcon img {
    width: 100%;
}
.webtech .tabs-custom-nav li .twrap.active {
    background: #e3e4e4;
} */
.webtab-image {
    width: 60px;
    position: relative;
}
.webtab-image img {
    width: 100%;
}
.web-main-image {
    width: 100%;
    position: relative;
}
.web-main-image img {
    width: 100%;
}
.webtab-content {
    text-align: left;
    color: #000;
	flex: 1;
}
.webtab-content p{
	margin: 0;
}
.webtech-box {
    background: #e3e4e4;
    padding: 30px 40px;
    position: relative;
    margin: 15px 0px;
    cursor: pointer;
    transition: .5s;
    background: #FEF100;
    background: #016d30;
}
.webtech-box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.webtech-box {
    display: flex;
    column-gap: 20px;
}
section.section-webtech {
	padding: 60px 0px;
	position: relative;
	background: #000;
}
section.section-webtech .row {
    align-items: center;
}
/* WEBTECH SECTION CSS END */

section.section-customer .row {
    align-items: center;
}

section.section-customer {
    position: relative;
    padding: 60px 0 60px;
    background: #001;
}
.customer-heading h2 {
    text-align: left;
    color: #fff;
    padding-right: 100px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 0;
}
.customer-btns {
    text-align: center;
}
.others-image img {
    width: 100%;
}
.others-content h2 {
    margin: 0;
    font-size: 42px;
    text-align: left;
}
.others-btn {
    margin-top: 34px;
}
section.section-others {
    padding: 90px 0px;
    background: #FEF100;
    background: #016d30;
}

section.section-others .row {
    align-items: center;
}


.client-content h2 {
    margin: 0;
    font-size: 42px;
}
.client-content p {
    font-size: 18px;
    text-align: center;
    padding-bottom: 40px;
}
section.section-client {
    padding: 60px 0 60px 0;
    background: #00;
}
.c-rating ul li {
    display: inline-block;
    font-size: 16px;
    color: #ecc70e;
    margin: 0 1px 0 1px;
}
.testi-image img {
    width: 56%;
    float: right;
    margin-top: -10px;
}
.testi-up {
    display: flex;
    margin-bottom: 24px;
}
.testi-image {
    flex: 1;
}
.client-text p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 0 30px 0;
    height: 200px;
    overflow-y: scroll;
    margin-bottom: 15px;
}
.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.author-image img {
    width: 100%;
}
.author-info h6 {
    font-size: 14px;
    margin: 0;
    color: #fff;
}
.author-info h5 {
    font-size: 16px;
    margin: 0;
    color: #fff;
}
.testi-author {
    display: flex;
    align-items: center;
    column-gap: 25px;
}
.testi-box {
    padding: 30px 30px 30px 30px;
    transition: all .7s;
    /*     margin: 0 0 45px 0; */
    background: #016d30;
    border-radius: 10px;
}
.testi-box:hover{
	box-shadow: 0 11px 15px #16232136;
}
.cls2 .cl-image img {
    width: 110px;
    height: 70px;
    object-fit: scale-down;
    filter: contrast(0);
	transition: .5s;
}
.cls2 .cl-image img:hover{
	filter: none;
}
.client-heading h3 a {
    color: var(--c2);
}
.together-content h4 {
    border-bottom: solid 2px var(--c2);
    padding-bottom: 7px;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.together-content h2 {
    font-size: 44px;
    color: #fff;
    line-height: 1.1em;
    margin-bottom: 30px;
    padding: 0;
    font-weight: 700;
    font-family: "Bai Jamjuree", sans-serif;
    padding-right: 20px;
}
section.section-together .row {
    align-items: center;
}
section.section-together {
    padding: 50px 0 50px 0;
    background: #001;
}
.form-heading h2 {
    text-align: left;
    margin: 0;
}
.tog-input {
    width: 100%;
    margin: 0;
    border: 1px solid #cbcbcb;
    background: #fff;
    padding: 14px 40px 14px 16px;
    color: #535353;
    font-size: 16px;
    border-radius: 10px;
    height: 55px;
    font-weight: 400;
    outline: 0 !important;
    margin-top: 20px;
}
.submit-btn {
    width: 100px;
    height: 50px;
    background-color: var(--c2);
    color: #fff;
    border: 2px solid;
    border-radius: 10px;
    margin-top: 10px;
}
.banner-form {
    margin-top: 36px;
}
.offset-md-2 h2 {
    text-align: center;
}
.offset-md-2 p {
    text-align: center;
    margin-bottom: 28px;
}
.banner-form .submit-btn {
    border-radius: 0px 10px 10px 0px;
    margin: 0;
    background: var(--c2);
    width: 100%;
    border: none;
    font-size: 16px;
    color: #fff;
}
.banner-form input {
    background: #fff;
    border: 0;
    font-size: 14px;
    height: 80px;
    width: 100%;
    padding: 20px;
    border-right: 1px solid #e8e9eb;
    outline: none;
    color: #000;
}
.footer-top {
    background-size: cover !important;
    padding: 50px 0 30px;
    background: #000;
}
.f-logo {
    width: 40%;
    margin-bottom: 30px;
}
.f-logo img {
    width: 100%;
}
.footer-about p {
    color: #fff;
    font-size: 15px;
    padding-bottom: 15px;
    padding-right: 100px;
}
.footer-info ul li a {
    color: #fff;
    font-size: 15px;
    padding-bottom: 15px;
    font-weight: 500;
}

.footer-info ul li {
    color: #fff;
    font-size: 15px;
    padding-bottom: 15px;
    font-weight: 500;
}
.footer-media ul li a {
    font-size: 18px;
    color: #fff;
}
.footer-media ul {
    display: flex;
    column-gap: 20px;
    margin-top: 17px;
}
.footer-title h3 {
    padding-top: 22px;
    color: #fff;
    border-bottom: solid 2px #fff;
    padding-bottom: 4px;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer-menu ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    transition: .5s;
}
.footer2 {
    margin-top: 68px;
}
.f-image {
    width: 33%;
    margin: 0 auto;
}

.f-image img {
    width: 100%;
}
.pay-image {
    width: 55%;
    margin: 0 0 0 auto;
}
.pay-image img {
    width: 100%;
}
.copyright {
    font-size: 15px;
    color: #fff;
    vertical-align: middle;
    font-family: 'Libre Franklin';
    text-align: left;
}
.footer-bottom .row {
    align-items: center;
}

.footer-bottom {
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background: #FEF100;
    background: #001;
}
h5.services-title {
    line-height: 18px;
    margin-top: 15px;
    margin-bottom: 12px;
}
h5.services-title a {
    font-size: 15px;
    font-family: 'Libre Franklin';
    text-align: center;
    margin-top: 18px;
    padding-bottom: 0;
    letter-spacing: .5px;
    font-weight: 600;
    transition: .5s;
    color: #fff;
}
h5.services-title a:hover{
	color: var(--c2);
}
h1.inner-page-title {
    display: none;
}
.inner-page-content h5 {
    color: #fff;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.inner-page-content h2 {
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 900;
    padding: 20px 20px 0 0;
    letter-spacing: 2px;
}
.fullstack-content h2 {
    text-align: left;
    font-size: 44px;
    margin: 0;
}
.fullstack-content p {
    color: #160c28;
    line-height: 1.7;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
}
.fullstack-content h6 span {
    color: #160c28;
}

.fullstack-content h6 {
    color: var(--c2);
    font-weight: 700;
    font-size: 30px;
    padding: 30px 0 30px;
}
section.section-fullstack .row {
    justify-content: end;
}
section.section-fullstack {
    background: #fff url(https://interactivedesignservice.com/assets/images/experience.jpg) no-repeat;
    background-position: top left -80px !important;
    background-size: 40% !important;
    padding: 0px 0 40px;
    margin-top: 70px;
}
.comp-heading h2 {
    font-size: 44px;
    padding: 0px 200px;
    margin: 15px;
}
.comp-image {
    width: 100px;
    margin: 0 auto;
}
.comp-image img {
    width: 100%;
}
.comp-title {
    font-size: 22px;
    color: #160c28;
    font-weight: 600;
    margin-bottom: 12px;
}
.comp-title p {
    font-size: 14px;
    line-height: 1.6;
}
.comp-box {
    vertical-align: top;
    width: 100%;
    display: inline-block;
    padding: 30px 30px 30px;
    border: 1px solid #e6e2e2;
    border-radius: 10px;
    height: 340px;
    text-align: center;
    margin-top: 30px;
}
.form h2 {
    text-align: left;
	margin: 0;
}
section.custom-theme-single-post {
    display: none;
}
.single-services .inner-banner {
    display: none;
}
.inner-service-content h2 {
    font-size: 44px;
    text-align: left;
    margin: 0;
}
.inner-service-content p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    padding: 0 0 30px;
}
.inner-service-content ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Libre Franklin';
    width: 49%;
    margin-bottom: 8px;
    position: relative;
    color: #fff;
}
.inner-service-content ul li:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Pro';
    color: var(--c2);
    padding-right: 10px;
    position: absolute;
    left: -20px;
    top: 2px;
    font-size: 14px;
}
.inner-ser-btn {
    margin-top: 38px;
}
.inner-service-content ul {
    padding-left: 20px;
}
section.inner-service {
    padding: 70px 0px;
    position: relative;
}
section.inner-service .row{
	align-items: center;
}
.inner-service-image {
    width: 100%;
}
.inner-service-image img {
    width: 100%;
}
.inner-service-content h3 {
    color: var(--c2);
    font-weight: 700;
    font-size: 30px;
    padding: 30px 0 30px;
}
body {
    background: #000;
}
header.header-main {
    background: #000 !important;
}
section.services-page {background: #001;}
section.client-section .row {
    align-items: center;
}
section.section-webtech h2 {
    color: #fff;
}

.webtab-content h4 {
    color: #fff;
}
.google-map iframe {
    width: 100%;
    height: 98%;
}
section.contact-form {
    background: #001 !important;
}
.contact-details-content {
    color: #fff;
}
.contact-details-content p a {
    color: #fff !important;
}
.section-content h3 {
    color: #fff !important;
}