@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=DM+Serif+Display&family=Inter&display=swap");

body,
ul {
    margin: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #000;
}

a,
body {
    color: #000;
}

.navbar > .container-fluid,
ul {
    padding: 0;
}

.border-btn svg,
.navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
}

.btncalsec a,
.text-center.emailtext a,
.text-unerline {
    text-decoration: underline;
}

.collapse,
.collapsing,
.video-sec {
    overflow: hidden;
}

.btn-wtsapp,
.count-sec,
.counter-sec,
.logos-sec p,
.model_text_sub,
.text-center {
    text-align: center;
}
html {
    scroll-behavior: smooth;
}
*,
::after,
::before {
    box-sizing: border-box;
}

.collapse:not(.show),
.mob-header,
.mob-strip,
.top-tel-list ul li:last-child::after {
    display: none;
}

body {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    background-color: #fff;
    font-style: normal !important;
    font-family: Inter, sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    .cal-sec p a:hover,
    .case-text h3 a:hover,
    a:hover {
        color: #1a73e8;
    }

html .text-color-primary,
html .text-primary {
    color: #1c5fa8 !important;
}

.pr-5 {
    padding-right: 50px;
}

.pr-4 {
    padding-right: 40px;
}

.pr-3 {
    padding-right: 30px;
}

.pr-2 {
    padding-right: 20px;
}

.pr-1 {
    padding-right: 10px;
}

.pl-5,
.pl-50 {
    padding-left: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    margin-top: 0;
    font-family: "DM Serif Display", serif;
    text-transform: capitalize;
}

h4,
h5,
h6 {
    line-height: 30px;
}

h1 {
    font-size: 50px;
    line-height: 1.2;
}

.h2,
h2 {
    font-size: 40px;
    line-height: 1.15;
}

h3 {
    font-size: 35px;
    line-height: 1.3;
}

.case-box h3,
.mega-dropdown .menu-left h4,
.model-title h3,
.tool-box h3,
h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.f-w-700,
.font-bold {
    font-weight: 700;
}

.top-header {
    background: #1a73e8;
    padding: 2px 0;
}

.mega-dropdown .menu-left h4::after,
.navbar-expand-lg {
    background-color: #fff;
}

.top-tel-list ul {
    list-style: unset;
}

    .top-tel-list ul li img {
        width: 25px;
        margin-right: 5px;
    }

    .top-tel-list ul li {
        display: inline-block;
    }

        .top-tel-list ul li::after {
            content: "|";
            padding: 10px 12px;
            color: #999393;
        }

        .top-tel-list ul li a {
            color: #fff;
            font-size: 14px;
            font-weight: 500;
        }

.banner-sec .mt-5 {
    margin-top: 25px;
}

.top-btn-list.top-tel-list {
    float: right;
}

.top-tel-list span {
    color: #fff;
    position: relative;
    top: 2px;
}

.navbar-expand-lg {
    left: 0;
    padding: 0 !important;
    right: 0;
    top: 0;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    width: 100%;
    z-index: 100;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.logo-sec,
.nav-btn {
    padding: 0 16px;
    display: flex;
    align-self: stretch;
}

.navbar.navbar-expand-lg.navbar-light,
.navbar.navbar-expand-lg.navbar-light.bg-light.sticky {
    border-bottom: 1px solid #222;
}

#myHeader {
    transition: top 0.3s;
}

.align-items-center,
.navbar {
    align-items: center !important;
}

.nav-btn {
    background-color: #df6512;
    align-items: center;
    color: #000;
    align-items: center;
}

    .nav-btn a {
        color: #fff;
        text-transform: capitalize;
        font-weight: 600;
    }

.logo-sec img {
    max-width: 100%;
    height: 60px;
    margin-top: -3px;
}

.logo-sec {
    width: 15%;
    border-right: 1px solid #000;
    align-items: center;
    justify-content: center;
}

.menu-sec {
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    flex-basis: auto;
    width: 70%;
    justify-content: center;
}

.nav-btn .btn-common {
    margin-bottom: 0;
    padding: 4px 14px;
}

.menu-bg {
    background: #1a73e8;
}

.menu-left {
    padding: 45px 40px;
}

.menu-right {
    padding: 40px;
}

.emailtext,
.menu-left .btn-sec,
.mt-40 {
    margin-top: 40px;
}

.mega-dropdown .menu-left .border-btn.btn-common {
    border: 1px solid #fff;
    color: #fff !important;
}

    .mega-dropdown .menu-left .border-btn.btn-common:hover {
        border: 1px solid #094e91 !important;
    }

.me-5 {
    margin-right: 3rem;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}

.banner__offer--point {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 0.9375rem;
}

    .banner__offer--point li {
        align-items: center;
        display: flex;
        font-size: 16px;
        margin: 0 0.625rem;
    }

        .banner__offer--point li .green-circle-tick {
            margin-right: 0.4375rem;
        }

.emailtext h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.text-center.emailtext a {
    font-size: 30px;
}

.navbar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.w-50 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
}

.clogo-main {
    flex: 0 0 auto;
    width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}

.border-btn,
.btn-common {
    display: inline-block;
    font-weight: 600;
    padding: 0.5875rem 2.1875rem;
    transition: 0.3s;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    background-color: #df6512;
    border: 0;
    border-radius: 5px;
}



/*.border-btn {
    border-radius: 10px;
}*/

/*.btn-common:hover {
    box-shadow: 0 0 0 1.2px #000, 3px 3px 0 #000;
    -webkit-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px);
}
*/
.menu-sec a {
    color: #000;
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 20px;
}

    .menu-sec a span {
        margin-right: 10px;
    }

.menu-sec {
    padding: 10px 0 12px;
}

.bg-1,
.border-btn:hover {
    background: #dcffdb;
}

.mob-logo {
    padding: 10px 10px 14px;
}


.mt-10 {
    margin-top: 100px;
}


.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.form-control {
    -webkit-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    border-radius: 7px;
    color: #212529;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 15px 12px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
    box-shadow: 0 0 0 1px #000;
}


.service_box 
 {
    transition: 0.3s;
    border-radius: 15px;
    padding:15px;
}


.form-group label {
    margin-bottom: 0.5rem;
    display: block;
}

.textarea-file-sec:focus,
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
    border: 1px solid #1a73e87a;
    box-shadow: 0 0 0 1px #000, 0 0 0 3px #1a73e859;
}

textarea.form-control {
    height: auto;
}

.form-control:focus-visible {
    outline: 0 !important;
}

.btn-common.submit-btn {
    border: 0;
}

.form-group {
    margin-bottom: 20px;
}

.mb-20,
.tagline {
    margin-bottom: 20px;
}

.textarea-file-sec {
    border: 1px solid #cdd3d8;
    background: #fff;
}

.img-sec span {
    font-size: 32px;
    color: #094e91;
}
.mt-30 {
    margin-top: 30px;
}
.textarea-file-sec textarea {
    border: 0;
    margin-bottom: 10px;
}

.contact-form-new {
    background: #f7f7f7;
    border-bottom: 1px solid rgba(204, 205, 207, 0.5);
    border-top: 1px solid rgba(204, 205, 207, 0.5);
}

.border-btn.border-white-btn.btn-common {
    border: 1px solid #fff;
    background: unset;
}

.border-btn.btn-common {
    border: 1px solid #094e91;
    background: unset;
    color: #094e91 !important;
}

.btn-common:hover,
.text-white {
    color: #fff !important;
}

.border-btn.btn-common:hover {
    background: #094e91 !important;
    color: #fff !important;
    border: 1px solid #094e91;
}

.btncalsec {
    margin-top: 15px;
}

    .btncalsec a {
        color: #094e91;
        display: block;
        margin-bottom: 10px;
    }

.menu-left h4,
.menu-right h4 {
    font-family: Inter;
}

.ptb-120 {
    padding: 120px 0;
}

.bg-white {
    background: #fff;
}



.logos-sec p {
    margin-bottom: 30px;
}

.btn-common:hover {
    background-color: #000;
  color:#fff;
}

.countsub-sec {
    border-right: 1px solid #ccc4c4;
    padding-right: 15px;
    padding-left: 15px;
}

    .countsub-sec:last-child {
        border-right: 0;
    }

.logos .col-lg-3.col-4 {
    width: 20%;
}

.logo_sec img {
    width: 150px;
    margin: auto;
    display: block;
}

.bb-1 {
    border-bottom: 1px solid #000;
}

.video-sec img {
    width: 100%;
}

.video-sec-ftr {
    padding: 20px 30px;
    background: #d7cdff;
    display: flex;
    justify-content: space-between;
}

    .video-sec-ftr img {
        width: 110px;
    }

.tagline {
    font-family: Caveat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}

.inter-font,
.service_box h3 {
    font-family: Inter, sans-serif;
}

.counter-sec {
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
}

.why_ustext p {
    font-size: 18px;
    margin: 20px 0;
}

.counter-sec p {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    text-transform: capitalize;
}

.countsub-sec h2 {
    color: #00008b;
    font-weight: 400;
}

.bb-2,
.bg-2,
.cntct-form {
    background: #fbe8de;
}

.border-btn svg {
    top: 5px;
    left: 8px;
}

.model-box svg,
.tool-box li svg {
    top: 3px;
    position: relative;
}

.logo_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.service_box span {
    box-shadow: 0 0 0 1px #000, 3px 3px 0 #000;
    margin-bottom: 20px;
    border-radius: 15px;
}

.model-img img,
.model_text_sub {
    box-shadow: 0 0 0 1px #000, 5px 5px 0 #000;
    overflow: hidden;
}

.service_box h3 {
    font-weight: 700;
    margin-bottom: 10px;
    margin-top:10px;
    font-size: 22px;
}

.model-box {
    display: flex;
    margin-bottom: 20px;
}

.modle-lists {
    margin-top: 30px;
}

.model-box svg {
    margin-right: 11px;
}

.model-title {
    margin-left: 10px;
}

.model-img img {
    margin: auto;
}

.mt-70 {
    margin-top: 70px;
}

.service_box {
    margin-bottom: 0px;
    text-align:center;
}

.model_text_sub {
    border: 1px solid #000;
    padding: 20px;
    border-radius: 15px;
    transition: 0.3s;
    background: #fff5a0;
}

.case-box,
.tool-box {
    border-radius: 15px;
    transition: 0.3s;
}


.service_box:hover 
{
    box-shadow: 0 0 0 1px #000;
}

.model_text_sub h5 {
    font-weight: 600;
    font-size: 30px;
    font-style: italic;
    margin-bottom: 20px;
}

.bg-3 {
    background: #d7cdff;
}

.bg-4 {
    background: #fffb9e;
}

.tool-box {
    box-shadow: 0 0 0 1px #000, 5px 4px 0 #000;
    padding: 20px;
}

    .tool-box h3 {
        margin-bottom: 26px;
    }

    .tool-box li {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .tool-box ul {
        list-style-type: none;
        min-height: 240px;
    }

.bg-5 {
    background: #e5f6ec;
}

.tool-box li:last-child {
    margin-bottom: 0;
}

.case-box {
    box-shadow: 0 0 0 1px #000, 4px 4px 0 #000;
    height: 100%;
    padding: 14px;
}

.bg-email,
.bg-phone_call {
    width: 32px;
    height: 32px;
    display: inline-block;
}

.case1 {
    background: rgba(249, 115, 22, 0.1);
}

.case-box h3 {
    margin: 10px 0 20px;
    min-height: 140px;
}

.case-box:hover {
    box-shadow: 0 0 0 1px #000, 0 0 0 #000;
}

.case-box span {
    text-transform: uppercase;
    font-weight: 600;
}

.case-img {
    overflow: hidden;
    position: relative;
}

.case4 {
    background: rgba(127, 87, 241, 0.1);
}

.case2 {
    background: rgba(45, 126, 248, 0.1);
}

.case3 {
    background: rgba(0, 170, 69, 0.1);
}

.case-btn {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 4px;
    color: #fefefe;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    opacity: 0;
    padding: 5px 8px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: 0.3s;
    visibility: hidden;
}

.case-box:hover .case-btn {
    opacity: 1;
    visibility: visible;
}

.ftr-sec-main {
    background-image: linear-gradient(to bottom right, #f7f7f7, #eafbff);
    padding: 10px 0;
}

.ftr-copyright p, .privacy-text {
    font-size: 13px;
    line-height: 20px;
}


.bg-email {
    background: url("../img/tel_sprites.png") -10px -94px;
}

.bg-phone_call {
    background: url("../img/tel_sprites.png") -94px -10px;
}

.bg-whatsapp {
    width: 64px;
    height: 64px;
    background: url("../img/tel_sprites.png") -10px -10px;
    display: inline-block;
}

.model_text_sub_1 {
    border: 1px solid #0fa958;
    padding: 15px 12px;
    border-radius: 5px;
    margin-top: 30px;
}

.w-40,
.w-60 {
    padding: 0 15px;
}

.btn-wtsapp {
    position: fixed;
    z-index: 1000;
    bottom: 32px;
    right: 10px;
}

.cntct-form p,
.model_text_sub_1 h4 {
    margin-bottom: 10px;
}

.model_text_sub_1 p {
    font-size: 14px;
    line-height: 22px;
}

.w-40 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.w-60 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.pl-80 {
    padding-left: 80px;
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.service_box_main {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 0 15px;
}

.case-main-sec,
.tech-box-main {
    flex: 0 0 auto;
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}

.w-100,
.w-30 {
    padding: 0 15px;
}

.w-30 {
    width: 30%;
}

.w-100 {
    flex: 0 0 auto;
    width: 100%;
}

.container,
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}

.img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}

.head-btnsec {
    align-self: center !important;
    width: 58%;
    justify-content: end;
    padding: 0 15px;
}

.alert {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.bg-7 {
    width: 150px;
    height: 82px;
    background: url("../img/css_sprites.webp") -250px -10px;
}

.bg-c1 {
    width: 150px;
    height: 82px;
    background: url("../img/css_sprites.webp") -10px -150px;
}

.bg-c2 {
    width: 150px;
    height: 82px;
    background: url("../img/css_sprites.webp") -180px -150px;
}

.bg-c3 {
    width: 150px;
    height: 82px;
    background: url("../img/css_sprites.webp") -10px -252px;
}

.bg-c4 {
    width: 150px;
    height: 82px;
    background: url("../img/css_sprites.webp") -180px -252px;
}

.bg-c5 {
    width: 150px;
    height: 82px;
    background: url("../img/css_sprites.webp") -420px -10px;
}

.bg-c6 {
    width: 150px;
    height: 82px;
    background: url("../img/css_sprites.webp") -420px -112px;
}

.bg-c7 {
    width: 150px;
    height: 82px;
    background: url("../img/css_sprites.webp") -420px -214px;
}

.bg-c8 {
    width: 150px;
    height: 82px;
    background: url("../img/css_sprites.webp") -10px -354px;
}

.bg-c9 {
    width: 150px;
    height: 82px;
    background: url("../img/css_sprites.webp") -180px -354px;
}

.bg-clutch {
    width: 110px;
    height: 40px;
    background: url("../img/css_sprites.webp") -350px -354px;
}

.bg-good_firms {
    width: 110px;
    height: 25px;
    background: url("../img/css_sprites.webp") -140px -456px;
}

.bg-google_reviews {
    width: 110px;
    height: 40px;
    background: url("../img/css_sprites.webp") -10px -456px;
}

.bg-icon1 {
    width: 50px;
    height: 50px;
    background: url("../img/css_sprites.webp") -350px -150px;
}

.bg-icon2 {
    width: 50px;
    height: 50px;
    background: url("../img/css_sprites.webp") -350px -252px;
}

.bg-icon3 {
    width: 50px;
    height: 50px;
    background: url("../img/css_sprites.webp") -10px -516px;
}

.bg-icon4 {
    width: 50px;
    height: 50px;
    background: url("../img/css_sprites.webp") -80px -516px;
}

.bg-icon5 {
    width: 50px;
    height: 50px;
    background: url("../img/css_sprites.webp") -150px -516px;
}

.bg-icon6 {
    width: 50px;
    height: 50px;
    background: url("../img/css_sprites.webp") -220px -516px;
}

.bg-icon7 {
    width: 50px;
    height: 50px;
    background: url("../img/css_sprites.webp") -290px -516px;
}

.bg-icon8 {
    width: 50px;
    height: 50px;
    background: url("../img/css_sprites.webp") -360px -516px;
}

.bg-icon9 {
    width: 50px;
    height: 50px;
    background: url("../img/css_sprites.webp") -430px -516px;
}

.service_box span,
.clogo-main span,
.count-sec span {
    display: block;
}

.d-block {
    display: block !important;
}

.error {
    color: #f00;
    display: inline-block;
    margin-top: 5px;
}

/*-------------- new-style starts here --------------*/
.banner-one {
    background-image: url('../new-img/home.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    height: 85vh;
}
    .banner-one::before {
        content: '';
        background: linear-gradient(0deg, #00081ad1, #fdfeff00 80%);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }
.banner_text {
    position: absolute;
    bottom: 45px;
    width: 100%;
}
.text-end {
    text-align:end;
}
.shadow-sec {
    box-shadow: 0 7px 15px 0 rgba(51, 51, 51, 0.05) !important;
}
.banner_main{
    position:relative;
}
.btn-common.btn-white {
    background-color: #df6512;
}
.btn-common.btn-white:hover {
  background-color: #df6512;
   color: #000;
}
.bg-location {
    width: 60px;
    height: 60px;
    background: url('../imgs/css_sprites.png') -10px -10px;
}
.bg-apartment {
    width: 60px;
    height: 60px;
    background: url('../imgs/css_sprites.png') -90px -10px;
}
.bg-building {
    width: 60px;
    height: 60px;
    background: url('../imgs/css_sprites.png') -10px -90px;
}
.bg-area {
    width: 60px;
    height: 60px;
    background: url('../imgs/css_sprites.png') -90px -90px;
}
.pro-box-main {
    flex: 0 0 auto;
    width: 33.3%;
    padding-right: 15px;
    padding-left: 15px;
}

.pro-box {
    display: flex;
    background: #fafafa !important;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    transition: 0.5s all ease;
    box-shadow: 0 2px 5px 0 rgba(17,121,239,.15);
    border-radius: 5px;
    min-height:90px;
}

.pro-icon {
    width: 30%;
}



.pro-text {
    width: 100%;
    margin-left: 10px;
}

h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
}
.pro-box h3 {
    margin-bottom: 5px;
    font-size:16px;
    text-align:center;
    font-weight:400;
}
.pro-box p {
    min-height: 50px;
    margin-bottom: 0px;
}

.ptb-50 {
    padding: 50px 0px;
}

.bg-grey {
    background-color: #eff6f7 !important;
}
.br-img {
    border-radius:5px;
}
.p-1 {
    padding: 0.3125rem !important;
}
.gal-sec.gal-sub-img {
    margin-bottom: 10px;
}

.p-1.pt-0 {
    padding-top: 0px !important;
}

.p-1.pr-0 {
    padding-right: 0px !Important;
}

.gal-sec img {
    border-radius: 5px;
}
.gal-sec img {
    width: 100%;
    transform: translateZ(0.1px);
    transition: all .5s ease-out;
}

.gal-sec {
    overflow: hidden;
    position: relative;
}
    .gal-sec img:hover {
        transform: scale(1.05) translateZ(0.1px);
    }
.why_ustext ul {
    margin-top: 20px;
    padding-left: 17px;
}

.why_ustext li {
    margin-bottom: 10px;
}
.a-iconsec {
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.bg-i1 {
    background: url('../new-img/benifit/energy-control.webp')
}
.bg-i2 {
    background: url('../new-img/benifit/tablet.webp')
}
.bg-i3 {
    background: url('../new-img/benifit/volume.webp')
}
.bg-i4 {
    background: url('../new-img/benifit/easy-access.webp')
}
.bg-i5 {
    background: url('../new-img/benifit/web-visibility.webp')
}

.amenities-box {
    flex: 0 0 auto;
    width: 33%;
    padding-right: 15px;
    padding-left: 15px;
}
.amenities-box-sub {
    text-align: center;
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: 0.5s all ease;
}


.bg-new {
    background-color: aliceblue;
}

.amenities-box-sub p {
    margin-top: 15px;
}
.amenities-box-sub h4{
    margin-top:20px;
}

.amenities-box-sub:hover {
    box-shadow: 0 2px 5px 0 rgb(17 121 239 / 15%);
}
.video_link {
    position: relative;
    text-align: center;
}

figcaption p {
    position: absolute;
    top: 45%;
    /* width: 64px !important; */
    left: 36%;
}

.video_link img {
   
    border-radius: 5px;
}



/*.video_link::before {
    position: absolute;
    top: 0;
    content: '';
    background: #000000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 5px;
}*/
.video_link figcaption p img {

    margin-right: 6px;
}
.video_link figcaption p {
    background: #ffffff;
    box-shadow: 0 0 1px rgb(0 0 0 / 20%), 0 1px 2px rgb(0 0 0 / 6%), 0 4px 8px rgb(0 0 0 / 6%);
    color: #000;
    text-transform: initial;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 162px;
    height: 40px;
    margin: auto;
    border-radius: 11px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*-------------- new-style ends here --------------*/
/*.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;*/
    /* display: none; */
    /*width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    padding: 20px;
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    max-width: 500px;
    margin: 1.75rem auto;
    background: #ffffff;
}*/
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width:40%;
}
.popup-head {
    padding: 10px 0px 20px;
}
#closeBtn {
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
    font-size: 24px;
    opacity: 0.5;
}
.map-sec ul li {
    margin-bottom: 10px;
}

.map-sec ul {
    padding-left: 17px;
}
/*--------- modal-style starts here */


@media only screen and (min-width: 280px) and (max-width: 767px) {
    .ftr-copyright p, .ftr-social, .mob-enqry {
        text-align: center;
    }

    h2,
    h3,
    h4 {
        line-height: 1.15;
    }

    .clogo-main,
    .countsub-sec,
    .logos .col-lg-3.col-4, .amenities-box {
        width: 100%;
    }

    .mob-strip,
    .navbar.navbar-expand-lg.navbar-light,
    .navbar.navbar-expand-lg.navbar-light.bg-light.sticky {
        border-bottom: 1px solid #acacac;
    }

    .countsub-sec:nth-child(2n),
    .logo-sec {
        border-right: 0;
    }

    .desk-header {
        display: none;
    }

    .mob-header {
        display: block;
    }

    .footer_sticky_bar {
        display: block;
        background-color: #f9fafb;
        box-shadow: 0 2px 4px rgb(0 0 0/4%), 0 4px 5px rgb(0 0 0/8%), 0 1px 10px rgb(0 0 0/12%);
        position: sticky;
        bottom: 4px;
        margin: 0 8px;
        border-radius: 5px;
        text-align: center;
        z-index: 99;
    }

    .mb-40 {
        margin-bottom: 30px !important;
    }

    .ftr-copyright p {
        margin-bottom: 0;
    }

    .ftr-list li a,
    .banner__offer--point li {
        font-size: 14px !important;
    }

    .mob-enqry {
        position: absolute;
        top: 14px;
        right: 79px;
        margin: auto;
    }

        .mob-enqry a.btn-common {
            padding: 0 10px;
            font-size: 12px !important;
            line-height: 35px;
        }

    .top-tel-list ul li,
    .top-tel-list ul li a {
        font-size: 11px;
    }

    .top-tel-list span {
        top: 0;
    }

    .ptb-120 {
        padding: 50px 0;
    }

    h1 {
        font-size: 26px;
        line-height: 1.3;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    .text-center.emailtext a,
    h4 {
        font-size: 20px;
    }

    .logos-sec p,
    .video-sec,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .form-group {
        margin-bottom: 20px;
    }

    .pl-50,
    .pl-80 {
        padding-left: 0;
    }

    .pr-50 {
        padding-right: 0;
    }

    .border-btn,
    .btn-common {
        padding: 10px 25px;
        font-size: 16px;
    }

    .logos-sec {
        margin-top: 50px;
    }

    .logo_sec,
    .logo_sec.mb-30,
    .tagline {
        margin-bottom: 10px !important;
    }

    .countsub-sec,
    .model_text_sub_1,
    .tool-box {
        margin-bottom: 30px;
    }

    .video-sec-ftr img {
        width: 80px;
    }

    .counter-sec {
        flex-wrap: wrap;
        align-items: flex-start;
    }

        .counter-sec p {
            min-height: 50px;
        }

    .countsub-sec h2 {
        margin-bottom: 5px;
    }

    .model-title h4 {
        margin-bottom: 10px;
    }

    .tool-box ul {
        min-height: unset;
    }

    .case-box {
        height: unset;
        margin-bottom: 20px;
    }

    .logo_sec img {
        width: 100px;
    }

    .menu-sec {
        display: none !important;
    }

    .logo-sec {
        padding: 0 10px;
        justify-content: flex-start;
        width: 30%;
    }

    .navbar > .container-fluid,
    .video-sec-ftr {
        justify-content: flex-start;
    }

    .nav-btn {
        margin-left: auto;
        justify-content: flex-end;
    }

    .mob-strip {
        background: #f0f8ff;
        padding: 5px 10px;
        display: block;
    }

    .top-tel-sec svg {
        margin-right: 5px;
    }

    .top-tel-sec a {
        display: flex;
        align-items: center;
        color: #000;
    }

    .mob-strip a {
        font-size: 14px;
    }

    .top-tel-sec {
        justify-content: space-between;
    }

    .tagline {
        margin-bottom: 4px !important;
    }

    .why_ustext {
        margin-top: 20px;
    }

    .mb-70 {
        margin-bottom: 40px !important;
    }

    .services .mb-40 {
        margin-bottom: 50px !important;
    }

    .case-main-sec,
    .head-btnsec,
    .service_box_main,
    .tech-box-main,
    .w-40,
    .w-50,
    .w-60, .pro-box-main {
        width: 100%;
    }

    .head-btnsec {
        justify-content: start;
        padding-left: 15px;
    }

    .model-box svg {
        width: 12%;
        margin-right: 0;
    }

    .case-box h3,
    .mega-dropdown .menu-left h4,
    .model-title h3,
    .tool-box h3,
    h4 {
        font-size: 20px !important;
    }

    .case-box h3 {
        min-height: unset;
    }

    .tagline {
        font-size: 18px;
    }

    .model-title h3 {
        margin-bottom: 10px !important;
    }

    .video-sec-ftr {
        padding: 20px 0;
    }

    .pt-120,
    .banner-img {
        padding-top: 50px;
    }

    .pb-120 {
        padding-bottom: 50px;
    }

    .clogo-main {
        padding-right: 5px;
        padding-left: 5px;
    }

    .bg-google_reviews {
        width: 100px;
    }

    .why-us .w-40 {
        padding: 0 5px;
    }

    .logo_sec {
        padding: 5px 0;
    }
    #popup{
        width:97%;
        left:50%;

    }
    figcaption p{
        left:30%;
    }
    .amenities-box-sub p {
   
        font-size: 14px;
        margin-bottom: 0px;
    }
    .amenities-box-sub{
        padding:20px 10px;
    }
    .text-end {
        text-align: start;
    }
    .banner-one{
        height:50vh;
    }
    .logo-sec img {
        /* max-width: 100%; */
         height: unset; 
        margin-top: 0px;
        max-width: 120px;
    }
    .gallery-img.gallery-sub.p-1 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .p-1.pr-0 {
        padding-right: 6px !Important;
    }
    .pro-icon {
        width: 28%;
    }
    .pro-text h3 {
        font-size:18px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    .mob-strip a {
        font-size: 11px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mob-enqry,
    .mob-services .owl-dots,
    .testimonials-sec .owl-dots {
        text-align: center;
    }
    .amenities-box {
        flex: 0 0 auto;
        width: 50%;
       
    }
    #popup{
        width:60%;
    }

    .desk-header,
    .home-service-tab,
    .mob-services .owl-nav,
    .testimonials-sec .owl-nav {
        display: none;
    }

    .footer_sticky_bar {
        display: block;
        box-shadow: 0 -8px 16px 0 #0000000f;
        background-color: #f9fafb;
        box-shadow: 0 2px 4px rgb(0 0 0/4%), 0 4px 5px rgb(0 0 0/8%), 0 1px 10px rgb(0 0 0/12%);
        position: sticky;
        bottom: 0;
        text-align: center;
        z-index: 99;
        margin: 0 8px;
    }

        .footer_sticky_bar ul li {
            display: inline-block !important;
            width: 32%;
            font-size: 18px;
        }

    .mob-header,
    .mob-services {
        display: block;
    }

    .client-img {
        width: unset !important;
        height: unset !important;
    }

    .slick-slide {
        margin: 0 !important;
    }

    .testimonials-sec .owl-dots {
        display: block !important;
    }

    .mob-services .owl-dot.active,
    .testimonials-sec .owl-dot.active {
        background: #1a73e8;
        padding: 1px 10px;
    }

    .mob-services .owl-carousel button.owl-dot,
    .testimonials-sec .owl-carousel button.owl-dot {
        background: #1a73e8;
        color: inherit;
        border: 1px solid #1a73e8;
        font: inherit;
        margin: 0 4px;
        padding: 1px 7px !important;
    }

    h2,
    h3,
    h4 {
        line-height: 1.15;
    }

    .mob-services button.owl-dot.active,
    .testimonials-sec button.owl-dot.active {
        background: #1a73e8;
        padding: 1px 15px !important;
    }

    .mob-service-sec {
        background: #f6f6f6;
        padding: 10px;
    }

    .mob-services .owl-carousel {
        position: relative;
    }

    .mob-enqry {
        position: absolute;
        top: 45px;
        right: 100px;
        margin: auto;
    }

        .mob-enqry a.btn-common {
            padding: 0 30px;
            font-size: 15px !important;
            line-height: 44px;
        }

    .top-tel-list ul li,
    .top-tel-list ul li a {
        font-size: 11px;
    }

    .top-tel-list span {
        top: 0;
    }

    .ptb-120 {
        padding: 50px 0;
    }

    h1 {
        font-size: 35px;
        line-height: 1.2;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 20px;
    }

    .logos-sec p,
    .video-sec,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 20px;
    }

    .pl-50,
    .pl-80 {
        padding-left: 0;
    }

    .pr-50 {
        padding-right: 0;
    }

    .border-btn,
    .btn-common {
        padding: 10px 20px;
        font-size: 13px;
    }

    .logos-sec {
        margin-top: 50px;
    }

    .nav-btn {
        width: 18%;
    }

    .logo_sec.mb-30,
    .tagline {
        margin-bottom: 10px !important;
    }

    .video-sec-ftr img {
        width: 80px;
    }

    .counter-sec {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .countsub-sec, .gallery-sec .w-50{
        width: 50%;
        margin-bottom: 10px;
    }

        .countsub-sec h2 {
            margin-bottom: 5px;
        }

    .model-title h4,
    .logo_sec {
        margin-bottom: 10px !important;
    }
    .amenities-box-sub p {
        font-size: 12px;
        margin-bottom: 0px;
        min-height: 40px;
    }
    .tool-box {
        margin-bottom: 30px;
    }

    .case-box {
        height: unset;
        margin-bottom: 20px;
    }

    .logo_sec img {
        width: 100px;
    }

    .case-box h3,
    .mega-dropdown .menu-left h4,
    .model-title h3,
    .tool-box h3,
    h4 {
        font-size: 20px !important;
    }

    .tagline {
        font-size: 18px;
    }

    .w-50,
    .w-40,
    .w-60 {
        width: 100%;
    }

    .case-main-sec,
    .tech-box-main,
    .service_box_main,
    .cntct-form .w-50,
    .clogo-main, .banner_text_inner .w-50, .pro-box-main {
        width: 50%;
    }
    .pro-text h3{
        font-size:20px;
    }
    .model-img,
    .why_ustext {
        margin-top: 20px;
    }

    .me-5 {
        margin-right: 0;
    }

    .menu-sec a,
    .nav-btn {
        font-size: 14px;
    }

    .head-btnsec {
        justify-content: start;
    }

    .banner-img,
    .pt-120 {
        padding-top: 50px;
    }

    .pb-120 {
        padding-bottom: 50px;
    }
    .service_box {
        margin-bottom: 20px;
    }
    .logo-sec img{
        height:unset;
        margin-top:0px;
    }
    .banner-one{
        height:50vh;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2,
    h3,
    h4 {
        line-height: 1.15;
    }

    .desk-header {
        display: none;
    }

    .mob-header {
        display: block;
    }

    .mob-enqry {
        position: absolute;
        top: 20px;
        right: 103px;
        margin: auto;
        text-align: center;
    }

        .mob-enqry a.btn-common {
            padding: 5px 10px;
            line-height: 40px;
        }

    .mob-logo img {
        max-width: 18% !important;
    }

    .header a {
        top: 14px !important;
    }

    h1 {
        font-size: 35px;
        line-height: 1.2;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 20px;
    }

    .ptb-120 {
        padding: 80px 0;
    }

    .counter-sec p {
        font-size: 13px;
    }

    .video-sec-ftr img {
        width: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .video-sec-ftr img {
        width: 100px;
    }

    .counter-sec p {
        font-size: 14px;
    }

    .service_box h4 {
        min-height: 60px;
    }

    .ftr-copyright p,
    .ftr-list li a {
        font-size: 13px;
    }

    h1 {
        font-size: 46px;
    }
}

@media (min-width: 1200px) {
    .banner-img img {
        height: 680px;
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .case-box h3 {
        min-height: 175px;
    }
}
.call1 {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 99;
}

.call2 {
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 99;
}

.call1 img {
    width: 52px;
    height: 52px
}

.call2 img {
    width: 52px;
    height: 52px
}