* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
a {
    text-decoration: none !important;
    transition: .5s;
}
i:before {
    margin: 0 !important;
}
ul {
    list-style-type: none;
}
body {
    font-family: 'Roboto', sans-serif;
}
.mobileNumber {
    display: none;
    width: 100%;
    background-color: #f26522;
}
.mobileNumber a {
    color: #000 !important;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
}

.mobileNumber i:before {
    color: #000000;
    margin-right: 5px !important;
}
.top-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5fb27a;
    padding: 5px;
}

.top-nav a i:before {
    font-size: 16px;
    padding-right: 5px;
}
.mynavbar {
    padding: 0;
}
.mynavbar ul {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.mynavbar ul li {
    border-left: 1px solid #e5e5e5;
    padding: .5em 1.3em;
    transition: .5s;
}
.mynavbar ul li:last-child {
    border-right: 1px solid #e5e5e5;
}
.mynavbar ul .active {
    background-color: #f26522;
}
.mynavbar ul .active a {
    color: #fff;
}
.mynavbar ul li:hover{
    background-color: #f26522;
}
.mynavbar ul li a {
    color: #333;
    font-size: 15px;
    display: block;
}
.mynavbar ul li:hover .nav-link{
    color: #fff;
}
.mynavbar .navbar-brand {
    width: 150px;
}
.navigation-color {
    background-color: #fff;
    box-shadow: 2px 2px 10px #bebebe;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.banner {
    position: relative;
    padding: 3em 0;
    display: flex;
    align-items: center;
    background-image: url(../images/slider1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.web-banner {
    background-image: url(../images/web-design.jpg);
}
.seo-banner {
    background-image: url(../images/seo-banner.jpg);
}
.social-m-banner {
    background-image: url(../images/social-m-banner.jpg);
}
.banner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2e2e527a;
}
.banner-text {
    z-index: 1;
    color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
}
.banner-text h1 span {
    color: #f26522;
}
.banner-text p {
    padding: 1em 0;
}
.banner-text ul {
    margin-bottom: 2em;
}
.banner-text a {
    font-size: 14px;
    padding: 12px 37px;
    background-color: #f26522;  
    color: #fff;
    border-radius: 40px;
}
.banner-text a:hover {
    color: #fff !important;
    background-color: #d15013;
}
.banner-form {
    z-index: 3;
    padding: 2em;
    background-color: #fffffff2;
    border-radius: 10px;
}
.banner-form h4 {
    margin-bottom: 1em;
    color: #000;
    font-size: 19px;
    text-align: center;
}
.banner-form input[type=text],
.banner-form textarea,
.banner-form select {
    background: none;
    border: none;
    border-bottom: 2px solid #717171;
    color: #333;
    margin-bottom: 1em;
    font-size: 12px;
}
.banner-slider {
    overflow-x: hidden;
}
.features {
    padding: 5em 0;
}
.section-head {
    text-align: center;
    margin-bottom: 1em;
}
.section-head span {
    font-weight: 600;
    color: #f26522;
}
.feature-box {
    background-color: #fff;
    padding: 1em;
    box-shadow: 2px 2px 5px #ccc;
    margin-bottom: 2em;
    text-align: center;
    transition: .5s;
}
.feature-box:hover {
    box-shadow: 5px 5px 10px #f265223b;
}
.feature-box i:before {
    color: #f26522;
    font-size: 4em;
}

.feature-box h6 {
    font-size: 18px;
    font-weight: 600;
    color: #555;
}

.feature-box p {
    font-size: 15px;
    margin-top: 1em;
}
.services {
    padding: 5em 0;
}
.service-left {
    display: flex;
    text-align: right;
    margin: 1em 0;
}

.sl-icons {
    width: 50px;
    display: inline-grid;
    margin-left: 15px;
}
.sl-icons2 {
    margin-left: 0;
    margin-right: 15px;
}
.sl-icons i {
    background: #f26522;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.sl-icons i:before {
    font-size: 24px;
    padding: 0 0 0 2px;
    color: #fff;
}

.service-left h6 {
    font-weight: 600;
    color: #555;
}

.service-left p {
    font-size: 14px;
    line-height: 20px;
}
.service-center {
    width: 200px;
    height: 399px;
    background-image: url(../images/mockup-image.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mockup-slider-wrapper {
    overflow: hidden;
}
.mockup-slide img {
    margin: 0 auto;
}
.ideas {
    padding: 5em 0;
}
.ideas-detail h1 {
    text-align: left;
    font-size: 40px;
    margin-bottom: 10px;
}
.ideas-detail h5 {
    font-size: 18px;
    color: #747474;
    margin-bottom: 1em;
}

.ideas-detail p {
}
.technology {
    padding: 5em 0;
}
.status {
    margin: 0 1%;
    width: 18%;
    text-align: center;
}
.status h5 {
    font-weight: bold;
    margin-top: 14px;
}
footer {
    background-color: #333333;
    padding: 4em 0 0 0;
    color: #fff;
}

footer h5 {font-weight: 600;margin-bottom: 1em;}

footer p {
    font-size: 15px;
}

footer ul li a {
    font-size: 15px;
    color: #fff;
}
.footer-bottom {
    background-color: #414141;
    text-align: center;
    padding: 10px 0;
}
.footer-bottom h3 {
    margin: 0;
}

.footer-bottom p {
    margin: 0;
}
.footer-bottom p a {  
    color: #fff;
}
.logo {
    color: #fff;
    display: flex;
    align-items: center;
}
.logo h2 {
    margin: 0;
    font-size: 22px;
}
.logo h6 {
    margin: 7px 0 0 0;
    font-size: 14px;
    text-align: center;
}
.logo h2 span {
    color: #f26522;
}
.logo h6 span {
    color: #f26522;
    border: 2px solid #f24915;
    padding: 3px 6px;
    border-radius: 50%;
    margin: 0 4px;
}
.top-details {
    display: flex;
    align-items: center;
    padding: 1em 5px;
}

.top-content h6 {
    font-weight: bold;
    margin: 0 0 4px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.top-content p {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
}

.top-icon {
    background-color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin-right: 8px;
    transition: 1s;
}
.top-details:hover .top-icon {
    transform: rotateY(360deg);
}

.top-icon i:before {
    font-size: 16px;
    color: #f26522;
}
.top-nav {
    background-color: #111;
}
.top-content button {
    background-color: #f26522;
    color: #fff;
    box-shadow: unset !important;
    transition: .5s;
    font-size: 13px;
    padding: .5em 1em;
}
.top-content button:hover {
    background-color: #e55e1e;
    color: #fff;
}
.banner-f-button {
    background-color: #f26522;
    color: #fff;
    width: 100%;
}
.banner-f-button:hover {
    background-color: #d15013;
    color: #fff;
}
.footer-ser-ul {
    column-count: 2;
}
.web-design {
    padding: 5em 0;
}
.web-des-wrap {
    background-color: #fff;
    padding: 2em 2em 1em 2em;
    box-shadow: 2px 2px 11px #ccc;
    height: 100%;
}
.design-bg {
    background-image: url(../images/des-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.research-bg {
    background-image: url(../images/res-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.design-process {
    padding: 5em 0;
}
.web-des-box {
    text-align: center;
    box-shadow: 2px 2px 10px #ccc;
    position: relative;
}
.web-des-box h6 {
    font-weight: bold;
    margin: 1em 0;
}

.web-des-box ul {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: 1s;
    text-align: left;
}
.web-des-box:hover.web-des-box ul {
    height: auto;
    padding: 10px;
}
.des-number {
    position: absolute;
    top: 1px;
    left: 5px;
}
.des-number h1 {
    color: #eaeaea;
}
.dev-box {
    height: 225px;
    margin-bottom: 1em;
}
.seo-box {
    padding: 1em;
    margin-bottom: 1em;
}
.seo-box i:before {
    font-size: 3em;
    color: #f26522;
}
.seo-toolbox {
    padding: 1em;
    margin-bottom: 1em;
    height: 255px;
}
.seo-toolbox i:before {
    font-size: 3em;
    color: #f26522;
}
.seo-dash-ul li {
    display: flex;
    align-items: center;
}
.seo-dash-ul li i:before {
    font-size: 15px;
    padding-right: 10px;
    color: #f36522;
}
.smm-ul li {
    margin-bottom: 10px;
}
.smm-box {
    padding: 1em;
    margin-bottom: 1em;
    box-shadow: 2px 2px 10px #ccc;
}
.ppc-process {
    padding: 4em 0;
}
.ppcm-box {

}
.contact {
    padding: 5em 0;
}
.contact-address {
    padding: 1em;
    background-color: #fff;
}
.contact-form {
    padding: 1em 2em 2em 2em;
    background-color: #fff;
}
.contact-form input[type=text],
.contact-form select,
.contact-form textarea {
    background: none;
    border: none;
    border-bottom: 1px solid #333;
    margin-bottom: 1em;
    font-size: 12px;
}
.contact-form h4 {
    font-size: 19px;
    margin-bottom: 1em;
}
.privacy {
    padding: 4em 0;
}
.privacy-wrapper {
    padding: 2em;
}
.privacy-wrapper h4 {
    font-size: 20px;
    color: #333;
    padding: 1em 0 0 0;
}
.contact-address i:before {
    color: #f26522;
    font-size: 18px;
}
.modal-header .close {
    position: absolute;
    top: 5px;
    right: 10px;
}
.modal-content {
    border-radius: 10px;
}
.my-modal-header {
    border: none;
    border-radius: 10px;
    padding: 2em 4em;
}
.modal-form input[type=text],
.modal-form select,
.modal-form textarea {
    background: none;
    border: none;
    border-bottom: 2px solid #000;
    margin-bottom: 1em;
    font-size: 14px;
}
input[type=text],
select,
textarea {
    box-shadow: unset !important;
}
.mynavbar .navbar-toggler {

margin: 8px;

width: 40px;

height: 40px;

padding: 0;

border: 2px solid #f26522;
}
.mynavbar .navbar-toggler span {

}
.mynavbar .navbar-toggler span:before {
    margin: 0;
    font-weight: bold;
    font-size: 24px;
    color: #f26522;
}
.mobile-inq {
    display: none;
}
.hlogo-link a {
    display: unset;
    color: #fff;
}
