/* HEader */
.header-desk-wrap .d-none-desk{
    display: none;
}
.navbar-fixed-top {
    position: absolute!important;
    background-color: #fff;
    border-bottom: none;
    transition: background-color 0.25s ease 0s;
    z-index: 99;
    width: 100%;
    padding: 0;
}
.navbar-fixed-top.opaque {
    position: fixed!important;
    top: 0;
    margin-top: 0;
    background-color: #fff!important;
    border-bottom: 1px solid #efefef;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04)!important;
    transition: all 0.25s ease-in-out 0s;
    width: 100%;
    z-index: 999;
}
.ml-auto{
    margin-left: auto;
}
.header nav {
    display: none;
}
.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
}
.header a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 57px;
    height: 18px;
    padding: 11px;
    margin: 8px 5px 5px;   
}
.mob-logo img {
    max-width: 35%;
}

.header a:before,
.header a:after {
    content: '';
    display: block;
    background: #000;
    height: 3px;
}

.header a span {
    background: #000;
    display: block;
    height: 3px;
    margin: 6px 0;
}

.header-desk-wrap ul.navbar-nav li a {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    /* color: #071e55; */
    padding: 10px 20px !important;
    cursor: pointer;
}

.nav-btn {
    margin-left: 20px;
    /* padding: 10px 14px; */
    /* display: inline-flex; */
    /* vertical-align: middle; */
}

a.btn-common {
    padding: 2px 16px 2px;
    text-decoration: none;
    background: #141512;
    color: #fff;
    border-radius: 5px;
    line-height: 35px;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
}

/* sidenave */

.sidenav {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0%;
    right: 0;
    /* display: none; */
    /* opacity: 0; */
    background: rgba(32, 35, 44, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
    /* padding-top: 130px; */
    /* padding-top: 80px; */

    
  }
  
  
  .sidenav a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
    text-decoration: none;
    /* font-size: 25px; */
    color: #fff;
    display: block;
    transition: 0.3s;
    text-align: center;
    text-transform: uppercase;
    /* font-family: Montserrat; */
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
.sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    padding: 0;
    /* font-size: 36px;
    margin-left: 50px; */
}

.hamburger-box {
    width: 34px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    background-color: transparent;
    transform: rotateY(180deg);
}

.hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
 
.hamburger-inner::before, 
.hamburger-inner::after {
    content: "";
    width: 34px;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
}
.is-active .hamburger-inner::before {
    transform: translate3d(0, -8px, 0) rotate(45deg);
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: 6px;
    position: relative;
    left: 16px;
}


* {
	box-sizing: border-box;
}

@property --angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: true;
}

@property --gradX {
  syntax: '<percentage>';
  initial-value: 50%;
  inherits: true;
}

@property --gradY {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: true;
}

:root {
	--d: 2500ms;
	--angle: 90deg;
	--gradX: 100%;
	--gradY: 50%;
	--c1: rgba(228, 129, 45, 1);
	--c2: rgba(228, 129, 45, 0.1);
    --theme-color1: #ee763c;
}

.wrapper {
	min-width: min(40rem, 100%);
}

.btn-box {
    color: #141512;
	font-size: 16px;
    /* margin: max(1rem, 3vw); */
    margin: 0 0px 0 20px;
    margin: 0 10px 0;
    border: 0.15rem solid;
    padding: 10px 20px;
    border-image: conic-gradient(from var(--angle), var(--c2), rgba(228, 129, 45, 1) 0.15turn, rgba(228, 129, 45, 0.1) 0.35turn, rgb(67 71 72 / 10%) 0.15turn) 10;
    /* border-image: conic-gradient(from var(--angle), var(--c2), rgb(20 20 18 / 70%) 0.15turn, rgb(22 22 20 / 99%) 0.35turn, rgb(67 71 72 / 10%) 0.15turn) 10; */
    animation: borderRotate var(--d) linear infinite forwards;
}
.btn-box:hover{
    color: #ed7000;
}

/* .box:nth-child(2) {
	border-image: radial-gradient(ellipse at var(--gradX) var(--gradY), var(--c1), var(--c1) 10%, var(--c2) 40%) 30;
	animation: borderRadial var(--d) linear infinite forwards;
} */

@keyframes borderRotate {
	100% {
		--angle: 420deg;
	}
}
/* @keyframes borderRadial {
	20% {
		--gradX: 100%;
		--gradY: 50%;
	}
	40% {
		--gradX: 100%;
		--gradY: 100%;
	}
	60% {
		--gradX: 50%;
		--gradY: 100%;
	}
	80% {
		--gradX: 0%;
		--gradY: 50%;
	}
	100% {
		--gradX: 50%;
		--gradY: 0%;
	}
} */

/*  body content styling */
.body-content {
    padding-top: 80px;
}

/* ---------------------- sction-------------------- */
h2.section-title {
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 300;
}

section {
    padding: 70px 0 !important;
    position: relative;
}
/* ---------------------------Banner -------------------- */
h1.bann-head {
    font-size: 55px;
    line-height: 70px;
    color: #fff;
}

p.hero-text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
}

.idea-wrap .text {
    color: #fff;
}

.btn-sec {
    margin-right: 20px;
}

.btn-sec:last-child {
    margin: 0;
}
a.btn-common.bg-tran {
    background: transparent;
    border: 1px solid;
}
/* ---------------------- banner form ------------------- */
.banner-form h3 {
    margin: 0;
    font-size: 26px;
    line-height: 36px;
}

.banner-form p {
    margin-bottom: 25px;
}

input#BtnSubmit {
    width: 100%;
    display: inline-block;
}
input.name-input{
    background: url('../image/icon/input-user.png') no-repeat 12px 15px;
}

input.email-input{
    background: url('../image/icon/input-envelope.png') no-repeat 12px 15px;
}

input.phone-input{
    background: url('../image/icon/phone-73-20.png') no-repeat 12px 15px;
}

input.company-input{
    background: url('../image/icon/company-20.png') no-repeat 12px 15px;
}

input.register-input{
    background: url('../image/icon/input-select.png') no-repeat 12px 15px;
}

textarea.contact-input{
    background: url('../image/icon/input-select.png') no-repeat 12px 15px;
}

/* client logo */
section#client-logo {
    background: #f0f0f0;
    padding-top: 15px !important;
}
.logo-wrap{
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 0;
}

.logo-list {
    text-align: center;
    margin: 20px 40px;
}

.logo-list img {
    object-fit: contain;
    width: 100% !important;
    position: relative !important;
    height: 50px !important;
}
/* -------------------------what we do --------------------- */ 
.we-do-box-wrap 
.we-do-box:nth-child(-n + 6) {
    border-bottom: 1px solid #e8e8e8;
}
.we-do-box {
    width: calc(100% / 3);
    text-align: center;
    padding: 50px 49px;
    border-right: 1px solid #e8e8e8;
    /* transition: all 500ms ease-in-out; */
}
.we-do-box:nth-child(3),
.we-do-box:nth-child(6),
.we-do-box:nth-child(9){
    border-right: 0px solid #e8e8e8;
}

.border-service-wrap {
    text-align: center;
    transition: all 500ms ease-in-out;
    
}
.we-do-box:hover{
    box-shadow: 0 0 16px #00000019;
}

.we-do-box:hover .border-service-wrap{
    transform: scale(1.1);
}


img.icon-img {
    /* height: 50px; */
    width: 55px;
    margin-bottom: 10px;
    opacity: .6;
}
.we-do-box-no-efect {
    display: inline-flex;
    align-items: center;
    
}

.we-do-box-no-efect h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 35px;
}

.btn-sec.cta-bt a {
    padding: 6px 25px 6px;
    background: #ed4000;
}


/*----------------------- our work --------------------------*/
#ourwork .owl-dots {
    margin-top: -37px;
}
.work-item1, .work-item2, .work-item3, .work-item4{
    display: flex;
    align-items: center;
}
.work-item1 {
    height: 100%;
    min-height: 561px;
    /* background: #f3f8ff; */
    /* background-image:
    linear-gradient(to bottom, #f3f8ffc2, #f3f8ffc2),
    url('../image/simple-abstract-white-grey.jpg'); */
    background-image: linear-gradient(to bottom, #141512b8, #141512b8),
    url(../image/simple-abstract-white-grey.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}
.work-item1 h3, .work-item1 li, .work-item1 p{
    color: #fff;
}
.work-item2{
    height: 100%;
    min-height: 561px;
    /* background: #f8f8f8e0; */
    background-image:
    linear-gradient(to bottom, #f8f8f8e0, #f8f8f8e0),
    url('../image/simple-abstract-white-grey.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.work-item3{
    height: 100%;
    min-height: 561px;
    /* background-image:
    linear-gradient(to bottom, #f3f8ffc2, #f3f8ffc2),
    url('../image/simple-abstract-white-grey.jpg'); */
    background-image: linear-gradient(to bottom, #f8a8a8a6, #f8a8a899),
    url(../image/simple-abstract-white-grey.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.work-item4{
    height: 100%;
    min-height: 561px;
    background-image:
    linear-gradient(to bottom, #f8f8f8e0, #f8f8f8e0),
    url('../image/simple-abstract-white-grey.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.our-work-details {
    padding: 50px 150px;
    /* background: red; */
}

.our-work-list ul {
    padding: 0 !important;
    margin-bottom: 15px;
    list-style: none;
}

.our-work-list {
    margin-bottom: 12%;
}
p.para-text {
    font-size: 16px;
    font-weight: 400;
}
.our-work-img {
    padding: 0px 100px 50px 0;
    margin-left: -100px;
}
.our-work-img {
    max-height: 400px;
}
.testi-wrap .owl-carousel button.owl-dot.active,
.ourwork-wrap .owl-carousel button.owl-dot.active{
 background: #ed7400 !important;
 border-color: #ed7400 !important;
}

/* --------------------------- faq ----------------------------- */

section#contact {
    background: #141512ed;
    /* padding-bottom: 70px; */
    /* background: linear-gradient(#e66465, #9198e5); */
    /* background: linear-gradient(0deg, black 85%, #010101 37%, black 95%); */
    position: relative;
    padding: 120px 0 90px;
    z-index: 3;
    background-image: url(../image/footer-bg.png);
}


section#faq {
    background: #fcfdff;
    padding-bottom: 70px;
}
/* -----------------------footer form--------------------------- */
.contact-form-wrapper {
    padding-top: 25px;
}

footer {
    padding: 15px 0;
    background: #141512;
    /* background: #252623fc; */
    /* background: #141512ed; */
}

footer .copyrt p {
    color: #777;
    margin-bottom: 0;
    padding: 15px 0;
    font-weight: 300;
}
.text-right{
    text-align: right;
}
/* --------------------------------------------------------------- */
/* ----------------------------- why choose us ------------------- */
section#whychoose {
    background: rgb(246, 250, 255);
    padding: 60px 0;
}
.bg-wrap {
    background: #fff;
    padding: 25px 25px !important;
    display: block;
    position: relative;
}

.bg-wrap button.accordion-button {
    background: transparent;
    box-shadow: none;
    border: none;
}

.bg-wrap .accordion-item {
    border: 1px solid #000 !important;
    margin-bottom: 10px;
    border-radius: 5px;
}

.bg-wrap .accordion-body.description {
    padding: 0 22px;
}

/* -------------------------- oue popular web app ------------------- */
.bg-white{
    background: #fff;
}
.bg-light-grey{
    background: #f8f8f8e0;
    position: relative;
}

.app-box-wrap {
    border-radius: 5px;
    /* box-shadow: 0 2px 5px 0 rgb(20 21 18 / 6%); */
    border: 1px solid #cccccc;
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 30px;
    transition: .5s;
    min-height: 100px;
}

.app-icon img {
    margin-right: 15px;
    width: 40px;
}

.app-name p {
    font-size: 16px;
    margin-bottom: 0;
    color: #141512;
}


/* ----------------------------ttestimonial --------------------------- */
section#testimonial:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    background-color: #fafafa69;
    top: 0;
    left: 50%;
    z-index: 0;
}

section#testimonial {
    position: relative;
}

img.g-rating {
    width: 110px;
}

.review-2 {
    text-align: center;
    background-color: #fff;
    padding: 45px 30px;
    margin: 0 10px 20px;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(10, 10, 10, .05);
}

.stars-rating.mt-40 img {
    width: 125px;
    opacity: .6;
}

span.section-id {
    font-weight: 400;
    font-size: 20px;
    color: #9e9d9d;
}

/* ------------------------- contact form bg ------------------------- */
.white-text {
    color: #fff;
}
section#faq .section-bg-overlay1{
    /* background-image: url(../image/bg/lines.png); */
    background-repeat: repeat-x;
    background-size: auto;
    background-position: center bottom;
}


.section-bg-2 .section-bg-overlay{
    background-image: url(../image/bg/lines2.png);
    background-repeat: repeat-x;
    background-size: auto;
    background-position: center top;
    z-index: -1;
}

/* section#contact {
    
    padding-bottom: 70px;
    background-image: url(../image/banners/akr-lp-hero/banner-1.jpg) !important;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(1);
    position: relative;
    z-index: 2;
}
section#contact:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--theme-color1)), to(transparent));
    background: linear-gradient(to top, var(--theme-color1), transparent);
    opacity: 0.9;
    content: "";
} */

#client-carousel .owl-item {
   
    height: 100px;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    display: flex;
    max-width: auto;
}

#client-carousel .owl-item img {
   
    filter: grayscale(1);
}

.gap {
    display: block;
    height: 80px;
}

h4.trusted-by {
    margin: 0 0 10px;
    color: #fff;
}
/* -------------------------------- */
.call-to-action-two {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 120px 0;
}
.call-to-action-two .bg.pull-up {
    height: auto;
    bottom: 0;
    top: -275px;
}
.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-pattern {
    background-image: url(../image/simple-abstract-white-grey.jpg);
    background-image: url(../image/simple-abstract-white-grey.jpg);
    z-index: -1;
    background-position: top center;
    background-size: cover;
    
}

.call-to-action-two .bg:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* background: linear-gradient(60turn, #ed6d00 10%, #ed6d00ab, #ffffff 96%); */
    /* background: linear-gradient(#e66465, #9198e5); */
    /* background: -webkit-gradient(linear, left bottom, left top, from(var(--theme-color1)), to(transparent)); */
    background: linear-gradient(to top, var(--theme-color1), transparent);
    /* opacity: 0.9; */
    content: "";
}
/* -------------------------------------------------------------------- */
*,
::after,
::before {
    box-sizing: border-box;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
.collapse {
    overflow: hidden;
    transition: height 0.35s ease;
}

body {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #35353d;
    text-align: left;
    background-color: #fff;
    
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}
ul {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #141512;
}
html .text-color-primary,
html .text-primary {
    color: #141512 !important;
}
.pr-5 {
    padding-right: 50px;
}
.pr-4 {
    padding-right: 40px;
}
.pr-3 {
    padding-right: 30px;
}
.pr-2 {
    padding-right: 20px;
}
.pr-1 {
    padding-right: 10px;
}
.pl-5 {
    padding-left: 50px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
    color: #141512;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif !important;
    text-transform: capitalize;
}
.head-font {
    letter-spacing: 1.5px;
}
h1,
h2,
h3 {
    /* letter-spacing: 1.5px; */
}
h1 {
    line-height: 60px;
}
h3,
h2 {
    line-height: 45px;
}
h4,
h5,
h6 {
    line-height: 30px;
}
h1 {
    font-size: 45px;
}
h2 {
    font-size: 38px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
.font-bold {
    font-weight: 400;
}



.navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
}
/* #navbarScroll {
    position: fixed;
    top: 0;
    transition: top 0.3s;
} */

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    padding: 32px 15px;
}


.nav-item {
    border-bottom: 3px solid #0098da00;
    transition: all 0.5s ease;
}

.nav-btn {
    padding-left: 25px;
    margin-top: -3px;
}
.logo-sec img {
    max-width: 100%;
    height: 60px;
}

.logo-sec {
    padding: 1px 0 6px;
}

.nav-btn .btn-common {
    margin-bottom: 0;
}
.menu-bg {
    background: #141512;
}



.content {
    padding-top: 95px;
}
.nav-btn .btn-common {
    padding: 4px 14px;
}
.btn-common {
    background-color: #141512;
    border: none;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
    margin-left: 2px;
    transition: all 0.45s ease-out;
    text-transform: capitalize;
}
.btn-common.btn-box-shadow:hover {
    box-shadow: unset;
}

.mob-logo {
    padding: 10px 10px 14px;
}
.mb-20 {
    margin-bottom: 20px;
}

.carousel.banner-part-1.slide span.visually-hidden {
    display: none;
}
.carousel.banner-part-1 .carousel-inner {
    overflow: unset !important;
}
.carousel.banner-part-1 .banner-text {
    padding-bottom: 30px;
    margin-top: -60px;
}
.case-text h3 a {
    color: #141512;
}

.owl-carousel button.owl-next span,
.owl-carousel button.owl-prev span {
    color: #141512;
    padding: 4px 13px 16px;
    font-size: 80px;
}

.owl-carousel button.owl-prev,
.owl-carousel button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    transition: opacity 0.5s ease;
}

.owl-carousel button.owl-next {
    right: 5px;
}

.owl-carousel button.owl-prev {
    left: 5px;
}

.mt-10 {
    margin-top: 100px;
}

.f-w-400 {
    font-weight: 400;
}

.mb-50 {
    margin-bottom: 50px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}

.icon-tabs.tools-tab-sec .nav-pills .nav-link h3 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    font-family: 'Poppins' !important;
}

.btn-common:hover {
    color: #fff !important;
    background-color: #ed4000;
    border-color: #ed4000;
}
.accordion-collapse.collapse.show,
.accordion-collapse.collapse {
    height: unset !important;
}

.mtb-15 {
    margin: 15px 0 !important;
}

.line-para {
    border-left: 4px solid #000;
    padding-left: 14px;
}


.sticky-head {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    z-index: 6;
    background: #f6f9ff;
}

input.contact-submit.btn_contact_submit.btn-common {
    background: #ed7000;
}
.form-control {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 12px 35px 12px 15px;
    font-size: 16px;
    padding-left: 50px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #f5f5f5 !important;
    background-clip: padding-box;
    /* border: 1px solid #c7c7c7; */
    border: 1px solid #ffffffb3;
    border-radius: 8px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

input.form-control:focus,
select.form-control:focus,
.textarea-file-sec:focus,
textarea.form-control:focus {
    border: 1px solid #141512;
    outline: 0 !important;
    box-shadow: none;
}
textarea.form-control {
    height: auto;
}
.form-control:focus-visible {
    outline: 0 !important;
}
.btn-common.submit-btn {
    border: 0;
}
.form-group {
    margin-bottom: 22px;
}

textarea {
    resize: none;
}

.icon-tabs.tools-tab-sec,
.mob-tech-tabs {
    background: #fafafa;
    /* border-bottom: 1px solid rgba(204, 205, 207, 0.5);
    border-top: 1px solid rgba(204, 205, 207, 0.5); */
    background: #f8fbff linear-gradient(to top, #f8fbff 10%, #fff 100%);
}


.mt-40 {
    margin-top: 40px;
}

/* --------------footer-form design -------------- */
.contact-form-wrapper {
    padding: 2.7rem;
    background: #fff;
    border-radius: 10px;
}
/* .owl-carousel button.owl-prev {
    left: -90px;
}

.owl-carousel button.owl-next {
    right: -90px;
} */

img.f-log {
    width: 125px;
}
.copyrt p {
    font-size: 15px !important;
}
footer .copyrt p a {
    color: #777;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .animated-btn-wrapper {
        /* margin-bottom: 25px; */
        width: 65%;
        margin: 0 auto;
        margin-top: 35px;
    }
    .owl-carousel.owl-industries .owl-nav {
        display: none;
    }
   
    .owl-carousel.owl-industries .owl-dots {
        display: block !important;
    }

    
    .owl-carousel.owl-industries .owl-dot.active {
        background: #141512;
        padding: 1px 10px;
    }

    .owl-carousel.owl-industries button.owl-dot {
        background: #141512;
        color: inherit;
        border: 1px solid #141512;
        font: inherit;
        margin: 0 4px;
        padding: 1px 7px !important;
    }

    .owl-carousel.owl-industries button.owl-dot.active {
        background: #141512;
        padding: 1px 15px !important;
    }
    
    .mb-40 {
        margin-bottom: 10px !important;
    }

    .bg-wrap {
        background: #fff;
        padding: 15px 15px !important;
        display: block;
        position: relative;
    }
    .accordion-button {
        line-height: 30px;
    }
    .text-sm-center{
        text-align: center;
    }
    .we-do-box {
        width: calc(100% / 1);
        text-align: center;
        padding: 40px 25px;
        border-right: 0px solid #e8e8e8;
    }
    .header-desk-wrap .d-none-desk{
        display: block;
    }
    footer{
        padding-bottom: 60px;
    }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    

    .slick-slide {
        margin: 0 0 !important;
    }
    
    
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
       
    
}


/*  responssive */

 .mob-tech-tabs ul.nav.nav-tabs li {
     padding: 0.5rem 1rem;
 }

 .mob-tech-tabs ul {
     padding-left: 2px;
 }
 
 .mob-tech-tabs a:hover {
     color: #ffa22b;
     text-decoration: none;
 }
 
 .mob-tech-tabs .tab-content > .active {
     display: block;
 }
 
 .mob-tech-tabs .owl-carousel .owl-nav .owl-next, .mob-tech-tabs .owl-carousel .owl-nav .owl-prev {
     position: absolute;
     /* text-indent: 9999px; */
     top: 20%;
     font-size: 40px !important;
     width: 32px;
     height: 32px;
     margin: 0;
 }
 
 .mob-tech-tabs ul.nav.nav-tabs li a {
     color: #032d60;
     font-size: 14px;
     font-weight: 500;
 }
 
 .mob-tech-tabs .owl-carousel .owl-nav .owl-next span, .mob-tech-tabs .owl-carousel .owl-nav .owl-prev span {
     font-size: 50px;
 }
 
 .mob-tech-tabs ul.nav.nav-tabs li.active a {
     border: 2px solid #ffa22b !important;
     color: #ffa22b;
 }
 
 .mob-tech-tabs .owl-next {
     right: -11px !important;
     left: inherit;
 }
 .carousel-tech .owl-next, .carousel-tech .owl-prev {
     display: block !important;
     width: unset!important;
     height: unset!important;
 }
 .carousel-tech .owl-next span, .carousel-tech .owl-prev span {
  padding: 0px!important;
 }
     .mob-tech-tabs .owl-prev {
     left: -8px !important;
 }
 
 .mob-tech-tabs ul li::before {
     display: none;
 }
 .carousel-tech .owl-carousel .owl-nav .owl-next, .carousel-tech .owl-carousel .owl-nav .owl-prev {
     position: absolute;
     /* text-indent: 9999px; */
     top: -10% !important;
     font-size: 40px !important;
     width: 32px;
     height: 32px;
     margin: 0;
 }
 .mob-tech-tabs ul.nav.nav-tabs li {
     padding: 0.5rem 1rem!important;
 }
     /* small mobile :320px. */
 @media (max-width: 767px) {
     .mob-tech-tabs ul.nav.nav-tabs li {
         padding: 1rem 0.5rem;
     }
 
    .mob-tech-tabs ul.nav.nav-tabs li a {
        color: #141512;
        font-weight: 400;
        display: block;
        border: 1px solid #eee !important;
        border-radius: 5px;
        overflow: hidden;
        min-width: inherit;
        width: 100%;
        font-size: 12px;
        text-align: center;
        padding: 2px 4px;
    }
     .mob-tech-tabs .owl-prev {
         left: -15px;
     }
     .mob-tech-tabs .owl-next {
         right: -12px;
         left: inherit;
    }
     .mob-tech-tabs .carousel-tech {
         text-align: center;
    }
     .mob-tech-tabs.mob-service-sec .carousel-tech {
         text-align: left;
    }
    .mob-tech-tabs .owl-carousel .owl-nav .owl-next,
    .mob-tech-tabs .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        /* text-indent: 9999px; */
        top: 0%;
        font-size: 40px !important;
        width: 32px;
        height: 32px;
        margin: 0;
        border: none;
        font-size: 0;
        background-size: 100%;
        display: none !important;
    }
    .carousel-tech .owl-carousel button.owl-dot.active{
        background: #ffa22b !important;
        padding: 2px 15px !important;
        border-color: #ffa22b !important;
    }
    .we-do-box {
        width: calc(100% / 1);
        text-align: center;
        padding: 40px 25px;
        border-right: 0px solid #e8e8e8;
    }
    .we-do-box-wrap .we-do-box:nth-child(-n + 7) {
        border-bottom: 1px solid #e8e8e8;
    }
    .btn-wrap-scroll{
        display: block !important;
    }  
    a.btn-common.bg-tran {
        margin-top: 20px;
    }

    /* work */
    .work-item1, .work-item2, .work-item3, .work-item4{
        min-height: 812px !important;
        max-height: 812px !important;
    }
    .our-work-details {
        padding: 50px 15px !important;
        /* background: red; */
        padding-bottom: 0 !important;
    }
    .our-work-img img {
        width: 80% !important;
        margin: auto;
        min-height: auto !important;
        max-height: 100% !important;
    }
    .our-work-img {
        max-height: 100% !important;
        padding: 0px 0px 50px 0 !important;
        margin: auto !important;
    }

    .contact-form-wrapper{
        margin-top: 30px !important;
    }
    .auto-popup-wrap{
        display: none;
    }
    .h-m{
        display: none !important;
    }
    .we-do-box-no-efect {
        display: inline-flex;
        align-items: center;
        padding: 44px 0 25px;
    }
    .auto-popup-wrap {
        max-width: 350px !important; 
        width: 90% !important;
        padding:25px 20px !important;
        bottom: 10% !important;
    }
}
.btn-wrap-scroll{
    display: none;
}
.btn-fxd-mobile {
    position: fixed;
    bottom: -1px;
    left: -1.9px;
    z-index: 99999;
}

.btn-fxd-mobile a.btn-common {
    background: #ed7000;
    padding: 12px 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    font-size: 22px;
}
/* auto popup */
/* #pot {
    bottom: 15%;
    position: absolute;
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 5s;
  } */

    
    
 
  /* @keyframes run {
    from {
        right: -25%;
      }
      to {
        right: 0%;
        display: block;
      }
  } */
.auto-popup-wrap {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    background: #fff;
    padding: 50px 30px;
    /* animation: linear  ; */
    animation: 2s run;
   
    /* -webkit-animation: linear ; */
    -webkit-animation: 2s run;

}

.auto-popup-wrap .head-wrap-pop.text-center {
    margin-bottom: 35px;
}

.auto-popup-wrap {
    /* background-image: linear-gradient(180deg,#a19f9d 0,#ed7000 100%); */
    background-image: linear-gradient(180deg,#ed7000 0,#a19f9d 100%);
    /* opacity: .81; */
    width: 25%;
    /* border: 2px solid #fff; */
    border-radius: 8px;
}

.auto-popup-wrap .head-wrap-pop.text-center h4 {
    color: #fff;
}
/* model popup */
select.register-input {
    background: url(../image/icon/input-select.png) no-repeat 12px 15px;
    color: #737373;
}
.common-popup .modal-content {
    border-radius: 0px;
    border: 0px solid #fff;
    padding: 8px;
}
.common-popup .model-border {
    border: 2px solid #666666c0;
    text-align: center !important;
    position: relative;
    padding: 25px 5px 12px;
}

.common-popup .modal-header {
    background: transparent;
    border: none;
}

.head-wrap-pop h4 {
    margin: 0;
    font-weight: 400;
}

.head-wrap-pop p {
    font-weight: 300;
    margin-bottom: 0;
}
.common-popup .model-border button.btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    outline: none;
    box-shadow: none;
    border: none;
}
.common-popup .modal-body {
    border: none;
}
.common-popup .banner-form {
    padding: 10px;
}

.common-popup .modal-footer {
    border: none;
}

.common-popup .modal-footer {
    justify-content: center;
}



.our-work-img img {
    min-height: 400px;
    max-height: 400px;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.cta-btn-wrap a {
    position: relative;
    border: 1px solid #ed7000;
}

button#close_auto {
    position: absolute;
    top: 5px;
    right: 5px;
    outline: none;
    box-shadow: none;
    border: none;
    background: transparent;
}
button#close_auto i {
    font-size: 20px;
    color: #fff;
}

/* ------------------ */
ul.why-ul li {
    padding: 14px 25px;
    font-size: 18px;
    list-style: none;
    /* border: 1px solid #000; */
    margin-bottom: 10px;
    border-radius: 5px;
    background: #f1f4f987;
}

ul.why-ul li i {
    /* color: #ed7204ed; */
    padding-right: 10px;
}

/* ul.why-ul li:before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../image/icon/ra.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
} */