/* ============== Main Style Sheet ============= */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    margin: 0;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 400;
}
html {
  overflow-x: hidden;
}
* {
    font-family: 'Roboto', sans-serif;
}

.double-heading {
    color: #F98519;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
}

h2 {
    text-transform: capitalize;
}



.mobile-responsive {
    display: none !important;
}

/*==========================================animation class and keyframes========================*/
.overflow-hidden {
 overflow: hidden;
}

.drop-in {
 animation: drop-in 5000ms ease 200ms backwards;
}

.drop-in-2 {
 animation: drop-in 4000ms ease 500ms backwards;
}

@keyframes drop-in {
 from {
  opacity: 0;
  transform: translateY(-100px);
 }
 to {
  opacity: 1;
  transform: translate(0px);
 }
}
/*========== image Zoom In #1============== */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}


/*==========================================animation class and keyframes Ends Here========================*/

/*======Buttons Hovers-============*/
a.get-audit:hover {
    background: linear-gradient(138.29deg, #f98519 13.5%, #EE2522 100%);
    box-shadow: 0px 5px 15px rgba(250, 98, 98, 0.4);
    border-color: #f87c1a;
     text-decoration: none;
    color: #fff;
}
a.get-proposal:hover {
    background: linear-gradient(138.29deg, #EE2522 13.5%, #f98519 100%);
     text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.top-social span:hover {
    background: #000;
}
ul.footer-menu a:hover {
    text-decoration: none;
    color: #f1491f;
}
.footer-col-content a:hover {
       text-decoration: none !important;
    color: #f1491f !important;
}
.footer-social span i:hover{
        background-color: #ed4120;
}


/* ================================ */
/* Header */
header {
    background: #333333;
    display: inline;
    height: 90px;

}

.top-right {
    display: flex;
    background: #F5F5F5;
    height: 40px;
    border-radius: 0px 50px 0px;
}

.top-content {
    display: flex;
    width: 100%;
    padding: 6px 40px;
}

.phone a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.phone a:hover {
    text-decoration: none;
}
.space-bar {
    width: 50%;
    /* border: 1px solid #000; */
}
.phone {
    width: 25%;
}
.top-social{
    width: 25%;
    /* border: 1px solid #000; */
}
.top-social span {
    background: #f98519;
    margin: 5px;
    padding: 4px;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    margin-top: -3px;
    cursor: pointer;
}
/* ====================== */
.main-navigation {
    background: #F98519;
    position: relative;
    top: 45px;
    border-radius: 100px;
}

.navbar-expand-lg {
    justify-content: flex-end !important;
}

li.nav-item {
    padding: 0px 8px;
}

a.nav-link {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

a.nav-link:hover {
    color: #000;
}

/* Header end */


/* =======Home Page =========== */
/* banner */
#main-banner {
    background-image: url('../img/Home.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 8% 0%;
    height: 650px;
}

.bannerinner-content {
    background: linear-gradient(180deg, #2D2D2D 0%, rgba(21, 21, 21, 0.78) 73.23%, rgba(0, 0, 0, 0) 111.59%);
    padding: 70px;
    color: #fff;
    text-align: center;
}

.bannerinner-content h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 66px;
    text-align: center;
}

.bannerinner-content p {
    font-size: 20px;
    line-height: 28px;
}


a.get-proposal{
    background: linear-gradient(138.29deg, #f98519 13.5%, #EE2522 100%);
    box-shadow: 0px 5px 15px rgba(250, 98, 98, 0.4);
    border-radius: 5px;
    padding: 16px 20px;
    border-color: #f98519;
    color: #fff;
    font-size: 16px;
    margin-right: 30px;
}


a.get-audit {
    border: 1px solid #E8ECED;
    filter: drop-shadow(0px 5px 15px rgba(250, 98, 98, 0.4));
    border-radius: 5px;
    background: transparent;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
}

a.btn-submit{
      background: linear-gradient(138.29deg, #f98519 13.5%, #EE2522 100%);
    box-shadow: 0px 5px 15px rgba(250, 98, 98, 0.4);
    border-radius: 5px;
    padding: 16px 20px;
    border-color: #f98519;
    color: #fff;
    font-size: 16px;
    display:block;
    text-align:center;
    margin:0px auto;
}
a.btn-services{
    background: linear-gradient(138.29deg, #f98519 13.5%, #EE2522 100%);
    box-shadow: 0px 5px 15px rgba(250, 98, 98, 0.4);
    border-radius: 5px;
    padding: 16px 20px;
    border-color: #f98519;
    color: #fff;
    font-size: 16px;
    width:30%;
    display:block;
    text-align:center;
margin: 0 auto !important;
margin-top: 30px !important;
}
/* about Company */
#about-company {
    padding: 5% 0% 2% 0%;
    background: #fff;
}

#about-company p {
    margin-top: 2rem;
}

.company-content button {
    padding: 10px 40px;
    margin-top: 20px;
}

/* Services */
.service-box {
    background: #FFFFFF;
    box-shadow: 0px 1px 6px rgba(61, 65, 84, 0.15);
    border-radius: 6px;
    border: 1px solid #5c5c5c2e;
    padding: 25px;
    margin: 5px;
    margin-bottom: 20px;
}

.service-box img {
height: auto;
    width: 90px;
    margin-bottom: 15px;
    
}

.service-box h4 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 500;
}

.service-box:hover {
    background: #FFFFFF;
    border-radius: 6px 6px 0px 0px;
    border-top: 4px solid #F98519 !important;
    border: transparent;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    transition: .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

#our-services h2 {
    text-align: center;
    display: block;
    font-weight: 700;
}

/* testimonial */
#testimonial {
    background-image: url('../img/testimonials.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 8% 0%;
    color: #fff;
    /* height: 450px; */
}

#testimonial h2 {
    font-weight: 700;
}

.carousel .carousel-item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 13px;
}

.carousel .media {
    position: relative;
    padding: 0 0 0 20px;
}

.carousel .media img {
    width: 75px;
    height: 75px;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial-wrapper {
    padding: 0 10px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(61, 65, 84, 0.1);
    border-radius: 5px;
}

.carousel .testimonial {
    color: #333;
    position: relative;
    padding: 15px;
    /* background: #f1f1f1;
	border: 1px solid #efefef; */
    border-radius: 3px;
    margin-bottom: 15px;
}

.carousel .testimonial::after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background: #f1f1f1;
    border: 1px solid #efefef;
    border-width: 0 0 1px 1px;
    position: absolute;
    bottom: -8px;
    left: 46px;
    transform: rotateZ(-46deg);
}

.carousel .star-rating li {
    padding: 0 2px;
}

.carousel .star-rating i {
    font-size: 16px;
    color: #ffdc12;
}

.carousel .overview {
    padding: 3px 0 0 15px;
}

.carousel .overview .details {
    padding: 5px 0 8px;
}

.carousel .overview b {
    text-transform: uppercase;
    color: #444;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}

.carousel .carousel-indicators {
    bottom: -70px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 1px 2px;
    box-sizing: border-box;
}

.carousel-indicators li {
    background: #e2e2e2;
    border: 4px solid #fff;
}

.carousel-indicators li.active {
    color: #fff;
    background: #1abc9c;
    border: 5px double;
}

/* digitalinfo */
#digitalinfo {
    padding: 6% 0;
    background: #fff;
}

.right-content {
    background: #FEF3E8;
    box-shadow: 0px 2px 4px rgba(61, 65, 84, 0.1);
    border-radius: 5px;
    padding: 40px;
    margin-bottom: 30px;
}

.content-info {
    display: block;
    padding: 50px 50px 20px 0px;
    line-height: 32px;
}

.content-info h3 {
    font-weight: 700;
}

.right-content h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 48px;
    line-height: 28px;
    color: #F98519;
}

.right-content p {
    font-weight: 500;
    font-size: 20px;
}

/* Call to action */
#cta {
    background-color: #333;
    padding: 5% 0;
    text-align: center;
    color: #fff;
}

.banner-buttons {
    display: inline-block;
    margin: 0 auto;
    margin-top: 10px;
}

/* Blog Posts */
#blog-posts {
    padding: 5%;
}

.post-dec {
    margin-top: 12px;
    display: inline-block;
}

img.blog-img {
    width: 100%;
    max-width: 100%;
    display: block
}

.description {
    padding: 20px;
    background: #FFFFFF;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 0px 3px 0px #22222233;
}

h3.post-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}

/* Contact Form */
#contact-form {
    padding: 5% 0;
    font-weight: 700;
    background: linear-gradient(138.29deg, #F98519 13.5%, #EE2522 100%);
}

.contactdus {
    padding: 60px;
    background: #FFFFFF;
    box-shadow: 0px 20px 40px rgba(61, 65, 84, 0.15);
    border-radius: 5px;
}

.content-form {
    text-align: center;
    margin-bottom: 50px;
    display: block;
}

/* ============== About Page ================ */
.company-inner {
    background: #FFFFFF;
    border: 1px solid #F98519;
    box-shadow: 0px 20px 40px rgba(61, 65, 84, 0.15);
    border-radius: 5px;
    padding: 40px;
    display: inline-block;
    margin-top: 4px;
}

.company-inner ul {
    list-style: none;
    padding: 0;
}

.company-inner li {
    line-height: 36px;
    text-align: left;
}

/* counter */
#counter {
    background: linear-gradient(138.29deg, #F98519 13.5%, #EE2522 100%);
    padding: 5% 0;
}

.couner-data {
    color: #fff;
    padding: 0px 50px;
    border-right: 3px solid #fff;
}

.couner-datas {
    color: #fff;
    padding: 0px 50px;
}

.post-social-media span {
    margin: 5px;
    width: 32px;
    height: 32px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
}

.team-detail {
    padding: 20px 0px;
    background: #FFFFFF;
    border-radius: 0px 0px 5px 5px;
}

/* =================== Blog Page ========================== */
#main-blog {
    background-image: url('../img/Blog.jpg');
    background-position: top center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 8% 0%;
    color: #fff;
    height: 650px;
}

/*#main-blog::before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 740px;*/
/*    background: #000;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    opacity: .1;*/
    /* z-index: 99s; */
/*}*/
.description a {
    color: #333;
}
.description a :hover {
    text-decoration: none;    
}


/* =================== Services Page ========================== */
#main-servics {
    background-image: url('../img/services-bg.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 8% 0%;
    color: #fff;
    height: 650px;
}

/*#main-servics::before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 740px;*/
/*    background: #000;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    opacity: .1;*/
    /* z-index: 99s; */
/*}*/

#our-services {
    padding: 5% 0;
}

.service {
    text-align: center;
    padding: 20px;
}

.servicinner h4 {
    font-size: 22px;
    margin-top: 10px;
    line-height: 39px;
}

.post-date {
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 12px 0px #0000003d;
    width: 40px;
    height: 44px;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    top: 10px;
    left: 25px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.post-pagination ul {
    list-style: none;
    padding: 0;
}

.post-pagination li {
    text-align: center;
    display: inline-block;
    margin: 30px 10px 0px;
    border-radius: 4px;
    font-size: 18px;
    width: 34px;
    background: #fff;
    box-shadow: 0px 0px 3px 0px #33333373;
    height: 34px;
    line-height: 34px;
}

.post-pagination li:hover {
    background: #f98519;
    color: #fff;
}

.post-pagination {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/* ======================== Contact Us Page ================= */
.contactusu {
    padding: 5% 0%;
      background-image: url('../img/Contact Us.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.page_contact {
    margin-top: -50px;
    padding-bottom: 8%;
}

/* ======================== Singal Blog Post ======================= */
#singal-blog {
    background-image: url('../img/signal-blog-post.jpg');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding: 4% 0%;
    color: #fff;
}

.singel-blog-social span {
    display: block;
    width: 34px;
    line-height: 34px;
    height: 34px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    margin: 10px 0px;
}

.post-content p {
    padding-top: 12px;
    font-size: 20px;
}

p.quote {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #5C5C5C;
}
.comment{
    padding: 3% 0;
}
.comment-auther {
    width: 100px;
    height: 80px;
    margin-right: 20px;
    background: #5C5C5C;
    border-radius: 104px;
}
.comment-details {
    display: flex;
    margin-top: 20px;
}
span.comment-auther-name {
    font-size: 22px;
    padding-bottom: 6px;
    display: inline-block;
}
.comment-form .form-control {
    border: 1px solid #F98519;
    padding: 20px;
    display: block;
}
/* ====================================Footer========================= */
footer {
    padding: 5% 0%;
    border-top: 1px solid #e0e0e0;
}

.copyright {
    background: #333;
    padding: 15px;
    color: #fff;
    display: block;
    text-align: center;
    vertical-align: middle;
}

.footer-social span i {
    background-color: #000;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
}

.footer-col-content p {
    padding-right: 100px;
}

ul.footer-menu {
    padding-left: 4px;
    margin-top: 10px;
    list-style: none;
}

ul.footer-menu a {
    color: #333;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.footer-menu a :hover {
    text-decoration: none !important;
    cursor: pointer;
}

.footer-col-content a {
    color: #333;
    padding-bottom: 9px;
    display: block;
}


/* ==============Mobile Responsive ============ */
.navbar input[type="checkbox"],
.navbar .hamburger-lines {
    display: none;
}

.container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

.navbar {
    /* box-shadow: 0px 5px 10px 0px #aaa; */
    position: fixed;
    width: 100%;
    background: #ffffff00;
    color: #fff;
    /* opacity: 0.85; */
    z-index: 100;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
}

.menu-items {
    order: 2;
    display: flex;
}

.logo {
    order: 1;
    font-size: 2.3rem;
}

.menu-items li {
    list-style: none;
    margin-left: 1.5rem;
    font-size: 1.3rem;
}

#mobile-menu a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

/* .navbar a:hover {
    color: #117964;
} */

@media (max-width: 768px) {
    .navbar {
        opacity: 0.95;
    }

    .navbar-container .hamburger-lines {
        display: block;
    }

    .navbar-container .hamburger-lines {
        height: 28px;
        width: 35px;
        position: absolute;
        top: 14px;
        right: 10px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .hamburger-lines i.fa.fa-bars {
        font-size: 34px;
    }

    .navbar .menu-items {
        transform: translate(0%);
        padding-top: 14px;
        background: #fff !important;
        margin-top: 70px;
        max-width: 100% !important;
        position: relative;
        width: 100% !important;
        left: 0px;
        top: 2px;
        z-index: 999999;
        display: block;
        flex-direction: column;
        /* padding-left: 11px; */
        transition: transform 0.5s ease-in-out;
        box-shadow: 0px 0px 0px 0px #aaa;
        overflow: scroll;
    }

    /* .navbar .menu-items li {
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight: 500;
    } */

    .logo {
        position: absolute;
        top: -14px;
        left: 0px;
        font-size: 2.5rem;
    }
}




/* ============== Website Development page ============ */

#website-development{
    padding: 5% 0;
}
.website-box {
    background: #333333c7;
    color: #fff;
    padding: 30px;
    min-height: 448px !important;
    display: inline-block;
}
a.get-proposal {
    background: linear-gradient(138.29deg, #f98519 13.5%, #EE2522 100%);
    box-shadow: 0px 5px 15px rgba(250, 98, 98, 0.4);
    border-radius: 5px;
    padding: 10px 20px;
    border-color: #f98519;
    color: #fff;
    font-size: 16px;
    margin-right: 30px;
}

.website-box h4 {
    font-size: 36px;
}
.website-box p{
    padding: 3% 0;
}
.website-right-content{
    background: #5c5c5c57;
    padding: 20px;
    display: flex;
    margin-bottom: 0px;
    min-height: 232px;
}

#website-digitalinfo{
    padding: 5% 0;
}
#website-digitalinfo .col-md-6 {
    padding: 0;
}
.website-content-info {
    padding: 40px 40px 30px 0px;
}
span.bg-yellow {
    color: #FB8706;
    font-size: 20px;
    font-weight: 700;
    margin-right: 16px;
}
.website-info h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
}

/* ============ woocommerce Page =========== */
.woocommerce{
    background-image: url('../img/sub-development.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0%;
}
.commerce-inner {
    background: #333333d1;
    padding: 50px;
    color: #fff;
}
.commerce-inner h3 {
    /*padding-right: 50%;*/
    font-size: 40px;
    padding-bottom: 5px;
}
.commerce-box {
    background: #FEF3E8;
    color: #000;
    padding: 30px;
    border-radius: 12px 0px 0px 0px;
}
.commerce-box p {
    line-height: 1.8;
}

/* ============ Social Media Marketing Page ============= */
.commerce-price {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0px 5px 40px 0px rgb(179 179 179 / 50%);
    border-radius: 16px;
}
.price {
    display: inline-flex;
    padding: 25px 0px;
}
small {
    padding-top: 15px;
    padding-left: 10px;
}
.commerce-price ul {
    list-style: none;
    padding: 0;
}
.commerce-price li {
    line-height: 38px;
}
.commerce-price p {
    line-height: 30px;
    padding:20px 0px;
}
.commerce-price a {
    display: inline-block;
    margin: 0px auto;
    margin-top: 5%;
}
.social-media{
    padding-top: 5%;
    padding-bottom: 0 !important;
}
.social-media-space{
    background: #fff;
    padding: 5%;
}
.socila-media-price {
    position: relative;
    top: 70px;
    left: 0;
    right: 0;
}

/* ======================= digital-branding =============== */

.digital-branding{
    background-image: url('../img/digital.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0%;
}
img.responsive-img{
    max-width: 100%;
    display: block;
    width: 100%;
}






























