@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

@font-face {
    font-family: HelveticaNeueLTPro;
    src: url('../../fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2'),
        url('../../fonts/HelveticaNeueLTPro-Bd.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


html {
    scroll-behavior: smooth;
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    scroll-padding-top: 4rem;
}

body {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
    line-height: 26px;
}

img {
    width: 100%;
    height: 100%;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 0 24px;*/
    min-height: 70px;
}

.nav-menu {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    gap: 0px;
    width: 75%;
    margin: 0;
    padding: 0;
    text-align: right;
}

a.nav-branding {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}


/*a.nav-link {
    transition: 0.7s ease;
}*/

a.nav-link:hover {
    color: #98c7e1;
}

.hamburger {
    display: none;
    cursor: pointer;
}

.bar {
    -webkit-transition: all 0.3s ease-in-out;
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;

}

header {
    position: absolute;
    left: 0;
    right: 0;
}


.contact-details {
    display: none;
}


nav.navbar h3 {
    padding: 0;
    margin: 0;
    width: 25%;
}

section.header-banner {
    height: auto;
    background: url(../images/anv-banner.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 278px;
    padding-bottom: 269px;

}

.cent-title h3 {
    font-size: 32px;
    line-height: 38.4px;
    font-weight: 700;
    font-family: 'Red Hat Display', sans-serif;
    color: #194056;
}

.foot-tops {
    background: #f5fafe;
    padding: 60px 0;
}

.foot-tops p {
    margin: 0;
}

.foot-tops a {
    color: #000;
    text-decoration: none;
}

.foot-widgts h3 {
    color: #808080;
    font-weight: bold;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
    position: relative;
}

.foot-bottom {
    height: 20px;
    background: #7995ad;
}

footer img {
    width: 280px;
    height: 60px !important;
}

.foot-img {
    text-align: center;
}

.copy-rights-texts {
    padding-top: 60px;
}

.copy-rights-texts p {
    margin: 0;
}

.copy-rights-texts {
    text-align: center;
}


section.about-us {
    padding: 80px 0;
    background: #f9f9f9;
}

section#about-us .row {
    display: flex;
    align-items: center;
}

.abt-text p {
    width: 76%;
}

.abt-text h4 {
    color: #194056;
    font-weight: 500;
    font-size: 18px;
    line-height: 31.2px;
}

.abt-text h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: 'Red Hat Display', sans-serif;
    color: #194056;
}

.abt-text p {
    font-size: 16px;
    line-height: 28px;
    color: #0c0c0c;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    width: 78%;
}

section.dection {
    padding: 80px 0;
    background: #edede5;
}

.abt-text a {
    font-size: 15px;
    color: #fff;
    background: #1a4057;
    /* position: relative; */
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 25px;
    line-height: 18px;
    letter-spacing: 2px;
    font-family: 'Red Hat Display', sans-serif;
    border: 1px solid #194056;
}

.abt-text a:hover {
    background: transparent;
    color: #194056;
    border-color: #194056;
}

button.sub-btn:hover {
    background: transparent;
    border-color: #1a4057;
    color: #1a4057;
}

.abt-text p {
    margin-bottom: 30px;
}


.abt-text p {
    font-size: 16px;
    line-height: 28px;
    color: #0c0c0c;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    width: 75.2%;
}

.abt-text h4 {
    color: #194056;
    font-weight: 500;
    font-size: 18px;
    line-height: 31.2px;
}


.copyrights h3 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'Red Hat Display', sans-serif;
    ;
    color: #2c2c2c;
    padding-bottom: 50px;
}


section.contact-us {
    padding: 100px 60px;
    background: #1a4057;
}

section#contact-us .container {
    padding: 100px 150px;
    background: #fff;
}

.contact-us .container {
    max-width: 1400px;
}

textarea.form-control {
    background: #f4f4f4;
    border-color: #f4f4f4;
    border-radius: 0px;
    height: 165px;
}

.form-group label {
    margin-bottom: 10px;
}

.form-group label {
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Red Hat Display', sans-serif;
    color: #0c0c0c;
}

.btn-center {
    margin: 20px 0;
    text-align: center;
}

button.sub-btn {
    font-size: 15px;
    color: #fff;
    background: #1a4057;
    /* position: relative; */
    text-decoration: none;
    text-transform: capitalize;
    padding: 15px 50px 15px 40px;
    line-height: 18px;
    letter-spacing: 2px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 600;
    border: 1px solid #194056;
}

button.sub-btn img {
    width: 20px;
    height: 12px;
    line-height: 18px;
}

.cent-title {
    text-align: center;
    margin-bottom: 40px;
}

.design-services {
    padding: 80px 0px;
    background: #f9f9f9;
    position: relative;
}

.cent-title p {
    width: 78%;
    margin: auto;
    color: #0c0c0c;
}

.cent-title {
    text-align: center;
}

input.form-control.anvi-form {
    background: #f4f4f4;
    height: 55px;
    border-radius: 0px;
    border-color: #f4f4f4;
    margin-bottom: 0px;
}

.form-group {
    margin-bottom: 20px;
}

input.form-control.anvi-form:focus {
    border-color: #f4f4f4;
    box-shadow: none;
}

.serv-mg {
    width: 160px;
    height: 160px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    margin: auto;
    border: 1px solid #eae8f6;
    position: relative;
    overflow: visible;
    z-index: 999;
}

.ser-sectn {
    text-align: center;
}

.serv-mg img {
    width: 65px;
}

.ser-sectn {
    position: relative;
    margin-bottom: 40px;
}

.actions-text {
    text-align: center;
    position: relative;
    margin: 20px 0;
}

.serv-mgss {
    padding-right: 100px;
    position: relative;
}

.serv-details {
    background: #fff;
    padding: 100px 20px 50px;
    margin-top: -83px;
    border: 1px solid #eae8f6;
    overflow: visible;
    position: relative;
}

.serv-details h3 {
    font-size: 21px;
    color: #194056;
    line-height: 30px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Red Hat Display', sans-serif;
}

.serv-details p {
    font-size: 17px;
    line-height: 27px;
    color: #0c0c0c;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
}

.desi-serv h3 {
    font-size: 32px;
    line-height: 38.4px;
    font-weight: 700;
    font-family: 'Red Hat Display', sans-serif;
    color: #194056;
}

.desi-serv {
    text-align: center;
    margin-bottom: 40px;
}

.foot-widgts img {
    width: 25px;
    margin-right: 5px;
    height: 25px !important;
}

.foot-widgts p {
    margin-left: 30px;
    font-size: 18px;
    line-height: 30px;
}

.foot-tops .row {
    margin: 0 100px;
}

.serv-det {
    position: absolute;
    bottom: -30px;
    background: #194056;
    width: 61%;
    right: 34px;
    padding: 18px 15px;
    overflow: visible;
    box-shadow: 0 4px 9px 3px rgb(0 0 0 / 12%);
}

.serv-det p {
    color: #fff;
    width: 80%;
    text-align: left;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 26ox !important;
    font-weight: 400;
}

.services-inner {
    position: relative;
}

/*section.services {
    padding: 100px 0;
}*/
section.services {
    padding: 150px 0 180px;
}

.sect-2 p {
    width: 74% !important;
}

.ser-title .row {
    display: flex;
    /*align-items: center;*/
}

.ser-right {
    text-align: right;
}

section.services {
    background: url(../images/services.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bgs {
    position: absolute;
    bottom: -226px;
    left: 110px;
}

.bgs img {
    width: 225px;
}

.abt-text {
    position: relative;
}

a.branding {
    font-size: 28px;
    line-height: 33.6px;
    color: #fff;
    font-weight: 600;
    font-family: HelveticaNeueLTPro;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

a.nav-link {
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 19.2px;
    font-weight: 400;
    font-family: 'Red Hat Display', sans-serif;
}

ul#mainnav-2 li a:hover {
    color: #fff;
}

.sticky a:hover {
    color: #194056 !important;
}


.sticky a.branding {
    color: #000;

}

label.logo h3 {
    line-height: 80px;
}


.banner-text-inner h6 a {
    color: #fff;
    text-decoration: none;
}


li.nav-item.is-active a::before {
    content: '';
    position: absolute;
    left: 6px;
    background: #658594;
    height: 8px;
    width: 8px;
    background-repeat: no-repeat;
    top: 17px;
    border-radius: 50%;
}


/*.serv-det {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 9px 3px rgb(0 0 0 / 12%);
}*/
.serv-det a {
    display: flex;
    align-items: center;
    justify-content: space-between;

    text-decoration: none;
}

.serv-det img {
    width: 50px;
    margin-left: 22px;
}

.serv-det.sect-2 {
    box-shadow: 0 4px 9px 3px rgb(0 0 0 / 12%);
    background: #fff;
}

.serv-det.sect-2 p {
    color: #194054;
    font-weight: 400;
}

.ser-left p {
    font-size: 16px;
    line-height: 28px;
    color: #0c0c0c;
}

.ser-left h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #0c0c0c;
    font-family: 'Red Hat Display', sans-serif;
    margin: 0;
    padding: 0;
}

.copy-rights-texts p {
    font-size: 18px;
    line-height: 29px;
    /* padding-bottom: 40px; */
    font-family: 'Red Hat Display', sans-serif;
    ;
    font-weight: 400;
}

section.design-services {
    padding: 80px 0;
}

.foot-tops .row {
    margin: 0 !important;
}

section.header-banner .row {
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.banner-text h1 {
    font-size: 62px;
    line-height: 74px;
    color: #fff;
    font-weight: 900;
    font-family: 'Red Hat Display', sans-serif;
    margin: 0;
}

.banner-text h1 span {
    display: block;
    font-size: 32px;
}

.banner-text h1 span {
    display: block;
    font-size: 32px;
}

.banner-text p {
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    font-weight: 400 !important;
    font-family: 'Red Hat Display', sans-serif;
    margin-bottom: 40px;
}

.theme-btn a:hover {
    background: #194056;
    border-color: #194056;
}

.theme-btn a {
    background: transparent;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 2px;
    border: 2px solid #658594;
    font-size: 16px;
    line-height: 35px;
    transition: all 0.5s ease;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.banner-text {
    text-align: center;
    width: 65%;
}


/*about-page*/

.cent-title li {
    padding-bottom: 8px;
    color: #0c0c0c;
    font-size: 16px;
    line-height: 28px;
    list-style: none;
    position: relative;
    padding-left: 25px;
}


.cent-title li::before {
    content: '';
    position: absolute;
    background: #658594;
    height: 15px;
    width: 15px;
        background-size:cover !important;
    background-repeat: no-repeat !important;
    top: 10px;
  /*  border-radius: 50%;*/
    left: 0px;
        content: '';
    background: url(../images/Tick-Icon.svg);
}

.cent-title ul {
    display: inline-block;
    text-align: left;
        padding-left: 0px;
}
section.about-us.page {
    background: #ffffff;
    padding: 100px 0px;
}

.col-md-6.col-sm-6.about-page .abt-text p {
    width: 82%;
}

.col-md-6.col-sm-6.abt-img,
.col-md-6.col-sm-6.about-page {
    display: flex !important;
    align-items: center !important;
}

section.about-inner {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f9f9f9;
    text-align: center;
}

section.about-inner h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: 'Red Hat Display', sans-serif;
    color: #194056;
    margin-bottom: 20px;
}

section.about-inner p {
    font-size: 16px;
    line-height: 28px;
    color: #0c0c0c;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
}

.abt-what-below-section {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}

.about-img-title img {
    width: 170px;
}

.about-img-title h5 {
    font-size: 18px;
    line-height: 29.10px;
    font-weight: bold;
    font-family: 'Red Hat Display', sans-serif;
    color: #194056;
    padding-top: 25px;
}


.owl-dots {
    text-align: center;
    margin-top: 2%;
}

.owl-dot {
    display: inline-block;
    height: 7px !important;
    width: 7px !important;
    background-color: #19405699 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 3px;
}

.owl-dot.active {
    background-color: #000 !important;
}

section.about-client-inner h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: 'Red Hat Display', sans-serif;
    color: #194056;
    margin-bottom: 35px;
    text-align: center;
}

section.about-client-inner {
    padding-top: 100px;
    padding-bottom: 100px;
}

section.about-client-inner .single-logo {
    width: 225px;
    text-align: center !important;
    margin: 0 auto;
}

.owl-dots button.owl-dot.active {
    display: inline-block !important;
}

/*Service-page*/

section.what-we-do-section {
    padding-top: 100px;
    padding-bottom: 125px;
}

section.inner-page-banner {
    height: auto;
    background: url(../images/Banner-Inner.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 153px;
    padding-bottom: 125px;
}

.banner-text-inner {
    text-align: center;
}

.banner-text-inner h1 {
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    font-weight: 900;
    font-family: 'Red Hat Display', sans-serif;
    margin-bottom: 12px;
}

.banner-text-inner h6 {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    font-family: 'Red Hat Display', sans-serif;
    position: relative;
}


.banner-text-inner h6:before {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #ffffff70;
    width: 45px;
    margin-left: -56px;
    top: 14px;
}

.banner-text-inner h6:after {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #ffffff70;
    width: 45px;
    margin-left: 13px;
    top: 14px;
}

.what-we-title h2 {
    font-size: 40px;
    line-height: 48px;
    color: #194056;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
}
.foot-tops.contact-page .col-md-3.box.animate.fadeInUp.one {
    border: none;
}

.what-we-title p {
    font-size: 16px;
    line-height: 28px;
    color: #0c0c0c;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
}


.what-we-title {
    text-align: center;
    padding-bottom: 25px;
}

.Service-content-inner {
    background: #194056;
    padding: 10px;

    position: relative !important;
   /* height: 256px;*/
       height: 680px;
}
.Service-content-inner p {
    margin-bottom: 0px;
}
.Service-content-inner.one img {
    width: 312px;
}

.Service-content-inner.two img {
    width: 370px;
}

.Service-content-inner h5 {
  /*  position: absolute;
    top: 23%;
    color: #ffffff;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    width: 53% !important;
    margin: 0 auto !important;
    text-align: center;
    left: 0px;
    right: 0px;
    font-size: 17.11px;
    line-height: 27.8px;*/

        position: absolute;
    top: 9%;
    color: #ffffff;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    width: 65% !important;
    margin: 0 auto !important;
    text-align: center;
    left: 0px;
    right: 0px;
    font-size: 17.11px;
    line-height: 27.8px;
}

/*end*/


/*contact-page*/

.foot-tops.contact-page {
    background: #ffffff;
    padding: 100px 0px;
}

.foot-tops.contact-page .foot-widgts h3 {
    color: #0000005c;


    margin-bottom: 0px;
}

.contact-page .foot-widgts {
    position: relative;
}
.contact-page .foot-widgts:after {
    position: absolute;
    content: "";
    height: 108px;
    background-color: #194056;
    width: 2px;
    top: -14px;
    right: -8px;
}



/*.contact-page .foot-widgts:after {
    position: absolute;
    content: "";
    height: 100%;
    background-color: #194056;
    width: 2px;
    top: 0;
    right: -8px;
}*/


.contact-page .foot-widgts.cl-full.four:after {
  display: none;   
}

.foot-widgts.one:before {
    display: none;
}

.foot-tops.contact-page a:hover {
    color: #194056;
}

.contact-inner-page {
    width: 70%;
    margin: 0 auto;
}

section.contact-us.contact-us-page h3,
section.contact-us.contact-us-page p {
    color: #ffffff;
}

.contact-inner-page .form-group label {

    color: #ffffff;
}

.contact-inner-page input.form-control.anvi-form,
.contact-inner-page textarea.form-control {
    background: #2f5266;

    border-color: #2f5266;

}

.contact-inner-page textarea.form-control:focus,
.contact-inner-page input.form-control.anvi-form:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.row.contact-inner-page .form-control {
    color: #ffffff;
}

.row.contact-inner-page button.sub-btn {
    border: 1px solid #ffffff;
    /*padding: 15px 40px;*/
    color: #ffffff;
}

.row.contact-inner-page button.sub-btn:hover {
    background: #000000;
    border: 1px solid #000000;
}

section.contact-map {
    padding: 80px 0px;
}

/*end*/

/*design-services*/
/*10-10-2022*/

div#tab2 .tab-left-inner:after {
    content: "";
    position: absolute;
    right: 0;
    left: 50%;
    width: 2px;
    height: 37%;
    background: #194056;
    bottom: -37px;
}

div#tab3 .ser-service-spec:after {
    content: "";
    position: absolute;
    right: 0;
    left: 50%;
    /* top: 0; */
    width: 2px;
    height: 43.5%;
    background: #194056;
    bottom: -12%;
}
 div#tab4 .tab-left-inner:after {
    content: "";
    position: absolute;
    right: 0;
    left: 50%;
    /* top: 0; */
    width: 2px;
height: 34.5%;
    background: #194056;
    bottom: -14%;
}
.tab-right.box.one.low-vol-right:after {
    top: 10px;
    height: 111%;
    background: #194056;
    width: 2px;
    content: "";
    position: absolute;
    right: 0;
}
.one.low-vol-right h4:after {
    position: absolute;
    top: 41%;
    overflow: hidden;
    width:38%;
    height: 2px;
    content: '\a0';
    background-color: #194056;
    margin-left: 2%;
}
div#tab2 .row:after {
    bottom: -38px;
}
div#tab1 .tab-right:after {
    content: "";
    position: absolute;
    right: 0;
    top: 16%;
    width: 2px;
    height: 114%;
    background: #194056;
}
.tab-left-inner {
    width: 90%;
    margin: 0 auto;
}
/*end*/

section.operation-row h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: 'Red Hat Display', sans-serif;
    color: #194056;
    text-align: center;
    margin-bottom: 40px;
}


.tabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* tab list item */


.tabs .tabs-list {
    list-style: none;
    padding: 0px;
    text-align: center;
    width: 82%;
   /* width: 82%;*/
    border-bottom: 1px solid #9393937a;
    margin: 0 auto !important;
    float: none;
    clear: both;
    overflow: hidden;
    margin-bottom: 65px !important;
}

.tabs .tabs-list li {
    float: left;
    margin: 0px;
    margin-right: 0;
    padding: 13px 5px 5px;
    text-align: center;
    border-radius: 3px;
    width: auto;
    background: transparent;
    padding-left: 30px;
    padding-right: 30px;
}

.tabs .tabs-list li:hover {
    cursor: pointer;
}


.tabs .tabs-list a {
    font-weight: bold;
    text-decoration: none;
    color: #939393;
    font-size: 16px;
    line-height: 19.2px;
    font-family: 'Red Hat Display', sans-serif;
    position: relative !important;
}

/* Tab content section */
.tabs .tab {
    display: none;
    /* width:96%;
    min-height:250px;
    height:auto;
    border-radius:3px;
    padding:20px 15px;
    background-color:lavender;
    color:darkslategray;
    clear:both;*/
}

.tabs .tab h3 {
    border-bottom: 3px solid cornflowerblue;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 5px;
}


.tabs .tab p {
    line-height: 23px;
    font-size: 16px;
    margin-bottom: 3px;
    padding-bottom: 7px;
    color: #000000;
    position: relative;
}

/*ul.tabs-list li:nth-child(1) {
    margin-left: 0px;
  
}
ul.tabs-list li:nth-child(4) {
      margin-right: 0px !important;
    float: left;
    text-align: left;
}
*/

.tabs .tabs-list li.active a:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #194056;
    width: auto;
    margin-left: 0;
    top: 28px;
    left: 0px;
    right: 0px;
}

/* When active state */
.active {
    display: block !important;
}

.tabs .tabs-list li.active {
    font-weight: bold;
    background-color: transparent;
    /*  border-bottom: 2px solid #194056;*/
    border-radius: 0px;
}

.tabs .tabs-list li.active a {
    color: #194056 !important;
    font-size: 16px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: bold;
}

.tab-right h4 {
    font-size: 21px;
    font-family: 'Red Hat Display', sans-serif;
    color: #194056;
    font-weight: bold;
}

.tab-right ul {
    padding-left: 0px;
    float: left;
    padding-right: 15px;
}
.tab-right {
    padding-right: 0;
}


.tab-right ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    line-height: 24px;
    font-size: 16px;

    padding-bottom: 8px;
    color: #000000;
}

.tab-right ul li:before {
    position: absolute;
    content: '';
    background: url(../images/Tick-Icon.svg);
    width: 15px;
    height: 15px;
    top: 4px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.col-md-6.tab-right {
    display: flex;
    align-items: center;
}

/*.tab-right-inner {
    width: 80%;
    margin: 0 auto;
}*/
.tab-right-inner {
    width: 100%;
    margin: 0 auto;
}

/*.tab-left-inner {
    width: 80%;
    margin: 0 auto;
}*/

section.operation-row {
    padding-top: 100px;
    padding-bottom: 120px;
}

.design-inner img {
    width: 80px;
    height: 80px;
}

section.hardware-row {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f9f9f9;
}

section.hardware-row .col-md-4 .design-inner {
    background: #ffff;

    padding: 20px 25px;
    height: 375px;
    border: 1px solid #ffffff;
}

.design-inner h4 {
    font-size: 21px;
    font-family: 'Red Hat Display', sans-serif;
    color: #194056;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 12px;
}

.design-inner li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    line-height: 24px;
    font-size: 14px;
    padding-bottom: 8px;
    color: #000000;
}

.design-inner li:before {
    position: absolute;
    content: '';
    background: url(../images/Tick-Icon.svg);
    width: 15px;
    height: 15px;
    top: 4px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.design-inner ul {
    padding-left: 0px;
    float: left;
}

section.hardware-row h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: 'Red Hat Display', sans-serif;
    color: #194056;
    text-align: center;
    margin-bottom: 40px;
}

.software-design {
    margin-top: 80px;
}

section.hardware-row .col-md-4 .design-inner:hover {
    border: 1px solid #98c7e1;
    background: #98c7e1;
    cursor: default;
}

/*end*/


nav {
    /*background: #c8c7c5;*/
    height: 80px;
    width: 100%;
}


nav i {
    margin: 25px 0;
}

nav ul {
    float: right;
    margin-right: 0px;
    /*20*/
    margin-bottom: 0;
}

nav ul li {
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}

nav ul li a {
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 19.2px;
    font-weight: 400;
    font-family: 'Red Hat Display', sans-serif;
}

.checkbtn {
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 0px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

label.logo {
    line-height: 80px;
}


.mob-taps li img {
    width: 45px;
    height: 45px;
    margin-right: 20px;
}

.mob-taps ul {
    padding: 0;
    float: none;
}

.mob-taps ul li a {}

.mob-taps li a {
    color: #000;
    text-decoration: none;
}

.mob-taps li {
    list-style: none;
    line-height: 30px !important;
    display: flex;
    /* flex-wrap: wrap; */
    /* align-items: center; */
    /* justify-content: flex-start; */
    margin-bottom: 15px;
}

.can-mg img {
    width: 100%;
    margin-bottom: 20px;
}

button.sub-btn img {
    width: 20px;
    height: 12px;
}

.mk-text {
    text-align: center;
}

section.com-can-mobile {
    padding: 40px 0;
}

section.com-can-mobile {
    display: none;
}

.mobile {
    display: none;
}

.v-img {
    height: 385px;
}

.mobile-view {
    display: none;
}


.is-active a {
    background: transparent;
    color: #fff;
    border-radius: 0;
    position: relative;
}

.sticky a {
    color: #000;
}

.copyrights p {
    margin: 0;
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px !important;
}

.copyrights {
    padding: 10px 0;
    background: #1a4057;
}

.designed-by {
    text-align: right;
}

.copyrights-left {
    text-align: left;
}

.copyrights a {
    text-decoration: none;
    color: #fff;
}

nav ul li a:hover {
    /*background: #9e925e !important;
    color: #ffffff;
    border-radius: 0;*/
    /*background: #ded9d3 !important;
    color: #000;
    border-radius: 0;
    transition: all 0.5s;*/
}

/*Scroll*/
#scroll-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #002e5d;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 99999;
    transition: all 0.4s;
}

/*
#scroll-top span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}*/
#scroll-top span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -8px;
    height: 18px;
    width: 18px;
    /* border: 8px solid transparent; */
    /* border-bottom-color: #ffffff; */
    background: url(../images/arrow.svg);
    background-repeat: no-repeat;
    rotate: 100%;
    transform: rotate(269deg);
}

#scroll-top:hover {
    background-color: #98c7e1;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
    transition: all 0.4s;
}

/*
#scroll-top:hover span { 
    border-bottom-color: #9e925e;
}
*/

.sticky {
    position: fixed !important;
    top: 0;
    background: #ffffff;
    padding-top: 0 !important;
    animation: smoothScroll 1s forwards;
    animation-name: stickySlideDown;
    z-index: 99999999;
    box-shadow: 0 1px 6px 0px rgb(0 0 0 / 10%);
    padding-bottom: 0;
    backdrop-filter: blur(30px) brightness(1);
}

@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

header.site-header.sticky {
    background: rgb(255 255 255) !important;
    padding: 0;
}


.screen-1 img,
.screen-2 img,
.screen-3 img {
    width: 100px;

}

.accordion-button::after {
    background-image: url(../images/icons/plus.svg);
    /* background: red; */
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/icons/minus.svg);
    transform: none !important;
    /*rotate(-180deg)*/
    margin-top: 0px;
}


.mk-lft a.video-btn {
    top: 50%;
}

.bt-text p {
    font-size: 14px;
    margin: 0;
    line-height: 24px;
    font-weight: 500;
}

.bt-text {
    text-align: right;
    margin: 40px 0 0;
}

.txt-tx p {
    text-align: left !important;
    margin: 0;
}

.icon img {
    width: 40px !important;
    height: 40px !important;
}

.icon {
    margin-right: 25px;
}

.txt-tx {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.icon img {
    margin-top: 10px;
}

.col-md-6.col-sm-12.choose-img {
    padding-left: 30px;
    padding-right: 30px;
}

.choose-us .row {
    display: flex;
    align-items: center;
}

.head h2 {
    font-size: 50px;
    line-height: 56px;
    padding-bottom: 20px;
    font-family: 'Red Hat Display', sans-serif;
    ;
    font-weight: 500;
    text-align: left;
}

.mk-lft {
    position: relative;
    height: 100%;
}

.history-list li a:hover {
    text-decoration: none;
}


/*Raja*/

.ft-text {
    padding-left: 8px;
}


.eng-img img {
    width: 218px;
    height: 218px;
}


/*@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}*/
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.fadeInUp.one {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*   Animation*/

/*
@-webkit-keyframes blurFadeInOut {
    0% {
        opacity: 1;
        text-shadow: 0px 0px 0px #fff;
        -webkit-transform: scale(1.3);
    }
    20%, 75% {
        opacity: 1;
        text-shadow: 0px 0px 0px #fff;
        -webkit-transform: scale(1);
    }
    100% {
        opacity: 1;
        text-shadow: 0px 0px 0px #fff;
        -webkit-transform: scale(1);
    }
}


@-webkit-keyframes fadeInBack {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(5);
    }
}
*/
/*
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}*/


.foot-widgts p a:hover {
    color: #98c7e1;
}

a.navbar-link:hover {
    color: #98c7e1 !important;
}

.anv-btn {
    display: block;
    margin-top: 60px;
    z-index: 9999;
    position: relative;
}

.copyrights a:hover {
    color: #98c7e1;
}


ul#mainnav-3 li.navbar-item.is-active a::before {
    content: '';
    position: absolute;
    left: -12px;
    background: #658594;
    height: 8px;
    width: 8px;
    background-repeat: no-repeat;
    top: 5px;
    border-radius: 50%;
}

span#banner_error_name,
span#banner_error_email,
span#banner_error_phone {
    color: rgb(255, 0, 0);
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    text-align: left;
    float: none;
    display: block;
    margin-bottom: 10px;
}

.serv-det:hover {
    background: #98c7e1;
}

.abt-text h4 {
    font-weight: 400 !important;
}

span.madi {
    color: #ff0000;
}

.serv-det:hover p {
    color: #fff;
}

.serv-det:hover img {
    border: 2px solid #fff;
    border-radius: 50%;
}

.sticky li.navbar-item.is-active a::before {
    content: '';
    position: absolute;
    left: 6px;
    background: #658594;
    height: 8px;
    width: 8px;
    background-repeat: no-repeat;
    top: 17px;
    border-radius: 50%;
}


.tab-right:after {
    content: "";
    position: absolute;
    right: 0;
    top: 42%;
    width: 2px;
    height: 88%;
    background: #194056;
}

.tabs .tab p span {
    /* position: relative; */
}

/*.tabs .tab p span:after {
    content: "";
    display: block;
    width: 71%;
    height: 2px;
    background: #194056;
    right: 0%;
    top: 42%;
    position: absolute;
}*/

.tab-left-inner:after {
    content: "";
    position: absolute;
    right: 0;
    left: 50%;
    /* top: 0; */
    width: 2px;
    height: 30%;
    background: #194056;
    bottom: -30%;
}

.tab .row {
    position: relative;
}

.tab .row:after {
    content: "";
    position: absolute;
    right: 0;
    left: 25%;
    /* top: 0; */
    width: 75%;
    height: 2.5px;
    background: #194056;
    bottom: -30%;
}


/*.tabs .tab p span.spec-serves:after {
    content: "";
    display: block;
    width: 71%;
    height: 2px;
    background: #194056;
    right: 0%;
    top: 12%;
    position: absolute;
}*/


.tabs .tab p span.low-vol:after {
    content: "";
    display: block;
    width: 71%;
    height: 2px;
    background: #194056;
    right: 0%;
    top: 36%;
    position: absolute;
}

.low-vol-right:after {
    content: "";
    position: absolute;
    right: 0;
    /* left: 0; */
    top: 42%;
    width: 2px;
    height: 88%;
    background: #194056;
    /* bottom: 0; */
}

.spec-ser:after {
    content: "";
    position: absolute;
    right: 0;
    left: 25%;
    /* top: 0; */
    width: 75%;
    height: 2px;
    background: #194056;
    bottom: -12%;
}

.ser-service-spec:after {
    content: "";
    position: absolute;
    right: 0;
    left: 50%;
    /* top: 0; */
    width: 2px;
    height: 25%;
    background: #194056;
    bottom: -12%;
}

.row.spec-ser:after {
    content: "";
    position: absolute;
    right: 0;
    left: 25%;
    /* top: 0; */
    width: 75%;
    height: 2px;
    background: #194056;
    bottom: -12%;
}

.one.service-spec:after {
    content: "";
    position: absolute;
    right: 0;
    /* left: 0; */
    top: 10%;
    width: 2px;
    height: 102%;
    background: #194056;
    /* bottom: 0; */
}
/*.one.service-spec:after {
    content: "";
    position: absolute;
    right: 0;
     left: 0; 
    top: 12%;
    width: 2px;
    height: 100%;
    background: #194056;
    /* bottom: 0; */
/*}*/

.one.low-vol-right .tab-right:after {
    top: 0% !important;
    height: 128% !important;
}
.tab-right-inner h6 {
    line-height: 23px;
    font-size: 16px;
    margin-bottom: 3px;
       padding-bottom: 12px;
    color: #000000;
    font-weight: normal;
        width: 97%;
}
/*.one.low-vol-right h4:after {
    position: absolute;
    top: 4%;
    overflow: hidden;
    width: 47%;
    height: 2px;
    content: '\a0';
    background-color: #194056;
    margin-left: 2%;
}*/
.one.low-vol-right h4 {
    position: relative;
}
/*.tabs .tab p span.sys-des:after {
    content: "";
    display: block;
    width: 41%;
    height: 2px;
    background: #194056;
    right: 0%;
    top: 31%;
    position: absolute;
}*/

.design-sys:after {
    content: "";
    position: absolute;
    right: 0;
    /* left: 0; */
    top: 32%;
    width: 2px;
    height: 98%;
    background: #194056;
    /* bottom: 0; */
}


span.mamu:after {
    content: "";
    /* display: block; */
    width: 77%;
    height: 2px;
    background: #194056;
    right: -54%;
    top: 39%;
    position: absolute;
}


.contact-details a {
    text-decoration: none !important;
}

.contact-details p {
    text-align: left;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.contact-details p::before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../images/office-icon.svg);
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    top: 24%;
}
.contact-details p.tel:before {
    background: url(../images/phne.svg) !important;
    background-repeat: no-repeat !important;
}
.contact-details p.email:before {
    background: url(../images/email.svg) !important;
    background-repeat: no-repeat !important;
}
.contact-details p.ware:before {
    background: url(../images/warehouse-icon.svg) !important;
    background-repeat: no-repeat !important;
}

img.mob-icon {
    width: 25px;
    height: 25px;
    margin-right: 20px;
}

label#phone-error,
label#email-error,
label#name-error {
    color: red !important;
}

.office-details {
    margin-bottom: 15px;
}
.contact-details {
    padding: 15px;
}

.contact-details a {
    color: #000;
    line-height: 19.2px;
    font-weight: 400;
    font-family: 'Red Hat Display', sans-serif;
}


.serv-details:hover {
    background: #002e5d;
    cursor: default;
}

.serv-details:hover h3 {
    color: #fff;
}

.serv-details:hover p {
    color: #fff;
}
a.navbar-link:focus {
    background: transparent;
}

ul.side-menu.menu-hide {
    left: -100% !important;
}

ul.side-menu.menu-show {
    left: 0;
}

@media (min-width: 280px) and (max-width: 1024px) {
    ul#mainnav-3 a {
        color: #0c0c0c !important;
        font-weight: 400;
    }

    .contact-us .container {
        padding: 0 15px;
        /* margin: 0 15px; */
    }

    .cent-title p {
        width: 100% !important;
    }

    section#contact-us .container {
        padding: 20px !important;
    }

    .bgs {
        display: none;
    }

    .serv-det {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .serv-mgss {
        padding-right: 0 !important;
        position: relative;
    }

    section.services {
        padding: 40px 0 !important;
    }

    br {
        display: none;
    }

    

    section.contact-us {
        padding: 40px 20px !important;
    }

    .head h2 {
        text-align: center;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hd-txt li {
        text-align: left;
    }

    header {
        position: relative;

    }

    section#home {
        padding: 160px 0;
    }

    .abt-text p {
        width: 100%;
    }

    section#about-us {
        padding: 40px 0;
    }

    .abt-text {
        margin-bottom: 40px;
    }

    .ser-right {
        text-align: left !important;
    }

    .copy-rights-texts p {
        font-size: 14px;
        line-height: 25px;
        /* padding-bottom: 40px; */
        font-family: 'Red Hat Display', sans-serif;
        ;
        font-weight: 400;
        text-align: left;
    }

    .is-active a {
        background: transparent !important;
        color: #00769c !important;
        border-radius: 0;
    }

    label.logo a {
        color: #000 !important;
    }

    nav ul li a:hover {
        background: transparent;
        color: #00769c !important;
        border-radius: 0;
        transition: all 0.5s;
    }

    /*.desktop {
                display: none;
            }*/
    .mobile {
        display: block !important;
    }

    .copy-rights-texts {
        padding-top: 15px;
    }

    nav ul li a:hover {
        background: transparent !important;
    }

    section.mobiles .banner-text h1 span {
        font-size: 19px !important;
    }

    section.mobiles .banner-text h1 {
        font-size: 35px !important;
        line-height: 40px !important;
        color: #fff !important;
    }
}

@media (max-width: 1119px) and (min-width: 1025px) {
    nav ul li a {
        padding: 8px 8px !important;
    }


    .serv-det {
        position: absolute;
        bottom: -30px;
        background: #194056;
        width: 71.5% !important;
        right: 34px !important;
        padding: 18px 15px;
        overflow: visible;
    }

    .tab-right h4 {
        font-size: 10px !important;
    }


}

@media (max-width: 1200px) and (min-width: 1399px) {
    .serv-det {
        position: absolute;
        bottom: -30px;
        background: #194056;
        width: 71.5% !important;
        right: 34px !important;
        padding: 18px 15px;
        overflow: visible;
    }

    .tab-left-inner:after {
    height: 39% !important;
}

}
/*control+*/   
@media (max-width: 1349px) and (min-width: 1100px) {


    /*service-page*/
    .Service-content-inner h5 {
        width: 90% !important;
    }

    /*contact-page*/
    .contact-page .foot-widgts:before {
        left: -26px;
    }

    .tabs .tabs-list li {
        width: 25%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .tabs .tabs-list {
        width: 100%;
    }

    .tabs .tabs-list li.active a:after {
        top: 54px;
    }
    .tab-right.box.one.low-vol-right:after {
    top: 11px !important;
    height: 111% !important;
}
div#tab3 .service-spec:after {
    top: 10% !important;
    height: 102% !important;
}
div#tab2 .tab-right:after {
    top: 46px !important;
    height: 98% !important;
}


}


/*control++*/
@media (max-width: 1119px) and (min-width: 1025px) {

    /*service-page*/
    .Service-content-inner h5 {
        width: 90% !important;
    }

    /*contact-page*/
    .contact-page .foot-widgts:before {
        left: -26px;
    }

    .tabs .tabs-list li {
        width: 25%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .tabs .tabs-list {
        width: 100%;
    }

    .tabs .tabs-list li.active a:after {
        top: 54px;
    }

    .tab-right:after {
    top: 15% !important;
    height: 115% !important;
}
.tab-right:after {
    top: 10% !important;
    height: 102% !important;
}
#tab1 .tab-left-inner:after {
    height: 35% !important;
    bottom: -12%;
}
div#tab2 .tab-left-inner:after {
    height: 53%;
    bottom: -38px;
}
div#tab1 .row:after {
    bottom: -12%;
}
div#tab2 .design-sys:after {
    height: 101% !important;
}
div#tab4 .one.low-vol-right h4:after {
    width: 64%;
}
div#tab4 .tab-left-inner:after {
    height: 52.5%;
    bottom: -13%;
}
.low-vol-right:after {
    top: 2% !important;
    height: 111% !important;
}
div#tab4 .low-vol-right:after {
    top: 5px !important;
    height: 112% !important;
}
}


/*browser resize*/
@media (min-width:768px) and (max-width:1024px) {
    .tabs .tabs-list a{
        font-size: 14px !important;
    }
        .tabs .tabs-list li.active a {
        font-size: 14px !important;

        }
        .foot-tops.contact-page .col-md-3 {
    margin-bottom: 50px;
}
      .contact-page .foot-widgts:after {
display: none;
}
.foot-tops.contact-page .col-md-4 {
    width: 50%;
    margin-bottom: 25px;
}
      /*  section.hardware-row .col-md-4 {
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}*/
    .Service-content-inner h5 {
        top: 10%;
        width: 90% !important;
    }

    .Service-content-inner.two img,
    .Service-content-inner.one img {
        width: 100%;
    }

    /*.Service-content-inner {
        height: 352px;
    }
*/

.Service-content-inner {
    height: 742px;
}
    /*about-page*/
    .abt-what-below-section {
        width: 100%;
    }

    /*contact-page*/
    .contact-page .foot-widgts.three:before {
        display: none
    }

    /*design-service*/
    .tabs .tabs-list li {
        width: 25%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .tabs .tabs-list {
        width: 100%;
    }

    .tabs .tabs-list li.active a:after {
        display: none;
    }

    section.hardware-row .col-md-4 .design-inner {
        height:100%; /* 529px*/
    }
}
@media (max-width:992px){
    .contact-page .foot-widgts:after {
display: none;
}
.foot-tops.contact-page .col-md-3 {
    margin-bottom:50px;
}
} 
/*iPads (landscape) */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    /*service-page*/
    .Service-content-inner h5 {
        width: 90% !important;
    }
        .contact-page .foot-widgts:after {
display: none;
}
.foot-tops.contact-page .col-md-3 {
    margin-bottom: 50px;
}
    .Service-content-inner.one img {
        width: 312px;
    }

    .Service-content-inner.two img {
        width: 100%;
    }
.Service-content-inner {
    height: 600px;
}
    /*about-page*/
    .abt-what-below-section {
        width: 100%;
    }

    /*contact-page*/
    .contact-page .foot-widgts.three:before {
        display: none;
    }

    .tabs .tabs-list {
        width: 100% !important;
    }

    .tabs .tabs-list li {
        padding-left: 3px !important;
        padding-right: 3px !important;

        /*padding-left: 30px !important;
        padding-right: 30px !important;*/
    }
    .col-md-6.tab-left.box.animate.fadeInUp.one {
    width: 100%;
}

.col-md-6.tab-right.box.animate.fadeInUp.one {
    width: 100%;
}

.tab-left-inner img {
    margin-bottom: 40px;
}
.col-md-2.sft-none {
    display: none;
}
}

/*iPads (Portrait) */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {

    /*service-page*/
    .Service-content-inner h5 {
        width: 90% !important;
    }
    .foot-tops.contact-page .col-md-3 {
    margin-bottom: 50px;
}


.Service-content-inner {
   
    height: 740px;
}

    .Service-content-inner.two img,
    .Service-content-inner.one img {
        width: 100%;
    }

    /*about-page*/
    .abt-what-below-section {
        width: 100%;
    }

    /*contact-page*/
    .contact-page .foot-widgts.three:before {
        display: none
    }

    /*design-service*/
    .tabs .tabs-list {
        width: 100%;
    }

    .tabs .tabs-list li {
        width: 25%;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        margin: 0 auto !important;
    }

    .tabs .tabs-list li.active a:after {
        display: none;
    }

    section.hardware-row .col-md-4 .design-inner {
        height: 525px;
    }
       section.hardware-row .col-md-4 {
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
}


@media(max-width: 1024px) {

    li.line-th::after{
        display: none;
    }




    ul.nav-menu {
        overflow-y: scroll;
    }

    .hamburger {
        display: block;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        gap: 0;
        flex-direction: column;
        background: #fff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
    }

    .nav-item {
        margin: 16px 0;
    }

    a.nav-link {
        color: #000 !important;
    }

    .nav-menu.active {
        left: 0;
        z-index: 9999;
    }

    a.branding {
        color: #000 !important;
    }

    .hamburger {
        background: #002e5d;
        padding: 10px;
        border-radius: 5px;
    }

    .contact-details {
        display: block;
            height: 100%;
    overflow-y: scroll;
    }
    .tab-left-inner:after, .tab-right:after, .tabs .tab p::after, .tab .row:after{
        display: none;
    }
}

@media (max-width: 1024px) {

    nav ul li a {
        font-size: 16px;
    }

    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }







}

@media (max-width: 1024px) {

    /*858*/
    .checkbtn {
        display: block;
    }

    nav ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #fff;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }

    nav ul li {
        display: block;
        margin: 30px 0;
        line-height: 30px;
        text-align: left;
    }

    nav ul li a {
        font-size: 16px;
    }

    a:hover,
    a.active {
        background: none;
        color: #0082e6;
    }

    #check:checked~ul {
        left: 0;
    }

    a.navbar-link #check:checked~ul {
        left: 0;
    }

    label.checkbtn i {
        color: #000;
    }

    /*nav {
        padding: 0 15px;
    }*/

    .logo {
        line-height: 80px;
    }

    .logo img {
        width: 260px;
    }

    nav ul li a {
        padding: 0;
    }

    .feat-sectn p br {
        display: none;
    }

    .feat-sectn .youtube_codegena {
        height: auto !important;
    }


}

/*Mobile Phones*/
@media (max-width: 767px) {
    .anv-btn {
        margin-top: 30px !important;
    }
.foot-tops.contact-page .col-md-3 {
    margin-bottom:15px;
}
    .ser-left .abt-text {
        margin-bottom: 0px !important;
    }

    .ser-left p {
        margin-bottom: 0 !important;
    }

    header#anv-menu .container {
        max-width: 100%;
    }
    .foot-widgts {
    margin-bottom: 30px !important  ;
}

    /*about-page*/
    .col-md-6.col-sm-6.about-page .abt-text p {
        width: 100%;
    }

    .about-img-title {
        padding-bottom: 50px;
    }

    .abt-what-below-section {
        width: 100%;
    }

    /*service-page*/
    .Service-section-content {
        margin-bottom: 50px;
    }

    .Service-content-inner h5 {
        width: 100% !important;
            padding: 0 15px;
    }

    .Service-content-inner img {
        width: 100% !important;
    }

    .Service-content-inner {
       /* height: auto;*/
       height: 692px;
    }

    /*contact-page*/
    .contact-page .foot-widgts:before {
        display: none;
    }

    .contact-inner-page {
        width: 100%;
        margin: 0 auto;
    }

    /*design-services*/
    .tabs .tabs-list {
        width: 100%;
        margin: 0 auto !important;
        padding-bottom: 30px;
    }

    .tabs .tabs-list li {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .tabs {
        /* border: 1px solid #000000;*/
        padding: 0px;
    }

    .tabs .tab .row {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section.hardware-row .col-md-4 .design-inner {
        height: auto;
        margin-bottom: 40px;
        clear: both;
        overflow: hidden;
    }

    .software-design {
        margin-top: 0;
    }

    .tab .row {
    padding-left: 10px;
    padding-right: 10px;
}
.tab-left {
    padding-top: 20px;
}
.container, .container-sm {
    max-width: 100%;
}
}





@media (min-width: 320px) and (max-width: 767px) {

    .banner-text h1 {
        font-family: 'Red Hat Display', sans-serif;
        ;
        font-size: 32px;
        line-height: 42px;
        color: #fff;
    }

    .banner-text p {
        font-family: 'Red Hat Display', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        font-weight: 400 !important;
        margin-bottom: 20px;
    }

    .eng-text p {
        height: auto !important;
    }

    .bt-text {
        text-align: left !important;
        margin: 40px 0 0;
    }

    .logo img {
        width: 200px;
    }

    

    .mob-taps li {
        margin-bottom: 10px !important;
    }

    .mob-taps h3 {
        margin: 0;
    }

}


@media (min-width: 280px) and (max-width: 320px) {

    .logo img {
        width: 200px;
    }

    .foot-img {
        padding: 20px 0;
    }

    footer img {
        width: 200px;
    }


    .title h2,
    .mk-text h2,
    .fetat-title h3 {
        font-size: 35px;
        line-height: 40px;
    }

    .eng-text p {
        height: auto;
    }

    .eng-text p br {
        display: none;
    }

    .banner-text h1 {
        font-size: 30px;
        line-height: 40px;

    }

    section.header-banner,
    section.header-banner .row {
        height: 100vh;
    }

    .banner-text p {
        font-size: 16px;
        line-height: 25px;
        color: #fff;
    }


    .head-left {
        margin-bottom: 40px;
    }

    .head-left h2 {
        font-size: 25px;
        line-height: 35px;
    }


}
/*.abt-img img {
    box-shadow: 0 4px 9px 3px rgb(0 0 0 / 12%);
}*/

@media (min-width: 768px) and (max-width: 1024px) {
    header#anv-menu .container {
        max-width: 100%;
    }
    .foot-tops .col-md-3 {
    width: 50%;
    margin-bottom: 20px;
}
.design-services .col-md-4 {
    width: 50%;
    float: left;
    margin: auto;
}
.abt-text a{
    padding: 15px !important;
}

    .bt-text {
        text-align: left !important;

    }

    .copy-rights-texts p {
        text-align: center !important;
    }

    .cl-3 img {
        width: 232px;
        margin-right: 46px;
    }

    

    .accordion-button {
        padding: 1rem 1rem !important;
    }


    .eng-text p {
        height: auto;
    }

    .tab-col {
        width: 100%;
    }

    

    .banner-text h1 {
        font-size: 35px !important;
        line-height: 46px;
    }

    .banner-text h1 br {
        display: none;
    }

    br {
        display: none;
    }

}

@media (min-width: 280px) and (max-width: 767px) {
    section.mobiles .banner-text h1 span {
        font-size: 19px !important;
    }

    .copyrights,
    .copyrights-left,
    .designed-by {
        text-align: center !important;
    }

    .banner-text .theme-btn a {
        padding: 12px 45px;
        /* border-radius: 30px; */
        /* border: 1px solid #00769c; */
        font-size: 14.5px;
        line-height: 45px;
    }

    .cl-3 img {
        width: 232px;
        margin-right: 46px;
    }

    .col-md-6.col-sm-12.choose-img {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .title h2,
    .mk-text h2 {
        font-size: 30px !important;
        line-height: 35px !important;
        text-align: left !important;
    }

    
    .banner-text {
       
        padding: 10px;
        text-align: center !important;
    }

    .v-img {
        height: auto !important;
    }

    .banner-text h1 {
        font-size: 40px !important;
        line-height: 50px !important;
        color: #fff !important;
        margin-bottom: 10px;
    }

    .banner-text h1 span {
        font-size: 19px !important;
    }

    


    .foot-widgts {
        margin-bottom: 20px;
    }

    .foot-tops {
        padding: 40px 0;
    }

    section#home .theme-btn a {
        font-size: 12px !important;
        padding: 10px 15px !important;
    }

    section#home {
        position: relative;
    }

    section.mobiles {
        background: #c8c7c5;
    }

    .mb img {
        width: 100%;
    }

    .banner-text {
        text-align: left !important;
        width: 100% !important;
    }

    .banner-text br {
        display: block !important;
    }

}

.tabs .tab p {
    z-index: 1;
    overflow: hidden;
    text-align: left;
    position: relative;
}
.tabs .tab p::after {
    position: absolute;
    top: 40%;
    overflow: hidden;
    width: 90%;
    height: 2.5px;
    content: '\a0';
    background-color: #194056;
    margin-left: 2%;
}
li.line-th {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/*li.line-th::after {
    position: absolute;
    top: 40%;
    overflow: hidden;
    width: 100%;
    height: 2px;
    content: '\a0';
    background-color: #194056;
    margin-left: 2%;
}*/

div#tab2 .tab-right:after {
    top: 46px;
    height: 98%;
}
.tab-right ul.low-vol {
    padding-left: 0px;
    float: left;
    padding-right: 0px;
    width: 100%;
}
div#tab4 .row:after {
    bottom: -55px;
}

img.abt-icon {
    position: absolute;
    right: 13px;
    width: 180px;
    height: 180px;
    bottom: 0px;
    box-shadow: 0 4px 9px 3px rgb(0 0 0 / 12%);
}

button.sub-btn {
    position: relative;
}

/*button.sub-btn:hover {color: #194056;border-color: #194056;background: transparent;}*/

button.sub-btn::after {
    content: '';
    position: absolute;
    right: 27px;
    background: url(../images/arrow.svg);
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    top: 37%;
}
button.sub-btn:hover::after {
    background-size: 15px !important;
    content: '';
    position: absolute;
    right: 27px;
    background: url(../images/hov-arrow.svg);
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    top: 37%;
    
}


img.abt-icon {
    width: 182px;
    height: 182px;
    position: absolute;
    right: 7px;
    bottom: 0;
    box-shadow: 0 4px 9px 3px rgb(0 0 0 / 12%);
    border-top-left-radius: 50px;
}

.ser-sectn:hover .serv-details {
    background: #002e5d !important;
    cursor: default;
}

.ser-sectn:hover .serv-details h3, .ser-sectn:hover .serv-details p {
    color: #fff;
    cursor: default;
}
.des-img {
    background: url(../images/design-serv_1.svg);
    width: 65px;
    height: 65px;
    background-position: center center;
    margin: auto;
    background-repeat: no-repeat;
    text-align: center;
    height: 138px;
}
#des-ser-2 {
    background: url(../images/design-serv_2.svg);
 background-repeat: no-repeat;
 background-position: center center;
    margin: auto;
}
#des-ser-3 {
    background: url(../images/design-serv_3.svg);
 background-repeat: no-repeat;
 background-position: center center;
    margin: auto;
}
.ser-sectn:hover div#des-ser-3 {
    background: url(../images/design-serv-3_3.svg) !important;
    width: 65px;
    height: 65px;
    background-position: center center;
    margin: 0 auto;
    background-repeat: no-repeat;
    text-align: center;
    height: 65px;
    background-size: 65px 100% !important;
    display: flex;
    align-items: center;
}
.ser-sectn:hover div#des-ser-2 {
    background: url(../images/design-serv-2_2.svg) !important;
    width: 65px;
    height: 65px;
    background-position: center center;
    margin: 0 auto;
    background-repeat: no-repeat;
    text-align: center;
    height: 65px;
    background-size: 65px 100% !important;
    display: flex;
    align-items: center;
}
.ser-sectn:hover .des-img {
    background: url(../images/design-serv-1_1.svg) !important;
    width: 65px;
    height: 65px;
    background-position: center center;
    margin: 0 auto;
    background-repeat: no-repeat;
    text-align: center;
    height: 65px;
    background-size: 65px 100% !important;
    display: flex;
    align-items: center;
}
.ser-sectn:hover .serv-mg {
    background: #002e5d;
    border-color: #002e5d;
    display: flex;
    align-items: center;
}
.about-page-title {
    width: 75%;
    margin: auto;
}
/*.foot-widgts.one p:nth-child(2) {
    margin-bottom: 10px;
}

.foot-widgts.three.cl-full p:nth-child(2) {
    margin-bottom: 40px;
}*/
h3.te a {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
}
h3.te a:hover {
    color: #98c7e1;
}
h3.te {
    margin-top: 10px;
}
.office-details h4 {
    text-align: left;
    font-size: 18px;
    margin-bottom: 5px;
}
.ser-sectn a {
    text-decoration: none;
}


/*@media screen and (min-device-width: 1024px) and (max-device-width: 1999px) {

.tabs .tab p::after{
    display: none;
 }
 .tab .row:after, .tab-right:after, div#tab1 .tab-left-inner:after, .one.low-vol-right h4:after, .tab-left-inner:after{
    display: none !important;
 }
}
*/






@media screen and (min-device-width: 1400px) and (max-device-width: 1920px) { 
    div#tab1 .tab-right:after {
    content: "";
    position: absolute;
    right: 0;
    top: 24%;
    width: 2px;
    height: 106%;
    background: #194056;
}
div#tab2 .tab-left-inner:after {
    content: "";
    position: absolute;
    right: 0;
    left: 50%;
    overflow: hidden;
    width: 2px;
    height: 17%;
    background: #194056;
    bottom: -37px;
}
div#tab3 .ser-service-spec:after {
    content: "";
    position: absolute;
    right: 0;
    left: 50%;
    /* top: 0; */
    width: 2px;
    height: 32.5%;
    background: #194056;
    bottom: -12%;
}
div#tab4 .tab-left-inner:after {
    content: "";
    position: absolute;
    right: 0;
    left: 50%;
    /* top: 0; */
    width: 2px;
    height: 17.5%;
    background: #194056;
    bottom: -15%;
}

.one.low-vol-right h4:after {
    position: absolute;
    top: 45%;
    overflow: hidden;
    width: 100%;
    height: 2px;
    content: '\a0';
    background-color: #194056;
    margin-left: 2%;
}

div#tab4 .tab-right-inner {
    overflow: hidden;
}

.tab-right.box.one.low-vol-right:after {
    top: 11px;
    height: 112%;
    background: #194056;
    width: 2px;
    content: "";
    position: absolute;
    right: 0;
}









}
