/* Importing Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/*@font-face { font-family:'Mistral'; src:url('../fonts/MISTRAL.ttf') format('truetype'); font-weight:normal; font-style:normal; }*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


/* ============== CSS Variables ================ */
:root {
    --primary-color: #EE1C24;
    --secondary-color: #595959;
    --grey-color: #1E1E1E;
    --white-color: #fff;
    --black-color: #000;
}

/* ============== Default Element Style ================ */
body {
    /*font-family: "Noto Sans", sans-serif;*/
    font-family: "Rubik", sans-serif;
    font-size: 1rem;
    font-style: normal;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: var(--grey-color);
}

p {
    /*font-family: "Open Sans", sans-serif;*/
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #666;
    font-size: 16px;
    line-height: 26px;
}

/* Responsive Typography with Line Clamp */
h1 {
    /*font-family: var(--font-primary);*/
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: clamp(36px, 5vw, 65px);
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--white-color);
    font-style: normal;
}

    h1 span {
        /*font-family: var(--font-secondary);*/
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        font-size: clamp(50px, 7vw, 90px);
        line-height: 1.2;
        color: var(--primary-color);
        font-style: normal;
    }

h2 {
    /*font-family: var(--font-primary);*/
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.2;
    color: var(--primary-color);
    font-style: normal;
}

    h2 span {
        /*font-family: var(--font-secondary);*/
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        font-size: clamp(36px, 6vw, 62px);
        line-height: 1.2;
        color: var(--secondary-color);
        font-style: normal;
    }

h4 {
    /*font-family: var(--font-primary);*/
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: clamp(18px, 3vw, 22px);
    line-height: 1.2;
    font-style: normal;
}

h5 {
    font-style: normal;
    font-family: "Rubik", sans-serif;
}
/*p { font-family:var(--font-primary); font-weight:500;
	font-size:clamp(16px, 2.5vw, 18px); 
	line-height:1.8; display:-webkit-box; 
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden; }*/

/* List & Anchor */
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none !important;
    font-style: normal;
}

/* Images */
img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

/* Buttons */
.btn_theme {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #EE1C24;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 12px 30px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    .btn_theme:hover {
        background-color: #fff;
        color: #EE1C24;
        border: 2px solid #EE1C24;
    }

/* Section Padding */
.section-padding {
    padding: 80px 0px;
}

.section-padding-top {
    padding-top: 80px;
}

.section-padding-bottom {
    padding-bottom: 80px;
}

/* Responsive Adjustments */
@media (max-width:768px) {
    .section-padding {
        padding: 60px 0px;
    }

    .section-padding-top {
        padding-top: 60px;
    }

    .section-padding-bottom {
        padding-bottom: 60px;
    }
}

@media (max-width:480px) {
    .section-padding {
        padding: 40px 0px;
    }

    .section-padding-top {
        padding-top: 40px;
    }

    .section-padding-bottom {
        padding-bottom: 40px;
    }
}

/* Footer */
#footer {
    padding: 40px 0;
    background-image: url(../img/Ashtalaxmi-Realities-Nagpur-Maharashtra-India.webp), url(../img/Ashtalaxmi-Realities-Nagpur-Maharashtra-India.png);
    background-size: cover;
    background-position: center;
}

    #footer .logo img {
        max-width: 150px;
    }

    #footer .contact-details i {
        color: red;
        margin-right: 8px;
    }

.bottom-footer {
    background-color: red;
    color: white;
    text-align: center;
    padding: 10px 0;
}

.w-black {
    color: #595959;
}

.bg-wblack {
    background: #595959;
}

.red {
    color: #EE1C24;
}

#footer ul li a {
    color: #000000;
}

.aim-box {
    background: #EE1C24;
    border-radius: 18px;
}

.img-top-radius {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#invest {
    background-image: url(../img/invest-bg-img.webp), url(../img/invest-bg-img.png);
    background-size: cover;
    background-position: center;
}

#piece-of-land {
    background-image: url(../img/piece-of-land-img.webp), url(../img/piece-of-land-img.png);
    background-size: cover;
    background-position: left center;
}

.btn {
    background: #EE1C24;
    color: #fff;
    border: 1px solid #fff;
    width: fit-content;
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

    .btn::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300%;
        height: 300%;
        background: rgba(255, 255, 255, 0.3);
        transition: all 0.6s ease-in-out;
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
    }

    .btn:hover::before {
        transform: translate(-50%, -50%) scale(1);
    }

    .btn:hover {
        background: #fff;
        color: #EE1C24;
        border-color: #EE1C24;
        box-shadow: 0 0 15px rgba(238, 28, 36, 0.6);
    }

#banner {
    background-image: url(../img/home-banner-img.webp), url(../img/home-banner-img.png);
    background-size: cover;
    background-position: center center;
}

.navbar {
    background: #E9E9E9;
}

.nav-link {
    padding: 9px 10px !important;
    color: #333;
    background-color: transparent;
    font-weight: 400;
    font-size: 15px;
    font-style: normal;
}





/*----------------------header CSS---------------------*/



.logo-area {
    background-color: #fff;
}

.top {
    clip-path: polygon(0 0, 100% 0, 100% 25%, 100% 66%, 100% 100%, 30% 100%, 25% 8%, 0 5%);
    background: #4d5259;
}

@media(max-width:768px) {
    .top {
        clip-path: unset;
        background: #4d5259;
    }
}

.icon {
    color: #fff;
}

    .icon:hover {
        color: #f36f21;
    }

.yellow {
    color: #f6a70c;
}

.yellow-wht {
    color: #fff;
}

    .yellow-wht:hover {
        color: #f6a70c;
    }

@media(min-width:992px) {
    .navbar-brand {
        position: absolute;
        top: -45px;
    }
}


.logo-area::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 4px;
    width: 100%;
    background: linear-gradient(to right, #ffd000 0, #fcc204 16%, #f49c0f 30%, #f08914 44%, #ec751a 60%, #e86320 72%, #da2134 86%, #da2134 99%, #da2134 100%);
}

.video-text h3 {
    border-radius: 34px;
    padding: 12px 0;
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin-top: 0;
    background-color: #000;
    opacity: .8;
    margin-left: 0;
    width: 100%;
    font-style: normal;
}

.counter-bg {
    background: url(../images/counter-bg.webp);
    background-size: cover;
    background-position: top center;
    top: -40px;
    position: absolute;
}

.counter span {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    font-style: normal;
}

.counter-bg .counter, .plus {
    font-size: 33px !important;
    font-style: normal;
}

.footer {
    background-color: #323232;
    padding: 70px 0 10px 0;
    border-top: 4px solid #ff2e42;
}

    .footer li a, .footer p, .copyright a {
        font-size: 15px;
        font-weight: 400;
        color: #ccc;
    }

    copyright span, .footer a:hover {
        color: #ff2e42;
    }

    .footer h5::after {
        border-bottom: 3px solid #ff2e42;
        content: "";
        position: absolute;
        top: 30px;
        left: 0px;
        width: 12%;
    }

    .footer h5 {
        position: relative;
    }

    .footer li {
        margin-bottom: 15px;
    }

@media(min-width:768px) {
    #home-about {
        background: url(../../assets/images/home-about-bg.webp);
        background-position: top center;
        background-size: cover;
        margin-top: -40px;
    }
}

.title {
    font-size: 32px;
    font-weight: 400;
    color: #000;
    margin-bottom: 40px;
    position: relative;
}

.title-center {
    font-size: 32px;
    font-weight: 400;
    color: #000;
    margin-bottom: 40px;
    position: relative;
}

.title::after {
    border-bottom: 4px solid #ff2e42;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 16%;
}

.title-center::after {
    border-bottom: 4px solid #ff2e42;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    right: 0px;
    width: 16%;
    margin: auto;
}

#clients .title::after, #what-we-do .title::after {
    border-bottom: 4px solid #ff2e42;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 16%;
    right: 0px;
    margin: auto;
}

@media(min-width:768px) {
    .get-website {
        background: url(../../assets/images/get-website-bg.webp) center center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        animation: bgZoom 8s ease-in-out infinite;
    }
}

@media(max-width:767px) {
    .get-website {
        background: #000 !important;
        background-size: cover;
        background-attachment: fixed;
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        animation: bgZoom 8s ease-in-out infinite;
    }
}



.get-website {
    position: relative;
    height: unset !important;
    padding-bottom: 0px !important;
}

    .get-website::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: -1px;
        height: 10px;
        width: 100%;
        background: linear-gradient(to right, #ffd000, #fcc204, #f49c0f, #f08914, #ec751a, #e86320, #da2134);
    }

@keyframes bgZoom {
    0% {
        background-size: 100% 100%;
    }

    50% {
        background-size: 110% 110%;
    }

    100% {
        background-size: 100% 100%;
    }
}

@media(min-width:992px) {


    .home-service {
        background: url(../../assets/images/home-service-bg.webp) top center no-repeat;
        height: 797px;
    }
}

.service-cloud {
    background: url(../images/service-cloud.webp) top left no-repeat;
    height: 121px;
    width: 193px;
    transition: .3s;
}

.service-cloud2 {
    margin-top: 100px;
    margin-left: -15px;
}

.service-cloud:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: .3s;
}

.service-cloud h5 {
    font-size: 15px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    text-align: center;
    padding-top: 64px;
    letter-spacing: 1px;
    line-height: 20px;
}

.service-cloud2 {
    position: absolute;
    top: 250px;
    left: 85px;
}

.service-cloud1 {
    position: absolute;
    top: 120px;
    right: 30px;
}

.service-cloud4 {
    position: absolute;
    top: 130px;
    left: 45px;
}

.service-cloud5 {
    position: absolute;
    top: 350px;
    left: 185px;
}

.service-cloud3 {
    position: absolute;
    top: 10px;
}

@media(max-width:1400px) {
    .service-cloud2 {
        position: absolute;
        top: 220px;
        left: 15px;
    }

    .service-cloud1 {
        position: absolute;
        top: 108px;
        right: 45px;
    }

    .service-cloud4 {
        position: absolute;
        top: 115px;
        left: 50px;
    }

    .service-cloud5 {
        position: absolute;
        top: 330px;
        left: 202px;
    }

    .service-cloud3 {
        position: absolute;
        top: 10px;
    }
}

@media(max-width:1200px) {

    .service-cloud5 {
        position: absolute;
        top: 320px;
        left: 129px;
    }
}

.owl-carousel .owl-item img {
    display: unset !important;
    width: unset !important;
}

.get-website .btn, .home-service .btn, .contact_bg .btn {
    position: relative;
    padding: 20px 80px;
    border-radius: 10px;
    background: linear-gradient(to right, #ffd000, #fcc204, #f49c0f, #f08914, #ec751a, #e86320, #da2134);
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


@media(max-width:992px) {
    .get-website .btn, .home-service .btn, .contact_bg .btn {
        padding: 18px 40px;
    }
}



#testimonial-clients {
    background: url(../images/testimonial-bg.webp) top center no-repeat;
    height: auto;
    background-attachment: fixed;
    background-size: cover;
}

.testimonials p {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    margin: 20px 0 30px;
}

.testimonials i {
    color: #ff2e42;
    font-size: 50px;
}

.testimonials h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

#clients {
    background: url(../images/client-bg.webp) top center no-repeat;
    position: relative;
    background-size: cover;
    z-index: 999;
}
    /*#clients img {
	filter: grayscale(100%);
	transition: .3s;
}
*/



    #clients .owl-nav {
        position: relative;
        bottom: 8rem;
    }


    #clients .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        left: -90px;
        background: #eceef0;
        font-size: 25px;
        opacity: 1;
        border-radius: 50%;
        padding: 10px 23px !important;
        color: #ff2e42;
    }


    #clients .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        right: -90px;
        font-size: 25px;
        opacity: 1;
        border-radius: 50%;
        padding: 10px 23px !important;
        background: #eceef0;
        color: #ff2e42;
    }

/*@media(max-width:992px) {
	#clients .owl-nav {
		position: relative;
		bottom: unset;
	}


	#clients .owl-carousel .owl-nav button.owl-prev {
		position: absolute;
		left: unset;
		background: #eceef0;
		font-size: 25px;
		opacity: 1;
		border-radius: 50%;
		padding: 10px 23px !important;
		color: #ff2e42;
	}


	#clients .owl-carousel .owl-nav button.owl-next {
		position: absolute;
		right: un;
		font-size: 25px;
		opacity: 1;
		border-radius: 50%;
		padding: 10px 23px !important;
		background: #eceef0;
		color: #ff2e42;
	}
}*/


.owl-theme .owl-dots .owl-dot.active span {
    background: #ff2e42 !important;
}




#clients .owl-carousel .owl-nav button.owl-next:hover, #clients .owl-carousel .owl-nav button.owl-prev:hover {
    background: linear-gradient(to right, #ffd000 0, #fcc204 16%, #f49c0f 30%, #f08914 44%, #ec751a 60%, #e86320 72%, #da2134 86%, #da2134 99%, #da2134 100%);
    color: #fff !important;
}


.vps-hosting-banner {
    background: url(../../assets/images/vps-hosting-banner.webp) top center no-repeat;
    margin-top: 120px;
    background-size: cover;
}

.dedicated-server-banner {
    background: url(../../assets/images/dedicated-server-banner.webp) top center no-repeat;
    margin-top: 120px;
    background-size: cover;
}

.ssl-banner {
    background: url(../../assets/images/SSL-Digital-Security-Certificates-banner.webp) top center no-repeat;
    margin-top: 120px;
    background-size: cover;
}

.digital-marketing-banner {
    background: url(../images/digital-marketing-banner.webp) top center no-repeat;
    margin-top: 120px;
    background-size: cover;
}

.about-us-banner {
    background: url(../../assets/images/about-us-banner.webp) top center no-repeat;
    margin-top: 120px;
    background-size: cover;
}

.contact-us {
    background: url(../../assets/images/contact-us-banner.webp) top center no-repeat;
    margin-top: 120px;
    background-size: cover;
}

@media(max-width:576px) {
    .contact-us {
        background: url(../../assets/images/contact-us-banner-mobile-img.png) top center no-repeat;
        margin-top: 120px;
        background-size: cover;
    }
}

.support-banner {
    background: url(../../assets/images/support-banner.webp) top center no-repeat;
    margin-top: 120px;
    background-size: cover;
}
/*.contact-icon {
	
	
	text-align: center;
	vertical-align: middle;
	width: fit-content;
	padding: 20px;
}*/
.contact-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 2px solid #ff2e42;
    border-radius: 20px;
}

.contact-text h3 {
    font-size: 26px;
    font-weight: 700;
    color: #4d5259;
    text-transform: capitalize;
}

.contact-text p, .contact-text p a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

@media(min-width:992px) {
    .website-design-banner {
        background: url(../../assets/images/website-design-banner-dotscoms.webp) center top no-repeat;
        margin-top: 130px;
    }

    .mobile-apps-banner {
        background: url(../../assets/images/new-mobile-apps-banner.webp) top center no-repeat;
        margin-top: 130px;
    }

    .portfolio__bg {
        background: url(../../assets/images/portfolio-banner.webp) top center no-repeat;
        margin-top: 130px;
    }
}

.shared-hosting-banner {
    background: url(../../assets/images/website-hosting-banner.webp) top center no-repeat;
    margin-top: 129px;
}


@media (min-width: 768px) and (max-width: 991px) {
    .website-design-banner, .website-design-banner {
        background: url(../images/website-design-banner-tab.png) top center no-repeat;
        background-position: right;
    }

    .mobile-apps-banner, .mobile-apps-banner {
        background: url(../../assets/images/mobile-apps-banner-tab.png) top center no-repeat;
        background-position: right;
    }

    .portfolio__bg {
        background: url(../../assets/images/portfolio-banner-tab.png) top center no-repeat;
        background-position: right;
    }
}

.inner-banner .banner-title {
    color: #ff2e42;
}

.inner-tittle {
    padding-top: 200px;
    padding-bottom: 100px;
}

@media(max-width:768px) {
    .inner-tittle {
        padding-top: 230px;
        padding-bottom: 0px;
    }
}


.inner-banner a, .inner-banner p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    padding-top: 12px;
    font-weight: 600;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}


.img-hover img {
    object-fit: cover;
    height: 270px;
    width: 100%;
    transition: all 0.5s;
}

.img-hover {
    height: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #c1c1c1;
}

    .img-hover:hover img {
        transform: scale(1.1);
    }

.webiste-icons {
    background: url(../../assets/images/website-design-bg.webp) top center repeat;
    height: auto;
}

    .webiste-icons .icon-box .icon {
        background-color: #fff;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        padding-top: 20px;
        padding-left: 21px;
    }


    .webiste-icons .icon-box .small-circle {
        width: 40px;
        padding: 0;
        height: 40px;
        z-index: 11;
        text-align: center;
    }

    .webiste-icons .icon-box .small-circle {
        width: 30px;
        height: 30px;
        padding-top: 3px;
        background: #fcc204;
        background: linear-gradient(90deg, #fcc204 0, #da2131 75%);
        position: absolute;
        border-radius: 50%;
        top: -4px;
        left: 61%;
        color: #fff;
    }

.steps_line {
    position: relative;
}

.webiste-icons .icon-box .icon-border {
    background: #10181e;
    z-index: 1;
}

.webiste-icons .icon-box .icon-border {
    border: 1px dashed #fff;
    border-radius: 50%;
    width: 116px;
    height: 116px;
    padding-top: 12px;
    padding-left: 12px;
    position: relative;
    margin: 0 auto;
}

@media(min-width:992px) {
    .website-steps .steps_line2::after {
        content: "";
        display: block;
        width: 80%;
        height: 1px;
        background: repeating-linear-gradient(to right, #fff 0px, #fff 2px, transparent 2px, transparent 4px);
        position: absolute;
        top: 60px;
        left: 190px;
        z-index: 0;
    }
}



.contact_bg {
    background: url(../../assets/images/free-website-audit.webp) bottom center no-repeat;
    height: unset;
    width: 100%;
    background-size: cover;
}

.mobile-apps-bg {
    background: url(../../assets/images/mobile-apps-bg.webp) top center no-repeat;
    height: 226px;
    margin-top: -4%;
}

.digital .digital-box .digital-text {
    width: 100%;
    background-color: #4d5258;
    height: 100px;
}

.mobile-apps .digital-box {
    box-shadow: 0 0 18px 6px #f3f3f3;
}

.mobile-apps .digital-box {
    transition: transform 0.3s ease-in-out;
}

    .mobile-apps .digital-box:hover {
        transform: scale(1.07);
    }

.mobile-apps .digital-text::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(to right, #ffd000 0, #fcc204 16%, #f49c0f 30%, #f08914 44%, #ec751a 60%, #e86320 72%, #da2134 86%, #da2134 99%, #da2134 100%);
}

.digital-text {
    position: relative;
}

.webiste-icons .icon-box .text h2 {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 26px;
}


.ready h2 {
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
}

.ios-app {
    /*	background: url(../../assets/images/bg_ios_app.png) bottom center no-repeat;*/
    background-color: #f5f5f5;
    padding-bottom: 0;
    background-size: cover;
    padding-top: 20px;
    width: 100%;
}

.image-animate {
    position: relative;
    animation: riseAndSwing 8s ease-in-out forwards;
}

@keyframes riseAndSwing {
    0% {
        top: 100px;
        left: 0;
        opacity: 0;
    }

    20% {
        top: 0;
        opacity: 1;
    }

    40% {
        left: 20px;
    }

    60% {
        left: -20px;
    }

    80% {
        left: 10px;
    }

    100% {
        left: 0;
    }
}

.android {
    background: url(../../assets/images/website-design-bg.webp) center no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.back-end {
    background: url(../../assets/images/mobile-back-end-service-bg.webp) top center no-repeat;
    background-color: #f5f5f5;
    padding-bottom: 0;
    background-size: cover;
    width: 100%;
}



.server .nav-tabs li a.active, .server .nav-tabs li a:hover {
    background-color: #585858 !important;
    color: #fff;
    transition: .3s;
}

.server .nav-tabs li a {
    padding: 20px 40px !important;
    text-align: center;
    border: 1px solid #585858;
    border-radius: 0;
    font-size: 18px;
    color: #585858;
    font-weight: 600;
    text-transform: uppercase;
}

.tabs_border .nav-tabs .active::after, .server .nav-tabs > li.active::after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    color: #585858;
}

.server .nav-item {
    position: relative;
    margin: 30px 24px;
}

@media(max-width:1200px) {
    .server .nav-item {
        position: relative;
        margin: 15px 12px;
    }

    .server .nav-tabs li a {
        padding: 20px 23px !important;
    }
}


@media(max-width:576px) {
    .server .nav-item {
        position: relative;
        margin: 15px 15px;
    }

    .server .nav-tabs li a {
        padding: 16px 15px !important;
    }
}

.server .tabs_border {
    position: relative;
}

    .server .tabs_border::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0px;
        height: 2px;
        width: 100%;
        background: linear-gradient(to right, #ffd000 0, #fcc204 16%, #f49c0f 30%, #f08914 44%, #ec751a 60%, #e86320 72%, #da2134 86%, #da2134 99%, #da2134 100%);
    }

.hosting thead {
    background: linear-gradient(to right, #ffd000 0, #fcc204 16%, #f49c0f 30%, #f08914 44%, #ec751a 60%, #e86320 72%, #da2134 86%, #da2134 99%, #da2134 100%);
}

.table > :not(caption) > * > *, .table > :not(caption) > * > * {
    background-color: unset;
}

.bg-act {
    background-color: #dedcdc !important;
    padding: 10px 10px !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #333 !important;
}

.hosting .first {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #333 !important;
    padding-left: 30px !important;
    text-align: left !important;
    background-color: #f5f5f5;
    vertical-align: middle;
}

.grey-bg {
    background-color: #f5f5f5 !important;
}

.hosting table th {
    padding: 22px 32px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.hosting .normal td {
    padding: 20px 0;
    font-family: 'Open Sans', sans-serif !important;
    font-style: normal;
}

.hosting .normal td {
    padding: 20px 0;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    color: #333;
    font-size: 16px;
    text-align: center;
    font-style: normal;
}

.hosting .add td {
    padding: 20px;
}

    .hosting .add td, .hosting .add td a {
        font-weight: 400;
        color: #000;
        font-size: 16px;
    }

.hosting .box {
    background-color: #323232;
    margin: 6px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    padding: 8px 0;
}

    .hosting .box p {
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
    }

    .hosting .box a strong {
        color: #fff;
        font-weight: 500;
    }

    .hosting .box hr {
        border-color: #ff2e42;
        margin-top: 10px;
        margin-bottom: 10px;
        opacity: 1;
    }

.organic ul li {
    color: #666;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    font-style: normal;
}

    .organic ul li::before {
        content: "\f0da ";
        font-family: FontAwesome;
        color: #666;
        margin-right: 16px;
    }


.server-content .title-box {
    padding: 16px 0;
}

.job-vacancy .title-box {
    background: linear-gradient(to right, #ffd000 0, #fcc204 16%, #f49c0f 30%, #f08914 44%, #ec751a 60%, #e86320 72%, #da2134 86%, #da2134 99%, #da2134 100%);
    margin-top: 35px;
    padding: 15px 0;
}

.server-content .title-box h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.server-content .job-box {
    padding: 20px 0 40px 55px;
    text-align: left;
}

.job-vacancy .job-box {
    background-color: #323232;
}

.server-content .job-box ul li {
    color: #fff;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
}

    .server-content .job-box ul li::before {
        content: "\f105 ";
        font-family: FontAwesome;
        color: #fff;
        margin-right: 16px;
    }

.job-vacancy .btn {
    text-transform: uppercase;
    margin-top: 20px;
}

.digital .digital-box img {
    transition: all 0.5s;
}

.digital .digital-box {
    margin-top: 30px;
    overflow: hidden;
}

    .digital .digital-box:hover img {
        transform: scale(1.1);
    }

    .digital .digital-box .digital-text p {
        color: #ddd;
        text-align: center;
        margin-top: 20px;
        font-weight: 400;
    }

.digital {
    background: url(../images/mobile-apps-bg.webp) bottom center no-repeat;
}

.img_style {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.organic-1 {
    background: unset;
    background-color: #f5f5f5;
    background-size: cover;
}

.organic ul li::before {
    content: "\f101";
    font-family: FontAwesome;
    color: #ff2e42;
    margin-right: 16px;
    font-size: 20px;
}

.android, .social {
    background: url(../images/website-design-bg.webp) center no-repeat;
    background-size: cover;
    padding: 60px 0;
}

    .social .title, .social ul li, .social ul li::before {
        color: #fff;
    }

.meet-us::after, .back-end::after, .google::after, .organic-1::after, .about-what::after, #iosapp::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -55px;
    height: 100px;
    width: 100%;
    background: linear-gradient(to right, #ffd000 0, #fcc204 16%, #f49c0f 30%, #f08914 44%, #ec751a 60%, #e86320 72%, #da2134 86%, #da2134 99%, #da2134 100%);
    -webkit-transform: skew(0deg, -2.5deg);
    -ms-transform: skew(0deg,-2.5deg);
    transform: skew(0deg, -2.5deg);
    opacity: .5;
    margin-top: -278px;
}

.back-end, .google {
    background: unset;
    background-color: #f5f5f5;
}




.meet-us, .back-end, .google, .organic-1, .ios-app, .about-what {
    position: relative;
    overflow: hidden;
}

#portfolio {
    background: url(../images/portfolio-top-bg.webp) top center no-repeat;
}

    #portfolio .nav-link {
        border: none;
        font-size: 18px;
        font-weight: 600;
        color: #333;
        padding: 10px 12px;
        font-family: "Noto Sans", sans-serif;
        font-style: normal;
    }

    #portfolio .nav-pills .nav-link.active {
        color: #ff2e42;
        background: unset;
    }

    #portfolio .nav-link::after {
        content: "/ ";
        color: rgb(51, 51, 51);
        margin-left: 29px;
    }

    #portfolio .nav-item:last-child .nav-link::after {
        content: none;
    }

    #portfolio .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(219,43,60,.9);
        overflow: hidden;
        width: 100%;
        height: 0;
        transition: .5s ease;
    }

    #portfolio .hover-box:hover .overlay {
        height: 100%;
    }

    #portfolio .text {
        color: white;
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
    }

    #portfolio .hover-box {
        position: relative;
    }

    #portfolio img {
        border: 2px solid #ccc;
    }

.portfolio-bottom {
    background: url(../../assets/images/porfolio-bottom-bg.webp) top center no-repeat;
    height: 283px;
    margin-top: -70px;
}

@media(max-width:768px) {
    .portfolio-bottom {
        margin-top: -200px;
    }
}

.meet-us {
    background: url(../../assets/images/dots-and-coms-team-bg.webp) top center no-repeat;
    height: unset;
    background-size: cover;
}

.event {
    background: url(../../assets/images/event-bg.webp) top center no-repeat;
    padding-top: 100px;
}

.award-box {
    -webkit-box-shadow: 0 6px 6px 1px #e8e8e8;
    -moz-box-shadow: 0 6px 6px 1px #e8e8e8;
    box-shadow: 0 6px 6px 1px #e8e8e8;
}

.award-name {
    background-color: #f2f2f2;
}

#digital {
    background: url(../../assets/images/mobile-apps-bg.webp) bottom center no-repeat;
}

.support {
    background: url(../../assets/images/support-bg.webp) top center no-repeat;
}

.meet-us::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -66px;
    height: 100px;
    width: 100%;
    background: linear-gradient(to right, #ffd000 0, #fcc204 16%, #f49c0f 30%, #f08914 44%, #ec751a 60%, #e86320 72%, #da2134 86%, #da2134 99%, #da2134 100%);
    -webkit-transform: skew(0deg, -2.5deg);
    -ms-transform: skew(0deg,-2.5deg);
    transform: skew(0deg, -2.5deg);
    opacity: .5;
    margin-top: 0px;
}

.meet-us ul li::before {
    content: "\f0da ";
    font-family: FontAwesome;
    color: #333;
    margin-right: 16px;
}

.meet-us p, .meet-us ul li {
    color: #333;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
}

.navbar-nav .nav-link.active, .footer ul li a.active {
    color: #f83730 !important; /* Customize color */
}
