/* Common Css */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

a,
a:hover {
    text-decoration: none;
    list-style: none;
}

a,
ul,
ol,
p,
input,
button {
    margin: 0;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
    font-family: 'Poppins', sans-serif;
    
    font-weight: 900;
    margin-bottom: 20px;
}
 h2{
    color: #000;
}
.clients-text h2{
    color: #fff;
}
.we-are h2{
    color: #fff;
}
body {
    margin: 0;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6c6c6c;
}

.wrapper {
    overflow: hidden;
}

/* Top Section Css */
#topBar .dropdown-toggle::after {
    display: none;
}

#topBar .dropdown-item:active {
    background-color: transparent;
}

#topBar li.nav-item a.nav-link .dropdown-menu a.dropdown-item:hover::after {
    display: none !important;
}

#topBar {
    background: #ffffff;
    border-bottom: 2px solid #ededed;
    margin-bottom: 100px;
}

nav.navbar.navbar-expand-lg.navbar-light.fixed-top {
    background: #ffffff;
    border-bottom: 2px solid #ededed;
}

.free-btn {
    background: #fb7923;
    color: #fff;
    padding: 10px;
    margin-left: 0px;
}

.free-btn:hover {
    background: #f2f2f2;
    color: #fb7923;
}

.navbar-light .navbar-nav .nav-link {
    color: #6c6c6c;
}

li.nav-item a {
    font-size: 16px !important;
    font-weight: 400;
    padding: 20px 15px !important;
    position: relative;
    
}

li.nav-item a:hover::after {
    position: absolute;
    content: "";
    
    width: 100%;
    height: 2px;
    bottom: -19px;
    left: 0;
}

li.nav-item a:hover {
    color: #fb7923 !important;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fb7923;
}

/* Banner Css */

#bannerArea {
    background: #fbfbfb;
    padding: 100px 0px;
}

.slider-area {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.slider-left {
    width: 50%;
    margin-right: 60px;
}

.slider-left h1 {
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 700;
    color: #000
}

.slider-left p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #6c6c6c;
    text-align: justify;
    margin-bottom: 40px;
}

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

.slider-left ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #6c6c6c;
    margin-bottom: 10px;
}

.slider-left ul li i {
    font-size: 12px;
    color: #fb7923;
    margin-right: 5px;
}

#bannerArea .owl-theme .owl-dots .owl-dot:hover span {
    background: #fb7923;
}

#bannerArea .owl-theme .owl-dots .owl-dot.active span {
    background: #fb7923;
}

.banner-text h1 {
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 700;
    color: #000
}

.banner-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #6c6c6c;
    text-align: justify;
    margin-bottom: 20px;
}

.bnr-btn {
    background: #000;
    padding: 15px 60px;
    color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    line-height: 60px;
}

.bnr-btn:hover {
    background: #fb7923;
    color: #fff;
    border: 1px solid #fb7923;
}

/* What We Css */

#whatWe {
    padding: 80px 0px;
    position: relative;
}



.we-left h4 {
    font-size: 18px;
    font-weight: 500;
    color: #747474;
}

.we-left h1 {
    margin: 20px 0px;
    font-size: 42px;
    font-weight: 700;
    color: #000
}

.we-left p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #6c6c6c;
    text-align: justify;
    margin-bottom: 20px;
}

.we-btm {
    display: flex;
    margin: 20px 0px;
    align-items: center;
}

.achiev-right {
    margin-left: 20px;
}

.achiev-right h3 {
    color: #000;
    font-size: 36px;
    font-weight: 600;
}

.achiev-right h6 {
    color: #747474;
    font-size: 16px;
    font-weight: 500;
}

.video-file {
    position: absolute;
    background: #f6f6f6;
    border: 4px solid #fb7923;
    border-radius: 5px;
    padding: 30px 50px;
    text-align: center;
    margin-top: 50px;
    z-index: 999;
}

.video-img {
    position: relative;
}

.video-img h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin: 10px 0px;
}

.video-img h5 {
    font-size: 16px;
    font-weight: 500;
    color: #747474;
}

.video-icon {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .6);
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    line-height: 100px;
}

.video-icon a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

/* Clients Says css */

#clientsSay {
    background: #1d1e22;
    padding: 80px 0px;
    position: relative;
}

.clients-text h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.clients-text h1 {
    margin: 20px 0px;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}

.clients {
    position: relative;
}

.client-icon {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, .6);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
}

.client-icon a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}


.client-left {
    margin: 0px;
}

.client-left h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0px;
}

.client-left h6 {
    font-size: 16px;
    font-weight: 500;
    color: #6c6c6c;
    margin-bottom: 12px;
}

.client-right {}

.client-right h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0px;
}

.client-right h6 {
    font-size: 16px;
    font-weight: 500;
    color: #6c6c6c;
}

.dot-white {
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translateY(-50%);
}

#clientsSay .owl-nav {
    display: none !important;
}


/* Services css */

#serviceArea {
    background: #f3f3f3;
    padding: 80px 0px;
}

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

.common-text h4 {
    font-size: 18px;
    font-weight: 500;
    color: #747474;
}

.common-text h1 {
    margin: 20px 0px;
    font-size: 42px;
    font-weight: 700;
    color: #000000;
}

.serve-item {
    max-width: 100%;
    width: 100%;
}

.our-serve h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    margin: 20px 0px;
}

.our-serve h3 span {
    font-size: 18px;
    font-weight: 500;
    color: #1d1a19;
    margin: 20px 0px;
}

.our-serve p {
    font-size: 14px;
    font-weight: 400;
    color: #6c6c6c;
    line-height: 26px;
}

#serviceArea .owl-dots {
    display: none !important;
}

#serviceArea .owl-nav .owl-next {
    position: absolute;
    content: "/2192";
    background: #000000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 35%;
    right: -13px;
    transform: translateY(-35%);
    color: #fff;
    font-size: 26px;
    line-height: 50px;
}

#serviceArea .owl-nav .owl-prev {
    position: absolute;
    content: "/2192";
    background: #000000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 35%;
    left: -13px;
    transform: translateY(-35%);
    color: #fff;
    font-size: 26px;
    line-height: 50px;
}

.portfolio_pic{
    border-radius: 15px;
}
/* Happy Clients Css */

#happyClients {
    padding: 80px 0px;
    background: #fff;
}

.happy-text {
    text-align: center;
    margin-bottom: 40px;
}

.happy-text h2 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}

.happy-text h2 span {
    color: #ecb32d;
}

.happy-text p {
    font-size: 14px;
    font-weight: 400;
    color: #6c6c6c;
    line-height: 26px;
}

#happyClients .owl-nav {
    display: none !important;
}

#happyClients .owl-dots {
    display: none !important;
}

/* Why Choose us css */

#whyChoose {
    padding: 20px 0px 80px 0px;
}

.choose-text {
    text-align: left;
    margin-bottom: 40px;
}

.choose-text h2 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}

.choose-text p {
    font-size: 14px;
    font-weight: 400;
    color: #6c6c6c;
    line-height: 26px;
}

.choose-us a {
    background: transparent;
    width: 50px;
    height: 50px;
    border: 1px solid #fb7923;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: block;
    font-size: 24px;

}

.choose-us a i {
    color: #fb7923;
    transition: .5s;
}

.choose-us a:hover i {
    transform: rotate(360deg);
}

.choose-us {
    margin: 40px 0px;
}

.choose-us h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    margin: 20px 0px;
}

.choose-us p {
    font-size: 14px;
    font-weight: 400;
    color: #6c6c6c;
    line-height: 26px;
}

/* Who We Are css */

#whoWe {
    background-image: url(../img/home/who-we-new.jpeg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0px;
}

#whoWe::after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.we-are {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 99;
}

.we-are h1 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}

.we-are h5 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
}

.who-we-are {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    margin-top: 40px;
    position: relative;
    z-index: 99;
    min-height: 346px;
}

.who-we-are h5 {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}

.who-we-are ul {
    list-style: circle;
    color: #fb7923;
    padding: 0;
    margin-left: 16px;
    font-size: 18px;
}

.who-we-are ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #6c6c6c;
    line-height: 24px;
    display: block;
}

.max-owl-text {
    max-width: 100%;
    width: 100%;
}

#whoWe .owl-nav {
    display: none;
}

#whoWe .owl-dots {
    margin-top: 20px;
}


/* Our Expertise css */

#ourExpertise {
    background: #000000;
    padding: 80px 0px;
}

.experise-tittle h1 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.experise-tittle p {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
}

.our-development {
    margin-top: 70px;
}

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

.our-development li span {
    float: left;
    background: #fb7923;
    width: 20px;
    height: 2px;
    margin: 10px 0px 0px 0px;
}

.our-development li {
    margin-bottom: 30px;

}

.our-development li a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #6e6e6e;
    padding-left: 30px;
    color: #fff;
    cursor: pointer;

}

.our-development ul li a:hover {
    color: #fb7923;
}

/* On Demand css */

#onDemand {
    background: #000;
    padding-bottom: 80px;
}

.demand-text h2 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.app-development {
    display: flex;
}

.app-right {
    margin: 40px 0px 0px 30px;
}

.app-right h5 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.app-right h6 {
    font-size: 15px;
    font-weight: 500;
    color: #fff1d3;
    margin-bottom: 20px;
}

.app-right {
    width: 50%;
    max-width: 100%;
}

.app-right p {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
    margin-bottom: 20px;
}

.app-right a {
    background: #fb7923;
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.app-right a:hover {
    background: #fff;
    color: #fb7923;
}

.app-left {
    max-width: 100%;
    width: 50%;
}

#onDemand .owl-nav {
    display: none;
}

#onDemand .owl-dots {
    margin-top: 30px;
    position: absolute;
    left: 20%;
}



/* About css */

#aboutUs {
    padding: 80px 0px;
}

.gallery {
   display: grid;
    gap: 15px;
    align-items: center;
}
.set{
    align-items: center;
    display: flex;
    margin: auto;
}

/* Gallery Image */

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform .5s, filter .5s;
    
}

.gallery_link:hover .gallery-image {
    transform: scale(1.1);
  
}

/* Gallery Layout */

.gallery_item-1 {
    grid-column: 1 / span 1;
    grid-row: 1 / span 2;
}

.gallery_item-2 {
    grid-column: 2 / span 1;
    grid-row: 1 / span 2;
}

.gallery_item-3 {
    grid-column: 3 / span 1;
    grid-row: 1 / span 1;
}

.gallery_item-4 {
    grid-column: 3 / span 1;
    grid-row: 2 / span 1;
}

.gallery_item-5 {
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;
}

.gallery_item-6 {
    grid-column: 2 / span 2;
    grid-row: 3 / span 1;
}


/* Gallery Link */

.gallery_link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
}

/* Gallery Link Overlay */

.gallery_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fb7923;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;

}

.gallery_link:hover .gallery_overlay {
    opacity: 1;
}

/* Gallery_overlay text */

.gallery_overlay span {
    position: relative;
    line-height: 26px;
}

.gallery_overlay span::before,
.gallery_overlay span::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    transition: width .3s ease-out .2s;
}

.gallery_overlay span::before {
    top: 0;
    left: 0;
}

.gallery_overlay span::after {
    bottom: 0;
    right: 0;
}

.gallery_link:hover .gallery_overlay span::before,
.gallery_link:hover .gallery_overlay span::after {
    width: 100%;
}

.about-right h1 {
    margin: 20px 0px;
    font-size: 42px;
    font-weight: 700;
    color: #000
}

.about-right p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #6c6c6c;
    margin: 40px 0px;
}

.about-nav {
    margin-bottom: 40px;
}

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

.about-nav ul i {
    float: left;
    padding-top: 4px;
    font-size: 10px;
    color: #fb7923;
    margin-right: 15px;
}


.about-nav ul li {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.about-img img:nth-child(2) {
    margin: 0px 40px;
}


/* Latest Blog css */

#ourBlog {
    padding: 40px 0px;
}

.blog-left h4 {
    font-size: 18px;
    font-weight: 500;
    color: #747474;
}

.blog-left h1 {
    margin: 20px 0px;
    font-size: 42px;
    font-weight: 700;
    color: #000;
}

.blog-left p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #6c6c6c;
    margin-bottom: 20px;
}

.blog-list {
    max-width: 350px;
    width: 100%;
    float: left;
}

.blog-list p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #6c6c6c;
    margin: 20px 0px 10px 0px;
}

.blog-list h5 a {
    font-size: 16px;
    font-weight: 500;
    color: #2f2f2f;
    line-height: 30px;
}

.blog-pad1 {
    padding-right: 15px;
}

.blog-pad2 {
    padding-left: 15px;
}

#ourBlog .owl-dots {
    display: none;
}

#ourBlog .owl-nav {
    position: absolute;
    left: -48%;
    bottom: 30%;
}

#ourBlog .owl-nav .owl-prev {
    position: absolute;
    content: "";
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    right: 0;
}

#ourBlog .owl-nav .owl-prev:hover {
    background: #000000;
}

#ourBlog .owl-nav .owl-next {
    position: absolute;
    content: "";
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    left: 0;
}

#ourBlog .owl-nav .owl-next:hover {
    background: #000000;
}

.blog-border {
    border: 1px solid #f3f3f3;
    margin-top: 60px;
}

/* Contact Us */

#contactUs {
    padding: 40px 0px 80px 0px;
}

.contact-left h1 {
    margin: 20px 0px;
    font-size: 42px;
    font-weight: 700;
    color: #000;
}

.contact-left p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #6c6c6c;
    margin-bottom: 20px;
}

.contact-left a {
    color: #fb7923;
    border-bottom: 1px solid #fb7923;
}

.following {
    padding-left: 15px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

.follow-para p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #6c6c6c;
    margin: 20px 0px;
}

.follow-para i {
    color: #fb7923;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
}

form {
    max-width: 540px;
    margin: 30px 0px;
}

form input {
    width: 100%;
    padding: 15px 10px;
    margin-bottom: 5px;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    border: none !important;
    background: #f3f3f3;
    border-radius: 4px;
}

form select {
    width: 100% !important;
    padding: 25px 10px !important;
    margin-bottom: 5px !important;
    outline: none !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    border: none !important;
    background: #f3f3f3 !important;
    border-radius: 4px !important;
}

.cmnt {
    background: #f3f3f3;
    border: none;
    margin-bottom: 40px;
}

form textarea.form-control {
    background: #f3f3f3;
    border: none;
}

.cnt-pad {
    padding: 10px 10px;
}

.btn-box {
    display: flex;
    justify-content: flex-end;
}

.btn-box button {
    padding: 15px 60px;
    text-align: center;
    border: none;
    background: #fb7923;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

/* Footer css */

#footerArea {
    background: #1d1e22;
    padding: 80px 0px 0px 0px;
    background-image: url(../img/home/wave-1.svg);
    background-position: center;
    background-size: cover;
}

.foot-tittle h1 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 60px;
}

.foot-tittle h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 60px;
}

.office-area {
    background: #2e2f33;
    padding: 30px;
    border-radius: 20px;
}

.office-area h5 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.office-area p {
    font-size: 14px;
    font-weight: 500;
    color: #b5b5b5;
    margin-bottom: 20px;
    line-height: 24px;
}

.office-area a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    line-height: 24px;
}

.office-area a i {
    color: #fb7923;
    margin-right: 10px;
}

.intrest-area {
    padding: 60px 0px;
}

.intrest-work h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.intrest-work li {
    font-size: 14px;
    font-weight: 400;
    color: #8a8a8a;
    line-height: 26px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.intrest-work li a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.apply {
    background: #fb7923;
    border: none;
    padding: 15px 30px;
    margin-top: 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.apply i {
    margin-left: 5px;
}

.foot-nav {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.foot-col-1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.foot-col-1 ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #8a8a8a;
    line-height: 36px;
}

.foot-col-1 ul li a i {
    margin-right: 5px;
}

.footer-btm {
    border-top: 2px solid #26262a;
    padding: 40px 0px;
}

.foot-btm-col {
    display: flex;
    justify-content: space-around;
}

.left-foot p {
    font-size: 14px;
    font-weight: 400;
    color: #8a8a8a;
}

.right-foot ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.right-foot ul li a {
    display: block;
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 15px;
}

/* Testimonial css */

#ourTestimonial {
    background: #f3f3f3;
    padding: 80px 0px 20px;
}

.testimonial-area {
    position: relative;
}



.single-testimonial {
    color: #fff;
    padding-left: 75px;
    position: relative;
    margin: 0 15px 15px;
    box-shadow: 2px -2px 2px 2px #fff;
}

.img-area {
    border-radius: 50%;
    height: 100px;
    left: 30px;
    position: absolute;
    top: 50%;
    width: 100px;
    transform: translateY(-50%);

}

.testi-text {
    background: #ebebeb;
    padding: 40px 20px 40px 100px;
    color: #262626;
}

.img-area > img {
    background: linear-gradient(to bottom, #fb7923, #fff);
    border-radius: 50%;
    padding: 4px;
    border: 2px solid #fff;
}

.testi-text h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}

.testi-text h5 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fb7923;
}

.testi-text p {
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    color: #6c6c6c;
}

.single-testimonial:hover .testi-text {
    background: #fff;
    transition: 0.9s;
}

.testimonial-area div.owl-nav {
    color: #6c6c6c;
    display: inline-block;
    font-size: 24px;
}

.testimonial-area .owl-prev,
.owl-next {
    position: absolute;
}

.testimonial-area .owl-prev {
    left: 0px;
    top: 35%;
}

.testimonial-area .owl-next {
    right: -25px;
    top: 35%;
}

.testimonial-area .owl-dots {
    display: none;
}

.customer-review {
    display: flex;
    justify-content: space-around;
}

.customer {
    padding: 40px 0px;
    text-align: center;
}

.customer h2 {
    /* font-size: 36px; */
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.customer p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.customer-review h1 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}

.testimonial-left h1 {
    margin: 0px 0px;
    font-size: 42px;
    font-weight: 700;
    color: #000;
}

.testimonial-left p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #6c6c6c;
    margin: 20px 0px;
}

.modal {
    position: fixed;
    top: 22%;
}

.modal-dialog {
    max-width: 560px !important;
    margin: 1.75rem auto;
}

.modal-content {
    border: none;
    background: transparent;
}

.modal-header {
    border: none;
}

.close {
    padding: 0 !important;
    color: #fff;
    float: right;
    text-align: right;
}

/* Business Partner */

#businessPartner {
    padding: 80px 0px 40px 0px;
    background: #f3f3f3;
}

.partners h3 {
    color: #000;
    line-height: 46px;
    font-size: 30px;
}

.partners-add {
    background: #fbfbfb;
    padding: 20px;
    box-shadow: 0 0 2px 4px #fff;
    border-radius: 10px 0px;
    margin-bottom: 40px;
}

.partners-add h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.partners-add h5 {
    font-size: 16px;
    color: #fb7923;
    font-weight: 500;
    margin-bottom: 10px;
}

.partners-add p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
}

.partners-add h6 {
    font-size: 14px;
    color: #303030;
    font-weight: 500;
    margin-bottom: 10px;
}

.partners-add h6 a {
    font-size: 14px;
    color: #303030;
    font-weight: 500;
    margin-bottom: 10px;
}

.map-area {
    background: #2e2f33;
    padding: 15px;
    border-radius: 10px;
}

select#exampleFormControlSelect1 {
    height: 51px;
    overflow: hidden;
    padding: 0px 0 0 10px !important;
}

.dropdown-menu a.dropdown-item:hover::after {
    display: none;
}

@media(min-width: 992px) {
    .navbar-light .navbar-nav a#navbarDropdown:hover .dropdown-menu {
        display: block !important;
    }
}

.mar-top {
    margin-top: 50px;
}

.mar-top a:hover {
    color: #fff;
}

.view-more-profile button a {
    color: #fff;
}



.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

.megamenu h6 {
    margin-left: 21px;
}

.megamenu i {
    width: 20px;
}

.meg-item h5 {
    font-size: 16px;
    font-weight: 500;
    color: #ffb400;
}

.meg-item h5 a:hover::after {
    display: none;
    border-bottom: 0px;
}

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

.meg-item ul li a {
    color: #666;
    padding: 10px;
}

@media(max-width:991px) {
    #navbarSupportedContent ul.navbar-nav.ml-auto {
        max-height: 600px !important;
        overflow-y: auto;
    }
    .mar-top-link {
        display: block !important;
}
}


.mar-top-link {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    align-items: baseline;
}

/* ---------- Christmas Hat css  ----------------- */
/*.navbar.navbar-expand-lg.navbar-light.fixed-top {
    padding-top: 30px;
}
a.navbar-brand{
	position:relative;
}
a.navbar-brand img.logos {
    width: 40px;
}
a.navbar-brand img.pos-abs{
	position: absolute;
	top: -27px;
	left: -30px;
	width: 50px;
	transform: rotate(-5deg);
}
li.nav-item a:hover::after{
	bottom:-8px;
}*/
.navbar-light .navbar-nav .nav-link i.fa.fa-angle-down {
    font-size: 12px;
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1199px) {
    #topBar li.nav-item a {
        font-size: 12px !important;
    }

    ul.navbar-nav.ml-auto li.nav-item a.nav-link {
        padding: 0px 8px !important;
    }

    #topBar li.nav-item .dropdown-menu.megamenu a {
        padding: 8px 5px !important;
        white-space: pre-line;
        display: flex;
        align-items: center;
    }

    .megamenu-li {
        width: 91px !important;
    }

    .megamenu i {
        margin-right: 10px;
    }
}


/* Namcab css Start */

#namcabBanner {
    position: relative;
}

.namcab-bnr-img {
    position: absolute;
    top: 10%;
    right: 2%;
}


#projectOverview {
    padding: 0px 0px;
    background: #1d1e22;
}

.project-overview h2 {
    color: #1f3666;
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 15px;
}

.project-overview p {
    color: #535254;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.require h2 {
    color: #000;
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 15px;
}

.require ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.require ul li {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.require ul li i {
    margin-right: 15px;
}



#technologyUsed {
    padding: 40px 0px;
    background: #fff;
}

.tech-text h2 {
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}

.Technology-used img {
    margin-right: 10px;
}

.result-btm {
    padding: 40px 0px;
}

.result-btm h2 {
    color: #000;
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 15px;
}

.result-btm p {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.result-img {
    padding: 40px 0px;
}


#namcabService {
    padding: 80px 0px;
    background: #fff;
}

.service-nam-left {
    position: relative;
}

.service-absolu {
    position: absolute;
    top: 8px;
    left: 31.5%;
}

.service-absolu-two {
    position: absolute;
    bottom: 7px;
    left: 28%;
}

.service-namcab {
    background: #e6e6e6;
    padding: 20px;
    text-align: center;
}

.dot-serv {
    border: 2px dotted #e6e6e6;
    padding: 10px;
    transition: .5s;
}

.dot-serv:hover {
    border: 2px dotted #ecb32d;
    padding: 0px;
}

.sev-mt {
    margin-top: 20px
}

.service-namcab h4 {
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 0px;
    color: #0b0d0b;
}

/* Client css */

#namcanClient {
    background-image: url(../img/namcab/client-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0px;
}

.clientnamcar {
    position: absolute;
    content: "";
    background: #000;
    bottom: -18.5%;
    padding: 80px;
    opacity: 0.8;
    /*    border: 2px dotted #323232;*/
    /*    border-radius: 20px 20px 0px 0px;*/
    border-bottom: none;
}

.clientnamcar h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 15px;
}

.clientnamcar h2 span {
    color: #ecb32d;
}

.clientnamcar p {
    color: #dcdcdc;
    font-size: 15px;
    font-weight: 400;

}

.border-new {
    background: linear-gradient(90deg, #323232 50%, transparent 50%),
        linear-gradient(90deg, #323232 50%, transparent 50%),
        linear-gradient(0deg, #323232 50%, transparent 50%),
        linear-gradient(0deg, #323232 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px;
    background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0px;
    animation: dash 5s linear infinite;
    padding: 40px;
}

@keyframes dash {
    to {
        background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
    }
}

/* Project OverView css */

#overView {
    padding: 80px 0px;
    background: #fff;
    position: relative;
}

.project-view {
    padding: 80px;
    background: #e6e6e6;
    border: 2px dashed #666;
    transition: 0.5s;
}

.project-view:hover {
    background: #fff;
    padding: 20px;
    border: 2px dotted #ecb32d;
}

.project-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-left-view {
    width: 50%;
}

.project-view h2 {
    color: #3a3a3a;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
}

.project-view h2 span {
    color: #ecb32d;
}

.project-view:hover h2 {
    text-align: right;
}

.project-view:hover p {
    text-align: right;
}

.project-view p {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 400;

}

#ClientRequirements {
    padding: 80px 0px;
    background: #fff;
}

.require h2 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 15px;
}

.require h2 span {
    color: #ecb32d;
}

.require {
    margin: 40px;
}

.requirement-one {
    padding-top: 30px;
}

.requirement-one h4 {
    font-size: 15px;
    font-size: 400;
    padding: 15px 0px;
    color: #dcdcdc;
}

#ChallengeFaced {
    padding: 80px 0px;
    background: #fff;
}

.namcab-client {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.we-faced {
    background-color: antiquewhite;
    background-attachment: scroll;
    padding: 40px;
    border: 2px dashed #ecb32d;
    box-shadow: 10px 10px 20px #e4e4e4;
    transition: .5s;
}

.we-faced:hover {
    box-shadow: none;
    padding: 60px;
}

.we-faced h2 {
    color: #21211f;
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 15px;
    text-align: right;
}

.we-faced h2 span {
    color: #ecb32d;
}

.we-faced p {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
}

#solutionWe {
    padding: 40px;
    background: #1d1e22;
}

.solution-tittle h2 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
}

.solution-tittle h2 span {
    color: #ecb32d;
}

.solution-tittle h2::after {
    position: absolute;
    content: "";
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 200px;
    height: 4px;
    background-image: radial-gradient(circle, #21211f 0%, #000 100%);
    margin: auto;
}


.solution-off-right {
    background: #101114;
    padding: 30px;
    text-align: center;
    border: 2px dashed #2f3034;
    border-radius: 10px;
    box-shadow: 8px 8px 2px #0d0e10;
    position: relative;
    margin: 50px 0px;
    min-height: 146px;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}

.solution-off-right:hover {
    border: 4px dashed #2f3034;
    animation-name: bounce;
    animation-timing-function: ease;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0);
    }
}

.slutn {
    position: absolute;
    content: "";
    top: -40%;
    left: 50%;
    transform: translate(-50%);
    background: #101114;
    padding: 15px;
    border-radius: 50%;
    z-index: 99;
}


.solution-off-right p {
    padding-top: 15px;
    color: #ececec
}

.requirement-one:hover img {
    position: relative;
    animation-name: example;
    animation-duration: 4s;
}

@keyframes example {
    0% {
        left: 0px;
        top: 0px;
    }

    25% {
        left: 100px;
        top: 0px;
    }

    50% {
        left: 100px;
        top: 100px;
    }

    75% {
        left: 0px;
        top: 100px;
    }

    100% {
        left: 0px;
        top: 0px;
    }
}

#theResult {
    padding: 80px 0px;
    background: #fff;
    position: relative;
}

.result-left-one {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}

.result-left-one h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 15px;
}

.result-left-one h2 span {
    color: #ecb32d;
}

.result-left-one p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}


.result-left {
    background: #404146;
}

.result-right {
    background: #f3f3f3;
}

@media screen and (max-width: 992px) {

    .namcab-bnr-img {
        width: 30%;
    }

    .clientnamcar {
        position: relative;
        padding: 40px;

    }

    .service-nam-left {
        margin-bottom: 40px;
    }

    .project-view {
        margin-bottom: 40px;
        padding: 40px;
    }

    .requirement-one {
        display: flex;
        align-items: center;
    }

    .requirement-one h4 {
        margin-left: 15px;
    }

    .we-faced {
        margin-bottom: 40px;
    }

    .solution-img {
        margin-bottom: 40px;
    }

    .namcab-own-screen .item img {
        width: 100%;
        height: 100%;
    }



}

@media screen and (max-width: 600px) {

    .namcab-bnr-img {
        width: 30%;
    }

    .clientnamcar {
        position: relative;
        padding: 40px;
    }

    .service-nam-left {
        margin-bottom: 40px;
    }

    .project-view {
        margin-bottom: 40px;
        padding: 40px;
    }

    .requirement-one {
        display: flex;
        align-items: center;
    }

    .requirement-one h4 {
        margin-left: 15px;
    }

    .we-faced {
        margin-bottom: 40px;
    }

    .solution-img {
        margin-bottom: 40px;
    }

    .namcab-own-screen .item img {
        width: 100%;
        height: 100%;
    }
}

.mod{display: none !important;}

/* Namcab css End */
