@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body {}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.anniversary-text {
    text-align: center;
}

.modal-title {
    text-align: center;
    margin-bottom: 0;
    line-height: 1.5;
    margin: 0 auto;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    color: #020202;
}

.modal-lg {
    max-width: 1000px;
}

.anniversary-text img {
    width: 100%;
    height: auto;
    margin: 1rem 0;
}

.anniversary-text p {
    text-align: left;
    margin-top: 1rem;
}


/* Home Page */

#navbar-menu {
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    transition: top 0.8s;
    z-index: 999;
    border-bottom: 1px solid #e4a400;
    padding: 0;
}

.header-area {
    background-color: #f1b621!important;
}

.header-area .navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    width: 170px;
}

.navbar-nav li .nav-link {
    color: #000;
    padding: 1rem 1rem 1rem!important;
    font-weight: 500;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.navbar-nav li:hover .nav-link {
    background: #000;
    color: #fff;
}

.navbar-nav li.active a {
    background: #000;
    color: #fff;
}

.dropdown-links ul li.active a {
    background: none;
    font-weight: 700;
    color: #000!important;
}


/*.dropdown-menu .ActiveMenu, .dropdown-menu ul li a:hover {
    color: #00aa9e!important;
    text-decoration: none;
}*/

li.nav-item.active a {
    color: #fff;
}

.navbar-nav li .nav-link:hover {
    color: #fff;
    background: #000;
}


/* .navbar-nav li .nav-link:hover .dropdown-menu {
    display: block;
} */

.navbar-nav li:last-child .nav-link {
    background: #000000;
    border-radius: 25px;
    color: #f1b621;
    padding: 0.5rem 1rem!important;
    margin-top: .5rem;
    animation: changeBackgroundColor 3s infinite;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

@keyframes changeBackgroundColor {
    0%   { transform: scale(1); }
    50%  { transform: scale(.3); }
    100% { transform: scale(1); }
}


/* @keyframes changeBackgroundColor {
    0% {
        background-color: #ffffff;
    }
    50% {
        background-color: #000000;
    }
    100% {
        background-color: #ffffff;
    }
} */

.navbar-nav li:last-child .nav-link:hover {
    color: #fff;
}

.dropdown-menu {
    margin: 0;
    border: none;
    border-radius: 0;
}


/* .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
} */

.servicesDropDown:hover .dropdown-menu.multi-level,
.position-static:hover .indusrtyMenu {
    display: block;
}

.solutions-box {
    padding: 1rem 0 2rem;
}

.solutions-box h4 {
    font-size: 1rem;
    margin-bottom: .8rem;
}

.solutions-box img {
    width: 100%;
    height: 140px;
    box-shadow: 2px 2px 6px #b1b1b1;
    margin-bottom: 10px;
}

.solutions-box p {
    font-size: 0.9rem;
    line-height: 1rem;
    margin: .8rem 0 0;
    color: #666;
}

.solutions-box a {
    color: #f1b621;
    font-weight: 600;
    font-size: .8rem;
    position: absolute;
    bottom: 0;
    background: #000;
    border-radius: 25px;
    padding: .2rem 1rem;
}

.solutions-box a:hover {
    color: #fff;
    text-decoration: none;
}

.dropdown-links {}

.dropdown-links ul {}

.dropdown-links ul li {}

.dropdown-links ul li a {
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #F1F1F1;
    display: block;
    padding: 7px 0 7px 7px;
    color: #606060!important;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.dropdown-links ul li a:hover {
    padding-left: 1rem;
    color: #f1b621;
    font-weight: 600;
    text-decoration: none;
}


/* Effect 5: same word slide in */


/*.cl-effect-5 a {
	overflow: hidden;
	padding: 0 4px;
	height: 1em;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
*/


/* Apply Form */

.apply-form {
    /* padding: 1rem; */
    margin-top: 40px;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    padding: 30px 0;
}

.apply-form h4 {
    margin-bottom: 1rem;
    text-align: center;
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
}

.apply-form .form-control {
    border: 1px solid #dfdfdf;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 14px;
}

.form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

.apply-form .btn-primary {
    background: #f1b621;
    border-color: #f1b621;
    color: #ffffff;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 9px 25px;
    border-radius: 4px;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
    margin-top: 30px;
    margin: 20px 10px 0 10px;
}

.careerImg {
    width: 100%;
}


/* Baner Area */

.banner-area {
    height: 100vh;
    background-size: cover;
    overflow: hidden;
    padding: 0;
    padding-top: 87px;
    background: #f1b621;
}

.banner-area .carousel-item {
    height: 500px;
}

.banner-left-area {
    padding: 10rem 0 0;
}

.banner-left-area h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5rem;
}

.banner-left-area p {}

.banner-left-area a {
    /* border: 2px solid #000; */
    padding: .5rem 1rem;
    display: inline-block;
    color: #000;
    font-weight: 700;
    background: #fff;
    text-transform: uppercase;
    border-radius: 25px;
}

.banner-img {
    text-align: center;
    padding: 2rem 0 0;
}

.banner-img img {}


/*--- About Us Area ---*/

.page-menu-area {
    background: #dedede;
    padding: 1rem 0;
}

.page-menu-warp ul li {
    display: inline-block;
}

.page-menu-warp ul li a {
    padding: 17px 1.5rem;
    font-weight: 600;
    color: #565656;
}

.page-menu-warp ul li a:hover {
    background: #f1b621;
    color: #000;
    text-decoration: none;
}

.page-menu-warp ul li.active a {
    background: #f1b621;
    color: #000;
    text-decoration: none;
}

.about-us-area {
    height: 300px;
    text-align: center;
}

.about-us-area h2 {
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.about-us-area h3 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.about-left-area {
    background: #f1b621;
    height: 300px;
    color: #fff;
    padding: 4rem 3rem;
}

.about-right-area {
    background: #333333;
    height: 300px;
    color: #fff;
    padding: 4rem 3rem;
}


/*--- About Us Area ---*/


/*--- Our Expertise Area ---*/

.our-expertise-area {
    background: #fff;
    text-align: center;
}

.our-expertise-area h1 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
}

.our-expertise-area h2 {
    font-size: 1rem;
    font-weight: 400;
}

.our-expertise-wrap {
    text-align: center;
    margin-top: 2rem;
}

.our-expertise-wrap ul {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #ececec;
}

.our-expertise-wrap ul li {
    display: inline-block;
    width: 15%;
}

.our-expertise-wrap ul li a span {
    font-size: .8rem;
    font-weight: 600;
    display: block;
    margin: 1rem 0;
}

.nav-pills .nav-link {
    border-radius: 0;
    background: none;
    display: inline-block;
    text-align: center;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    border-bottom: 1px solid #ececec;
}

.nav-pills .nav-link.active {
    background: none;
    border-bottom: 1px solid red;
}

.nav-pills .nav-link .expertise-icons {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin: 0 auto;
    font-size: 2.2rem;
}


/*.nav-pills .nav-item:nth-of-type(1) .nav-link .expertise-icons{
  background: #9632e7;
}*/

.nav-pills .nav-item:nth-of-type(1) .nav-link.active {
    border-bottom: 1px solid #9632e7;
}


/*.nav-pills .nav-item:nth-of-type(2) .nav-link .expertise-icons{
  background: #e23f7d;
}*/

.nav-pills .nav-item:nth-of-type(2) .nav-link.active {
    border-bottom: 1px solid #e23f7d;
}


/*.nav-pills .nav-item:nth-of-type(3) .nav-link .expertise-icons{
  background: #3dc0a7;
}*/

.nav-pills .nav-item:nth-of-type(3) .nav-link.active {
    border-bottom: 1px solid #3dc0a7;
}


/*.nav-pills .nav-item:nth-of-type(4) .nav-link .expertise-icons{
  background: #ff7701;
}*/

.nav-pills .nav-item:nth-of-type(4) .nav-link.active {
    border-bottom: 1px solid #ff7701;
}


/*.nav-pills .nav-item:nth-of-type(5) .nav-link .expertise-icons{
  background: #64b31d;
}*/

.nav-pills .nav-item:nth-of-type(5) .nav-link.active {
    border-bottom: 1px solid #64b31d;
}


/*.nav-pills .nav-item:nth-of-type(6) .nav-link .expertise-icons{
  background: #2078e0;
}*/

.nav-pills .nav-item:nth-of-type(6) .nav-link.active {
    border-bottom: 1px solid #2078e0;
}

.nav-pills .nav-link span {
    color: #000;
}

.expertise-img img {
    border-radius: 6px;
    width: 100%;
}

.expertise-text {
    font-size: 1rem;
    text-align: left;
}

.expertise-text a {
    font-weight: 600;
    display: block;
    margin-top: 0.5rem;
    color: #f1b621;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.expertise-text a:hover {
    color: #000;
    text-decoration: none;
}


/*--- Our Leadership ---*/

.leadership-profile {}

.leadership-profile img {
    width: 150px;
    height: 165px;
}

.leadership-profile .media-body {
    background: #f1b621;
    padding: 1.5rem 1rem;
    height: 10.3rem;
}

.leadership-profile .media-body h2 {
    font-size: 1.2rem;
    margin: 0 0 .2rem;
}

.leadership-profile .media-body h3 {
    font-size: .8rem;
}

.leadership-profile .media-body .social-links li:before {
    display: none;
}

.leadership-profile .media-body .social-links li {
    padding: 0;
}

.leadership-profile .media-body .social-links li:nth-child(1) a {
    background: #03b3ec;
}

.leadership-profile .media-body .social-links li:nth-child(2) a {
    background: #38569e;
}

.leadership-profile .media-body .social-links li:nth-child(3) a {
    background: #e51969;
}


/*--- Why Barquecon ----*/

.why-barquecon-area {
    background: url(../images/why-barquecon-bg.jpg);
    /* height: 600px; */
    background-position: center top;
    background-size: 100% 100%;
    position: relative;
    opacity: 1;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
}

.why-barquecon-area-head {
    background: #000000;
    border-bottom: #f1b621 solid 1px;
}

.why-barquecon-area-head h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.why-barquecon-area h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2.5rem
}

.why-bq-points {
    width: 100%;
    height: 200px;
    /* background: rgb(255 255 255 / 28%); */
    background: #e4a400;
    color: #fff;
    text-align: center;
    padding: 3rem 0.5rem;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    line-height: 1.2rem;
    position: relative;
    font-size: .9rem;
    margin-bottom: 1.5rem;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.why-bq-points i {
    font-size: 2rem;
    margin-bottom: .5rem;
    padding-bottom: 1rem;
}

.why-bq-points h4 {
    font-size: 1rem;
    position: relative;
    padding-top: 25px;
    text-transform: uppercase;
    /* color: #1c1c1c; */
    color: #fff;
}

.why-bq-points h4:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    border-top: 2px solid #fff;
}

.why-bq-text {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 1rem;
    /* background: #e4a400; */
    background: #0e0e0e;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    text-align: center;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.why-bq-points:hover .why-bq-text {
    display: block;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}


/*--- Why Barquecon ----*/


/* Gallery */

.ri-grid {
    margin: 30px auto 30px;
    position: relative;
    height: auto;
}

.ri-grid ul {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}


/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before,
.ri-grid ul:after {
    content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}

.ri-grid ul li {
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -o-perspective: 400px;
    -ms-perspective: 400px;
    perspective: 400px;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
}

.ri-grid ul li a {
    display: block;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #333;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/* Grid wrapper sizes */

.ri-grid-size-1 {
    width: 100%;
}

.ri-grid-size-2 {
    width: 100%;
}

.ri-grid-size-3 {
    width: 100%;
    margin-top: 0px;
}


/* Shadow style */

.ri-shadow:after,
.ri-shadow:before {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.ri-shadow:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before {
    display: none;
}

.ri-loading-image {
    display: none;
}

.ri-grid-loading .ri-loading-image {
    position: relative;
    width: 30px;
    height: 30px;
    left: 50%;
    margin: 100px 0 0 -15px;
    display: block;
}


/*--- ---*/

.our-process-area {
    background: #f9f9f9;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.our-process-img {
    text-align: center;
}

.our-process-img img {
    width: 1200px;
}

.our-process-area h2 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

.our-process-wrap {
    text-align: center;
    color: #000000;
    padding: 0 4rem;
    margin-bottom: 2rem;
}

.our-process-wrap .process-icons {
    border: 1.5px solid #757575;
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 1.5rem;
    border-radius: 50%;
}

.our-process-wrap h3 {
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 1rem 0 .2rem;
}

.our-process-wrap p {
    font-size: .9rem;
}

.section-two {
    background: #f1b621;
    height: 300px;
}

.section-three {
    background: #999;
    height: 300px;
}


/*--- Latest Work ---*/

.latest-work-area {
    background: #fff;
    padding: 0;
    text-align: center;
}

.latest-work-box {
    height: 250px;
    width: 100%;
    background-position: center top;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    padding: 1rem;
    cursor: pointer;
}

.latest-work-one {
    background: url('../images/portfolio/barquecon-goldmedal.jpg') no-repeat;
}

.latest-work-two {
    background: url('../images/portfolio/barquecon-spoyoo.jpg') no-repeat;
}

.latest-work-three {
    background: url('../images/portfolio/barquecon-lilluibi.jpg') no-repeat;
}

.latest-work-four {
    height: 502px;
    background: url('../images/portfolio/barquecon-AV.jpg') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.latest-work-five {
    background: url('../images/portfolio/barquecon-dairy.jpg') no-repeat;
}

.latest-work-six {
    background: url('../images/portfolio/barquecon-LM.jpg') no-repeat;
}

.latest-work-one h2 {
    font-size: 3rem;
    color: #fff;
}

.latest-work-one h3 {
    font-size: 1.2rem;
    color: #fff;
}

.latest-hover-box {
    position: absolute;
    top: 100%;
    color: #fff;
    left: 0;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    padding: 1rem;
    background: #c4d423e6;
    height: 100%;
    width: 100%;
}

.latest-work-area a.view-more-btn {
    border: 2px solid #000;
    color: #000;
    text-transform: uppercase;
    padding: .5rem 1rem;
    display: inline-block;
    font-weight: 500;
    margin: 1rem auto;
}

.latest-work-area a.view-more-btn:hover {
    text-decoration: none;
}

a.view-more-btn {
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    padding: .5rem 1rem;
    display: inline-block;
    font-weight: 500;
    margin: 1rem auto;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

a.view-more-btn:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
    border: 2px solid #000;
}

.latest-work-box:hover .latest-hover-box {
    top: 0;
}

.latest-work-area .col-md-6,
.latest-work-area .col-md-3,
.latest-work-area .col-md-4,
.latest-work-area .col-md-12 {
    padding: 0 0 2px 2px;
}

.latest-work-area .row {
    margin: 0;
}


/*--- Our Blog ---*/

.our-blog-area {
    /* background: #fff; */
    background: #292929;
}

.our-blog-area h2 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: .7rem;
    color: #f1b621;
}

.our-blog-area h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    /* border-bottom: 1px solid #3c5263; */
    content: '';
    width: 30px;
    background: linear-gradient(to right top, #f1b621, #ffffff);
    height: 1px;
}

.blog-box-area img {
    width: 100%;
    height: 200px;
    border-radius: 6px 6px 0 0;
    border-bottom: #f2f2f2 solid 1px;
}

.blog-text-area {
    background: #fff;
    padding: 20px;
    min-height: 314px;
    border-radius: 0 0 6px 6px;
}

.blog-text-area h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 18px;
}

.blog-text-area h4 {
    text-align: center;
    font-weight: 500;
    z-index: 99;
    position: relative;
    margin-top: -41px;
    margin-bottom: 20px;
}

.blog-text-area h4 span {
    text-align: center;
    font-size: 15px;
    color: #f1b621;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 9%);
    border-radius: 5px;
    font-weight: 500;
    display: inline-block;
    padding: 8px 27px;
}

.blog-text-area h4 span .fa {
    margin-right: 10px;
}

.blog-text-area p {
    font-size: 1rem;
    line-height: 22px;
    color: #696969;
}

.blog-text-area a {
    position: relative;
    padding-left: 35px;
    color: #f1b621;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.blog-text-area a:hover {
    text-decoration: none;
    padding-left: 50px;
}

.blog-text-area a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 28px;
    height: 1px;
    background: linear-gradient(to right top, #f1b621, #000);
}

.our-blog-area .carousel-indicators li {
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.our-blog-area .carousel-indicators .active {
    background: #f1b621;
}

.our-blog-area .carousel-indicators {
    bottom: -42px;
}

.our-blog-area ul {
    width: 100%;
    float: left;
}

.our-blog-area ul li {
    float: left;
    width: 48%;
    font-size: .8rem;
}

.our-blog-area ul li i {
    color: #f1b621;
}

.our-blog-area ul li a {
    font-weight: 400;
    float: right;
    background: #f1b621;
    color: #fff;
    border-radius: 25px;
    padding: 0.3rem .7rem;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.our-blog-area ul li a:hover {
    background: #000;
    color: #f1b621;
    text-decoration: none;
}


/*--- Our Blog ---*/


/*---- We Support ----*/

.we-support-area {
    background: #f5f7fa;
}

.we-support-area h2 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

.we-support-box {
    background: #f5f7fa;
    border-right: 1px solid #ececec;
    cursor: pointer;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
    text-align: center;
    color: #000;
    padding: 1rem 2rem;
}

.we-support-box:hover {
    background: #f1b621;
    box-shadow: 0px 0px 8px #827d7d;
    color: #000;
}

.we-support-box h3 {
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 1rem;
}

.we-support-box p {
    font-size: 0.9rem;
}


/*--- Footer Area ---*/

.footer-links-area {
    background: #0e0e0e;
    /* border-top: 1px solid #ececec; */
    /* margin-top: 166px; */
}

.footer-links h4 {
    font-size: 1rem;
    color: #ffffff;
    position: relative;
    padding-bottom: .8rem;
}

.footer-links h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #f1b621;
    content: '';
    width: 50px;
}

.footer-links ul li {
    padding: 0.2rem 0;
}

.footer-links ul li i {
    color: #f1b621;
}

.footer-links ul li a {
    font-size: .9rem;
    color: #828282;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    display: inline-block;
    transition: all 0.5s;
}

.footer-links ul li a:hover {
    padding-left: 1rem;
    text-decoration: none;
    color: #fff;
}

.footer-logo {
    background: #f1b621;
    text-align: center;
    padding: .5rem;
}

.footer-info {
    font-size: .9rem;
    color: #828282;
    padding-top: 1rem;
}

.contact-icon {
    display: inline-block;
    width: 10%;
    vertical-align: top;
    font-size: 1.1rem;
}

.contact-info-span {
    display: inline-block;
    width: 85%;
}

.footer-links ul li hr {
    border-top: 1px solid rgb(255 255 255 / 26%);
    margin: 5px 0;
}

.powerred-by {
    float: right;
}

.social-links {
    margin: 1rem 0 0;
    padding: 0;
}

.social-links li {
    display: inline-block;
}

.social-links li a {
    width: 34px;
    height: 34px;
    display: block;
    border-radius: 3px;
    background: #999;
    color: #fff;
    text-align: center;
    margin-right: .625rem;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.social-links li a:hover {
    border-radius: 100%;
    padding: 0!important;
}

.social-links li a i {
    color: #fff;
    font-size: 1rem;
    vertical-align: middle;
    padding: 8px;
}

.social-links li:nth-child(1) a {
    background: #38569e;
}

.social-links li:nth-child(2) a {
    background: #0177b5;
}

.social-links li:nth-child(3) a {
    background: #e50f6a;
}

.social-links li:nth-child(4) a {
    background: #ee2d34;
}

.social-links li:nth-child(5) a {
    background: #03b3ec;
}

footer {
    background: #000;
}

footer span {
    font-size: 0.8rem;
    color: #949494;
}


/*--- About Us ---*/

.internal-banner-area {
    height: 200px;
    background: #f9f9f9;
    /* margin-top: 100px; */
    margin-top: 57px;
    padding: 0;
}

.internal-banner-area img {
    width: 100%;
    /* height: 100%; */
}

.internal-banner-about img {
    width: 100%;
    height: 100%;
}

.page-content-area {
    padding: 2rem 0;
}

.content-area {
    font-size: .9rem;
}

.content-area h1 {
    margin-bottom: 1rem;
    font-size: 2rem;
    position: relative;
    padding-bottom: .7rem;
}

.content-area h1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 50px;
    /* padding-bottom: 1rem; */
    border-bottom: 2px solid #f1b621;
}

.content-area h2 {
    font-size: 1.4rem;
    margin-bottom: .3rem;
    margin-top: 1rem;
}

.content-area p {
    font-size: .9rem;
    line-height: 1.2rem;
}

.content-area ul {
    margin-bottom: 1rem;
}

.content-area ul li {
    position: relative;
    padding: 0 0 0 1.4rem;
    margin-bottom: 3px;
}

.content-area ul li:before {
    content: "\f192";
    position: absolute;
    left: 0;
    top: 2px;
    color: #e2a711;
    font-size: 0.8rem;
    font-family: 'FontAwesome';
}

.content-area-new h3 {
    font-size: 16px;
    margin-bottom: .3rem;
    margin-top: 1rem;
}

.apply-btn {
    background: #f1b621;
    color: #000;
    padding: 0.3rem 1rem;
    border-radius: 3px;
    float: right;
    font-size: .9rem;
    font-weight: 600;
}

.apply-btn:hover {
    color: #fff;
    text-decoration: none;
}


/*--- Contact Us ---*/

.address-area {
    /* background: #e4a400;
    border-bottom: 10px solid #000; */
}

.address-box {
    text-align: center;
}

.address-box h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0rem;
}

.address-box p {
    font-size: 0.9rem;
}

.address-box p a {
    color: #fff;
}

.address-box p a:hover {
    text-decoration: none;
}

.form-area {
    background: #f9f9f9;
}

.form-area h2 {
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: center;
}

.form-area h3 {
    font-size: 1rem;
    text-align: center;
}

.form-area ul li {
    padding: 0;
    font-size: 0.8rem;
}

.form-area ul li:before {
    display: none;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control {
    resize: none;
}

.form-control:focus {
    box-shadow: none;
    outline: 0;
    border-color: #e4a400;
}

.google-map-area {
    padding: 0;
}

.contactForm .form-control {
    border: 1px solid #dfdfdf;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 22px;
}

.contactForm .form-control1 {
    height: 238px;
    resize: none;
}

.contactForm .btn-primary {
    background: #f1b621;
    border-color: #f1b621;
    color: #ffffff;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 9px 25px;
    border-radius: 4px;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
    margin-top: 30px;
}

.contactForm .btn-primary:hover {
    box-shadow: 0 8px 30px -5px rgb(0 0 0 / 20%);
    -moz-transform: translate3d(0, -3px, 0);
    -o-transform: translate3d(0, -3px, 0);
    -ms-transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}


/*--- Internal Pages Banner ---*/

.company-pg {
    background: url('../images/banner/barquecon-company.jpg') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.contact-pg {
    background: url('../images/banner/barquecon-contact.png') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.resource-pg {
    background: url('../images/banner/resource.jpg') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.work-banner-bg {
    background: url('../images/banner/portfolio-banner.png') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.achievements-bg {
    background: url('../images/banner/barquecon-achievement.jpg') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.testimonial-bg {
    background: url('../images/banner/barquecon-testimonial.jpg') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.management-bg {
    background: url('../images/banner/barquecon-management.jpg') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.solution-bg {
    background: url('../images/banner/barquecon-solution.jpg') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.news-bg {
    background: url('../images/banner/barquecon-news.jpg') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}


/*.andriod-bg{
  background: url('../images/banner/barquecontech-andriod-app-development.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.cloud-bg{
  background: url('../images/banner/barquecontech-cloudd.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.game-bg{
  background: url('../images/banner/barquecontech-game.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.iphone-bg{
  background: url('../images/banner/barquecontech-iphone-app-development.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}*/


/*.mobile-bg{
  background: url('../images/banner/barquecontech-mobile-app.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}*/


/*.software-bg{
  background: url('../images/banner/barquecontech-software-development.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}*/


/*.ui-ux-bg{
  background: url('../images/banner/barquecontech-UX-UI.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.web-bg{
  background: url('../images/banner/barquecontech-web-development.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}*/

.clients-bg {
    background: url('../images/banner/software-development-companies-in-baner-kothrud-karve-nagar-pune-client.jpg') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.culture-bg {
    background: url('../images/banner/mobile-app-development-in-baner-kothrud-karve-nagar-pune.jpg') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.leadership-bg {
    background: url('../images/banner/iphone-app-development-companies-in-baner-kothrud-karve-nagar-pune.jpg') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.hire-bg {
    background: url('../images/banner/web-application-development-companies-in-baner-kothrud-karve-nagar-pune.png') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.blog-bg {
    background: url('../images/banner/barquecontech-best-ui-ux-design-companies-in-baner-kothrud-karve-nagar-pune.jpg') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.newsLetter-bg {
    background: url('../images/banner/barquecontech-best-iot-development-companies-in-baner-kothrud-karve-nagar-pune.jpg') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.letestTraind-bg {
    background: url('../images/banner/barquecontech-quality-assurance-services-companies-in-baner-kothrud-karve-nagar-pune.jpg') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.letestTraind-bg {
    background: url('../images/banner/barquecontech-quality-assurance-services-companies-in-baner-kothrud-karve-nagar-pune.jpg') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.code-bg {
    background: url('../images/banner/barquecontech-digital-marketing-companies-in-baner-kothrud-karve-nagar-pune.jpg') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.code-bg {
    background: url('../images/banner/barquecontech-digital-marketing-companies-in-baner-kothrud-karve-nagar-pune.jpg') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.expertise-bg {
    background: url('../images/banner/barquecontech-amazon-web-services-companies-in-baner-kothrud-karve-nagar-pune.jpg') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}


/*.marketing-bg{
  background: url('../images/banner/barquecontech-digital-marketing.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}*/

.qa-bg {
    background: url('../images/banner/barquecontech-quality_assurance.jpg') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}


/*.iot-bg{
  background: url('../images/banner/barquecontech-internet-of-things.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.aws-bg{
  background: url('../images/banner/barquecontech-amazon-web-services.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}*/


/*---Testimonials---*/

.testimonials-area {}

.testimonials-box {
    background: #fbfbfb;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
    box-shadow: 1px 1px 6px #ccc;
}

.testimonials-box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.testimonials-box .media-body span {
    color: #666;
    font-size: .9rem;
    margin-bottom: 0.5rem;
    display: block;
}

.testimonials-box .media-body h5 {
    font-size: 1rem;
    margin: 0;
    text-align: right;
    border-top: 1px solid #ececec;
    padding-top: .5rem;
    color: #f1b621;
}

.testimonials-box .media-body h6 {
    font-size: 0.8rem;
    text-align: right;
    font-weight: normal;
    color: #868686;
}


/*--- Our Process Area ---*/

.process-area {
    background: #ccc;
}


/* Work Css*/

.work-box-area {
    margin-bottom: 1rem;
}

.work-box-area img {
    width: 100%;
    border-radius: 10px;
}

#filters {
    margin: 1%;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #f1b621;
    padding-bottom: 1rem;
}

#filters li {
    float: left;
    padding: 0;
}

#filters li:before {
    display: none!important;
}

#filters li span {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}

#filters li span.active {
    background: #f1b621;
    color: #fff;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    margin: 0;
    display: none;
    float: left;
    overflow: hidden;
    border: 0;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    background: #666;
    cursor: pointer;
    margin-bottom: 1.5rem;
}

.portfolio img {
    max-width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -50px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
    background: #f1b621;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
}

.portfolio .text-category {
    display: block;
    font-size: 0.9em;
}

.portfolio-wrapper:hover .label {
    bottom: 0;
}

.portfolio-wrapper:hover img {
    top: -30px;
}


/*--- Blog Area ---*/

.blog-box img {
    width: 100%;
    height: 210px;
}

.blog-text {
    background: #f7f7f7;
    padding: 1rem;
    text-align: center;
    box-shadow: 2px 2px 6px #b1b1b1;
}

.blog-text h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 .5rem;
}

.blog-text p {
    font-size: .9rem;
}

.blog-text h5 {
    text-align: left;
    font-size: .8rem;
}

.blog-text span {
    float: right;
}

.blog-box-two {
    margin-bottom: 1rem;
}

.blog-box-two .blog-text {
    height: 232px;
    text-align: left;
}

.blog-box-two img {
    width: 40%;
    height: 232px;
}

.blog-detail-area .blog-text {
    text-align: left!important;
}

.blog-detail-area .blog-text h1 {
    font-size: 1.2rem;
}

.blog-detail-area img {
    height: auto;
}

.blog-left-area {
    background: #f3f3f3;
    padding: .5rem 1rem;
}

.blog-left-area h4 {
    font-size: 1.1rem;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 0.5rem;
}

.blog-row-area {
    margin-bottom: 1rem;
    padding: 1rem 0;
}

.blog-left-area ul li {
    padding: .5rem 0 .5rem 1.4rem!important;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
    line-height: 1rem;
}

.blog-left-area ul li a {
    color: #333;
}

.blog-left-area ul li a:hover {
    text-decoration: none;
    color: #000;
}

.content-area .blog-left-area ul li:before {
    top: 10px;
}

/* .careerBoxNew {
    text-align: center;
} */

.careerBoxNew h4 {
    text-align: center;
    font-size: 1rem;
    display: inline-block;
    background: #f1b621;
    padding: 10px 26px;
    border-radius: 4px;
    margin-top: 20px;
}

.careerBoxNew h4 a {
    color: #fff;
}

.teamSlider .carousel-indicators {
    bottom: -4px;
}

.teamSlider .carousel-control-next {
    top: inherit;
    bottom: -45px;
    background: #f1b621;
    width: 30px;
    height: 30px;
    padding: 10px;
    opacity: 1;
    left: 0;
    right: -40px;
    margin: 0 auto;
}

.teamSlider .carousel-control-prev {
    top: inherit;
    bottom: -45px;
    background: #f1b621;
    width: 30px;
    height: 30px;
    padding: 10px;
    opacity: 1;
    left: -40px;
    right: 0;
    margin: 0 auto;
}


/* For Tab */

@media (max-width: 992px) {
    #navbar-menu {
        position: relative;
    }
    .navbar-nav li .nav-link {
        color: #000;
        padding: .5rem 1rem .5rem!important;
        font-weight: 400;
        transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
        border-bottom: 1px solid #e4a912;
        font-size: .9rem;
    }
    .our-process-img img {
        width: 100%;
    }
    .navbar-nav {
        margin-bottom: 1rem;
    }
    .navbar-toggler {
        padding: .2rem .5rem;
        font-size: 1.25rem;
        line-height: 1.3;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 0;
    }
    .navbar-toggler-icon .fa {
        color: #fff;
        font-size: 1.2rem;
    }
    .expertise-text {
        margin: 1rem 0;
    }
    .about-us-area {
        height: auto;
    }
    .about-left-area {
        height: auto;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 1.5rem 0rem;
    }
    .about-right-area {
        height: auto;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 1.5rem 0rem;
    }
    .why-barquecon-area {
        background: #5a5a5a;
        height: 600px;
        background-position: center top;
        background-size: 100% 100%;
        position: relative;
        opacity: 1;
        background-attachment: inherit;
        background-repeat: no-repeat;
        background-size: inherit;
        height: auto;
    }
    .form-area {
        margin: 0;
    }
    .our-process-wrap {
        padding: 0;
    }
    .about-us-area h4 {
        padding: 0 1rem;
    }
}


/* Our Clients */

.client-logos {}

.client-logos ul {
    margin: 0;
    display: table;
}

.client-logos ul li {
    width: 23%;
    height: 120px;
    float: left;
    margin: 0 1rem 1rem 0px;
    text-align: center;
    vertical-align: middle;
    padding: 1.5rem;
    border: 1px solid #dedede;
    display: table-cell;
    vertical-align: middle;
    background: #fbfbfb;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
    box-shadow: 1px 1px 6px #ccc;
}

.client-logos ul li a {}

.client-logos ul li:before {
    display: none;
}

.client-logos ul li img {
    width: 130px;
}


/*our Culture */

.gallery-block {
    padding-bottom: 60px;
    padding-top: 60px;
}

.gallery-block .heading {
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2 {
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.compact-gallery .item {
    overflow: hidden;
    margin-bottom: 0;
    background: black;
    opacity: 1;
}

.gallery-block.compact-gallery .item .image {
    transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info {
    position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description {
    display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.gallery-block.compact-gallery .item .description .description-heading {
    font-size: 1em;
    font-weight: bold;
}

.gallery-block.compact-gallery .item .description .description-body {
    font-size: 0.8em;
    margin-top: 10px;
    font-weight: 300;
}

.ourWork {
    padding: 5rem 0;
}

.ourWork h3 {
    text-align: center;
    margin: 70px 0;
    font-size: 2rem;
    text-transform: uppercase;
}

.work-wrap {
    background: url(../images/bg-featured-work.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom 0 left 45%;
    padding-bottom: 8rem;
}

.work-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.socia-media,
.mobile-application,
.web-design,
.branding {
    background-size: 100% 100%;
    border-radius: 1rem;
}

.socia-media {
    background-image: linear-gradient(to top, #8200ff 20%, transparent 50%, transparent 100%), url(../images/digital-marketing.png);
    height: 330px;
}

.mobile-application {
    background-image: linear-gradient(to top, #4267b2 20%, transparent 50%, transparent 100%), url(../images/mobile-app.png);
    height: 426px;
}

.web-design {
    background-image: linear-gradient(to top, #a4353d 20%, transparent 50%, transparent 100%), url(../images/website.png);
    height: 330px;
}

.branding {
    background-image: linear-gradient(to top, #00b2ff 20%, transparent 50%, transparent 100%), url(../images/branding.png);
    height: 300px;
}

.workBox a {
    display: flex;
}

.work-link {
    background-color: #ffb900;
    position: absolute;
    right: -14px;
    bottom: -14px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.work-link:hover {
    background-color: #cb2331;
}

.work-link img {
    transition: transform .8s;
}

.work-link:hover img {
    transform: translateX(5px);
}

.work-link::after {
    content: "";
    display: inline-block;
    height: 98%;
    width: 100%;
    border-radius: 10rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.work-name {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.hidden-content {
    position: absolute;
    padding: 30px;
    left: 0;
    bottom: -100%;
    transition: 2s;
    width: 100%;
}

.workBox a:hover .hidden-content {
    bottom: 0;
    color: #fff;
    background: #00000052
}

.workBox a:hover .work-name {
    opacity: 0;
}

.workBox a:hover .hidden-content-green {
    bottom: 0;
    color: #fff;
    background: #00000052;
}

.workBox a:hover .hidden-content-red {
    bottom: 0;
    color: #fff;
    background: #00000052;
}

.workBox a:hover .hidden-content-darkBlue {
    bottom: 0;
    color: #fff;
    background: #00000052;
}

.industryWrap {
    /* background: linear-gradient(to bottom, #fbf9ed 0, #fbeaf8 100%); */
    background: linear-gradient(to bottom, #000000 0, #4c4c4c 100%);
    position: relative;
    padding: 80px 0;
}

.industryLeft h3 {
    font-size: 19px;
    margin-top: 150px;
    margin-bottom: 15px;
    color: #f1b621;
}

.industryLeft h4 {
    margin-bottom: 26px;
    font-size: 2rem;
    text-transform: uppercase;
    color: #fff;
}

.industryLeft p {
    font-size: 17px;
    line-height: 25px;
}

.indusrtyBox li {
    display: inline-block;
    width: 21.8%;
    margin: 10px;
    padding: 30px 20px;
    max-height: 170px;
    text-align: center;
    min-height: 170px;
    background: #fff;
    border-radius: 8px 40px 8px 40px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
}

.indusrtyBox1 li {
    width: 26%;
}

.indusrtyBox li h6 {
    font-size: 16px;
    padding: 10px;
    line-height: 20px;
    color: #000;
}


/* .cd1 {
    background: #70e4e8;
}

.cd2 {
    background: #f5eb92;
}

.cd3 {
    background: #a3ffe2;
}

.cd4 {
    background: #ffbc7a;
}

.cd5 {
    background: #e3ff8e;
}

.cd6 {
    background: #ffa0c6;
}

.cd7 {
    background: #f3a6ff;
}

.cd8 {
    background: #97ffaf;
}

.cd9 {
    background: #6cfffa;
}

.cd10 {
    background: #77baff;
}

.cd11 {
    background: #f8dcac;
}

.cd12 {
    background: #7affdb;
} */

.addressWrap {
    margin-top: 30px;
}

.contactWrap {
    padding: 80px 0;
}

.contactBox {
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    background: #fff;
    border-radius: 4px;
    padding: 27px 5px;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
    text-align: center;
    min-height: 217px;
    margin-bottom: 30px;
}

.contactBox .fa {
    display: block;
    font-size: 30px;
    color: #f1b621;
    margin-bottom: 30px;
}

.contactBox h5 {
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 15px;
}

.contactBox p {
    margin-bottom: 0;
    color: #414141;
}

.contactBox p a {
    margin-bottom: 0;
    color: #db9d00;
}

.contactBg {
    padding: 36px 0;
    background: url(../images/contactBg.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    position: relative;
    height: 500px;
    margin-bottom: 200px;
}

.contactBg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: linear-gradient(to right top, #000000, #1d1d1d);
    opacity: .8;
}

.contactFromHead {
    text-align: center;
    color: #fff;
    z-index: 9;
    position: relative;
}

.contactFromHead h3 {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
}

.contactFromHead h4 {
    font-weight: 600;
    font-size: 35px;
}

.contactFrom {
    background: #fff;
    padding: 40px;
    position: relative;
    z-index: 9;
    margin-top: 50px;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}

.contactFrom .form-control {
    border: 1px solid #dfdfdf;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 25px;
}

.contactFrom .form-control1 {
    height: 247px;
    resize: none;
}

.contactFrom .btn-primary {
    background: #f1b621;
    border-color: #f1b621;
    color: #ffffff;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 9px 25px;
    border-radius: 4px;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
    margin-top: 30px;
}

.contactFrom .btn-primary:hover {
    box-shadow: 0 8px 30px -5px rgb(0 0 0 / 20%);
    -moz-transform: translate3d(0, -3px, 0);
    -o-transform: translate3d(0, -3px, 0);
    -ms-transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.contactLinks {
    z-index: 1994;
    position: fixed;
    color: #fff;
    top: 40%;
    right: 0
}

.contactLinks ul {
    float: right
}

.contactLinks ul li {
    text-align: center;
    margin-bottom: 1px;
    text-transform: uppercase
}

.contactLinks ul li a {
    color: #fff;
    background: #000000;
    width: 40px;
    height: 40px;
    display: block;
    padding: 8px;
    font-size: 16px
}

.contactLinks ul li:first-child a {
    border-radius: 5px 0 0 0
}

.contactLinks ul li:last-child a {
    border-radius: 0 0 0 5px
}

.contactLinks ul li a:hover {
    color: #fff
}

@media (min-width: 576px) {
    .gallery-block.compact-gallery .item .description {
        opacity: 0;
    }
    .gallery-block.compact-gallery .item a:hover .description {
        opacity: 1;
    }
    .gallery-block .zoom-on-hover:hover .image {
        transform: scale(1.3);
        opacity: 0.7;
    }
}


/* For Mobile */

@media (max-width: 767px) {
    .send-mail-section {
        width: 100%!important;
        margin-top: 50px!important;
    }
    .banner-left-area {
        padding: 1rem 0 0;
    }
    .nav-pills .nav-link .expertise-icons {
        width: 40px;
        height: 40px;
    }
    .our-expertise-wrap ul li a span {
        font-size: .8rem;
        font-weight: 400;
        display: block;
        margin: .5rem 0 0;
    }
    .latest-work-one {
        height: 250px;
    }
    .latest-work-two {
        height: 250px;
    }
    .banner-area {
        height: auto;
    }
    .banner-left-area {
        padding: 1rem 0 0;
        text-align: center;
    }
    .banner-area .carousel-item {
        height: auto;
    }
    .banner-img {
        text-align: center;
    }
    .banner-img img {
        width: 100%;
    }
    .latest-work-box {
        background-size: cover;
    }
    .latest-work-box {
        height: 250px;
    }
    .latest-work-three {
        background-position: center;
    }
    .latest-work-four {
        height: 400px!important;
        background-position: center;
    }
    .our-expertise-area,
    .about-left-area,
    .our-blog-area {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
    .blog-box-area {
        margin-bottom: 1.5rem;
    }
    .our-blog-area .carousel-indicators {
        bottom: -10px;
    }
    .powerred-by {
        float: left;
    }
    .our-expertise-area h1 {
        font-size: 1.5rem;
    }
    .our-expertise-wrap {
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    .our-expertise-wrap ul li {
        display: inline-block;
        width: 31%;
    }
    .achivmentImg {
        width: 100%;
    }
    .teamSlider .carousel-indicators {
        bottom: -35px;
    }
    .internal-banner-area {
        /* height: 108px; */
        margin-top: 0;
    }
    .achievement-blog {
        margin: 0;
    }
    .banner-area {
        padding-top: 13px;
    }
    .banner-left-area h2 {
        font-size: 1.5rem;
    }
    .about-us-area h3 {
        margin: 0 10px;
    }
    .why-barquecon-area h2 {
        font-size: 1.5rem;
    }
}


/* Neew Added Css 26/07/2019 */

.client .card {
    border-radius: 20px;
    /* box-shadow: 1px 1px 6px 3px #f1b6224d; */
    margin-bottom: 30px;
}

.client .card img {
    max-width: 165px;
    margin: auto;
    display: block;
    padding: .5rem;
}

.content1 {
    margin-top: 2rem;
}

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

.content1 h3 {
    font-weight: bold;
    font-size: 23px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.textStyle1 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
}

.textStyle2 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #757575;
    position: relative;
    padding-left: 26px;
}

.textStyle2:before {
    position: absolute;
    content: '\f10d';
    font-family: FontAwesome;
    left: 0;
    top: -2px;
    color: #f1b621;
}

.achievement-content h2 {
    font-weight: bold;
    font-size: 23px;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-top: 0;
}

.achievement-blog {
    margin: 2rem 0;
}

.link {
    font-size: 18px;
    color: #924900;
}

.achievement-content .view-more-btn {
    border: 2px solid #000;
    color: #000;
    text-transform: uppercase;
    padding: .5rem 1rem;
    display: inline-block;
    font-weight: 500;
    margin: 0;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.achievement-content h3 {
    margin-top: 0;
}

.footerWorkArea {
    /* background: #f1b621; */
    /* background: url(../images/workTogether.jpg);
    background-position: center top;
    background-size: 100% 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover; */
    /* margin-top: -145px; */
    /* margin-bottom: 50px; */
    /* background: #fff; */
    padding-bottom: 23px;
    border-radius: 5px;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}

.workTogetherWrap {
    padding-left: 0;
}

.workTogetherText {
    padding-top: 25px;
    position: relative;
}

.workTogetherImg {
    position: absolute;
    left: 24px;
    top: 44px;
}

.workTogetherImg img {
    width: 25%;
}

.workTogetherTextIn {
    /* padding-left: 171px;
    padding-top: 49px; */
}

.workTogetherTextIn h2 {
        display: inline-block;
    background: #f1b621;
    color: #0d1b2a;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    padding: .3rem .8rem;
    border-radius: 3px;
    margin-bottom: 1rem;
}

.workTogetherTextIn h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}

.workTogetherText p {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 400;
    color: #aab8c7;
    font-size: 18px;
}

.workTogetherText form {
    padding-right: 30px;
}

.workTogetherText .form-control {
    height: 45px;
    border: 1px solid #f1b621;
    border-radius: 30px 30px 30px 30px;
    margin-bottom: 20px;
    background: none;
    color: #000000;
    padding: 10px 25px;

        padding: .85rem 1rem;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .06);
    color: #fff;
    border-radius: 6px;
}

.workTogetherText .form-controlTwo {
    height: 63px;
}

/* .workTogetherText .form-control::placeholder {
    color: #000000;
} */

.workTogetherText .form-control::placeholder, .workTogetherText  textarea::placeholder { color: #8294a5; }
.workTogetherText .form-control:focus, .workTogetherText  textarea:focus { outline: none; border-color: #f1b621; }

.workTogetherText .btn-primary {
    border: 2px solid #f1b621;
    border-radius: 6px;
    /* height: 45px; */
    font-size: .92rem;
    line-height: 27px;
    font-weight: 600;
    background: #f1b621;
    padding:.8rem 1.8rem;
    color: #0d1b2a;
    width: 100%;
    text-align: left;
}

.workTogetherText .btn-primary:hover {
    background: transparent;
    color: #f1b621;
    border-color: #f1b621;
}


/* for mobile */

@media (max-width:991px) {
    .indusrtyBox li {
        width: 28%;
    }
    .indusrtyBox li h6 {
        font-size: 14px;
    }
}

@media(max-width:767px) {
    .page-menu-warp ul li a {
        /* padding: 19px 1.5rem; */
        display: block;
        font-weight: 600;
        color: #565656;
    }
    .achievement .col-md-5 {
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .industryLeft h3 {
        margin-top: 0;
    }
    .ourWork {
        padding: 1rem 0;
    }
    .workBox {
        margin-bottom: 30px;
    }
    .work-wrap {
        padding-bottom: 0;
    }
    .blog-box-area img {
        height: auto;
    }
    .achievement-content h2 {
        margin-top: 18px;
    }
}

@media (max-width: 576px) {
    .achievement-blog {
        margin: 0;
    }
    .achievement-content h2 {
        font-size: 18px;
    }
}


/* blog banner */

.blog-banner .col-md-4 {
    padding-right: 0px;
    padding-left: 0px;
}

.blog-banner .col-md-4 img {
    overflow: hidden;
}

.blog-banner .info-banner {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(33, 33, 33, .9) 75%, #000);
    padding: 20px;
}

.blog-banner .blog-banner-img img {
    height: 400px;
}

.blog-banner .banner-title {
    /* font-family: Montserrat,sans-serif; */
    min-height: 90px;
    line-height: 30px;
    margin: 0;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.latest-blog-area {
    margin-top: 1rem;
    margin-bottom: 20px;
    border-bottom: #ffe9b3 solid 1px;
    padding-bottom: 20px;
}

.latest-blog-area .media img {
    width: 250px;
    /* max-height: 176px!important; */
    max-height: 159px!important;
}

.latest-blog-area .media-body h2 {
    /* color: #111; */
    font-size: 20px!important;
    font-weight: 600;
    color: #000!important;
    line-height: 23px;
    max-height: 91px;
}

.media-content {
    margin-top: 13px;
    min-height: 60px!important;
}

.media-content p {
    margin: 0px!important;
}

.blog-banner-img a,
.banner-title {
    cursor: pointer;
}

.blog-writer {
    /* bottom: 0; */
    margin-top: 0PX;
    color: #aaa;
    display: none;
}

.blog-row-area .btns {
    margin: 2rem 0;
}

.blog-row-area .btns .btn-primary {
    border-radius: 30px!important;
}

.social-list li {
    margin-left: 35px;
    cursor: pointer;
}

.social-list li .fa {
    font-size: 35px;
}

.popular-blog .social-links li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: none!important;
    color: #e2a711;
    font-size: 0.8rem;
    font-family: 'FontAwesome';
}

.social-list li:nth-child(1):hover {
    color: #38569e;
}

.social-list li:nth-child(2):hover {
    color: red;
}

.social-list li:nth-child(3):hover {
    color: #55acee;
}

.social-list li:nth-child(4):hover {
    color: #cd201f;
}

.popular-content {
    margin-bottom: 2.5rem;
}

.popular-blog .social-links {
    /* margin-top: 5px!important; */
}

.popular-content .popular-title {
    min-height: auto;
    color: #111;
    font-weight: 500;
    font-size: .9rem!important;
    margin-top: 10px;
}

.popular-content h3 {
    color: #111;
    font-size: 16px!important;
    min-height: auto;
}

.popular-content .blog-writer {
    margin-top: 5px;
    margin-bottom: 30px;
}


/* blog details*/

.breadcrumb {
    background: none!important;
}

.blog-details-page .blog-title {
    font-weight: bold;
    font-size: 44px;
}

.breadcrumb .breadcrumb-item a {
    color: #f1b622!important;
    font-weight: bold;
}

.breadcrumb .breadcrumb-item a:hover {
    text-decoration: none;
}

.blog-details-page .social-links li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: none!important;
    color: #e2a711;
    font-size: 0.8rem;
    font-family: 'FontAwesome';
}

.writer-info .name {
    font-weight: bold;
}

.blog-content-area .page-content-area {
    padding-top: 1rem!important;
}

.blog-detail-banner {
    background: url('../images/blog_detail_banner.jpg') no-repeat;
    background-position: center top;
    background-size: cover;
    height: 400px;
}

.blog-details-content h2 {
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 .5rem;
}

.blog-detail-banner-technical {
    background: url('../images/blog/technicalBlog.jpg') no-repeat;
    background-position: center top;
    background-size: cover;
    height: 400px;
}

.article-tags .tags-heading {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 15px 0;
    font-weight: bold;
    color: #fff;
    /* font-family: Paralucent-Light,Tahoma,Serif; */
}

.article-tags a {
    text-decoration: none;
}


/* articals */

.artical-tag-area {
    display: none;
}

.article-tags {
    width: 100%;
    display: inline-block;
    background-color: #424242;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
}

.article-tags .tags-list {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.article-tags .tags-list li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.article-tags .tags-list li::before {
    display: none;
}

.article-tags .tags-list li a {
    display: block;
    padding: 6px;
    border: #fff solid 1.5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 13px;
    /* font-family: Paralucent-Light,Tahoma,Serif; */
}

.blog-details-content h5 {
    text-align: left;
    font-size: .8rem;
}

.latest-blog-area .media {
    cursor: pointer;
}

.latest-blog-area .media a {
    text-decoration: none;
}


/* our code  */

.our-code-movement span:after {
    content: "|";
    margin: 0 10px 0 10px;
}

.our-code-movement span:last-child::after {
    content: "";
}

.our-code-movement h1:after {
    border-bottom: 0!important;
    content: "";
}


/*.content-area h1:after{
  border-bottom: 0!important;
}*/

.aws-content {
    margin-top: 283px;
}

.banner-text {
    width: 100%;
    height: 453px;
    background: #000000b8;
    position: absolute;
    top: 57px;
}

.modal .btn-primary {
    background: #f7b000;
    color: #000;
    font-weight: 600;
    padding: 11px 16px;
    border: 1px solid #f7b000;
}

.modal .btn-primary:hover {
    background: #000;
    color: #fff;
    font-weight: 600;
    /* font-weight: 500; */
    padding: 11px 16px;
    border: 1px solid #000;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.banner-text h1 {
    text-align: center;
    /* top: 50px; */
    padding-top: 150px;
    z-index: 999;
    opacity: 1;
    /* position: relative; */
    font-weight: 600;
    color: #fff;
    font-size: 65px;
}

.popular-content a {
    color: #000000;
}


/* news latter */

.latest-trend-blog-content {
    background: #f2f2f278;
    padding-bottom: 1rem;
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
}

.letest-trend-title {
    padding: 7px 20px;
    min-height: 389px;
}

.latest-trending-blog a {
    font-weight: 400;
    /* float: right; */
    background: #f1b621;
    color: #fff;
    border-radius: 25px;
    padding: 0.3rem .7rem;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.latest-trending-blog a:hover {
    background: #000;
}

.blogWrap {
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
}

.latest-trend-blog-content h2 {
    margin-bottom: 20px;
}

.latest-trend-blog-content p {
    line-height: 22px;
}

.careerWrap {
    margin-top: 40px;
}

.careerBox {
    position: relative;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 6px;
}

.careerBox h2 {
    color: #d19600;
    margin: 0;
    background-image: url(../images/bg-links.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-top: -10px;
}

.careerBox h3 {
    font-size: 18px;
    margin-top: -32px;
    line-height: 26px;
}

.careerBox h3 span {
    display: block;
}

.careerBox::before {
    content: '';
    position: absolute;
    width: 5rem;
    height: 4px;
    background: #f1b621;
    left: 0;
    top: -4px;
}

.careerBox::after {
    content: '';
    position: absolute;
    width: 5rem;
    height: 4px;
    background: #f1b621;
    right: 0;
    bottom: -4px;
}

.careerBox a {
    position: relative;
    display: inline-block;
    background: #f1b621;
    color: #000;
    padding: 8px 18px;
    border-radius: 20px;
}

.careerBox a:hover {
    text-decoration: none;
    background: #cdcdcd;
}

.careerBox1 {
    text-align: left;
    padding: 20px 30px;
}

.careerBox1 h2 {
    height: 4rem;
    font-size: 20px;
}

.careerBox1 h3 {
    margin: 0;
    font-weight: 400;
}

.careerList {
    align-items: center;
    display: inline-flex;
}

.careerList li {
    display: inline-block;
    border-right: #f1b621 dotted 1px;
    padding: 0 32px;
}

.careerList li:last-child {
    border: none;
}

.jobWrap h2 {
    position: relative;
    font-size: 30px;
    padding-left: 25px;
    margin-top: 30px;
    z-index: 9;
}

.jobWrap h2::before {
    position: absolute;
    content: '';
    width: 55px;
    height: 55px;
    background: #f1b621;
    left: 0;
    top: -6px;
    z-index: -1;
    border-radius: 50px;
}

.jobWrap p {
    padding-left: 25px;
    margin-top: 20px;
}

.lookingWrap {
    background: linear-gradient(to bottom, #fbf9ed 0, #fbeaf8 100%);
    padding: 20px;
    margin-top: 20px;
}

.careerList1 {
    padding-left: 30px;
    margin-top: 30px;
}

.careerList1 li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 24px;
}

.careerList1 li:before {
    position: absolute;
    content: '\f101';
    font-family: FontAwesome;
    left: 0;
    top: 0;
    color: #f1b621;
}


/* .careerBox a::after {
    content: url(../images/icon-arrow-right.png);
    position: absolute;
    right: 1.5rem;
    top: 1rem;
} */

.whyUsWrap h2 {
    margin-bottom: 20px;
}

.workEnvironmentWrap {
    padding: 80px 0;
}

.workEnvironmentWrap h2 {
    margin-bottom: 30px;
}

.contactFormNewWrap {
    background: linear-gradient(#f5f5f5, #fff);
    padding: 40px 0;
}

.bqt-card {
    background: #fff;
    border: 1px solid #e7ebf0;
    border-radius: 10px;
    padding: 26px;
    box-shadow: 0 18px 40px -24px rgba(13, 27, 42, .45);

}

.contactFormNew label {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.contactFormNew .form-group {
    margin-bottom: 30px;
}

.contactFormNew .form-group1 {
    margin-bottom: 10px;
}

.contactFormNew .form-control {
    /* margin-left: 20px; */
    margin-bottom: 0;
    background: none;
    font-weight: 500;
    border-radius: 3px 3px 0 0;
    /* padding: 0; */
    font-size: 18px;
    height: auto !important;
    color: #a5a5a5;
    border: 1px solid #f3f3f3;
    border-bottom: 1px solid #f1b621;
    background: #f3f3f3;

        border: 1px solid #ced4da;
    border-radius: .25rem;
    border-radius: .25rem;
    background: #ffffff;
        font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.contactFormNew input::placeholder {
    color: #888888;
}

.contactFormNew textarea::placeholder {
    /* color: #a5a5a5; */
    color: #888888;
}

.contactFormNew .form-control:focus {
    border-bottom: 2px solid #f1b621;
}

.contactFormNew .form-control-width {
    /* width: 34.9%;
    display: inline-block;
    margin-left: 25px; */
}


/*

  .contactFormNew .form-control-width1 {
    width: 400px;
  } */

.contactFormNew .textArea {
    /* width: 90%; */
    overflow: auto;
    resize: vertical;
    height: 61px !important;
    margin: 0;
}

.contactFormNew h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.contactFormNew .btn-primary {
    border-radius: 0;
    border: 2px solid #f1b621;
    color: #000;
    background: transparent;
    /* text-transform: uppercase; */
    /* letter-spacing: 2px; */
    font-size: 20px;
    line-height: 16px;
    font-weight: 600;
    padding: 14px 26px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* margin-top: 10px; */

    font-size: .92rem;
    line-height: 27px;
    font-weight: 600;
    background: #f1b621;
    padding: .8rem 1.8rem;
    color: #0d1b2a;
    text-align: left;
    border-radius: 6px;
        display: inline-flex;
    align-items: baseline;
    gap: 12px;
}

.contactFormNew .btn-primary:hover {
    color: #f1b621;
    background-color: #fff;
    border-color: #f1b621;
}

.contactTop {
    margin-top: 70px;
    position: relative;
    margin-bottom: 70px;
}

/* .contactTop::after {
    content: "";
    background: #f1b621;
    right: 0;
    top: -70px;
    position: absolute;
    height: 794px;
    z-index: 9;
    width: 300px;
} */

/* .contactTop .contactFormNew {
    padding: 0 40px;
} */

.contactTop .contactFormNew .content-area h1 {
    margin-bottom: 30px;
}

.contactBlackBg {
    /* background: #000; */
    position: relative;
    /* z-index: 99; */
}

.contactAddressBox {
    padding: 0  0 0 50px;
}

.contactAddressBox h2 {
    font-size: 2.1rem;
    margin: 0 0 30px;
    font-weight: 700;
    line-height: 1.2;
}

.section-tag {
    display: inline-block;
    background:#f1b621;
    color: #0d1b2a;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    padding: .3rem .8rem;
    border-radius: 3px;
    margin-bottom: 1rem;
}

.contactAddressBox ul li {
    margin-bottom:20px;
}

.contactAddressBox ul li hr {
    border-top: 1px solid rgb(255 255 255 / 26%);
}

.contactAddressBox ul li:last-child {
    margin-bottom: 0;
}

.contactAddressBox ul li img {
    margin-bottom: 20px;
}

.contactAddressBox ul li p {
    color:#6c757d;
    font-size: 18px;
    font-weight: 500;
}

.contactAddressBox ul li p i {
    color: #e4a400;
    width: 20px;
}

.contactAddressBox ul li p a {
    color: #e4a400;
}

.dropdown-submenu {
    position: relative;
    padding-right: 20px;
}

.dropdown-submenu:hover>.dropdown-item {
    background-color: #e4a400 !important;
    color: #fff !important;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
    display: none;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.multi-level.show {
    min-width: 22%;
}

.dropdownStatic {
    position: static;
}

.lastMenu {
    position: absolute;
    padding: 20px 20px 0 20px;
    background-color: #ffffff;
    border-radius: 0;
    width: 800px;
    border: none;
    /* min-height: 235px; */
    min-height: 313px;
}

.lastMenuTwo {
    width: 800px;
}

.lastMenu1 {
    top: -14px !important;
}

.lastMenu2 {
    top: -53px !important;
}

.lastMenu3 {
    top: -92px !important;
}

.lastMenu4 {
    top: -131px !important;
}

.lastMenu5 {
    top: -170px !important;
}

.lastMenu6 {
    top: -209px !important;
}

.lastMenu7 {
    top: -248px !important;
}

.dropdownStatic .dropdown-menu {
    padding: 20px 0 20px 20px;
    background-color: #ffffff;
    border-radius: 0;
    border: none;
}

.dropdown-item {
    background-color: #ffffff !important;
    color: #000 !important;
    font-size: 14px;
    border-radius: 20px;
    position: relative;
    padding-right: 33px;
    padding: 9px 30px;
}

.dropdown-item::before {
    content: "";
    position: absolute;
    background: url(../images/icons/arrow.png);
    top: 17px;
    right: 10px;
    width: 15px;
    height: 9px;
}

.dropdown-item:hover {
    background-color: #e4a400 !important;
    color: #fff !important;
}

.dropdown-toggle::after {
    display: none;
}

.lastMenu {
    border-left: #ccc solid 1px !important;
}

.lastMenu .dropdown-item a {
    background-color: #ffffff !important;
    color: #f1b621 !important;
    text-align: center;
    font-weight: 600;
}

.lastMenu .dropdown-item {
    display: inline-block;
    width: 24%;
    text-align: center;
    margin-bottom: 20px;
    white-space: inherit;
    vertical-align: top;
}

.lastMenu .dropdown-item:hover {
    background-color: #ffffff !important;
}

.lastMenu .dropdown-item a {
    text-align: center;
}

.lastMenu .dropdown-item a:hover {
    text-decoration: none;
}

.lastMenu .dropdown-item a span {
    display: block;
    margin-top: 10px;
}

.lastMenu .dropdown-item a p {
    font-weight: 400;
    color: #000;
}

.megaMenu {
    margin: 20px 0;
}

.megaMenu ul li {
    margin-bottom: 30px;
}

.megaMenu ul li:last-child {
    margin-bottom: 0;
}

.megaMenu ul li a {
    background-color: #ffffff !important;
    color: #f1b621 !important;
    text-align: center;
    font-weight: 600;
    text-align: center;
    display: block;
}

.megaMenu ul li a:hover {
    text-decoration: none;
}

.megaMenu ul li a span {
    display: block;
    margin-top: 10px;
    height: 47px;
}

.megaMenu ul li a p {
    font-weight: 400;
    color: #000;
}

.indusrtyImg {
    /* position: relative; */
    position: absolute;
    right: -335px;
    top: 82px;
}

.indusrtyImg img {
    /* width: 100%; */
    border-radius: 5px;
    /* border: #f1b621 solid 1px; */
    padding: 6px;
    box-shadow: 0 0 30px rgb(0 0 0 / 24%);
}

.industryIcon {
    position: absolute;
    width: 150px;
    height: 150px;
    background: #f1b621;
    bottom: -54px;
    /* left: -44px; */
    text-align: center;
    padding-top: 53px;
    right: -63px;
}

.industryIcon img {
    width: auto;
    border: none;
    padding: 0;
    box-shadow: none;
}

.indusrtyText {
    padding-right: 160px;
}

.indusScrollImg {
    border: #ffffff solid 1px;
    padding: 3px;
    border-radius: 4px;
    background: #fff;
}

.indusScrollImg img {
    width: 100%;
    border-radius: 4px;
}

.indusrtySlider .carousel-indicators {
    bottom: -4px;
}

.indusrtySlider .carousel-control-next {
    top: inherit;
    bottom: 103px;
    background: #f1b621;
    width: 35px;
    height: 35px;
    padding: 10px;
    opacity: 1;
    left: inherit;
    right: -60px;
    margin: 0 auto;
}

.indusrtySlider .carousel-control-prev {
    top: inherit;
    bottom: 103px;
    background: #f1b621;
    width: 35px;
    height: 35px;
    padding: 10px;
    opacity: 1;
    left: -60px;
    right: inherit;
    margin: 0 auto;
}

.rowMgrNone {
    margin: 0;
}

.indusrtyBg {
    background: url(../images/industry/indusrtyBg.jpg);
    padding: 100px 111px;
}

.indusrtyContentWrap {
    background: #f3f3f3;
}

.indusrtyContentWrapIn {
    padding-left: 110px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 120px;
}

.ourWorkWrap {
    background: #f5f7fa;
    padding-bottom: 80px;
    background: url(../images/workBg.jpg);
    background-position: center top;
    background-size: 100% 100%;
    position: relative;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
}

.ourWorkWrap h3 {
    text-align: center;
    margin: 70px 0;
    font-size: 2rem;
    text-transform: uppercase;
    color: #000;
}

.ourWorkWrap .viewMore {
    background: #020202;
    display: inline-block;
    padding: 10px 20px;
    font-size: 17px;
    color: #fff !important;
    margin-top: 50px;
    text-decoration: none;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.ourWorkWrap .viewMore:hover {
    text-decoration: none;
    background: #f1b621;
    color: #000 !important;
}

.workImgWrap {
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 58%);
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.workImgWrap:hover {
    margin-top: -5px;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}

.workImg {
    position: relative;
}

.workImg img {
    width: 100%;
    position: relative;
    border-radius: 6px 6px 0 0;
}

.overlapDiv {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    position: absolute;
    opacity: 0;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    border-radius: 6px 6px 0 0;
}

.workImgWrap:hover .overlapDiv {
    opacity: 1;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.workImgDetail {
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 0 0 6px 6px;
}

.workImgDetail h4 {
    color: #e4a400;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 21px;
}

.workImgDetail h4::after {
    position: absolute;
    background: #e4a400;
    width: 40px;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    bottom: 0;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.workImgWrap:hover .workImgDetail h4::after {
    width: 100px;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.workImgDetail p {
    margin-bottom: 0;
    line-height: 21px;
}

.stepWrap {}

.stepWrap h2 {
    text-align: center;
    margin: 70px 0 20px 0;
    font-size: 2rem;
    text-transform: uppercase;
    color: #000;
}

.stepWrap p {
    text-align: center;
}

.stepWrapTwo {
    background: url(../images/steps.png);
    background-position: center top;
    position: relative;
    opacity: 1;
    padding-bottom: 80px;
}

.stepWrapTwoIn {
    background: url(../images/stepsLine.png);
    background-position: center top;
    background-size: 100% 100%;
    position: relative;
    opacity: 1;
    margin-top: 122px;
    margin-bottom: 80px;
    display: flex;
    height: 163px;
}

.stepWrapTwoIn ul {
    width: 100%;
    margin-top: -69px;
    display: flex;
}

.stepWrapTwoIn ul li {
    width: 19%;
    display: inline-block;
    text-align: center;
}

.stepWrapTwoIn ul li .iconBox {
    width: 70px;
    height: 70px;
    border: 2px solid #f1b621;
    margin: 0 auto;
    border-radius: 50px;
    padding-top: 18px;
    background-color: #ffffff;
}

.stepWrapTwoIn ul li h3 {
    color: #c9c9c9;
}

.stepWrapTwoIn ul li h4 {
    font-size: 19px;
    margin-top: 20px;
}

.stepBox2 {
    padding-top: 148px;
}

.stepBox4 {
    padding-top: 148px;
}

.stepBox5 {
    padding-top: 58px;
}

.whyBox {
    text-align: center;
    color: #fff;
}

.whyBox h4 {
    font-size: 19px;
    margin-top: 20px;
    color: #f1b621;
}

.whyBox p {
    line-height: 20px;
    min-height: 116px;
}

.whyBoxMain {
    border-right: #8080806e solid 1px
}

.whyBoxMainTop {
    border-bottom: #8080806e solid 1px
}

.whyBox1 {
    padding-top: 40px;
}


/* news latter */

@media(max-width:768px) {
    .media {
        flex: 0;
        display: block!important;
    }
    .covid-whf-text {
        font-size: 12px!important;
    }
    .blog-banner .blog-banner-img img {
        height: inherit;
        width: 100%;
    }
    .blog-banner {
        margin-top: 0!important;
    }
    .latest-blog-area .media img {
        width: 100%;
    }
    .latest-blog-area .media-body h3 {
        font-size: 17px!important;
        margin-top: 1rem!important;
        text-align: center;
    }
    .blog-details-page .blog-title {
        font-weight: bold;
        font-size: 23px;
    }
    .blog-details-page .social-links {
        text-align: center!important;
    }
    .blog-writer {
        /* bottom: 0; */
        margin-top: 20px;
        color: #aaa;
    }
    .aws-content {
        margin-top: -113px;
    }
    .aws-new-added .internal-banner-area img {
        height: 138px;
        background: #f9f9f9;
        margin-top: -55px;
        padding: 0;
    }
    .banner-text {
        width: 100%;
        height: 137px;
        background: #000000b8;
        position: absolute;
        top: 58px;
    }
    .banner-text h1 {
        text-align: center;
        /* top: 50px; */
        padding-top: 70px;
        z-index: 999;
        opacity: 1;
        /* position: relative; */
        font-weight: 600;
        color: #fff;
        font-size: 23px;
    }
    .latest-trending-blog .col-md-4 {
        margin-bottom: 1rem;
    }
    .workImgWrap {
        margin-bottom: 40px;
    }
    .breadcrumb {
        padding: 0;
    }
    .letest-trend-title {
        min-height: inherit;
    }
    .blog-detail-banner {
        height: 350px;
    }
    .internal-banner-area {
        margin-top: 0;
        height: inherit;
    }
    .contactTop .contactFormNew {
        padding: 0 14px 20px 14px;
    }
    .contactFormNew .form-control-width {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .contactTop::after {
        display: none;
    }
    .contactTop {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .whyBoxMain {
        border-right: inherit;
        border-bottom: #8080806e solid 1px;
    }
    .whyBox {
        padding-top: 40px;
    }
    .whyBox p {
        min-height: inherit;
        margin-bottom: 10px;
    }
    .lastMenu {
        width: 100%;
        border-left: none !important;
    }
    .lastMenu .dropdown-item {
        width: 49%;
        padding: 9px 0;
    }
    .dropdownStatic .dropdown-menu {
        padding: 10px 0 10px 10px;
    }
    .megaMenu {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .megaMenu ul {
        display: flex;
    }
    .megaMenu ul li {
        display: inline-block;
        width: 33%;
        margin-bottom: 10px;
    }
    .megaMenu ul li a span {
        font-size: 12px;
        height: inherit;
        line-height: 14px;
    }

    .workTogetherTextIn h3 {
        font-size: 25px;
    }

    .workTogetherTextIn {
        padding-left: 0;
        padding-top: 4px;
    }
    .workTogetherTextIn h2 {
        font-size: 16px;
    }
}

@media(max-width:554px) {
    .latest-blog-area .media img {
        width: 100%;
    }
    .teamSlider {
        padding-bottom: 50px;
    }
    .teamSlider .carousel-control-next {
        bottom: -5px;
    }
    .teamSlider .carousel-control-prev {
        bottom: -5px;
    }
    .indusrtyBox li {
        width: 43%;
    }
    .workImgWrap {
        margin-bottom: 40px;
    }
    .ourWorkWrap h3 {
        font-size: 1.5rem;
        margin: 34px 0;
    }
    .ourWorkWrap {
        padding-bottom: 45px;
    }
    .ourWorkWrap .viewMore {
        margin-top: 0;
    }
    .industryLeft h4 {
        font-size: 1.5rem;
    }
    .industryWrap {
        padding: 48px 0;
    }
    .blogWrap {
        margin-bottom: 30px;
    }
    .we-support-area h2 {
        font-size: 1.5rem;
    }
    .footer-links ul {
        margin-bottom: 30px;
    }
    .content-area h1 {
        margin-bottom: 1.8rem;
        font-size: 23px;
    }
    .page-menu-warp ul li {
        width: 49%;
    }
    #filters li {
        width: 50%;
    }
    .blog-banner .banner-title {
        line-height: 25px;
        font-size: 17px;
    }
    .latest-blog-area .media-body h2 {
        margin-top: 14px !important;
    }
    .blog-detail-banner {
        height: 216px;
    }
    .stepWrapTwoIn {
        margin-top: 0;
        margin-bottom: 0;
        display: block;
        height: inherit;
        background: #fff;
    }
    .stepWrapTwoIn ul {
        margin-top: 0;
        display: block;
    }
    .stepWrapTwoIn ul li {
        width: 100%;
        display: block;
        margin-bottom: 30px;
        border-bottom: #e8e8e8 solid 1px;
        padding-bottom: 30px;
    }
    .stepWrapTwoIn ul li:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }
    .stepWrap h2 {
        margin: 47px 0 20px 0;
        font-size: 1.5rem;
    }
    .stepBox2 {
        padding-top: 0;
    }
    .stepBox4 {
        padding-top: 0;
    }
    .stepBox5 {
        padding-top: 0;
    }
    .workTogetherImg {
        left: 0;
        top: 23px;
    }
    .workTogetherTextIn {
        padding-left: 0;
        padding-top: 4px;
    }
    .workTogetherTextIn h2 {
        font-size: 16px;
    }
    .workTogetherText form {
        padding-right: 0;
    }
    .page-content-area {
        padding: 2rem 0 0 0;
    }
    .contactAddressBox ul li {
        margin-bottom: 40px;
    }
    .contactAddressBox ul li img {
        margin-bottom: 16px;
        width: 14%;
    }
    .blog-row-area {
        padding-top: 0;
    }
    .latest-blog-area {
        margin-top: 0;
    }
}

.send-mail-section {
    font-family: 'Oleo Script';
    width: 600px;
    margin: auto;
    text-align: center;
    margin-top: 150px;
}

.send-mail-section h1 {
    margin-top: 50px;
}

.send-mail-section p {
    margin-bottom: 50px;
}

.send-mail-section a.btn {
    margin-bottom: 50px;
}

.covid-whf-text {
    background: #2a2008;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.content-area-new h3 {
    font-size: 16px;
    margin-bottom: .3rem;
    margin-top: 1rem;
}

#cursor {
    position: fixed;
    top: -5px;
    left: -5px;
    width: 15px;
    height: 15px;
    background-color: #dfd000;
    border-radius: 50%;
    pointer-events: none;
    z-index: 999;
  }
  
  #cursor-border {
    --size: 50px;
    position: fixed;
    top:-10px;
    left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #dfd000;
    pointer-events: none;
    transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out,
      height 0.15s ease-out, background-color 0.15s ease-out;
    z-index: 999;
  }

.footerContactForm{
    background: #1a1a2e;
}

#topBtnWrap {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 94px;
  right: 10px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: conic-gradient(#262639 var(--scroll-progress, 0%), rgba(241, 182, 33, 0.35) 0);
  transition: background 0.1s linear;
}

#topBtn {
  width: 35px;
  height: 35px;
  border: none;
  outline: none;
  background-color: #f1b621;
  color: white;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
  font-size: 24px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: 0.3s;
}

#topBtn:hover {
  background-color: #262639;
}

html {
  scroll-behavior: smooth;
}
  
.tawk-bubble-container .tawk-icon-right {
    display: none !important;
}
  