/* all css */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;

}

html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
    font-family: 'Montserrat', sans-serif;

}

div.eapps-widget {
    position: fixed !important;
}

button:focus:not(:focus-visible) {
    outline: none !important;
    border: none;
    box-shadow: none;
}

/* loader css */


@keyframes bouncing-loader {
    to {
        opacity: 0.5;
        transform: translate3d(0, -16px, 0);
    }
}

.bouncing-loader {
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 100;
    top: 0%;
    background: #000;

}

.bouncing-loader>.div1 {
    width: 17px;
    height: 40px;
    margin: 3rem 0rem;
    background: #ff1f44;
    animation: bouncing-loader 0.7s infinite alternate;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 40%;
    left: 48%;
}

.bouncing-loader>.div2 {
    width: 17px;
    height: 40px;
    margin: 3rem 0rem;
    background: #235294;
    animation: bouncing-loader 0.7s infinite alternate;
    animation-delay: 0.2s;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 40%;
    left: 49.5%;
}

.bouncing-loader>.div3 {
    width: 17px;
    height: 40px;
    margin: 3rem 0rem;
    background: #ffbc21;
    animation: bouncing-loader 0.7s infinite alternate;
    animation-delay: 0.4s;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 40%;
    left: 51%;
}

.bouncing-loader>.div4 {
    width: 17px;
    height: 40px;
    margin: 3rem 0rem;
    background: #045e53;
    animation: bouncing-loader 0.7s infinite alternate;
    animation-delay: 0.6s;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 40%;
    left: 52.5%;
}

/* loader css ends*/

.btn {
    padding: 0;
}


.clearClass {
    border-radius: 77%;
    padding: 8px 9px;
    background-color: #fff;
    transition: .6s all ease-in-out;

}

.addingClass {
    border-radius: 77%;
    padding: 8px 9px;
    background-color: #ffbb1d;
    transition: .6s all ease-in-out;
}

.offcanvas.show {
    transform: none;
    transition: all .9s ease-in-out;
    height: 100%;
    overflow-x: hidden;
}

.offcanvas {
    transition: all .9s ease-in-out;
}


.offcanvas-end {
    top: 0;
    right: 0;
    width: 420px;
    border-left: 1px solid rgba(0,0,0,.2);
    transform: translateX(100%);
  }

  .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1rem;
}


/* .row:after {
    content: "";
    display: table;
    clear: both;
} */

.menu-bar {
    width: 100%;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

.section-bottom-padding {
    padding-bottom: 130px !important;
}

.section-top-padding {
    padding-top: 130px !important;
}

.border-test {
    border: 1px solid black;
}

/* .row {
    --bs-gutter-x: 0rem;
    --bs-gutter-y: 0;
} */


.section-bg-dark {
    background-color: #495F7E;
}

.section-width-margin {
    width: 82%;
    margin: 0 auto;
    padding-left: 64px;
}

.section-width-margin-website {
    width: 88%;
    margin: 0 auto;
    padding-left: 66px;
}

.button-right {
    position: relative;
}

.button-right-padding {
    position: absolute;
    right: 35px;
    top: 20px;
}

/* all css ends */















/* header */

.sidenav {
    height: 100vh;
    width: 60px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
    padding-top: 20px;
    box-shadow: 1px 1px 13px #777777;
}

.sidenav a {
    padding: 2px 8px 2px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}

.rotate11 {
    position: relative;
}

.header-col1 {
    position: absolute;
    top: 12%;
    left: -75px;
}

.rotate {
    width: 180px;
    height: 38px;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    transform: rotate(-90deg);
}

.header-col2 {
    position: absolute;
    top: 36%;
    left: -34px;
}

.header-link {
    text-align: center;
}


.header-icon-facebook {
    padding: 7px 10px;
    border-radius: 50%;
    font-size: 12px;
    border: 1px solid rgb(200, 200, 200);

}

.header-icon-twitter,
.header-icon-search {
    padding: 7px 7px 7px 8px;
    border-radius: 50%;
    font-size: 13px;
    border: 1px solid rgb(200, 200, 200);

}



.fa-messanger {
    width: 31px;
    border: 1px solid rgb(200, 200, 200);
    padding: 7px;
    border-radius: 50%;
    margin-top: 3px;
}


.header-col3 {
    position: absolute;
    top: 84%;
    left: 5px;
    transition: all .7s ease-in-out;
}



#testdiv {
    position: absolute;
    top: 80%;
    left: 5px;
    display: none;
    transition: all .7s ease-in-out;

}

.header-p {
    text-transform: uppercase;
    font-size: 12px;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    transform: rotate(90deg);

    transition: all .7s ease-in-out;

}

.header-pp {
    text-transform: uppercase;
    font-size: 12px;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all .7s ease-in-out;

}

.header-marquee {
    padding-top: 6px;
    transition: all .7s ease-in-out;

}

.header-marquee-top {
    padding-bottom: 55px;
    transition: all .7s ease-in-out;

}

marquee {
    position: absolute;
    left: 23px;
    transition: all .7s ease-in-out;

}



/* header ends */


/* menu */


.toggle-btn-right {
    position: relative;
    z-index: 11;
}

.btn-right-icon {
    position: fixed;
    top: 20px;
}

.menu-links {
    text-transform: capitalize;
    color: #00544A !important;
    font-weight: 700;
    font-size: 20px;
    margin-left: 40px;
}

.menu-links a {
    text-transform: capitalize;
    color: #00544A !important;
    font-weight: 700;
    font-size: 36px;
    padding: 0 40px;
}


.hover-underline-animation-menu {

    position: relative;
    padding-bottom: 0px;

}

.hover-underline-animation-menu::after {
    content: '';
    position: absolute;
    width: 60%;
    transform: scaleX(0);
    height: 4px;
    bottom: 0;
    left: 40px;
    background-color: #00544A;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}


.hover-underline-animation-menu:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.menu-hr {
    padding: 26px 0;
}

.menu-hr hr:not([size]) {
    height: 1px;
    width: 80%;
    margin: 0 auto;
}

.menu-sublinks-padding {
    margin-bottom: 8px;
}

.menu-sublinks {
    margin-left: 40px;
    color: rgb(59, 59, 59);
    font-size: 14px;
}

.menu-sublinks:hover {
    margin-left: 40px;
    color: #cd0037;
}

.hover-underline-animation-submenu {
    position: relative;
    padding-bottom: 2px;

}

.menu-links {
    position: relative;
    padding-bottom: 2px;
}

.menu-links:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #00544a;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}


.hover-underline-animation-submenu::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.menu-links:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


.hover-underline-animation-submenu:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}



/* menu ends */


/* slider */
.remove-padding-margin {
    margin: 0;
    padding: 0;
}

.slider-img-height {
    height: 100vh;
}

.carousel-section {
    position: absolute;
    top: 21%;
    width: 43%;
    padding-left: 25px;
}



.carousel-section h1 {
    padding: 0;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.05em;
    font-weight: 300;
    color: #00544A;
    letter-spacing: -2px;
    padding-bottom: 30px;
}

.bold-title {
    font-weight: 700;
}

.carousel-item {

    transition: all -.3s ease;
}

.carousel-section p {
    padding-bottom: 30px;
    font-size: 16px;
    color: #00544A;
    line-height: 30px;
    display: block;
    margin-bottom: 0;
}


.carousel-control-next {
    border: 1px solid #fff !important;
    border-radius: 50%;
    position: absolute;
    top: 91%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 3px 4px;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .7;
    transition: opacity .15s ease;
    left: 44%;
    cursor: pointer;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background-color: #FFB915;
    border: none !important;
}

.carousel-control-prev {
    border: 1px solid #fff !important;
    border-radius: 50%;
    position: absolute;
    top: 91%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 3px 4px;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .7;
    transition: opacity .15s ease;
    left: 41%;
    cursor: pointer;
}

/* slider ends*/


/* counter */

.description-para-counter,
.description-counter {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .3px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    line-height: 24px;
    text-align: center;
    color: #999;
}

.counter-plus {
    font-size: 50px;
    font-weight: bold;
    margin-left: -18px;
}

.section-width-margin-counter {
    width: 80%;
    margin: 0 auto;
    padding-left: 55px;
}

:root {
    --main-color: #706fd3;
}

.counter {
    color: #00544a;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px !important;
}


.counter-translate:hover {
    transform: translateY(-15px);
    transition: all .4s ease-in-out;
    background-color: #ffb915;
    border: 1px solid #ddd;
    cursor: pointer;
}

.counter-translate:hover .counter-icon,
.counter-translate:hover .counter-value,
.counter-translate:hover .description-counter,
.counter-translate:hover .counter-plus {
    color: #fff;
    transition: .3s ease-in-out;
}

.counter .counter-icon {
    color: #ddd;
    font-size: 65px;
    text-align: center;
    line-height: 35px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.fa-wifi {
    color: blue;
    font-size: 3rem;
}

.fa-users {
    color: #30b88d;
    font-size: 3rem;

}

.fa-connectdevelop {
    color: #dd3344;
    font-size: 3rem;

}

.counter-border {
    border: 1px solid #ddd;
}

.counter .counter-content {
    width: 100%;
    display: inline-block;
    padding: 17px 0;
}

.counter .counter-value {
    font-size: 54px;
    font-weight: 700;
    line-height: 52px;
    margin: 12px 0 12px 0;
    display: block;
}

.counter h3 {
    color: var(--main-color);
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 12px;
}

.counter-heading-main {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #00544A;
    font-size: 40px;
    padding-bottom: 20px;
}

.counter-card {
    border: 1px solid #fbfbfb;
    border-radius: 15px;
    box-shadow: 0px 0px 7px rgb(202, 202, 202);
    cursor: pointer;
    background: #fff;
}

.counter-icon {
    padding-top: 20px;
}

.counter-para {
    font-size: 18px;
    color: darkgreen;
    font-weight: 700;
    padding-top: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.counter.red {
    --main-color: #ff5252;
}

.counter.blue {
    --main-color: #34ace0;
}

.counter.green {
    --main-color: #11ad86;
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}

/* counter ends */


/* service */
.specialization-heading-main {
    text-align: center;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 40px;
    padding-bottom: 20px;
}

.specialization-para-main {
    color: #ffffff;
    text-align: center;
    padding-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.news-portal-li-home {
    padding-left: 0px;
    text-align: left;
    font-size: 14px;
    line-height: 23px;
    display: block;
    margin-bottom: 15px;
    color: #444;
    letter-spacing: .3px;
}

.news-portal-li-home::before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -14px;
    margin-left: -20px;
    width: 1.3em;
}

.page-title {
    position: relative;
}

.page-title-service {
    position: absolute;
    right: -172px;
    top: 155px;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #EDF8F8;
    padding-right: 30px;
    border-right: 1px solid #999;
    text-transform: capitalize;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    transform: rotate(90deg);
}

.page-title-specialization {
    position: absolute;
    right: -196px;
    top: 155px;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #EDF8F8;
    padding-right: 30px;
    border-right: 1px solid #999;
    text-transform: capitalize;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    transform: rotate(90deg);
}

.service-icon {
    margin-bottom: 30px;
}

.card {
    border: none !important;
    border-radius: 0 !important;

}

.card:hover .fa-laptop,
.card:hover .fa-retweet,
.card:hover .fa-share-alt,
.card:hover .fa-filter,
.card:hover .fa-cogs,
.card:hover .fa-pie-chart {
    color: #fff;
    background-color: #cd0037;
    transition: .3s ease-in-out;

}





.fa-share-alt {
    font-size: 45px;
    padding: 25px;
    background-color: #165bfe;
    color: #ffffff;
}

.fa-laptop {
    font-size: 45px;
    padding: 25px;
    background-color: #f25767;
    color: #ffffff;
}

.fa-retweet {
    font-size: 45px;
    padding: 25px;
    background-color: #0b163f;
    color: #ffffff;
}

.fa-cogs {
    font-size: 45px;
    padding: 25px;
    background-color: #5cc9a7;
    color: #ffffff;
}


.fa-pie-chart {
    font-size: 45px;
    padding: 25px;
    background-color: #175cff;
    color: #ffffff;
}

.fa-filter {
    font-size: 45px;
    padding: 25px;
    background-color: #ffb116;
    color: #ffffff;
}



.service-image {
    width: 20px;
    margin-left: 2px;
}

.card:hover .service-image {
    margin-left: 2px;
    transform: scaleX(2.2);
    transition: .5s ease-in-out;
}



.card-title {
    font-size: 26.5px;
    line-height: 37px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #00544a;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 2rem;
}

.card-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #666;
    margin-bottom: 40px;
    text-align: justify;
}


.service-link {
    margin: 30px 0;
}


.read_more {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #00544a;

}

.card:hover .read_more {
    color: #CD0037;
    transition: .3s ease-in-out;

}

.read_more:after {
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 1px;
    vertical-align: top;
    margin-top: 14px;
    margin-left: 5px;
    background-color: #00544a;
    transition: width 0.3s ease;
}

.card:hover .read_more:after {
    width: 35px;
}

.service-bottom-row {
    margin-top: 50px;
}

.section-bottom-link {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-bottom-link:hover {
    color: #fff;

}

.section-bottom-link:hover .fa-arrow-right {
    padding: 7px 8px;
    border-radius: 50%;
    background-color: #FFB915;
    transition: .3s all ease-in-out;
}

.bottom-icon-paddding {
    padding-left: 10px;
}

.fa-arrow-right {
    padding: 7px 8px;
    border-radius: 50%;
    background-color: #18375F;
}

/* service ends*/

/* why us */

.page-title {
    position: relative;
}

.page-title-why-us {
    position: absolute;
    left: -160px;
    top: 155px;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #00544A;
    padding-left: 30px;
    border-left: 1px solid #ddd;
    text-transform: capitalize;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    transform: rotate(-90deg);
}

.why-us-img {
    width: 100%;
    height: 640px;
}

.why-us-about {
    background: rgba(205, 0, 55, 0.95);
    padding: 60px 65px;
    color: #fff;
    position: absolute;
    bottom: -48px;
    right: 45px;
    margin-left: 15px;
}


.why-us-heading {
    font-size: 39px;
    line-height: 42px;
    display: block;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.why-us-para {
    text-align: justify;
    color: #fff;
    font-size: 18px;
    line-height: 31px;
}

.why-us-link {
    margin-top: 30px;
}

.why-us-more {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}

.why-us-more:hover {

    color: #fff;
}

.why-us-more:after {
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 1px;
    vertical-align: top;
    margin-top: 15px;
    margin-left: 5px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.why-us-about:hover .why-us-more:after {
    width: 35px;
    transition: width 0.3s ease;
}

/* why us ends*/

/* work */
.image-container {
    position: relative;
}

.image-container:hover .overlay-img {
    width: 90%;
}

.overlay-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #18375f;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.text-img {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

/*  */
/*  */

/* .hover-menu {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #18375f;
    text-align: center;
    box-sizing: border-box;
} */

.hover-menu {
    position: relative;
    float: left;
    overflow: hidden;
    /* margin: 10px auto; */
    width: 100%;
    max-height: 100%;
    background: #18375f;
    text-align: center;
    cursor: pointer;
    box-shadow:  0px 0px 5px rgb(180, 180, 180);

}

.card-img, .card-img-top {
    border-top-left-radius:0;
    border-top-right-radius: 0;
  }

.hover-menu * {
    box-sizing: border-box;
}

.hover-menu img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 1;
    transition: 0.3s ease-in-out;
    float: left;
}



.hover-menu div {
    position: absolute;
    height: 100%;
    top: 0;
    left: -415px;
    padding: 8px 4px;
    background: #18375f;
    transition: 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.hover-menu div a {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    opacity: 0.8;
    padding: 5px 12px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.hover-menu div a:hover {
    color: #fff;
}

.hover-menu:hover img {
    opacity: 0.5;
    right: -120px;
    transition: 0.5s ease-in-out;

}

.hover-menu:hover div {
    left: 0;
    opacity: 1;
    width: 80%;
}

/* work ends*/



/*  tools and technology  */

.section-bg-light {
    background-color: #edf8f8;
}

.page-title-tool-tech {
    position: absolute;
    left: -205px;
    top: 155px;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #00544A;
    padding-left: 30px;
    border-left: 1px solid #ddd;
    text-transform: capitalize;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    transform: rotate(-90deg);
    font-family: 'Montserrat', sans-serif;
}

.tool-image {
    border: 1px solid #ddd !important;
    padding: 60px;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 1px 0px 7px rgb(226, 226, 226);

}

.tool-image:hover .tool-image-icon {
    opacity: 1;
}

.tool-image:hover {
    box-shadow: 1px 0px 10px rgb(187, 187, 187);
}

.tool-image-icon {
    width: 90%;
    height: auto;
    margin: 0 auto;
    opacity: 0.6;
    filter: grayscale(1);
}

/*  tools and technology ends*/

/* say so */

.page-title-say-so {
    position: absolute;
    left: -150px;
    top: 155px;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #00544A;
    padding-left: 30px;
    border-left: 1px solid #ddd;
    text-transform: capitalize;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    transform: rotate(-90deg);
}

.dates {
    background: 0 0;
    padding: 0;
    padding-left: 0px;
    color: #999;
    font-size: 14px;
    position: relative;
    bottom: 0;
    padding-left: 70px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.dates:before {
    width: 50px;
    height: 1px;
    background: #999;
    margin-left: 10px;
    content: "";
    position: absolute;
    left: -10px;
    top: 12px;
}

.say-so-title h3 {
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    padding-top: 50px;
    width: 65%;
    margin: 0 auto;
    color: #00544a;
}

.section-bottom-link-white {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
}

.section-bottom-link-white:hover {
    color: #cd0037;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.bottom-icon-paddding-yellow {
    padding-left: 10px;

}

.bottom-icon-paddding-yellow .fa-arrow-right {
    background-color: #FFB915;

}

/* say so ends*/

/* footer */

.footer-li {
    padding-left: 0px;
    text-align: left;
    font-size: 14px;
    line-height: 12px;
    display: block;
    margin-bottom: 15px;
    color: #fbfbfb;
    letter-spacing: .3px;
}

.footer-li a {
    color: #fbfbfb;
}

.footer-li a:hover {
    color: #ffbb1d;
}

.footer-li::before {

    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -14px;
    margin-left: -20px;
    width: 1.3em;

}

.footer-main-title {
    text-transform: capitalize;
    font-size: 25px;
    color: #fff;
    margin-bottom: 19px;
    font-weight: 700;
}

.footer-hr hr {

    margin: 1rem 0;
    color: inherit;
    background-color: #fff;
    border: 0;
    opacity: .3;

}

.footer-title {
    color: #edf8f8;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

.footer-links {
    color: #cacaca;
}

.footer-para {
    font-size: 15px;
    /* display: block; */
    line-height: 30px;
    color: #cacaca;
}

.footer-nav-row {
    padding-top: 70px;
}

/* .footer-nav-row div {
    text-align: center;
} */

.footer-nav-links {
    font-size: 17px;
    color: #ddd;
    line-height: 20px;
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
}

.footer-nav-links:hover {

    color: #fff;

}

/* .footer-nav-row > .col{
    padding: 0;
} */

.hover-underline-animation {

    position: relative;
    padding-bottom: 3px;

}

.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}


.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.footer-copyright {
    padding-top: 10px;
    color: #ddd;
    padding-bottom: 20px;
}

.footer-center {
    text-align: center !important;
}

/* footer ends*/


/* contact page */


.svg-dark-bg {
    height: 730px;
    background: radial-gradient(circle, #cd0037 0%, #900027 100%);
}

/* .svg-heading {
    position: relative;
} */

.svg-image-first {
    width: 80%;
    height: 85%;
    margin: 0 auto;
    /* border: 1px solid red; */
    position: relative;
    top: 40px;
}

.page-title-box {
    position: absolute;
    /* top: 90px; */
    /* left: 12%; */
    bottom: 70px;
}

.page-title-contact {
    font-size: 65px;
    font-weight: 700;
    color: #fff;
    line-height: 72px;
    font-family: 'Montserrat', sans-serif;
}

.breadcrumbs-section {
    padding: 130px 0 0 0;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 2rem;
    list-style: none;
}

.description-row-padding {
    padding: 0 70px;
}

.breadcrumb-item a {
    margin: 0 5px 0 5px;
    color: #222;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.breadcrumb-item1 a {
    margin: 0 5px 0 5px;
    color: #6c6c6c;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.breadcrumb-item a:hover {
    color: #cd0037;

}

.description-para {
    text-align: justify;
    font-size: 17px;
    line-height: 30px;
    display: block;
    margin-bottom: 15px;
    font-weight: 400;
    color: #444;
    letter-spacing: .3px;
    font-family: 'Montserrat', sans-serif;
}

.description-link {
    margin-left: 5px;
}

.description-icon-padding {
    padding-top: 6px;
}

.description-icon-facebook {

    background-color: #3a5999;
    color: #fff;
    font-size: 20px;
    padding: 7px 11px;
    border-radius: 12%;

}

.description-icon-twitter {

    background-color: #0c7abf;
    color: #fff;
    font-size: 20px;
    padding: 7px;
    border-radius: 12%;
}


.description-icon-facebook:hover,
.description-icon-twitter:hover {
    background-color: #000;
    box-shadow: 1px 0px 5px #ddd;
    color: #fff;
}

.contact-lift a {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    display: block;
    margin-top: 30px;
}

.contact-lift a:hover {

    color: #cd0037;

}

.btn-submit {
    width:300px;
    padding: 9px 15px;
    border: 1px solid #ddd;
    border-radius: 30px;
}

.form-margin-bottom {
    padding-bottom: 130px;
}

.form-title {
    font-weight: 700;
    margin: 10px 0 30px;
    font-size: 22px;
    line-height: 28px;
    color: #00544a;
}

/* contact page ends*/

/* request quote page */

.svg-dark-bg-quote {
    height: 730px;
    background: radial-gradient(circle, #00544a 0%, #002b25 100%);
}

/* request quote page ends*/

/* career page */
.career-image {
    width: 100%;
    height: 450px;
}

.career-title {
    font-size: 36px;
    font-weight: 700;
    color: #00544a;
    margin-bottom: 40px;
    line-height: 46px;
    margin-top: 110px;
    padding-left: 70px;
    text-align: justify;
}

.career-border {
    border: 1px solid #ddd !important;
    height: 240px;
    cursor: pointer;
}

.career-border:hover {
    box-shadow: 1px 0px 12px #ddd;
}

/* career page ends*/


/* say so page */

.tab-align-center {
    width: 60%;
    margin: 0 auto;
    padding-top: 30px;
}

.btn-border-light {
    border: 1px solid #ececec !important;
    box-shadow: 0px 0px 5px #e6e6e6;
}

.tab-p {
    text-align: justify;
    font-size: 15px;
    line-height: 22px;
}

.li-tab-margin-right {
    margin-right: 8px;
}

.tab-h3 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 10px;
}

.software-training-image {
    width: 500px;
    height: 300px;
    border-radius: 20px;
}

.mapping {
    margin-top: 70px;
}

.container-img {
    position: relative;
}

.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
    color: #f1f1f1;
    width: 60%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    padding: 30px 80px;
    text-align: left;
}

.container-img:hover .overlay {
    opacity: 1;
}

/* say so page ends*/


/* about us page */
.svg-dark-bg-about {
    position: relative;
    height: 730px;
    background: radial-gradient(circle, #ffb915 0%, #d69600 100%);
}

.career-title-about {

    font-size: 40px;
    font-weight: 700;
    color: #00544a;
    margin-bottom: 40px;
    line-height: 52px;
    margin-top: 60px;
    padding-left: 70px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;

}

.about-para {
    padding-left: 70px;
    text-align: justify;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.team-image {
    width: 100%;
}

.accordion-item {
    background-color: #fff;
    border: none;
}

.accordion-header {
    margin-bottom: 0;
    /* padding-left: 20px; */
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 90%;
    padding: 10px 0;
}

.accordion-body {
    padding: .5rem 0rem;
}

.accordion-button::after {
    display: none;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #fff;
    box-shadow: none;
}

.partners-image-icon {
    width: 80%;
    margin: 0 auto;
    opacity: 0.7;
}



.partners-image {
    border: 1px solid #ddd !important;
    padding: 20px;
    background-color: #fff;
    cursor: pointer;
}

.partners-image:hover {
    box-shadow: 1px 0px 10px #ddd;
}

.partners-image:hover .partners-image-icon {
    opacity: 1;
}


.page-title-partners {

    position: absolute;
    right: -180px;
    top: 155px;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #00544a;
    padding-right: 30px;
    border-right: 1px solid #999;
    text-transform: capitalize;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-family: 'Montserrat', sans-serif;
}


/* about us page ends*/


/* web-design page */

.web-design-row-padding {
    padding: 20px 85px;
}


.web-design-row-padding h4 {
    color: #00544a;
    font-weight: 700;
    margin: 10px 0 20px;
    font-size: 26px;
    line-height: 28px;
}

.web-design-row-padding h5 {
    color: #00544a;
    font-weight: 700;
    margin: 10px 0 20px;
    font-size: 18px;
    line-height: 22px;
}

.drop-cap {
    font-size: 100px;
    font-weight: 700;
    color: #ffb915;
    float: left;
    margin: 34px 30px 30px 0;
}

.bottom-heading h2 {
    font-size: 62px;
    font-weight: 700;
    display: block;
    color: #00544a;
    line-height: 68px;
    text-align: center;
    padding-top: 30px;
}

/* web-design page ends*/



/* mobile application development page */

.svg-dark-bg-blue {
    height: 730px;
    background: radial-gradient(circle, #19375f 0%, #0f2139 100%) !important;
    position: relative;
}


/* mobile application development page ends */


/* news portal page */



.news-portal-ul {
    margin: 25px 0;
}

.news-portal-li {
    padding-left: 10px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 17px;
    line-height: 25px;
    display: block;
    margin-bottom: 15px;
    color: #444;
    letter-spacing: .3px;
}

.news-portal-li:before {
    content: "\f0da";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    /* margin-left: -14px; */
    margin-left: -20px;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
}

/* news portal page ends*/


/* online-radio page */

.table {
    font-size: 14px;
    color: #222;
    text-align: center;
    width: 100%;
}

th.first {
    /* width: 172px !important; */
    background: #495f7e !important;
}

table th {
    background: #cd0037 !important;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
    padding: 24px 15px !important;
    border-left: 1px solid #cd0037 !important;
    border-right: 1px solid #cd0037 !important;
}


table th.best-plan {
    font-size: 26px;
    background: #18375f !important;
    position: relative;
    /* width: 208px; */
}

table th.best-plan {
    font-size: 26px;
    background: #18375f !important;
    position: relative;
    width: 208px;
}

table th.best-plan .best-buy {
    position: absolute;
    width: 207px;
    left: 0;
    background: #18375f !important;
    padding: 20px 0 0;
    display: block;
    top: -26px;
    z-index: 9998;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-align: center;
    color: #fff;
    z-index: 9998;
}

/* online-radio page ends*/

/* works page */



.works-ul {
    width: 96%;
    margin: 0 auto;
}

.works-ul>li>button {
    margin-top: 3px;
}

.acc-link-padding {
    padding: 0 .3rem !important;
}

.works-ul>li>button::before {
    content: '';
    position: relative;
    width: 100%;
    height: 0px;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    transition: all .5s ease-in-out;
}

.works-ul>li>button:hover::before {
    content: '';
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #00544A;
    display: inline-block;
    transition: all .5s ease-in-out;

}


.badge {
    display: inline;
    padding: .3em .65em;
    font-size: .75em;
    line-height: 1;
    color: rgb(97, 97, 97);
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    border-radius: .25rem;
    font-weight: unset;
}

.bg-secondary {
    background-color: #fff !important;
}

.btn-hover-line {
    color: #000 !important;
    background-color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: rgb(0, 0, 0);
    background-color: #ffffff;
    transition: all .5s ease-in-out;
}

.nav-pills .nav-link-tabs.active {
    color: rgb(255, 255, 255);
    background-color: #0072cf;
    transition: all .5s ease-in-out;
}

/* .nav-pills .nav-link.active::before,
.nav-pills .show>.nav-link {
    content: '';
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #00544A;
    display: inline-block;
    transition: all .5s ease-in-out;
} */

/* .nav-link {
    color: #000 !important;

} */

/* privacy policy page*/
.privacy-h6 {
    color: #00544A;
    font-weight: 700;
}

/* privacy policy page ends*/

/* post coomments */

.page-title-small {
    font-weight: 700;
    margin: 10px 0 30px 0;
    font-size: 22px;
    line-height: 28px;
    color: #00544A;
}


.sub-intro-title {
    margin-top: 30px;
    font-size: 58px;
    line-height: 68px;
    display: block;
    font-weight: 700;
    color: #00544A;
    margin-bottom: 30px;
}

.post-h6 {
    font-weight: 700;
    margin: 50px 0 30px 0;
    font-size: 22px;
    line-height: 28px;
    color: #00544A;
}

/* post coomments ends*/

/* web hosting page */

.border-card-web-hosting {
    border: 1px solid #ddd !important;
    border-radius: 15px !important;
    box-shadow: 1px 0px 7px rgb(223, 223, 223);
}

.blue-card {
    background-color: #66c4ff;
}

.yellow-card {
    background-color: rgb(255, 255, 123);

}

.green-card {
    background-color: rgb(134, 255, 123);
}

.red-card {
    background-color: rgb(255, 123, 123);
}

.purple-card {
    background-color: rgb(255, 110, 243);
}

/* web hosting page ends*/

/* website page */
.website-image {
    height: 200px;
}

.website-card-body {
    padding: 7px 12px !important;
}

.website-card {
    border: 1px solid #ddd;
    border-radius: 0 !important;
    box-shadow: 0px 0px 7px #ddd;
}

.website-links {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.website-menu img {
    height: 100% !important;
}

/* website page ends*/


/* promotional sms */
.table-sms {
    caption-side: bottom;
    border-collapse: collapse;
    font-size: 13px;
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    margin: 15px 0 10px 0;
   
  }

  .table-sms > tbody > tr > td{
    border: 1px solid #ddd;

        padding: 5px 1px;
      
  }
/* promotional sms ends*/


/* election sms campaigning page*/
.election-sms-card {
    margin-bottom: 25px;
  }

  
.text-left-election-sms {
    padding-left: 20px;
}
/* election sms campaigning page ends*/























/* mobile view */

@media only screen and (max-width:575.98px) {

    /* loader */

    .bouncing-loader>.div1 {
        width: 17px;
        height: 40px;
        margin: 3rem 0rem;
        background: #ff1f44;
        animation: bouncing-loader 0.7s infinite alternate;
        display: flex;
        justify-content: center;
        position: absolute;
        top: 30%;
        left: 40%;
    }

    .bouncing-loader>.div2 {
        width: 17px;
        height: 40px;
        margin: 3rem 0rem;
        background: #235294;
        animation: bouncing-loader 0.7s infinite alternate;
        animation-delay: 0s;
        animation-delay: 0.2s;
        display: flex;
        justify-content: center;
        position: absolute;
        top: 30%;
        left: 44.5%;
    }

    .bouncing-loader>.div3 {
        width: 17px;
        height: 40px;
        margin: 3rem 0rem;
        background: #ffbc21;
        animation: bouncing-loader 0.7s infinite alternate;
        animation-delay: 0s;
        animation-delay: 0.4s;
        display: flex;
        justify-content: center;
        position: absolute;
        top: 30%;
        left: 49%;
    }


    .bouncing-loader>.div4 {
        width: 17px;
        height: 40px;
        margin: 3rem 0rem;
        background: #045e53;
        animation: bouncing-loader 0.7s infinite alternate;
        animation-delay: 0s;
        animation-delay: 0.6s;
        display: flex;
        justify-content: center;
        position: absolute;
        top: 30%;
        left: 53.5%;
    }

    /* ends */

    .section-width-margin {
        width: 92%;
        margin: 0 auto;
        padding-left: 73px;
    }

    /* slider */
    .slider-img-height {
        max-height: 320px !important;
        width: 100%;
    }

    .carousel-section {
        position: unset;
        padding-left: 60px;
        width: 92%;
        margin: 0 auto;
    }

    .carousel-section h1 {
        padding-top: 10px;
        text-transform: capitalize;
        font-size: 24px;
        line-height: 35px;
        word-spacing: 2px;
    }

    .carousel-section p {
        padding-top: 10px;
        font-size: 14px;
        line-height: 19px;
    }

    .carousel-control-next {
        right: 37%;
    }

    .carousel-control-prev {
        left: 51%;
    }

    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }

    /* slider ends */
    /* counter */
    .section-width-margin-counter {
        width: 86%;
        margin: 0 auto;
        padding-left: 58px;
    }

    .counter-translate {
        margin-bottom: 22px;
    }

    .counter .counter-content {
        width: 100%;
        display: inline-block;
        padding: 17px 0;
    }

    .counter-heading-main {
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        color: #00544A;
        font-size: 25px;
        padding-bottom: 20px;
    }

    .counter-para-main {
        text-align: justify;
        font-size: 14px;
        line-height: 23px;
    }

    /* counter ends*/
    /* services */

    .specialization-para-main {
        color: #ffffff;
        text-align: justify;
        padding-bottom: 20px;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
    }

    .specialization-heading-main {
        text-align: center;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        font-size: 25px;
        padding-bottom: 20px;
    }


    .page-title-service {
        position: unset;
        transform: unset;
        margin-bottom: 35px;
    }

    .page-title-specialization {
        position: unset;
        transform: unset;
        margin-bottom: 35px;
    }



    /* services ends*/
    /* why us */
    .page-title-why-us {
        position: unset;
        transform: unset;
        margin-bottom: 35px;
        border-right: 1px solid #ddd;
        border-left: none;
        padding-left: 0px;
    }

    .why-us-img {
        width: 100%;
        height: 340px;
    }

    .why-us-about {
        position: unset;
        margin-left: 0px;
        padding: 30px 25px;

    }

    .why-us-para {
        text-align: left;
        color: #fff;
        font-size: 15px;
        line-height: 27px;
    }

    .hover-menu div {
        position: absolute;
        height: 100%;
        top: 0;
        left: -415px;
        padding: 8px 4px;
        background: #18375f;
        transition: 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    /* why us ends*/


    /*  tools and technology  */

    .page-title-tool-tech {
        position: unset;
        transform: unset;
        margin-bottom: 35px;
        border-right: 1px solid #ddd;
        border-left: none;
        padding-left: 0px;
        font-family: 'Montserrat', sans-serif;
    }

    .tool-image {
        border: 1px solid #ddd;
        padding: 35px;
        background-color: #fff;
    }

    .tool-image-icon {
        width: 50%;
        margin: 0 auto;
        opacity: 0.7;

    }



    /*  tools and technology  ends*/

    /* say so */

    .tab-align-center {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 0px;
        padding-top: 30px;
    }

    .software-training-image {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        margin-top: 25px;
    }

    .mapping {
        margin-top: 0px;
    }

    .container-img {
        display: none;
    }

    .page-title-say-so {
        position: unset;
        transform: unset;
        margin-bottom: 35px;
        border-right: 1px solid #ddd;
        border-left: none;
        padding-left: 0px;
    }

    .say-so-title h3 {
        text-transform: capitalize;
        font-size: 20px;
        padding-bottom: 20px;
        width: 100%;
        padding-top: 10px;
    }

    /* say so ends*/

    /* footer */

    .footer-nav-row div {
        text-align: left;
        padding-bottom: 6px;
    }

    .footer-nav-row {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-center {
        text-align: left !important;
    }


    /* footer ends */

    /* about page */
    .about-para {
        padding-left: 0;
        font-size: 14px;
        line-height: 27px;
    }

    .tool-image-icon {
        width: 44%;
    }

    .page-title-partners {
        position: unset;
        font-size: 30px;
        line-height: 40px;
        font-weight: 700;
        color: #00544a;
        padding-right: 30px;
        border-right: 1px solid #999;
        text-transform: capitalize;
        transform: unset;

    }

    /* about page ends*/

    /* career page */

    .career-title {
        font-size: 24px;
        font-weight: 700;
        color: #00544a;
        margin-bottom: 40px;
        line-height: 36px;
        margin-top: 110px;
        padding-left: 0;
        text-align: justify;
    }

    .career-image {
        width: 100%;
        height: 170px;
    }

    .card-body {
        height: auto;
        margin-bottom: 20px;
    }

    .card-title {
        font-size: 19px;
    }

    .career-border {
        border: 1px solid #ddd;
        height: unset;
    }

    /* career page ends*/

    /* news portal page */
    .btn-right-icon {
        position: fixed;
        top: 20px;
        right: 15px;
    }

    .page-title-contact {
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        line-height: 32px;
        font-family: 'Montserrat', sans-serif;
    }

    .description-row-padding {
        padding: 0px;
    }

    .description-para {
        text-align: justify;
        font-size: 14px;
    }

    .career-title-about {
        font-size: 25px;
        font-weight: 700;
        color: #00544a;
        margin-bottom: 40px;
        line-height: 35px;
        margin-top: 60px;
        padding-left: 0;
        word-spacing: 5px;
        text-align: left;
        font-family: 'Montserrat', sans-serif;
    }

    .web-design-row-padding {
        padding: 8px 10px;
    }

    .bottom-heading h2 {
        font-size: 26px;
        font-weight: 700;
        display: block;
        color: #00544a;
        line-height: 40px;
        text-align: center;
        padding-top: 30px;
    }

    .news-portal-li {
        padding-left: 10px;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: justify;
        font-size: 14px;
        line-height: 21px;
        display: block;
        margin-bottom: 15px;
        color: #444;
        letter-spacing: .3px;
    }

    /* news portal page ends*/

    /* web design ux page*/
    .web-design-row-padding h4 {
        color: #00544a;
        font-weight: 700;
        margin: 10px 0 20px;
        font-size: 19px;
        line-height: 24px;
    }

    /* web design ux page ends*/

    /* mobile-app page */

    .breadcrumb-item1 a {
        margin: 0 5px 0 5px;
        color: #6c6c6c;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .breadcrumb-item a {
        margin: 0 5px 0 5px;
        color: #222;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    /* mobile-app page ends*/

    /* works page */

    .svg-image-first {
        width: 100%;
        height: 120%;
        margin: 0 auto;
        position: relative;
        top: 170%;
    }

    .page-title-box {
        position: absolute;
        /* top: 320px; */
        /* left: 12%; */
    }

    .works-ul>li>button {
        margin-top: 1px;
    }

    .works-ul {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 0px;
    }

    .acc-link-padding {
        padding: 0px 0.3rem !important;
        font-size: 13px;
        border: 1px solid #ddd !important;
        margin: 6px 3px;
        box-shadow: 0px 0px 5px #dfdfdf;
    }

    /* works page ends*/

    /* promotional sms */
    .table-sms {
        caption-side: bottom;
        border-collapse: collapse;
        font-size: 11px;
       width: 100%;
        text-align: center;
        border: 1px solid #ddd;
        margin-top: -14px;
        overflow-wrap: initial;
        display: block;
      
      
    }

    .table-sms > tbody > tr > td {
        border: 1px solid #ddd;
        padding: 8px 1px;
    }

    .menu-sublinks {
        margin-left: 0;
        color: rgb(59, 59, 59);
        font-size: 13px;
      }

      .menu-sublinks:hover {
        margin-left: 0;
        color: #cd0037;
      }

      .hover-underline-animation-submenu {
        position: relative;
        padding-bottom: 2px;
        left: 30px;
      }

      .menu-links {
        text-transform: capitalize;
        color: #00544A !important;
        font-weight: 700;
        font-size: 20px;
        margin-left: 30px;
      }


}

/* mobile view ends*/









/* tablet view */

@media only screen and (min-width:768px) and (max-width:991.98px) {

    /* loader */

    .bouncing-loader>.div1 {
        width: 17px;
        height: 40px;
        margin: 3rem 0rem;
        background: #ff1f44;
        animation: bouncing-loader 0.7s infinite alternate;
        display: flex;
        justify-content: center;
        position: absolute;
        top: 28%;
        left: 44%;
    }

    .bouncing-loader>.div2 {
        width: 17px;
        height: 40px;
        margin: 3rem 0rem;
        background: #235294;
        animation: bouncing-loader 0.7s infinite alternate;
        animation-delay: 0s;
        animation-delay: 0.2s;
        display: flex;
        justify-content: center;
        position: absolute;
        top: 28%;
        left: 46.5%;
    }

    .bouncing-loader>.div3 {
        width: 17px;
        height: 40px;
        margin: 3rem 0rem;
        background: #ffbc21;
        animation: bouncing-loader 0.7s infinite alternate;
        animation-delay: 0s;
        animation-delay: 0.4s;
        display: flex;
        justify-content: center;
        position: absolute;
        top: 28%;
        left: 49%;
    }

    .bouncing-loader>.div4 {
        width: 17px;
        height: 40px;
        margin: 3rem 0rem;
        background: #045e53;
        animation: bouncing-loader 0.7s infinite alternate;
        animation-delay: 0s;
        animation-delay: 0.6s;
        display: flex;
        justify-content: center;
        position: absolute;
        top: 28%;
        left: 51.4%;
    }



    /* svg */
    .svg-image-first {
        width: 100%;
        height: 85%;
        margin: 0 auto;
        /* border: 1px solid red; */
        position: relative;
        top: 50px;
    }

    /* slider */

    .slider-img-height {
        height: 100vh;
        object-fit: cover;
    }

    .carousel-control-next {
        border: 1px solid #fff !important;
        border-radius: 50%;
        position: absolute;
        top: 91%;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        padding: 3px 4px;
        color: #fff;
        text-align: center;
        background: 0 0;
        border: 0;
        opacity: .7;
        transition: opacity .15s ease;
        left: 42%;
        cursor: pointer;
    }

    .carousel-control-prev {
        border: 1px solid #fff !important;
        border-radius: 50%;
        position: absolute;
        top: 91%;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        padding: 3px 4px;
        color: #fff;
        text-align: center;
        background: 0 0;
        border: 0;
        opacity: .7;
        transition: opacity .15s ease;
        left: 37%;
        cursor: pointer;
    }

    .page-title-specialization {
        position: unset;
        transform: none;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .page-title-why-us {
        position: unset;
        margin-bottom: 30px;
        transform: none;
    }

    .why-us-about {

        position: unset;
        margin-left: 0px;
    }

    .page-title-service {
        position: unset;
        transform: none;
        margin-bottom: 30px;

    }

    .page-title-tool-tech {
        position: unset;
        margin-bottom: 30px;
        transform: none;
    }

    .tool-image-icon {
        width: 100%;
        height: 45px;
        margin: 0 auto;
        opacity: 0.6;
        filter: grayscale(1);
    }

    /* about page */

    .career-title-about {
        font-size: 32px;
        font-weight: 700;
        color: #00544a;
        margin-bottom: 40px;
        line-height: 52px;
        margin-top: 60px;
        padding-left: 0px;
        text-align: justify;
        font-family: 'Montserrat', sans-serif;
    }

    .about-para {
        padding-left: 0;
    }

    .page-title-partners {
        position: unset;
        transform: none;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 30px;

    }

    .bottom-heading h2 {
        font-size: 43px;
        font-weight: 700;
        display: block;
        color: #00544a;
        line-height: 55px;
        text-align: center;
        padding-top: 30px;
    }

    /* career page */

    .career-title {
        font-size: 27px;
        font-weight: 700;
        color: #00544a;
        margin-bottom: 40px;
        line-height: 39px;
        margin-top: 110px;
        padding-left: 0;
        text-align: justify;
    }


 /* promotional sms */
 .table-sms {
    caption-side: bottom;
    border-collapse: collapse;
    font-size: 11px;
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    margin-top: -14px;
    overflow-wrap: initial;
    display: block;
 
  
}

.table-sms > tbody > tr > td {
    border: 1px solid #ddd;
    padding: 8px 1px;
}



















}


/* tablet view ends*/