@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* CSS Document */

html,
body {
    width: 100%;
    overflow-x: hidden;
}

* {
    text-decoration: none !important;
    outline: none !important;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    background: #fff;
    letter-spacing: 0.4px;
    overflow-x: hidden;
    color: #0c0c0c;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol {
    list-style: decimal inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    color: #0d141e;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
}

p {
    margin: 0;
    padding: 0;
    color: #0c0c0c;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

b,
strong {
    font-weight: 600;
}

blockquote {
    margin: 0;
    padding: 0;
    border: none;
}

a:focus,
p:focus,
div:focus,
input:focus,
textarea:focus,
submit:focus,
button:focus {
    outline: none;
}

/***************
page scrool Up
**************/
.scrollup {
    right: 15px;
    position: fixed;
    bottom: -80px;
    width: 45px;
    height: 45px;
    z-index: 9999;
    background: #ffc82f;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    text-align: center;
    color: #0c2442;
    padding: 12px;
}

.scrollup.active {
    bottom: 92px;
    right: 15px;
}

.phone_icon {
    transform: rotate(90deg);
}

.phone_icon_rotted {
    transform: rotate(90deg);
    display: inline-block;
}

/***************
page scrool Up
**************/

.navbar-nav {
    align-items: center;
}

.navbar {
    box-shadow: 0px 7px 10px #0000005e;
    background: #fff;
}

.nav-link {
    font-size: 16px;
    color: #0c0c0c !important;
    text-transform: uppercase;
    padding: 0 !important;
    margin: 0 15px;
    font-weight: 500;
    transition: 0.5s;
}

header ul li a.nav-link.active,
header ul li a.nav-link:hover {
    font-weight: 700 !important;
    color: #002f6f !important;
    transition: 0.5s;
}

#homepage .homepage, #about .about, #services .services, #faq .faq{font-weight: 700 !important;
    color: #002f6f !important;
    transition: 0.5s;}
header .navbar-nav .nav-item{
    position: relative;
}
.navbar-nav li:last-child a {
    margin-right: 0 !important;
}
ul.service_dropdown {
    position: absolute;
    left: 15px;
    top: 200%;
    width: 260px;
    background: #002f6f;
    padding: 5px 0px;
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
    z-index: 999;
    box-shadow: 0px 7px 10px #0000005e;
}
.nav-item:hover ul.service_dropdown {
    opacity: 1;
    top: 170%;
    transition: 0.5s;
    visibility: visible;
}
ul.service_dropdown li a {
    color: #fff;
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    font-weight: 200;
}
ul.service_dropdown li a:hover {
    background: #ffffff1f;
}
.request-btn {
    background-color: #002f6f;
    color: #fff !important;
    padding: 12px 30px !important;
    border-radius: 50px;
    margin-left: 3rem;
}

.fixed-top {
    z-index: 99999;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0 47 111) !important;
}

.nav-item .request-btn:hover {
    background: #ffc82f;
    color: #0c2442;
}

.navbar-brand {
    margin: 0;
    padding: 0;
    width: 150px;
}

.navbar .container-fluid {
    padding: 0 15%;
}

.banner .container-fluid {
    padding-left: 15%;
}

.nav-active {
    position: fixed;
    top: 0px !important;
    z-index: 9999;
    cursor: pointer;
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    width: 100%;
}

.topmines {
    top: -120px;
}
span.drop_arrow {
    position: absolute;
    right: 0;
    top: 6px;
    line-height: 1;
}
/**************** Banner *************/

.banner {
    padding: 55px 0 20px 0;
    background: url(../images/banner-lefttop.png) left top;
    background-repeat: no-repeat;
    background-position-y: -45px;
    background-position-x: -10%;
}

.banner-content {
    /* max-width: 610px; */
    position: relative;
}

.banner-content h1 {
    font-size: 30px;
    color: #0c0c0c;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.banner-content h1::before {
    content: "";
    position: absolute;
    background: url(../images/heading-bg.png) no-repeat top right;
    width: 100%;
    height: 100px;
    z-index: -9999;
}

.banner-content h1 span {
    color: #002f6f !important;
}

.banner-content p {
    font-size: 15px;
    color: #0c0c0c;
    line-height: 1.6;
}

.mybtnstyle {
    background: #002f6f;
    padding: 14px 20px;
    width: 200px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    box-shadow: 0px 5px 5px #3685f191;
}

.mybtnstyle:hover {
    background: #ffc82f;
    color: #002f6f !important;
}

.mybtnstyle:focus {
    box-shadow: 0px 5px 5px #3685f191;
}

/*********** What We Do **************/

.what-we-do {
    background: url(../images/what-we-bg.png) no-repeat center;
    background-size: cover;
    padding: 0px 0 0 0;
    position: relative;
    background: #ebf4f7;
    margin-top: 80px;
}

.what-we-do .col-xxl-4.col-lg-4.col-md-6.col-12.mb-5 {
    margin-bottom: 0 !important;
}

.what-we-do::before {
    content: "";
    position: absolute;
    background: url(../images/what-we.png) no-repeat top;
    background-size: cover;
    left: 0;
    right: 0;
    top: -164px;
    width: 100%;
    height: 200px;
    z-index: -9;
}

.what-we-do::after {
    content: "";
    position: absolute;
    background: url(../images/what-we2.png) no-repeat top;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: -164px;
    width: 100%;
    height: 262px;
    z-index: -9;
}

/* .what-heading h2 
{
    font-size: 35px;
    color: #0c0c0c;
    margin-bottom: 45px;
    text-transform: uppercase;
    font-weight: bold;
} */

.what-heading p {
    color: #0c0c0c;
    font-size: 15px;
    line-height: 1.6;
}

.icon-area {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgb(83 83 83 / 10%);
}

.icon-area::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    border: 2px solid #fff;
    border-radius: 50%;
    visibility: hidden;
}

.icon-area img {
    width: 40%;
}

.what-do-list {
    padding: 40px 30px 30px 30px;
    border-radius: 20px;
    transition: all 0.4s;
    position: relative;
    z-index: 999;
}

.what-do-list:hover {
    background: #002f6f;
    transition: all 0.4s;
}

.what-do-list:hover .content-what h4,
.what-do-list:hover .content-what p {
    color: #fff;
    transition: all 0.4s;
}

.what-do-list:hover .icon-area::before {
    visibility: visible;
    transition: all 0.4s;
}

.what-do-list:hover .content-what .mybtnstyle {
    background: #fff;
    color: #000 !important;
    box-shadow: none;
}

.content-what h4 {
    color: #0c0c0c;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.content-what p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 18px;
}

/*****************************************/

.our-process {
    background: url(../images/map.png) no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 150px !important;
    margin-top: 112px;
    position: relative;
    z-index: -9;
}

.process-area {
    width: 33.333%;
}

.process-part {
    display: flex;
    padding-top: 40px;
}

.left75 {
    position: relative;
    left: 72px;
    top: -40px;
}

.right75 {
    position: relative;
    right: 72px;
    top: -40px;
}

.process-icon img {
    position: relative;
    z-index: 9999;
}

.orange-shadow,
.green-shadow {
    position: relative;
}

.orange-shadow::before {
    content: "";
    position: absolute;
    background: #ffac004d;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: 0 auto;
    left: 0;
    top: 25px;
    right: 0;
    z-index: 9;
    box-shadow: 0 0 30px #ffac00ad;
}

.green-shadow::before {
    content: "";
    position: absolute;
    background: #45ff3a5c;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: 0 auto;
    left: 0;
    top: 25px;
    right: 0;
    z-index: 9;
    box-shadow: 0 0 30px #45ff3a;
}

.process-area h4 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    line-height: 1.5;
}

.text_up {
    position: relative;
    top: -25px;
}

.ourprocess-heading {
    max-width: 500px;
    margin: 0 auto;
}

/* .ourprocess-heading h3 
{
    font-size: 40px;
    color: #0c0c0c;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 70px;
    line-height: 1;
} */

.ourprocess-heading p {
    font-size: 20px;
    color: #000000;
    line-height: 1.4;
    font-weight: 500;
}

.why-us {
    background: url(../images/why-us-bg.png) no-repeat center;
    padding-top: 0px;
    padding-bottom: 30px;
    background: #ebf4f7;
    position: relative;
    margin-top: 65px;
}

.why-us::before {
    content: "";
    position: absolute;
    background: url(../images/what-we.png) no-repeat top;
    background-size: cover;
    left: 0;
    right: 0;
    top: -164px;
    width: 100%;
    height: 200px;
    z-index: -9;
}

.why-us::after {
    content: "";
    position: absolute;
    background: url(../images/what-we2.png) no-repeat top;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: -98px;
    width: 100%;
    height: 170px;
    z-index: 9;
}.network_const h3 {
    margin-bottom: 18px;
}

/* .why-us-text 
{
    max-width: 888px;
    margin-left: 30px;
} */

/* .why-us-text h4 
{
    font-size: 40px;
    color: #0c0c0c;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1;
} */

.office_backup .row {
    flex-direction: row-reverse;
}
.about_testimonial .row{
    align-items: center;
}
.why-us-text li {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.5;
    padding-left: 35px;
    position: relative;
}

.why-us-text li::before {
    content: "";
    position: absolute;
    left: 0;
    background: url(../images/arrow-right.png) no-repeat;
    width: 17px;
    height: 30px;
    top: 2px;
}

.why-us-image {
    margin-left: -15px;
    position: relative;
    z-index: 99;
    max-width: 700px;
}

/**********************************************/

.industries {
    background: #fafafa;
    padding-top: 150px;
    padding-bottom: 100px;
}

/* .indus-heading h4 
{
    font-size: 40px;
    color: #0c0c0c;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1;
} */

.round-indust h4 {
    font-size: 17px;
}

.round-indust {
    padding: 10px;
}

.ico-round {
    background: #fff;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    box-shadow: 0 0 10px #00000014;
    margin-bottom: 30px;
    transition: 0.3s;
}

.industries .ico-round:hover {
    background: #fdb813;
}

.ico-round img {
    width: 55px !important;
    max-width: inherit;
}

.ico-round:hover img {
    filter: brightness(0) invert(1);
}

.industries-slider .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #afbfcb !important;
    display: block;
}

.industries-slider .owl-dots .owl-dot.active span,
.industries-slider .owl-dots .owl-dot:hover span {
    background: #003560 !important;
}

.call-us-area {
    background: #002f6f;
    padding: 60px 20px;
    border-radius: 30px;
}

.call-us-area p {
    font-size: 18px;
    color: #fdb813;
    font-weight: 600;
    text-transform: uppercase;
}

.call-us-area h5 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 2;
}

.call-us-area h5 a {
    color: #fff;
}

.call-us-area h5 a:focus {
    color: #fff;
}

.book-metting-btn {
    display: inline-block;
    background: #fdb813;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 18px;
    color: #002f6f;
    font-weight: 600;
    transition: 0.3s;
}

.book-metting-btn:hover {
    background: #fff;
    color: #002f6f;
    transition: all 0.3s;
}

.schedule {
    background: #fdb813;
    padding: 60px 20px;
    border-radius: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedule p {
    font-size: 18px;
    color: #002f6f;
    font-weight: 600;
    text-transform: uppercase;
}

.schedule h5 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 2;
}

.schedule-btn {
    display: inline-block;
    background: #002f6f;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s;
}

.schedule-btn:hover {
    background: #fafafa;
    color: #002f6f;
    transition: 0.3s;
}

.client-testimonial {
    background: url(../images/client-testi.png) no-repeat center;
    background-size: cover;
    padding-bottom: 5px;
}

.common-heading {
    font-size: 30px;
    color: #0c0c0c;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

.client-area {
    padding: 45px 30px 45px 30px;
    box-shadow: 0 0 5px #000;
    border-radius: 30px;
    margin-bottom: 60px;
}

.client-area ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: wrap;
}

.client-area ul li {
    width: 26.66%;
    margin: 0 15px;
}

.five-star {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.five-star li {
    color: #ffc200;
    font-size: 20px;
}

.testimonial-text {
    padding-bottom: 120px;
    padding-top: 60px;
}

.testimonial-text p {
    font-size: 15px;
    line-height: 1.6;
}

.about_members {
    background: #fff;
}

.membership {
    padding-top: 100px;
    background: #fafafa;
}

.membership .col-xxl-3.col-md-6.col-12.mb-5 {
    margin-bottom: 30px !important;
}

.member-area {
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 15px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}

.member-area p {
    font-size: 13px;
}

.areaas {
    background: #fafafa;
    padding-top: 70px;
}

.blog-section {
    background: #fafafa;
    padding-top: 100px;
    padding-bottom: 50px;
}

.details-blog ul {
    display: flex;
}

.details-blog ul li {
    font-size: 14px;
    padding-right: 10px;
}

.details-blog ul span {
    font-size: 18px;
    margin-right: 10px;
}

.details-blog {
    padding: 10px 0;
}

.blog-section .card-title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    color: #002f6f;
    min-height: 60px;
}

.blog-section .card-body {
    padding-bottom: 30px;
}

.blog-morebtn {
    background-color: #002f6f;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    transition: all 0.4s;
}

.blog-morebtn:hover {
    color: #002f6f;
    background: #ffc82f;
}

.blog-morebtn:focus {
    color: #002f6f;
    box-shadow: none;
}

.blog-section .card-text {
    margin-bottom: 30px;
    color: #5e5e5e;
    font-size: 15px;
}

.blog-section .card {
    border-radius: 20px;
    overflow: hidden;
    border: none;
    box-shadow: 0 0 10px #cdcdcd;
    min-height: 690px;
}

.blog-section .card img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

/*============================== About us Page Style start ==============================*/

.about_wrapper {
    padding: 120px 0;
}

.about_wrap_content h2 {
    font-family: "Poppins";
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #0c0c0c;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.about_wrap_content p {
    font-family: "Poppins";
    color: #0c0c0c;
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
}

.about_para {
    margin-bottom: 30px;
}

.about_wrap_img {
    position: relative;
    z-index: 55;
}

.shape_img {
    position: absolute;
    bottom: -100px;
    right: -140px;
}

/* about_vision */

.about_vision {
    background-image: url(../images/about_vision_bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

.vision_content h2 {
    color: #0c0c0c;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins";
    line-height: 1;
    margin-bottom: 35px;
}

.vision_content p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 50px;
}

.vision_content span {
    font-size: 18px;
    margin-bottom: 25px;
    display: inline-block;
}

.vision_content ul li {
    margin-bottom: 35px;
    line-height: 1;
    position: relative;
    margin-left: 30px;
    font-size: 18px;
}

.vision_content ul li::before {
    content: "";
    background: #000000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    left: -30px;
}

/* about_vision */

/* about_testimonial */

.about_testimonial {
    padding: 150px 0;
}

.about_testimonial_slider h2 {
    font-size: 40px;
    color: #0c0c0c;
    text-transform: uppercase;
    font-family: "Poppins";
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1;
}

.about_testimonial_content p {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #0c0c0c;
    margin-top: 35px;
}

.about_testimonial_content ul li {
    display: inline-block;
    color: #ffc200;
}

.about_testimonial_content .author {
    font-family: "Poppins";
    font-size: 18px;
    color: #0c0c0c;
    font-style: italic;
    margin-top: 14px;
    display: inline-block;
}

.about_testimonial_img {
    position: relative;
}

.about_testimonial_img .shape_img {
    position: absolute;
    bottom: -120px;
    left: 32px;
}

/* about_testimonial */

/*============================== About us Page Style end ==============================*/

/*============================== Service Page Style Start ==============================*/

.service_heading {
    font-family: "Poppins";
    font-size: 40px;
    color: #0c0c0c;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 25px;
}

.service_para {
    font-family: "Poppins";
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 30px;
}

.software_solution {
    padding: 60px 0 100px;
}

.software_content .service_heading {
    position: relative;
    font-size: 50px;
    line-height: 60px;
}

.software_content .service_heading::before {
    content: "";
    background-image: url(../images/text_shape.png);
    width: 81%;
    height: 110px;
    position: absolute;
    top: -21px;
    left: 0;
    z-index: -1;
}

/* install_section */

.install_section {
    background-image: url(../images/background_shape.png);
    padding: 65px 0;
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 703px;
    position: relative;
    z-index: 9;
}

.install_img_shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

.install_section .mybtnstyle:hover {
    background: #ffc82f;
    color: #002f6f !important;
}

/* install_section */

/* upgrade_section */

.upgrade_section {
    padding: 100px 0px 0;
}

/* upgrade_section */

/* Network & Security Section */

.network_section {
    padding: 52px 0 40px;
    background: #003374;
    margin-top: 224px;
    position: relative;
}
.network_section::before {
    content: "";
    background-image: url(../images/shape_before.png);
    width: 100%;
    height: 336px;
    position: absolute;
    top: -334px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.network_section::after {
    content: "";
    background-image: url(../images/shape_after.png);
    width: 100%;
    height: 49px;
    position: absolute;
    bottom: -46px;
    background-size: cover;
    background-repeat: no-repeat;
}

.network_section .service_heading {
    color: #fff;
}

.network_section .service_para {
    color: #fff;
}

.network_section .mybtnstyle {
    background: #fff;
    color: #000000;
}

.network_section .mybtnstyle:hover {
    background: #ffc82f;
    color: #002f6f !important;
}

/* Network & Security Section */

/* planing_section */

.planing_section {
    padding: 180px 0 60px;
}

.planing_section .mybtnstyle:hover {
    background: #ffc82f;
    color: #002f6f !important;
}

/* planing_section */

/* backup_section */

.backup_section {
    background-image: url(../images/backup_shape.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0 100px;
}

.backup_section .mybtnstyle:hover {
    background: #ffc82f;
    color: #002f6f !important;
}

/* backup_section */

/* manage_section */

.manage_section {
    padding: 120px 0 200px;
}
.install_about_cont.managed_it .pl-30 {
    padding-left: 43px;
}
.managed_it .row {
    flex-direction: row-reverse;
}
.about_testimonial_active .item p {
    padding: 0 36px;
}
.about_testimonial_active .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -27px;
    font-size: 35px !important;
    color: #003374 !important;
}.about_testimonial_active .owl-nav .owl-next {
    left: auto;
    right: -27px;
}
.about_testimonial_active .owl-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.about_testimonial_active .owl-dots button {
    background: #cdcdcd;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    border-radius: 50px;
}
.about_testimonial_active .owl-dots button.active {
    background: #071629;
}

/* manage_section */

/*============================== Service Page Style end ==============================*/

/****************** Footer *************/

footer {
    background: #0c2442;
    padding-top: 60px;
    position: relative;
}

.footer-heading {
    font-size: 22px;
    color: #ffc82f;
    font-weight: bold;
    text-transform: uppercase;
}

.link-footer li a {
    font-size: 15px;
    color: #fff;
    line-height: 1.9;
    transition: all 0.4s;
}

.link-footer li a:hover {
    color: #ffc82f;
    padding-left: 10px;
}

.contact-footer li {
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-footer li span {
    color: #fff;
    margin-right: 15px;
    line-height: 1.5;
    font-size: 22px;
}

.contact-footer li a {
    color: #fff;
}

.social-footer {
    display: flex;
}

.social-footer li a {
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-right: 10px;
    transition: all 0.4s;
}

.social-footer li a:hover {
    background: #ffc82f;
    color: #0c2442;
    border: 1px solid #0c2442;
}

.social-footer li:last-child a {
    margin-right: 0;
}

.contact-footer {
    padding-right: 30px;
}

.copy-right {
    background: #071629;
    padding: 15px 0;
}

.copy-right p {
    font-size: 15px;
    color: #fff;
}

.copy-right a {
    color: #f2bc40;
}

.rating {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 365px;
}

.why-us .container-fluid::before {
    content: "";
    position: absolute;
    right: 0;
    background: url(../images/why-us-right.png) no-repeat right;
    width: 119px;
    height: 400px;
    top: 55%;
    z-index: 10;
}

.floting-call {
    position: fixed;
    left: 0;
    top: 30%;
    transform: translateY(-50%);
    background: #002f6f;
    padding: 20px 30px 20px 15px;
    border-radius: 0 50px 50px 0;
    z-index: 99999;
	display:none
}

.floting-call a {
    color: #fff;
    font-size: 22px;
}

.floting-call a span {
    margin-right: 10px;
    display: inline-block;
}

.areas-map {
    background: url(../images/areas-map.png) no-repeat center;
    background-size: cover;
    height: 724px;
}

.map-location {
    background: transparent;
    border: none;
    box-shadow: none;
    color: red;
    font-size: 40px;
    padding: 0;
    height: auto;
    line-height: 0;
}

.map-location:hover,
.map-location:focus,
.map-location:active {
    background: transparent;
    border: none;
    box-shadow: none;
    color: red;
    transition: none;
    outline: none;
}

.esses {
    position: relative;
    left: 45px;
    top: 30px;
}

.warren {
    position: relative;
    left: -1%;
    top: 23%;
}

.middlesex {
    position: relative;
    left: -3%;
    top: 42%;
}

.somerset {
    position: relative;
    left: 20%;
    top: 11%;
}

.morristown {
    position: relative;
    left: 14%;
    top: 26%;
}

.monmouth {
    position: relative;
    left: 7%;
    top: 49%;
}

.edison {
    position: relative;
    left: 0%;
    top: 63%;
}

.princeton {
    position: relative;
    left: -9%;
    top: 86%;
}

.middlesex2 {
    position: relative;
    left: 33%;
    top: 26%;
}

.hunterdon {
    position: relative;
    left: 31%;
    top: 48%;
}

.somerville {
    position: relative;
    left: 28%;
    top: 65%;
}

.bridgewater {
    position: relative;
    left: 23%;
    top: 83%;
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    background-color: #ffffff;
    box-shadow: 0px 0px 5px rgb(107, 107, 107);
    opacity: 1 !important;
    color: #000;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #ffffff !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #ffffff !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #ffffff !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #ffffff !important;
}

.text_up {
    position: relative;
    top: -35px;
    text-align: center;
}

.why-us .container-fluid::before {
    content: "";
    position: absolute;
    right: 0;
    background: url(../images/why-us-right.png) no-repeat right;
    width: 119px;
    height: 400px;
    top: 48%;
    z-index: 10;
}

/*=================== contact page ===================*/

.contact_banner {
    padding: 70px 0 100px;
}

.contact_banner h2 {
    margin-bottom: 40px;
    text-align: center;
}

.add_ttl {
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.contact_form .col-sm-12:first-child {
    padding-right: 30px;
}

.contact_form .col-sm-12:last-child {
    padding-left: 30px;
}

.contact_content ul li {
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin: 30px 0;
}

.contact_icon {
    margin-right: 30px;
}

.contact_icon span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    width: 80px;
    height: 80px;
    background: #002f6f;
    border-radius: 50%;
}

.contact_text p,
.contact_text a {
    font-family: "Poppins";
    color: #0c0c0c;
    font-size: 18px;
    font-weight: 500;
}

.contact_text a {
    font-family: "Poppins";
    font-size: 20px;
    color: #0c0c0c;
}

.contact_img {
    width: 80%;
    margin-left: auto;
    position: relative;
}

.contact_img .shape_img {
    bottom: -70px;
    right: -29px;
}

.contact_img .shape_img img {
    width: 80%;
}

.form_heading {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}

.contact_form h3 {
    padding-bottom: 30px;
}

.contact_form {
    margin-bottom: 70px;
}

/*=================== contact page ===================*/

/*================= computer_install =================*/

.computer_install {
    padding: 50px 0;
}

.install_content h2 {
    margin-bottom: 15px;
}

.install_content ul li {
    padding-right: 30px;
    position: relative;
}

.install_content ul li:first-child::before {
    content: "/";
    position: absolute;
    right: 11px;
    color: #ddd;
}

.install_content ul li a {
    font-size: 15px;
    color: #0c0c0c;
    text-transform: capitalize;
}

.install_content ul li a.active {
    color: #002f6f;
    font-weight: 500;
}

.install_content ul li a span {
    font-size: 18px;
    margin-right: 10px;
}

.install_about {
    background: #f2f2f2;
}

.install_about_content h2 {
    margin-bottom: 20px;
}

.install_about_content ul li {
    margin-bottom: 15px;
}

.install_about_content ul li p {
    font-family: "Poppins";
    font-weight: 300;
    font-size: 16px;
    color: #323232;
    letter-spacing: 0.988px;
}

.install_about_content p {
    font-family: "Poppins";
    font-size: 14px;
    margin-bottom: 15px;
}

.install_about_cont {
    padding: 60px 0 60px;
    background: #fff;
}

.computer_solution {
    padding: 60px 0px;
}

.install_about_cont .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 23px;
}

.install_about_cont p {
    margin-top: 20px;
    font-size: 16px;
}

.repair_service_list li {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.repair_service_list li span {
    font-size: 15px;
    margin-right: 10px;
}

.computer_solution_content h2 {
    margin-bottom: 20px;
}

.computer_solution_content p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 18px;
}

.hardware_img {
    width: 80%;
}

.first_sec {
    padding: 60px 0px;
}

.service_inner_testimonial {
    padding: 79px 0px 170px;
}

/*================= computer_install =================*/

/*=================== Faq section ===================*/

.faq_service {
    background: #f4f5f6;
    padding: 60px 0;
}

.faq_service .common-heading {
    text-align: center;
    padding-bottom: 50px;
}

.accordion .accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion .accordion-button {
    border: none !important;
}

.accordion-button:not(.collapsed) {
    color: #0c0c0c;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-item {
    margin-bottom: 30px;
    border: 0;
}
.accordion-button h3 {
    font-family: "Poppins";
    font-size: 18px;
    color: #0c0c0c;
    font-weight: 300;
}
.accordion-button h3 strong {
    margin-right: 10px;
}

.accordion-body {
    padding: 1rem 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 15px;
    font-weight: 300;
    color: #323232;
}
.why-us {
    padding-top: 40px;
    padding-bottom: 76px;
    position: relative;
    z-index: 3;
}.why-us .container-fluid::before {
    top: 32%;
    z-index: -1;
}


section.computer_install .install_img {
    text-align: right;
}.network_const ul {
    margin-bottom: 45px;
}
/*=================== Faq section ===================*/

/* cloud_back */
.cloud_back-img {
    margin: auto;
    display: table;
    padding: 50px 0;
}
/* cloud_back */
/***********Responsive**************/

@media (min-width: 1800px) and (max-width: 2500px) {
    .service_para {
        font-size: 18px;
    }
}

@media (max-width: 1599.98px) {
}

@media (max-width: 1599.98px) {
    .banner-content h1 {
        font-size: 25px;
        color: #0c0c0c;
        line-height: 1.3;
        font-weight: bold;
        margin-bottom: 30px;
        position: relative;
    }
    .navbar .container-fluid {
        padding: 0 5%;
    }
    .banner .container-fluid {
        padding-left: 5%;
    }
    .blog-section .card-text {
        min-height: 100px;
    }
    .why-us .container-fluid::before {
        top: 42%;
    }
    .hardware_img {
        width: 100%;
    }
}

@media (max-width: 1399.98px) {
    .why-us {
        padding-top: 40px;
        padding-bottom: 76px;
    }
    .right75 {
        right: 58px;
    }
    .left75 {
        left: 58px;
    }
    .schedule h5 {
        font-size: 40px;
    }
    .call-us-area h5 {
        font-size: 40px;
    }
    .rating {
        display: none;
    }
    .what-we-do {
        padding: 43px 0 0 0;
        position: relative;
        background: #ebf4f7;
        margin-top: 130px;
    }
    .our-process {
        padding-bottom: 0px;
        margin-top: 112px;
    }
    .process-icon img {
        width: 75%;
        display: table;
        margin: auto;
    }
    .orange-shadow::before {
        width: 161px;
        height: 145px;
    }
    .green-shadow::before {
        width: 138px;
        height: 135px;
    }
    .right-image {
        display: none;
    }
    .why-us .container-fluid::before {
        top: 52%;
    }
    .about_wrap_content h2 {
        font-family: "Poppins";
        font-size: 30px;
        font-weight: 700;
        line-height: 48px;
        color: #0c0c0c;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    .accordion-button h3 {
        font-family: "Poppins";
        font-size: 18px;
        color: #0c0c0c;
        font-weight: 300;
        min-height: 60px;
    }
    .why-us {
    padding-top: 40px;
    padding-bottom: 76px;
    position: relative;
    z-index: 3;
}.why-us .container-fluid::before {
    top: 32%;
    z-index: -1;
}
}

@media (max-width: 1299.98px) {
    .orange-shadow::before {
        width: 227px;
        height: 213px;
    }
    .green-shadow::before {
        width: 227px;
        height: 213px;
    }
    .somerville {
        left: 24%;
    }
    .bridgewater {
        position: relative;
        left: 18%;
        top: 82%;
    }
    .about_wrap_content h2 {
        font-family: "Poppins";
        font-size: 30px;
        font-weight: 700;
        line-height: 48px;
        color: #0c0c0c;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
}

@media (max-width: 1199.98px) {
    .nav-link {
        font-size: 15px;
        margin: 0 15px;
    }
    .request-btn {
        padding: 10px 30px !important;
    }
    .banner-content {
        max-width: 100%;
        position: relative;
    }
    .banner-content h1 {
        font-size: 22px;
    }
    .why-us {
        background: #ebf4f7;
    }
    .why-us-image img {
        width: 100%;
    }
    .call-us-area {
        margin-bottom: 30px;
    }
    .our-process {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .what-we-do {
        padding: 43px 0 0 0;
    }
    .our-process {
        padding-top: 80px;
    }
    .why-us-text {
        padding: 0 20px;
    }
    .why-us .container-fluid::before {
        display: none;
    }
    .orange-shadow::before {
        width: 188px;
        height: 176px;
    }
    .green-shadow::before {
        width: 171px;
        height: 170px;
    }
    .hunterdon {
        position: relative;
        left: 28%;
        top: 48%;
    }
    .somerville {
        left: 20%;
    }
    .bridgewater {
        position: relative;
        left: 12%;
        top: 82%;
    }
    .middlesex2 {
        position: relative;
        left: 25%;
        top: 26%;
    }
    .blog-section .card-text {
        min-height: 150px;
    }
    .icon-area {
        width: 140px;
        height: 140px;
    }
    .icon-area::before {
        width: 180px;
        height: 180px;
    }
    .icon-area img {
        width: 60%;
    }
    /*-------------- About page Responsive Style --------------*/
    .shape_img {
        position: absolute;
        bottom: -74px;
        right: -60px;
    }
    /*-------------- About page Responsive Style --------------*/
    .hardware_img {
        width: 100%;
    }

    .accordion-button h3 {
        font-family: "Poppins";
        font-size: 18px;
        color: #0c0c0c;
        font-weight: 300;
        min-height: 60px;
    }
}

@media (max-width: 991.98px) {
     .drop_arrow {
        width: 20px;
        height: 20px;
        background: #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
    }
    span.drop_arrow svg {
        transition: .5s;
    }
    span.drop_arrow.rotate_arrow svg {
        transform: rotate(180deg);
    }
    ul.service_dropdown {
        position: relative;
        opacity: 1;
        visibility: visible;
        width: 100%;
        left: 0;
        max-height: 0;
        transition: max-height 0.15s ease-out;
        overflow: hidden;
        padding: 0px;
    }
    ul.service_dropdown.active{
         max-height: 500px;
        transition: max-height 0.25s ease-in;
    }
    span.drop_arrow {
        top: 12px;
        cursor: pointer;
    }
    .navbar-nav {
        align-items: baseline;
    }
    .nav-item {
        width: 100%;
    }
 .nav-link {
    font-size: 15px;
    margin: 0;
    line-height: 2.5;
    width: 100%;
    display: inline-block;
    border-bottom: 1px dashed #bfbfbf24;
    padding: .3rem 0 !important;
}
    .banner-content {
        margin-bottom: 41px;
    }
    .banner-content h1::before {
        opacity: 0;
    }
    /* .request-btn {
        text-align: center;
        padding: 5px 0px !important;
        border-radius: 0;
    } */
    .banner-content p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 22px !important;
    }
    .banner-content h1 {
        margin-bottom: 22px !important;
    }
    .what-we-do {
        /* padding: 75px 0; */
        background: #ebf4f7;
    }
    .why-us-image img {
        width: 55%;
        display: table;
        margin: auto;
    }
    .membership {
        padding: 60px 0;
        padding-bottom: 0;
    }
    .industries {
        padding-top: 80px;
        padding-bottom: 59px;
    }
    .orange-shadow::before {
        content: "";
        width: 260px;
        height: 250px;
        border-radius: 50%;
    }
    .green-shadow::before {
        width: 260px;
        height: 250px;
        top: 0;
    }
    .client-area ul li {
        width: 50%;
        margin-bottom: 20px;
    }
    .common-heading {
        font-size: 30px;
        margin-bottom: 31px !important;
        margin-top: 30px;
    }
    .ourprocess-heading p {
        font-size: 15px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #fdb813;
        border: 1px solid #002f6f;
        border-radius: 0.25rem;
        transition: box-shadow 0.15s ease-in-out;
    }
    .why-us .container-fluid::before {
        display: none;
    }
    .process-part {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .left75 {
        position: relative;
        left: 0;
        top: 0;
    }
    .right75 {
        position: relative;
        right: 0;
        top: 0;
    }
    .process-part {
        padding-top: 0px;
    }
    .process-area {
        width: 430px;
        margin: 0 auto;
        text-align: center;
    }
    .process-area h4 {
        font-size: 20px;
        font-weight: 600;
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .process-area {
        margin-bottom: 40px;
    }
    .our-process {
        padding-bottom: 70px !important;
    }
    .why-us {
        padding-top: 0px;
        padding-bottom: 0;
    }
    .orange-shadow::before {
        content: "";
        width: 265px;
        height: 242px;
        border-radius: 50%;
    }
    .green-shadow::before {
        width: 150px;
        height: 165px;
    }
    .green-shadow::before {
        width: 265px;
        height: 242px;
        top: 0;
    }
    .hunterdon {
        position: relative;
        left: 20%;
        top: 48%;
    }
    .somerville {
        left: 10%;
    }
    .bridgewater {
        position: relative;
        left: -2%;
        top: 82%;
    }
    .client-area ul {
        justify-content: center;
    }
    .client-area ul li {
        min-height: auto;
        display: flex;
        align-items: center;
        text-align: center;
        margin-bottom: 0;
        width: 40%;
    }
    .blog-section .card-title {
        min-height: auto;
    }
    .blog-section .card-text {
        min-height: auto;
    }
    .blog-section .card {
        min-height: auto;
    }
    /* what-we-do */
    .icon-area {
        width: 145px;
        height: 145px;
    }
    .icon-area img {
        width: 50%;
    }
    .icon-area::before {
        width: 190px;
        height: 190px;
    }
    .content-what h4 {
        font-size: 18px;
        min-height: 30px;
    }
    .content-what p {
        font-size: 15px;
    }
    .mybtnstyle {
        font-size: 15px;
    }
    .call-us-area h5 {
        font-size: 30px;
    }
    .book-metting-btn {
        padding: 11px 30px;
        font-size: 15px;
    }
    .schedule h5 {
        font-size: 30px;
    }
    .schedule-btn {
        padding: 11px 30px;
        font-size: 15px;
    }
    .what-we-do {
        padding: 0px 0 0 0;
    }
    .what-we-do .col-xxl-4.col-lg-4.col-md-6.col-12.mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .our-process {
        padding-top: 39px;
        margin-top: 60px;
    }
    .about_testimonial_img .shape_img {
        position: absolute;
        bottom: -16px;
        left: 85px;
    }
    .shape_img img {
        width: 150px;
    }
    .process_init {
        display: flex;
        flex-flow: wrap;
        flex-direction: column-reverse;
        justify-content: center;
    }
    h4.text_up {
        position: relative;
        top: 10px;
    }
    .why-us-text li:last-child {
        margin-bottom: 0;
    }
    .why-us::after {
        bottom: -75px;
        height: 100px;
    }
    .testimonial-text {
        padding-bottom: 120px;
        padding-top: 0px;
    }
    .client-testimonial .common-heading {
        margin-top: 0;
    }
    .blog-section {
        padding-top: 30px;
    }
    .areaas {
        padding-top: 3px;
    }
    /* what-we-do */
    /*----------------------- about page Responsive style -----------------------*/
    .about_wrapper {
        padding: 70px 0;
    }
    .about_wrap_img {
        width: 50%;
        margin: auto;
        margin-bottom: 50px;
    }
    .about_wrapper .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .about_wrap_content h2 {
        font-size: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
    .about_wrap_content p {
        font-size: 15px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 27px;
    }
    .about_wrap_img .shape_img {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .vision_img {
        width: 50%;
        margin: auto;
        margin-bottom: 45px;
    }
    .vision_content h2 {
        font-size: 30px;
    }
    .vision_content p {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .vision_content span {
        font-size: 17px;
    }
    .vision_content ul li {
        margin-bottom: 27px;
        font-size: 15px;
    }
    .vision_content ul li::before {
        width: 8px;
        height: 8px;
        top: 28%;
        left: -25px;
    }
    .about_vision {
        padding-bottom: 55px;
    }
    .membership .col-xxl-3.col-md-3.col-12.mb-5 {
        margin-bottom: 25px !important;
    }
    .about_testimonial_content p {
        font-size: 13px;
        margin-top: 35px;
        line-height: 27px;
    }
    .about_testimonial_content .author {
        font-size: 13px;
        margin-top: 20px;
    }
    .vision_content h2,
    .vision_content p {
        text-align: center;
    }
    .vision_content span {
        font-size: 17px;
        display: block;
        text-align: center;
    }
    .vision_content ul {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        width: 57%;
        margin: 0 auto;
    }
    .vision_content ul li {
        margin-bottom: 15px;
        font-size: 13px;
        width: 34%;
    }
    .about_testimonial {
        padding: 70px 0;
    }
    .about_testimonial_slider h2 {
        font-size: 30px;
        margin-bottom: 6px;
    }
    .about_testimonial_img {
        width: 50%;
        margin: auto;
        margin-bottom: 60px;
    }
    .process-part {
        margin-top: 51px;
    }
    .process-icon img {
        width: 70%;
    }
    .orange-shadow::before {
        width: 180px;
        height: 158px;
    }
    .green-shadow::before {
        width: 164px;
        height: 187px;
    }
    .process-area h4 {
        font-size: 15px;
    }
    /*----------------------- about page Responsive style -----------------------*/
    .contact_text p,
    .contact_text a {
        font-size: 16px;
    }
    .contact_icon span {
        font-size: 30px;
    }
    .contact_form .row {
        flex-direction: column-reverse;
    }
    .contact_map {
        margin-top: 35px;
    }
    .contact_img .shape_img {
        bottom: -10px;
        right: -157px;
    }
    .contact_img .shape_img img {
        width: 42%;
    }
    .about_testimonial .row {
        flex-direction: column-reverse;
    }
    .contact_form .col-sm-12:first-child {
        padding-right: 15px;
    }
    .contact_form .col-sm-12:first-child {
        padding-left: 15px;
    }
    .contact_form .col-sm-12:last-child {
        padding-left: 0px;
    }
    .install_img {
        width: 100%;
        margin: auto;
        margin-bottom: 50px;
    }
    .install_img {
        width: 85%;
        margin-bottom: 50px;
    }

    .breadcrumb {
        justify-content: left;
    }

    /* .install_about_content {
        margin-bottom: 50px;
    }*/

    .hardware_img {
        width: 80%;
        margin: auto;
        margin-bottom: 30px;
    }
    .computer_solution {
        padding: 29px 0px;
    }
    .install_about_cont .hardware_img {
        margin-top: 40px;
    }
    .install_about .first_sec {
        padding: 50px 0px 20px;
    }
    .install_about .install_about_cont {
        padding: 40px 0 0px;
    }

    .service_inner_testimonial {
        padding: 60px 0px 65px;
    }
    .faq_service {
        padding: 20px 0;
    }
    .contact_banner {
        padding: 70px 0 0px;
    }
    .contact_form {
        margin-bottom: 0px;
    }
    .contact_form iframe {
        display: block;
    }
    .form_heading {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
    .computer_install {
        padding: 40px 0;
    }
    .install_about .first_sec .common-heading {
        margin-top: 0px;
    }
    a.navbar-brand {
        padding: 6px 0;
    }
    .install_about_cont.managed_it .pl-30 {
        padding-left: 0;
    }
    .request-btn {
        text-align: center;
        padding: 13px 23px !important;
        font-size: 12px;
        position: absolute;
        top: 32px;
        right: 9rem;
        margin: 0;
        width: auto;
        height: auto;
        line-height: 1;
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {
    .drop_arrow {
        width: 20px;
        height: 20px;
        background: #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
    }
    .banner {
        background: none;
    }
    .banner-image {
        margin-top: 30px;
    }
    .banner-content h1 {
        font-size: 18px;
    }
    .banner-content p {
        font-size: 15px;
        line-height: 1.6;
    }
    .mybtnstyle {
        padding: 12px 40px;
    }
    .book-metting-btn {
        padding: 15px 40px;
    }
    .schedule-btn {
        padding: 15px 40px;
    }
    .ourprocess-heading .common-heading {
        padding: 0 !important;
    }
    .process-area h4 {
        font-size: 20px;
    }
    .client-area {
        margin-bottom: 70px;
    }
    .testimonial-text {
        padding-bottom: 50px;
    }
    .membership {
        padding: 60px 0 20px 0;
    }
    .blog-section {
        padding-top: 30px;
    }
    footer {
        padding-top: 65px;
    }
    .client-area {
        padding: 30px;
    }
    .navbar-brand {
        margin: 0;
        padding: 0;
        width: 120px;
    }
    .link-footer li a {
        font-size: 15px;
        color: #fff;
        line-height: 1.5;
    }
    .contact-footer li {
        font-size: 15px;
    }
    .copy-right p {
        font-size: 15px;
        color: #fff;
    }
    .middlesex2 {
        position: relative;
        left: 7%;
        top: 26%;
    }
    .hunterdon {
        position: relative;
        left: 6%;
        top: 48%;
    }
    .somerville {
        left: -5%;
    }
    .bridgewater {
        position: relative;
        left: -20%;
        top: 82%;
    }
    /*----------------------- about page Responsive style -----------------------*/
    .about_wrapper {
        padding: 70px 0;
    }
    .about_wrap_img {
        margin-bottom: 50px;
    }
    .about_wrapper .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .about_wrap_content h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .about_wrap_content p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .about_wrap_img .shape_img {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .vision_img {
        margin-bottom: 50px;
    }
    .vision_content h2 {
        font-size: 30px;
    }
    .vision_content p {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .vision_content span {
        font-size: 17px;
    }
    .vision_content ul li {
        margin-bottom: 27px;
        font-size: 15px;
    }
    .vision_content ul li::before {
        width: 8px;
        height: 8px;
        top: 28%;
        left: -25px;
    }
    .about_vision {
        padding-bottom: 55px;
    }
    .membership .col-xxl-3.col-md-3.col-12.mb-5 {
        margin-bottom: 25px !important;
    }
    .about_testimonial_content p {
        font-size: 13px;
        margin-top: 35px;
    }
    .about_testimonial_content .author {
        font-size: 13px;
    }
    .footer-heading {
        margin-bottom: 10px !important;
    }
    .contact-footer li {
        margin-bottom: 15px;
    }
    .member-area {
        min-height: 160px;
    }
    .icon-area {
        width: 135px;
        height: 135px;
    }
    .icon-area::before {
        width: 180px;
        height: 180px;
    }
    .icon-area img {
        width: 50%;
    }
    .content-what h4 {
        font-size: 19px;
        min-height: 30px;
        margin-top: 40px;
    }
    .content-what p {
        font-size: 15px;
        min-height: 75px;
    }
    .client-area ul li {
        min-height: 80px;
    }
    .client-area ul li:first-child {
        margin-bottom: 0;
    }
    .client-testimonial h4.common-heading {
        padding-top: 40px;
    }
    .network_section {
        padding: 260px 0 100px;
    }
}

/*----------------------- about page Responsive style -----------------------*/

@media (max-width: 575.98px) {
    /*------------------- banner -------------------*/
    .banner-content p {
        text-align: justify;
        font-size: 13px;
    }
    .mybtnstyle {
        font-size: 13px;
        width: 170px;
    }
    /*------------------- banner -------------------*/
    /*------------------ what-we-do ------------------*/
    .what-we-do {
        padding: 0px 0;
        margin-top: 100px;
    }
    .what-heading p {
        font-size: 13px;
    }
    .icon-area {
        width: 100px;
        height: 100px;
    }
    .icon-area::before {
        width: 140px;
        height: 140px;
    }
    .icon-area img {
        width: 50px !important;
    }
    .what-do-list {
        padding: 35px 25px 20px;
    }
    .content-what h4 {
        font-size: 17px;
        min-height: auto;
        line-height: 21px;
        margin-top: 0;
    }
    .content-what p {
        font-size: 13px;
        min-height: auto;
        margin-bottom: 25px;
    }
    /*------------------ what-we-do ------------------*/
    /*------------------ our-process ------------------*/
    .ourprocess-heading p {
        font-size: 13px;
    }
    .process-icon img {
        width: 70%;
    }
    .orange-shadow::before {
        content: "";
        width: 140px;
        height: 140px;
        border-radius: 50%;
    }
    /*------------------ our-process ------------------*/
    .blog-section .card-title {
        font-size: 15px;
        line-height: 25px;
    }
    .orange-shadow::before {
        content: "";
        width: 180px;
        height: 140px;
        border-radius: 50%;
    }
    .green-shadow::before {
        width: 122px;
        height: 122px;
    }
    .schedule h5 {
        font-size: 30px;
    }
    .call-us-area h5 {
        font-size: 30px;
    }
    .details-blog ul {
        display: flex;
        flex-flow: wrap;
    }
    .floting-call {
        padding: 10px 20px;
    }
    .floting-call a {
        color: #fff;
        font-size: 16px;
    }
    .morristown {
        position: relative;
        left: -15%;
        top: 26%;
    }
    .middlesex2 {
        position: relative;
        left: -15%;
        top: 26%;
    }
    .princeton {
        position: relative;
        left: -15%;
        top: 82%;
    }
    .why-us-image img {
        margin: 0 auto;
        margin-bottom: 10px;
        width: 90%;
    }
    .why-us-text li:last-child {
        margin-bottom: 0;
    }
    .why-us::after {
        bottom: -107px;
        height: 200px;
    }
    .industries {
        padding-top: 87px;
        padding-bottom: 60px;
    }
    .testimonial-text {
        padding-top: 0;
    }
    .client-area {
        margin-bottom: 30px;
    }
    .areaas {
        padding-top: 10px;
    }
    .hunterdon {
        left: 7%;
    }
    .industries .call-shidule {
        padding-top: 0 !important;
    }
    /*--------------- about page responsive style ---------------*/
    .about_wrapper {
        padding: 70px 0;
    }
    .about_wrapper .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .about_wrap_content h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .about_wrap_content p {
        font-size: 14px !important;
        margin-bottom: 20px;
    }
    .about_wrap_img .shape_img {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .vision_img {
        margin-bottom: 50px;
        width: 90%;
    }
    .vision_content h2 {
        font-size: 30px;
    }
    .vision_content p {
        font-size: 14px !important;
        margin-bottom: 25px;
    }
    .vision_content span {
        font-size: 15px;
    }
    .vision_content ul li {
        margin-bottom: 27px;
        font-size: 14px !important;
    }
    .vision_content ul li::before {
        width: 8px;
        height: 8px;
        top: 28%;
        left: -25px;
    }
    .membership .col-xxl-3.col-md-3.col-12.mb-5 {
        margin-bottom: 25px !important;
    }
    .about_testimonial_content p {
        font-size: 14px;
        margin-top: 35px;
    }
    .about_testimonial_content .author {
        font-size: 13px;
    }
    .blog-section .card-body {
        padding: 30px;
    }
    .about_testimonial_img {
        width: 90%;
    }
    .footer-heading {
        font-size: 18px;
    }
    /*--------------- about page responsive style ---------------*/
    .contact_banner {
        padding: 15px 0;
    }
    .contact_banner {
        padding: 15px 0;
        margin-bottom: 40px;
    }
    .contact_banner h2 {
        margin-bottom: 0px;
    }
    .contact_icon span {
        font-size: 25px;
        color: #fff;
        width: 65px;
        height: 65px;
    }
    .contact_img {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .contact_img .shape_img img {
        width: 39%;
    }
    .contact_img {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .contact_form h3 {
        padding-bottom: 0;
    }
    .form_heading {
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center;
    }
    .contact_form {
        padding-bottom: 20px;
    }
    .install_about_cont .row {
        flex-direction: column-reverse;
    }
    .contact_map {
        margin-bottom: 20px;
    }
    .about_wrap_img {
        width: 90%;
    }
    .hardware_img {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .repair_service_list li {
        font-size: 14px;
    }
    .install_about_cont p {
        margin-top: 10px;
        font-size: 14px;
    }
    .computer_install {
        padding: 30px 0 20px;
    }
    .first_sec {
        padding: 0px 0px 20px;
    }
    .install_about_cont {
        padding: 0px 0 40px;
    }
    .hardware_img {
        width: 100%;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .computer_solution {
        padding: 20px 0px 20px;
    }
    .about_testimonial {
        padding: 45px 0 20px;
    }
    .about_testimonial_content p {
        font-size: 14px;
    }
    .computer_solution_content p {
        font-size: 14px;
    }
    .hardware_img {
        margin: auto;
        margin-top: 35px;
        margin-bottom: 30px;
    }
    footer {
        padding: 30px 0 10px;
    }
    .about_testimonial {
        padding: 45px 0 10px;
    }
    .install_about_content h2 {
        line-height: 30px;
    }
    .install_about_content {
        margin-bottom: 18px;
    }
    .install_about_cont p {
        padding-top: 0px;
    }
    .install_about .install_about_cont {
        padding: 10px 0 45px;
    }
    .accordion-button h3 {
        font-size: 15px;
    }
    .faq_service .common-heading {
        padding-bottom: 36px;
        padding-top: 32px;
    }

    .form_section h4 {
        text-align: center;
    }
    .contact_form .col-sm-12:first-child {
        padding-left: 0px;
    }
    .contact_form {
        margin-bottom: 0px;
        padding-bottom: 0;
    }
    .contact_map {
        margin-bottom: 0px;
    }
    .contact_map iframe {
        display: block;
    }
    .breadcrumb {
        justify-content: center;
    }
    .install_content h2 {
        text-align: center;
    }

    .install_about .first_sec {
        padding: 15px 0px 20px;
    }
    .install_about_cont.managed_it .pl-30 {
        padding-left: 0;
    }
    .about_testimonial_active .owl-nav button {
        left: 0px;
        font-size: 20px !important;
    }
    .about_testimonial_active .owl-nav .owl-next {
        left: auto;
        right: 0px;
    }
    .request-btn {
        text-align: center;
        padding: 13px 14px !important;
        font-size: 12px;
        position: absolute;
        top: 20px;
        right: 5rem;
        margin: 0;
        width: auto;
        height: auto;
        line-height: 1;
        font-size: 10px;
    }
    .navbar-brand {
        margin: 0;
        padding: 0;
        width: 95px;
    }
}

@media (max-width: 459.98px) {
    /*------------- navbar -------------*/
    .navbar-toggler-icon {
        width: 1.3em;
        height: 1.3em;
    }

    /*------------- navbar -------------*/
    /*------------- banner -------------*/
    .banner-image {
        margin-top: 20px;
    }
    /*------------- banner -------------*/
    .what-heading p {
        font-size: 13px;
    }
    .common-heading {
        font-size: 20px;
        margin-bottom: 40px !important;
    }
    .ourprocess-heading p {
        font-size: 16px;
    }
    .orange-shadow::before {
        content: "";
        width: 164px;
        height: 125px;
        border-radius: 50%;
    }
    .why-us-image {
        margin-bottom: 30px;
    }
    .process-area h4 {
        font-size: 13px;
    }
    .schedule h5 {
        font-size: 22px;
    }
    .call-us-area h5 {
        font-size: 22px;
    }
    .book-metting-btn {
        font-size: 14px;
        padding: 13px 20px;
    }
    .schedule-btn {
        padding: 15px 12px;
        font-size: 14px;
    }
    .client-area ul li {
        width: 100%;
    }
    .process-area {
        width: 100%;
        margin-bottom: 40px;
    }
    /*-------------- areas-map --------------*/
    .hunterdon {
        left: 9%;
    }
    .somerville {
        left: 4%;
    }
    .bridgewater {
        left: -2%;
    }
    /*-------------- areas-map --------------*/
    /*------------- .why-us-text -------------*/
    .why-us {
        padding-bottom: 35px;
    }
    .why-us::after {
        bottom: -47px;
        height: 50px;
        background-size: contain;
    }
    .why-us-text li {
        font-size: 13px;
    }
    .why-us-text li::before {
        width: 11px;
        height: 16px;
        background-size: contain;
    }
    /*------------- .why-us-text -------------*/
    /*----------- client-testimonial -----------*/
    .client-area ul {
        justify-content: center;
    }
    .client-area ul li {
        width: 57%;
        min-height: 72px;
        margin-bottom: 10px;
    }
    .testimonial-text p {
        font-size: 12px;
    }
    small.author {
        font-size: 12px;
    }
    /*----------- client-testimonial -----------*/
    /*-------------- blog-section --------------*/
    .blog-section .card-text {
        font-size: 12px;
    }
    .blog-morebtn {
        font-size: 13px;
    }
    /*-------------- blog-section --------------*/
    /*------------- footer-section -------------*/
    .link-footer li a {
        font-size: 13px;
    }
    .contact-footer li span {
        font-size: 20px;
    }
    .social-footer li a {
        font-size: 17px;
        width: 35px;
        height: 35px;
    }
    .our-process {
        padding-top: 40px;
    }
    .our-process {
        padding-bottom: 50px !important;
        margin-top: 70px;
    }
    .what-we-do::before {
        top: -150px;
    }
    .common-heading {
        margin-bottom: 15px !important;
        margin-top: 0;
    }
    .why-us {
        padding-top: 0px;
        margin-top: 45px;
    }
    .what-we-do .col-xxl-4:last-child {
        margin-bottom: 0 !important;
    }
    .what-we-do .what-heading.text-center.mb-5 {
        margin-bottom: 2rem !important;
    }
    .what-we-do::after {
        bottom: -155px;
    }
    .process-part {
        margin-top: 50px;
    }
    .blog-section {
        padding-bottom: 10px;
    }
    .blog-section .col-xxl-6.col-lg-6.col-md-12.mb-5.aos-init.aos-animate {
        margin-bottom: 2rem !important;
    }
    /*------------- footer-section -------------*/
    .what-we-do .col-xxl-4.col-lg-4.col-md-6.col-12:last-child {
        margin-bottom: 0 !important;
    }
    /*------------ about page style ------------*/
    .about_wrapper {
        padding: 50px 0 30px;
    }
    .about_wrapper .row {
        flex-flow: column-reverse;
    }
    .about_wrap_img {
        position: relative;
        z-index: 55;
        margin-bottom: 50px;
    }
    .about_wrap_img .shape_img {
        bottom: -21px;
        right: -130px;
    }
    .about_wrap_img .shape_img img {
        width: 50%;
    }
    .about_wrap_content h2 {
        font-size: 18px;
        line-height: 35px;
        margin-bottom: 10px;
        text-align: center;
    }
    .about_wrap_content p {
        color: #0c0c0c;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
    }
    .vision_img {
        margin-bottom: 50px;
    }
    .vision_content h2 {
        font-size: 18px;
        margin-bottom: 15px;
        text-align: center;
    }
    .vision_content p {
        font-size: 12px;
        line-height: 23px;
        text-align: center;
        margin-bottom: 12px;
    }
    .vision_content span {
        font-size: 18px;
        display: block;
        text-align: center;
    }
    .vision_content ul {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        width: 85%;
    }
    .vision_content ul li {
        margin-bottom: 15px;
        font-size: 13px;
        width: 35%;
    }
    .membership .col-xxl-3.col-md-3.col-12.mb-5 {
        margin-bottom: 25px !important;
    }
    .about_testimonial {
        padding: 0px 0 50px;
    }
    .about_testimonial_slider h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .about_testimonial_content p {
        font-size: 12px;
        line-height: 25px;
        margin-top: 0;
    }
    .about_testimonial_content .author {
        font-size: 13px;
        margin-top: 4px;
    }
    .about_testimonial_img {
    margin-top: 25px;
}
    .about_testimonial_img .shape_img {
        bottom: -15px;
        left: 32px;
    }
    .about_testimonial_img .shape_img img {
        width: 30%;
    }
    .member-area {
        min-height: 161px;
    }
    .footer-heading {
        margin-bottom: 0px !important;
    }
    .contact-footer li {
        margin-bottom: 15px;
        font-size: 13px;
    }
    .copy-right p {
        font-size: 11px;
        color: #fff;
    }
    /*------------ about page style ------------*/
    .contact_img .shape_img {
        bottom: -34px;
        right: -100px;
    }
}

@media (max-width: 359.98px) {
    .what-we-do {
        margin-top: 85px;
    }
    .content-what p {
        min-height: 65px;
    }
    .orange-shadow::before {
        content: "";
        width: 100px;
        height: 100px;
    }
    .green-shadow::before {
        width: 150px;
        height: 165px;
    }
    .why-us {
        margin-top: 0px;
    }
    .why-us-image {
        margin-bottom: 0px;
    }
    .industries {
        padding-top: 95px;
    }
    .mybtnstyle {
        font-size: 11px;
        width: 170px;
    }
    .book-metting-btn {
        font-size: 11px;
    }
    .schedule-btn {
        font-size: 11px;
    }
    .schedule h5 {
        line-height: 32px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .why-us {
        padding-bottom: 37px;
    }
    .testimonial-text {
        padding-top: 20px;
    }
    .membership {
        padding: 15px 0 20px 0;
    }
    .areaas {
        padding-top: 25px;
    }
    .why-us::after {
        bottom: -110px;
        height: 150px;
    }
    .call-us-area h5 a {
        color: #fff;
        font-size: 15px;
    }
    .book-metting-btn {
        padding: 10px 40px;
    }
    .schedule h5 {
        font-size: 15px;
    }
    .schedule-btn {
        padding: 10px 20px;
    }
    .client-testimonial h4.common-heading {
        padding-top: 0px;
    }
    /*----------------- about page style -----------------*/
    .about_wrapper {
        padding: 40px 0 20px;
    }
    .about_wrapper .row {
        flex-flow: column-reverse;
    }
    .about_wrap_img {
        margin-bottom: 50px;
    }
    .about_wrap_content h2 {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }
    .about_wrap_content p {
        font-size: 13px;
        line-height: 22px;
        text-align: center;
    }
    .shape_img {
        bottom: -21px;
        right: -130px;
    }
    .shape_img img {
        width: 40%;
    }
    .about_vision {
        padding-bottom: 35px;
    }
    .vision_content h2 {
        font-size: 20px;
        margin-top: 30px;
        text-align: center;
    }
    .vision_content p {
        font-size: 13px;
        line-height: 25px;
        text-align: center;
        margin-bottom: 13px;
    }
    .vision_content span {
        font-size: 15px;
        margin-bottom: 25px;
        display: block;
        text-align: center;
    }
    .vision_content ul {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }
    .vision_content ul li {
        margin-bottom: 15px;
        font-size: 13px;
        width: 34%;
    }
    .vision_content ul li::before {
        width: 8px;
        height: 8px;
        top: 30%;
        left: -17px;
    }
    .vision_img {
        margin-bottom: 10px;
    }
    .membership .col-xxl-3.col-md-3.col-12.mb-5 {
        margin-bottom: 25px !important;
    }
    .about_testimonial {
        padding: 35px 0;
    }
    .about_testimonial_slider h2 {
        font-size: 20px;
        margin-bottom: 11px;
    }
    .about_testimonial_content p {
        font-size: 13px;
        line-height: 30px;
        text-align: center;
        margin-top: 15px;
    }
    .about_testimonial_content .author {
        font-size: 12px;
        margin-bottom: 30px;
    }
    .about_testimonial_img {
        margin-top: 13px;
    }
    .about_testimonial_img .shape_img {
        bottom: -10px;
        left: 32px;
    }
    .about_testimonial_img .shape_img img {
        width: 25%;
    }
    .about_testimonial_slider .owl-dots {
        display: none;
    }
    .common-heading {
        font-size: 20px;
        padding-top: 20px;
    }
    .footer-heading {
        margin-bottom: 10px !important;
    }
    .contact-footer li {
        margin-bottom: 15px;
    }
    .client-area ul li {
        width: 57%;
        min-height: 72px;
        margin-bottom: 10px;
    }
    .our-process {
        padding-top: 15px;
    }
    .ourprocess-heading p {
        font-size: 13px;
    }
    .process-part {
        margin-top: 47px;
    }
    .process-area h4 {
        font-size: 13px;
    }
    /*----------------- about page style -----------------*/
}

/* Service page Responsive CSS */

@media (max-width: 575.98px) {
    span.drop_arrow {
    width: 20px;
    height: 20px;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
    .software_solution .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .mybtnstyle {
        font-size: 13px;
        width: auto;
    }
    .software_solution {
        padding: 40px 0 35px;
    }
    .software_content .service_heading {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 6px;
    }
    .software_content .service_heading::before {
        width: 100%;
        height: 75px;
    }
    .service_para {
        font-family: "Poppins";
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 30px;
    }
    .software_solution_img {
        margin-bottom: 50px;
    }
    .install_section {
        padding: 58px 0;
    }
    .service_heading {
        font-size: 18px;
        margin-bottom: 0px;
        line-height: 30px;
    }
    .install_section {
        padding: 58px 0;
        position: relative;
        z-index: 9;
        min-height: 659px;
    }
    .install_img {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .install_img_shape {
        position: absolute;
        bottom: 40px;
        right: 0;
        z-index: -1;
        width: 16%;
    }
    .upgrade_section {
        padding: 0px;
    }
    .upgrade_section .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .upgrade_img {
        margin-top: 51px;
        margin-bottom: 31px;
    }
    .network_section {
        padding: 48px 0 10px;
        margin-top: 65px;
    }
    .network_content {
        margin-top: 30px;
    }
    .planing_section .row {
        flex-direction: column-reverse;
    }
    .planing_section {
        padding: 48px 0 30px;
    }
    .plaining_img {
        margin-bottom: 40px;
    }
    .backup_img {
        margin-bottom: 30px;
    }
    .backup_section {
        padding: 68px 0 100px;
    }
    .manage_section .row {
        flex-direction: column-reverse;
    }
    .manage_section {
        padding: 0px 0 60px;
    }
    .manage_img {
        margin-bottom: 30px;
    }
    .accordion-button::after {
        top: -13px;
        position: relative;
    }
    .accordion-item {
        margin-bottom: 15px;
    }
    .network_consult .cloud_back-img {
        padding: 10px 0 30px;
    }
    .cloud_back .cloud_back-img {
        padding: 10px 0 30px;
    }
    .cloud_back .cloud_back-img {
        padding: 18px 0 37px;
    }
    .network_section::before {
        height: 62px;
        top: -60px;
        left: 0;
        background-size: contain;
    }
    .network_section::after {
        height: 27px;
        bottom: -27px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .software_solution .row {
        flex-direction: column-reverse;
    }
    .software_solution {
        padding: 60px 0 20px;
    }
    .software_content .service_heading {
        font-size: 18px;
        line-height: 20px;
    }
    .software_content .service_heading::before {
        content: "";
        width: 100%;
        height: 65px;
    }
    .service_para {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 30px;
        text-align: justify;
    }
    .software_solution_img {
        margin-bottom: 60px;
    }
    .install_section {
        padding: 65px 0;
    }
    .install_img {
        margin-bottom: 50px;
    }
    .service_heading {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .install_img_shape {
        position: absolute;
        bottom: 90px;
        right: 0;
        width: 64px;
        z-index: -1;
    }
    .upgrade_section .row {
        flex-direction: column-reverse;
    }
    .upgrade_section {
        padding: 54px 0px 0;
    }
    .upgrade_img {
        margin-bottom: 50px;
    }
    .network_img {
        margin-bottom: 50px;
    }
    .planing_section {
        padding: 20px 0 60px;
    }
    .planing_section .row {
        flex-direction: column-reverse;
    }
    .plaining_img {
        margin-bottom: 50px;
    }
    .backup_section {
        padding: 64px 0 145px;
    }
    .backup_img {
        margin-bottom: 50px;
    }
    .manage_section .row {
        flex-direction: column-reverse;
    }
    .manage_section {
        padding: 10px 0 70px;
    }
    .manage_img {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .software_solution .row {
        flex-direction: column-reverse;
    }
    .software_solution {
        padding: 60px 0 20px;
    }
    .software_content .service_heading {
        font-size: 30px;
        line-height: 40px;
    }
    .software_content .service_heading::before {
        content: "";
        width: 100%;
        height: 65px;
    }
    .service_para {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 30px;
        text-align: justify;
    }
    .software_solution_img {
        width: 60%;
        margin: auto;
        margin-bottom: 60px;
    }
    .install_section {
        padding: 65px 0;
    }
    .computer_install .install_img {
        width: 100%;
        margin: auto;
    }
    .install_img {
        width: 51%;
        margin: auto;
        margin-bottom: 45px;
    }
    .service_heading {
        font-size: 30px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .install_img_shape {
        position: absolute;
        bottom: 90px;
        right: 0;
        width: 64px;
        z-index: -1;
    }
    .upgrade_section .row {
        flex-direction: column-reverse;
    }
    .upgrade_section {
        padding: 30px 0 126px;
    }
    .upgrade_img {
        width: 60%;
        margin: auto;
        margin-bottom: 50px;
    }
    .network_img {
        width: 60%;
        margin: auto;
        margin-bottom: 50px;
    }
    .planing_section {
        padding: 57px 0 40px;
    }
    .planing_section .row {
        flex-direction: column-reverse;
    }
    .plaining_img {
        width: 60%;
        margin: auto;
        margin-bottom: 50px;
    }
    .backup_section {
        padding: 78px 0 150px;
    }
    .backup_img {
        width: 60%;
        margin: auto;
        margin-bottom: 50px;
    }
    .manage_section .row {
        flex-direction: column-reverse;
    }
    .manage_section {
        padding: 10px 0 70px;
    }
    .manage_img {
        width: 60%;
        margin: auto;
        margin-bottom: 50px;
    }
    .network_section {
        padding: 30px 0 12px;
        margin-top: -56px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .software_content .service_heading {
        font-size: 30px;
        line-height: 40px;
    }
    .service_heading {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 25px;
    }
    .install_img_shape {
        bottom: 100px;
        z-index: -1;
        width: 102px;
    }
    .upgrade_section {
        padding: 16px 0px;
    }
   .network_section {
    padding: 68px 0 48px;
}
    .planing_section {
        padding: 100px 0;
    }
    .manage_section {
        padding: 120px 0 135px;
    }
    .planing_section {
        padding: 73px 0 100px;
    }
    .backup_section {
        padding: 120px 0 120px;
    }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    .install_img_shape {
        position: absolute;
        bottom: 100px;
        right: 0;
        z-index: -1;
    }
    .network_section {
        padding: 37px 0 20px;
    }
    .network_section::before {
        height: 230px;
        top: -230px;
        background-size: contain;
    }
    .network_section::after {
        height: 106px;
        bottom: -106px;
    }
    .planing_section {
        padding: 165px 0 90px;
    }
    .backup_section {
        padding: 100px 0 115px;
    }
    .manage_section {
        padding: 120px 0 151px;
    }
}

@media (min-width: 1600px) and (max-width: 1999.98px) {
    .install_img_shape {
        bottom: 34px;
        right: 0;
    }

    .backup_section {
        padding: 100px 0 130px;
    }
}

@media (min-width: 575px) and (max-width: 991.98px) {
    .network_section::before {
        height: 132px;
        top: -131px;
        left: 0;
        background-size: contain;
    }
    .network_section::after {
        height: 66px;
        bottom: -54px;
    }
}

a.link-normal {
	color:#0c0c0c !important;
}



/* GRID SPACING */
.blog-section {
    background: #f8f9fc;
}

/* CARD */
.blog-card-v2 {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* HOVER EFFECT */
.blog-card-v2:hover {
    transform: translateY(-10px) scale(1.01);
    box-shadow: 0 25px 60px rgba(0,0,0,0.1);
}

/* IMAGE */
.card-thumb {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.card-thumb img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* ZOOM EFFECT */
.blog-card-v2:hover .card-thumb img {
    transform: scale(1.08);
}

/* BODY */
.card-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* META */
.card-meta {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
}

/* TITLE */
.card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

.card-title a {
    color: #111;
    text-decoration: none;
    transition: 0.3s;
}

.card-title a:hover {
    color: #ff4d4d;
}

/* EXCERPT */
.card-excerpt {
    font-size: 14px;
    color: #555;
    flex-grow: 1;
}

/* FOOTER */
.card-footer {
    margin-top: 15px;
}

/* BUTTON */
.btn-read {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #ff4d4d;
    position: relative;
}

.btn-read::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: #ff4d4d;
    transition: 0.3s;
}

.btn-read:hover::after {
    width: 100%;
}

/* SIDEBAR WRAP */
.sidebar-v2 {
    position: sticky;
    top: 100px;
}

/* WIDGET CARD */
.sidebar-v2 .widget {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 22px;
    margin-bottom: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.sidebar-v2 .widget:hover {
    transform: translateY(-5px);
}

/* TITLE */
.widget-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

.widget-title::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #ff4d4d;
    display: block;
    margin-top: 6px;
    border-radius: 10px;
}

/* SEARCH */
.widget-search input {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #eee;
    outline: none;
}

.widget-search button {
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    background: linear-gradient(135deg, #ff4d4d, #ff7a7a);
    border: none;
    color: #fff;
    border-radius: 10px;
}

/* RECENT POSTS */
.widget-posts ul {
    list-style: none;
    padding: 0;
}

.widget-posts li {
    margin-bottom: 12px;
}

.widget-posts a {
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    color: #222;
    transition: 0.3s;
}

.widget-posts img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
}

.widget-posts a:hover {
    color: #ff4d4d;
}

/* CATEGORY */
.widget-cat ul {
    list-style: none;
    padding: 0;
}

.widget-cat li {
    margin-bottom: 10px;
}

.widget-cat a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #444;
    padding: 8px 12px;
    border-radius: 8px;
    transition: 0.3s;
}

.widget-cat a:hover {
    background: #ff4d4d;
    color: #fff;
}

/* SECTION */
.blog-single-v2 {
    background: #f9fafc;
}

/* ARTICLE CARD */
.single-post {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}

/* CATEGORY */
.post-category a {
    display: inline-block;
    font-size: 12px;
    padding: 6px 12px;
    background: #ffecec;
    color: #ff4d4d;
    border-radius: 20px;
    margin-bottom: 15px;
}

/* TITLE */
.post-title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 15px;
}

/* META */
.post-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

/* IMAGE */
.post-thumb img {
    width: 100%;
    border-radius: 14px;
    margin-bottom: 25px;
}

/* CONTENT TYPOGRAPHY */
.post-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.post-content h2,
.post-content h3 {
    margin-top: 25px;
    font-weight: 700;
}

.post-content p {
    margin-bottom: 15px;
}

/* TAGS */
.post-tags {
    margin-top: 25px;
}

.post-tags a {
    display: inline-block;
    padding: 6px 12px;
    margin: 5px;
    background: #f1f1f1;
    border-radius: 20px;
    font-size: 13px;
}

/* AUTHOR BOX */
.author-box {
    display: flex;
    gap: 15px;
    margin-top: 40px;
    padding: 20px;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff, #f8f8f8);
}

.author-img img {
    border-radius: 50%;
}

.author-info h4 {
    margin-bottom: 5px;
}

/* COMMENTS */
.comment-area {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    margin-top: 30px;
}

/* COMMENT FORM */
.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
}

/* BUTTON */
.comment-form input[type="submit"] {
    background: linear-gradient(135deg, #ff4d4d, #ff7a7a);
    color: #fff;
    border: none;
    cursor: pointer;
}
.card-footer {
    background: transparent;
    border: none;
}

/* Pagination Wrapper */
.pagination-wrap {
display: flex;
justify-content: left;
align-items: center;
flex-wrap: wrap;
gap: 8px;
}

/* All pagination links */
.pagination-wrap .page-numbers {
display: inline-block;
min-width: 38px;
height: 38px;
line-height: 38px;
text-align: center;
text-decoration: none;
border-radius: 6px;
background: #f5f5f5;
color: #333;
font-weight: 500;
transition: all 0.3s ease;
}

/* Hover Effect */
.pagination-wrap .page-numbers:hover {
background: #5aa0d6;
color: #fff;
}

/* Active Page */
.pagination-wrap .current {
background: #5aa0d6;
color: #fff;
font-weight: 600;
}

/* Prev & Next Buttons */
.pagination-wrap .prev,
.pagination-wrap .next {
font-size: 18px;
font-weight: bold;
}

/* Dots (...) */
.pagination-wrap .dots {
background: transparent;
pointer-events: none;
}

/* Responsive */
@media (max-width: 480px) {
.pagination-wrap .page-numbers {
min-width: 32px;
height: 32px;
line-height: 32px;
font-size: 13px;
}
}
