/********** Template CSS **********/
:root {
    --primary: #1363C6;
    --secondary: #15ACE1;
    --light: #F4F7FE;
    --dark: #14183E;
    --black: black
}

p,
li {
    text-align: justify;
}

.bg-primary {
    background-color: var(--black) !important;
}

.back-to-top:hover {
    color: #fff;
    background-color: var(--black) !important;
    border-color: var(--black) !important;
}

.back-to-top {
    color: #fff;
    background-color: var(--black) !important;
    border-color: var(--black) !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.sticky-top {
    /* top: -150px; */
    transition: .5s;
    background-color: var(--black);
}

.navbar {
    padding: 11px 0 !important;
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 0;
    color: rgba(255, 255, 255, .7);
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: rgba(255, 255, 255, 1);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .sticky-top{
        padding: 0;
    }
    .sticky-top .container{
        padding: 0;
    }
    .navbar-dark .navbar-brand {
        margin: 0 10px;
    }
    .navbar-dark .navbar-toggler {
        margin-right: 10px !important;
    }
    .navbar .navbar-nav {
        padding: 0 15px;
        background: #000000;
    }
    .navbar-collapse {
        border-top: 1px solid;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar {
        padding: 11px 0 !important;
        height: 100px;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Hero Header ***/
.banner-header {
    background-color: var(--black) !important;
    margin-top: -75px;
    background: url(../img/bg-hero.png) center center no-repeat;
    background-size: cover;
}

.banner-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--dark);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    background: var(--dark);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    background: rgba(33, 66, 177, .5);
}

.section-title h6::after {
    top: 5px;
    left: 3px;
}


/*** About ***/
.about-img {
    position: relative;
    overflow: hidden;
}

/* .about-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg-about-img.png) top left no-repeat;
    background-size: contain;
} */


/* carousel css  */
.carousel-control-prev {
    left: -80px;
}

.carousel-control-next {
    right: -80px;
}

/* banner css  */
.banner-header .banner-text {
    color: white;
    font-size: 20px;
    line-height: 28px;
}

.banner-header .btn-outline {
    background-color: transparent;
    color: #ff9800;
    border: 1px solid #ff9800;
    margin-bottom: 57px;
}

.banner-header .btn-outline:hover {
    background-color: #ff9800;
    color: white;
    border: 1px solid #ff9800;
}

/* devops css  */
.devops-skill h2 {
    line-height: 3;
    margin-left: 24px;
}

.devops-skill li {
    list-style: auto;
    line-height: 1.5;
    margin: 20px 0;
    padding: 0;
}

.devops-skill span {
    color: #FF9800;
    font-weight: 700;
    font-size: 17px;
}

.devops-skill img {
    margin: 115px 0 70px;
}

.devops-skill .para {
    margin-left: 24px;
}

/* ites-it css start  */
.it-skill li {
    /* list-style: auto; */
    line-height: 1.5;
    margin: 20px 0;
    padding: 0;
}

.it-skill span {
    color: #FF9800;
    font-weight: 700;
    font-size: 17px;
}

/* ites-it css end  */
/* circular-economy */
.circular-economy h6 {
    list-style: auto;
    line-height: 1.5;
    margin: 20px 0;
    padding: 0;
}

.circular-economy span {
    color: #FF9800;
    font-weight: 700;
    font-size: 17px;
}

.circular-economy i {
    color: #FF9800 !important;
}

.circular-economy .img-margin {
    margin-top: -260px !important;
}

/* //circular-economy */
/* For the Reveal Effect */
/* Initial styling for read more */
.more {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 7px;
    color: black;
    font-weight: bold;
    background: white;
    z-index: 1;
}

/* This allows the text to sit above the text in the box. Without the white background and the z-index, the "read more" link would be blurred */

.post {
    height: 200px;
    overflow: hidden;
}

/* This keeps a uniform height to all posts and keeps the overflowing text from spilling out of the container */

/* now to invoke the text */
.post:target {
    height: auto;
}

/* Resets the height of the post to fit the content */

.post:target .more {
    display: none;
}

/* This was the class of the "Read more ..." link that we want to disappear when at full size.
  As we've used a class we can reuse this when creating new posts */


/******* Styling *******/

.post {
    box-shadow: 3px 3px 3px #424242;
    background: #ffffff;
    border: 1px solid lightgrey;
}

.date {
    color: cadetblue;
}

.article {
    color: grey;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.content {
    margin-top: 100px;
    padding-top: 20px;
}

.post {
    position: relative;
    /*for more link*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding: 15px;
}

.article-title,
.date {
    padding-top: 2px;
    padding-bottom: 2px;
}

.date {
    border-bottom: 1px solid #424242;
}

.article-title {
    margin-bottom: 20px;
}

.article {
    position: relative;
}

.post-photo {
    text-align: center;
    line-height: 100px;
    float: left;
    width: 250px;
    height: 250px;
    background: lightgrey;
    margin: 0 20px 10px 0;
}

/* .clearfix::after {
    content: "";
    clear: both;
    display: table; } */
/* Only keep this if I don't have enough text to keep the image in */

h3 {
    margin: 0;
}

.read-more {
    color: white;
    background-color: #1363c6;
    border: 1px solid #1363c6;
    cursor: pointer;
    border-radius: 30px;
    padding: 5px 15px;
    width: 115px;
}

.read-more-target li,
.read-more-wrap ul li {
    list-style: disc;
    line-height: 1.5;
    margin: 20px 0;
    padding: 0;
}

.read-more-target span,
.read-more-wrap span {
    color: #FF9800;
    font-weight: 700;
    font-size: 17px;
}

.read-more-target,
.read-more-trigger_opened {
    display: none;
}

.read-more-state:checked~.read-more-wrap .read-more-target,
.read-more-state:checked~.read-more-trigger_opened {
    display: block;
}

.read-more-state:checked~.read-more-trigger_closed {
    display: none;
}

.standard-card.digital {
    background-image: url(../img/stand1.jpg);
}

.standard-card.fair {
    background-image: url(../img/stand2.png);
}

.standard-card.privacy {
    background-image: url(../img/stand3.png);
}

.standard-card.india {
    background-image: url(../img/stand4.png);
}

.standard-card.gdpr {
    background-image: url(../img/stand5.png);
}

.standard-card.agile {
    background-image: url(../img/stand6.png);
}

.standard-card {
    position: absolute;
    width: 100%;
    max-width: 100%;
    min-width: 190px;
    border-radius: 0.6rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.04);
    position: relative;
    min-height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    margin: 1rem 0;
}

.standard-card:hover {
    transform: scale(1.1) translateY(8px);
    transition: all 350ms ease;
}

.standard-card .card-overlay {
    border-radius: 0.6rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.12);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.3));
    opacity: 0.7;
    transition: all 350ms ease-out 0s;
}

.standard-card .card-info {
    padding: 2rem 1rem;
    width: 100%;
    text-align: center;
    color: white;
    position: absolute;
    bottom: 0;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
}

.standard-card .card-title {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 0rem;
}

/* ites css start  */

.ites .container {
    width: 100%;
    /* max-width: 1100px; */
    min-height: 100vh;
    margin: 0 auto;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    grid-auto-flow: dense;
    grid-gap: 30px;
    align-items: center;
    justify-content: center;
}

.ites .card {
    position: relative;
    z-index: 99;
    background-color: transparent;
    height: 550px;
}

.ites .card .card-media {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.ites .card .card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.ites .card:hover .card-media img {
    transform: scale(1.05);
}

.ites .card .card-media::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, 0.3);
    transition: all 0.3s;
    z-index: 1;
}

.ites .card:hover .card-media::before {
    background: linear-gradient(274deg, #14142b, #065ee3, #092857, #000000);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

.ites .card .card-content {
    display: flex;
    justify-content: top;
    flex-direction: column;
    padding: 40px;
    opacity: 0;
    transition: all 0.3s;
}

.ites .card:hover .card-content {
    opacity: 1;
    height: 100%;
}

.ites .card .card-content .card-header {
    margin-bottom: 30px;
}

.ites .card .card-content .card-header .card-date {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}

.ites .card .card-content .card-header h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 43px;
}

.ites .card .card-content .card-header h3 a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s;
}

.ites .card .card-content .card-header h3 a:hover {
    color: #ff9800;
}

.ites .card .card-content .card-desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
    height: 100%;
}

.ites .card .card-content .card-footer {
    margin-bottom: 0px;
}

.ites .card .card-content .card-footer .read-more-link {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}

.ites .card .card-content .card-footer .read-more-link:hover {
    color: #ff9800;
}

.ites .card .read-more-link svg {
    height: 10px;
    margin-left: 10px;
    transition: transform 0.3s;
}

.ites .card .read-more-link:hover svg {
    transform: translateX(5px);
}

.ites .card .card-border span {
    display: inline-block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    transition: all 0.3s linear;
    z-index: 2;
}

.ites .card .card-border span.top {
    width: 100%;
    height: 1px;
    top: 1px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
}

.ites .card .card-border span.right {
    width: 1px;
    height: 100%;
    top: 0;
    right: 1px;
    transform: scaleY(0);
    transform-origin: top;
}

.ites .card .card-border span.bottom {
    width: 100%;
    height: 1px;
    bottom: 1px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
}

.ites .card .card-border span.left {
    width: 1px;
    height: 100%;
    top: 0;
    left: 1px;
    transform: scaleY(0);
    transform-origin: bottom;
}

.ites .card:hover .card-border span.top {
    transform: scaleX(1);
}

.ites .card:hover .card-border span.right {
    transform: scaleY(1);
    transition-delay: 0.3s;
}

.ites .card:hover .card-border span.bottom {
    transform: scaleX(1);
    transition-delay: 0.6s;
}

.ites .card:hover .card-border span.left {
    transform: scaleY(1);
    transition-delay: 0.9s;
}

/* Let's write the media query */
@media (max-width: 1000px) {
    .ites .container {
        grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    }

    .ites .card {
        grid-column: span 2;
        grid-row: span 2;
    }
}

/* ites css end  */
/* donation css start  */
.donation-card {
    padding: 20px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
}

.donate-btn {
    float: right;
    margin: 20px;
}

.panel-default {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ddd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    padding: 20px;
}

.panel-body {
    padding: 15px;
}

/* donation css end  */
/* market css start  */
.agileits-title h2,
.agileits-title h3 {
    font-size: 4em;
    color: #ff9800;
    margin: 0;
    text-align: center;
    /* font-family: 'Roboto Condensed', sans-serif; */
}

.wthree-heading h3,
.agileits-top-heading h2 {
    color: #212121;
    font-size: 2.5em;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.wthree-heading {
    text-align: center;
}

.markets-grids,
.agileits-feedback-grids,
.w3-agileits-newsletter,
.team-grids,
.agile-contact-form,
.w3-agile-testimonial,
.wthree-blog-grids,
.w3_mail_grids,
.agileits-team-grids {
    margin: 4em auto 0;
}

.agileits-icon-grid {
    padding: 2em;
    background: #FFFFFF;
    box-shadow: 0 0px 1px rgb(107, 107, 107), 0 1px 2px rgba(0, 0, 0, .24);
}

.agileits-icon-grid-ai {
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0 0px 1px rgb(107, 107, 107), 0 1px 2px rgba(0, 0, 0, .24);
}

.icon-left {
    float: none;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: 0 auto 1em;
}

.icon-ai-left {
    float: none;
    text-align: center;
    margin: 0 auto 1em;
}

.icon-ai-left img {
    border-radius: 20px;
    width: 100%;
}

.icon-left i.fa {
    color: #FFFFFF;
    font-size: 2em;
}

.icon-right {
    float: none;
    width: 100%;
    text-align: center;
}

.icon-ai-right {
    padding-bottom: 1em;
    float: none;
    width: 100%;
    text-align: center;
}

.icon-ai-right h5 {
    color: #212121;
    font-size: 1em;
    margin: 0;
    cursor: pointer;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.agileits-w3layouts-ai-info #img {
    float: left;
    width: 100%;
    margin: -14px 0 20px 0px;
}

.ai-modal-body {
    padding: 0 !important;
}

.ai-modal-body p {
    margin: 1em;
    font-size: .875em;
    color: #999999;
    line-height: 1.8em;
    padding: 0 5px;
}

.ai-modal-body ul {
    margin: 1em;
    font-size: .875em;
    color: #999999;
    line-height: 1.8em;
}

.modal-header h4 {
    margin: 0;
    font-size: 23px;
    text-transform: uppercase;
    color: #FF9800;
    text-decoration: none;
    font-weight: 700;
    /* font-family: 'Roboto Condensed', sans-serif; */
    /* letter-spacing: 6px; */
    line-height: 1;
    padding: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.plan-heading {
    padding: 20px 10px;
    font-weight: 500 !important;
    font-size: 24px !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

.icon-right h5 {
    color: #212121;
    font-size: 1em;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.icon-right p {
    color: #999999;
    font-size: .9em;
    margin: 1em 0 0 0;
    line-height: 1.8em;
    text-align: justify;
}

.w3ls-markets-grid {
    margin: 3em 0 0 0;
}

.w3-game-button {
    color: #FFFFFF;
    font-size: 1em;
    padding: 0.5em 0em;
    border: solid 2px #FF9800;
    text-decoration: none;
    border-radius: 30px;
    margin: 20px;
    background: #FF9800;
    text-align: center;
}

.w3-game-button a {
    text-decoration: none;
    color: #fff;
    padding: 0.3em;
}

.climate-container {
    max-width: 1170px !important;
    padding: 40px 0;
}

.climate-container .card {
    background: white;
    padding: 40px;
    border-radius: 20px;
}

/* market css end  */
/* insight css start  */
.box-heading {
    background-color: rgb(24 29 58);
}

.box-heading h3 {
    color: white;
}

.box-list li {
    list-style: disclosure-closed;
    margin: 15px 0;
}

.box-list li::marker {
    color: #181d3a;
}

/* insight css end  */
/* collaborate css start  */
.collaborate-card {
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.3);
    /* background-color: #f2f2f2; */
    padding: 0 30px 32px;
    border-radius: 15px !important;
    min-height: 300px;
}

.collaborate-card .card-body {
    padding-top: 70px;
}

.collaborate-icon {
    position: absolute;
    background: #1363c6;
    padding: 25px 20px;
    top: -42px;
    left: 39%;
    border-radius: 15px;
    text-shadow: 7px 0 0 rgba(0, 0, 0, 0);
}

.collaborate-icon i {
    color: white;
    font-size: 40px;
}

.collaborate-card p {
    color: #b2b2b2 !important;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.8;
    margin: 20px 0 0;
    text-align: center;
}

/* collaborate css end  */
/* career start  */
.career {
    background: url(../img/bg-hero.png) center center no-repeat;
    background-size: cover;
    background-color: var(--black);
    /* background-image: linear-gradient(0deg, rgba(41,51,51,0.55), rgba(41,51,51,0.55)), url(../img/bg-hero.png) center center no-repeat;
    background-position: 50% 50%; */
}

.career-card {
    min-height: 793px;
    margin-top: 0;
    margin-bottom: 0;
}

/* career end  */
@import url(https://fonts.googleapis.com/css?family=Lato:400,600,700);

.snip1527 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    float: left;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
    margin: 10px 1%;
    max-width: 260px;
    min-width: 200px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
    border-radius: 10px;
    height: 400px;
}

.snip1527 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.snip1527 img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
    height: 400px;
}

.snip1527 figcaption {
    padding: 25px 20px 25px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

.snip1527 figcaption small {
    display: inline-block;
    padding: 3px 15px;
    color: #FFFFFF;
    background: rgba(20, 24, 62, .7);
    border-radius: 25px;
    margin-bottom: 15px;
}

.snip1527 figcaption:before {
    position: absolute;
    top: -161px;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--dark);
    content: '';
    background: linear-gradient(rgba(20, 24, 62, 0), var(--dark));
    opacity: 0.8;
    z-index: -1;
}

.snip1527 h3,
.snip1527 p {
    margin: 0;
    padding: 0;
}

.snip1527 h3 {
    display: inline-block;
    font-weight: 700;
    letter-spacing: -0.4px;
    margin-bottom: 5px;
}

.snip1527 p {
    font-size: 0.8em;
    line-height: 1.6em;
    margin-bottom: 0px;
}

.snip1527 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.snip1527:hover img,
.snip1527.hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.btn-square:hover {
    color: var(--primary);
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.btn-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
    width: 38px;
    height: 38px;
}

/* Demo purposes only */

/* contact us css start  */
.contact {
    overflow: hidden;
}

.contact-w3lsleft.map {
    padding: 0;
}

.map iframe {
    width: 100%;
    min-height: 820px;
    border: none;
    margin-bottom: -0.5em;
}

.contact-w3lsright {
    padding: 3em 1em;

}

.address-row {
    margin-top: 3em;
}

.contact-w3lsright h6 {
    line-height: 1.5em;
    color: #212121;
    font-size: 1.5em;
    margin: 0 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
}

.address-left {
    padding: 0;
    text-align: center;
}

.address-right {
    padding-left: 2em;
}

.address-row span.glyphicon {
    font-size: 1em;
    border: 1px solid #afafaf;
    padding: 1.6em 1em;
    color: #212121;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    /* font-family: 'Glyphicons Halflings'; */
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.address-row:hover span.glyphicon {
    border-color: #FF9800;
    color: #FF9800;
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
}

.address-right p a {
    color: #FF9800;
    text-decoration: none;
}

/* contact us css end  */
/* blog css start  */
@import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans');


.square:hover {
    -webkit-transform: translate(20px, -10px);
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}


.square {
    width: 400px;
    height: 520px;
    background: white;
    border-radius: 4px;
    box-shadow: 0px 20px 50px #D9DBDF;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mask {
    clip: rect(0px, 460px, 220px, 0px);
    border-radius: 4px;
    position: absolute;
}

.square img {
    width: 400px;
    height: 300px;
}

.square .blog {
    margin: auto;
    text-align: left;
    position: relative;
    padding-top: 240px;
    padding-left: 30px;

    /* font-family: 'Merriweather', serif; */
    /* font-size: 24px; */
}

.square p {
    text-align: justify;
    padding-left: 0px;
    padding-right: 30px;
    /* font-family: 'Open Sans', sans-serif; */
    font-size: 15px;
    color: #C8C8C8;
    /* line-height: 18px; */
}

/* blog css end  */
/* privacy policy start  */
.privacy-policy h5,
.terms_condition h5 {
    color: #FF9800;
}

.privacy-policy li span {
    color: #FF9800;
    font-weight: 600;
}

/* privacy policy end  */
/*** Service ***/
.service-item {
    position: relative;
    padding: 45px 30px;
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover {
    background: linear-gradient(274deg, #14142b, #065ee3, #092857, #000000);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    color: var(--primary);
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-icon {
    background: #FFFFFF;
}

.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF;
}

.service-item a.btn {
    position: relative;
    display: flex;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.service-item:hover a.btn {
    color: var(--primary);
}

.service-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: var(--light);
    transition: .5s;
    z-index: -1;
}

.service-item:hover a.btn::before {
    width: 100%;
    background: var(--light);
}


/*** Feature ***/
.feature {
    background: url(../img/bg-hero.png) center center no-repeat;
    background-size: cover;
    background-color: var(--black);
}


/*** Newsletter ***/
.newsletter {
    background: url(../img/bg-hero.png) center center no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .newsletter .container {
        max-width: 100% !important;
    }

    .newsletter .newsletter-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .newsletter .newsletter-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .newsletter .newsletter-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Case Study ***/
.case-item img {
    transition: .5s;
}

.case-item:hover img {
    transform: scale(1.2);
}

.case-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(20, 24, 62, 0), var(--dark));
    z-index: 1;
}

.case-overlay small {
    display: inline-block;
    padding: 3px 15px;
    color: #FFFFFF;
    background: rgba(20, 24, 62, .7);
    border-radius: 25px;
    margin-bottom: 15px;
}

.case-overlay span.btn:hover {
    color: var(--primary);
    background: #FFFFFF;
    border-color: #FFFFFF;
}


/*** FAQs ***/
.accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
}

.accordion .accordion-button {
    background: var(--light);
    border-radius: 2px;
}

.accordion .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background: var(--black);
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body {
    padding: 15px 0 0 0;
}


/*** Testimonial ***/
.testimonial-carousel {
    position: relative;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 40px;
    height: 100%;
    top: calc(50% - 50px);
    left: -21px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 5px 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border: 1px solid var(--primary);
    border-radius: 40px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    margin-left: 3rem;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 1px solid var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}


/*** Team ***/
.team-item {
    transition: .5s;
    border: 1px solid transparent;
    transition: .5s;
}

.team-item:hover {

    border-color: var(--primary);
}


/*** Footer ***/
.footer {
    background: url(../img/footer.png) center center no-repeat;
    background-size: contain;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: rgba(255, 255, 255, .5);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

@media only screen and (max-width: 1920px) and (min-width: 1610px) {
    .snip1527 {
        max-width: 329px;
    }

    .standard-card {
        max-width: 100%;
        min-height: 350px;
        margin: 1rem 0 !important;
    }

    .contact-w3lsright .head {
        max-width: 717px !important;
        padding: 0px 80px;
    }
}

@media only screen and (max-width: 1500px) and (min-width: 1370px) {
    .snip1527 {
        max-width: 237px;
    }
}

@media only screen and (max-width: 1369px) and (min-width: 1290px) {
    .snip1527 {
        max-width: 225px;
        height: 300px;
    }

    .square {
        width: 100%;
        height: 530px;
    }

    .square img {
        width: 356px;
        height: 300px;
    }

    .collaborate-card {
        padding: 0 15px 32px;
    }
}

@media only screen and (max-width: 1289px) and (min-width: 1110px) {
    .snip1527 {
        max-width: 214px;
        height: 265px;
    }

    .square {
        width: 100%;
        height: 535px;
    }

    .square img {
        width: 356px;
        height: 300px;
    }

    .collaborate-card {
        padding: 0 15px 32px;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 1000px) {
    .snip1527 {
        max-width: 290px;
        height: 350px;
    }

    .square {
        width: 100%;
        height: 560px;
    }

    .square img {
        width: 296px;
        height: 300px;
    }

    .team .team-heading {
        text-align: center;
    }

    .collaborate-card {
        padding: 0 15px 32px;
    }

    .circular-economy .second-col {
        margin-top: 3rem !important;
    }
}

@media only screen and (max-width:999px) and (min-width:700px) {
    .snip1527 {
        max-width: 333px;
        height: 350px;
        margin: 10px auto;
    }

    .square {
        width: 100%;
        height: 560px;
    }

    .square img {
        width: 336px;
        height: 300px;
    }

    .heading .btn-sm {
        margin: auto !important;
        display: block;
        width: 130px;
    }

    .heading h1 {
        text-align: center;
    }

    .carrer-container {
        max-width: 960px !important;
    }

    .team .team-heading {
        text-align: center;
    }

    .collaborate-card {
        padding: 0 15px 32px;
    }

    .col-middle {
        margin: 27px auto;
    }

    .navbar {
        padding: 11px 0 !important;
        height: 100px;
    }

    .back-button {
        text-align: center;
        margin-top: 0;
    }

    .circular-economy .second-col {
        margin-top: 3rem !important;
    }

    .climate-container .card {
        overflow: auto;
        white-space: nowrap;
    }

    .banner-header {
        margin-top: -47px;
    }
}

@media only screen and (max-width:699px) {
    .snip1527 {
        max-width: 333px;
        height: 350px;
        margin: 10px auto;
    }

    .square {
        width: 327px;
        height: 560px;
        margin: 20px auto;
    }

    .square img {
        width: 327px;
        height: 300px;
    }

    .carrer-container {
        max-width: 960px !important;
    }

    .team .team-heading {
        text-align: center;
    }

    .collaborate-card {
        padding: 0 15px 32px;
        margin-top: 50px !important;
    }

    .navbar {
        padding: 11px 0 !important;
        height: 90px;
    }

    .back-button {
        text-align: center;
        margin-top: 0;
    }

    .circular-economy .second-col {
        margin-top: 3rem !important;
    }

    .climate-container .card {
        overflow: auto;
        white-space: nowrap;
    }

    .pill-heading {
        padding: 0px !important;
        text-align: center;
    }

    .sm-container {
        padding: 10px !important;
    }

    .devops-skill .para {
        margin-left: 0;
    }

    .devops-skill h2 {
        line-height: 1.2;
        margin-left: 0;
    }

    .devops-skill img {
        margin: 20px 0;
    }

    .read-more-wrap img {
        margin-bottom: 20px;
    }

    .map iframe {
        width: 100%;
        min-height: 450px;
        border: none;
        margin-bottom: -0.5em;
    }

    .contact-w3lsright {
        padding: 3em 2em;
    }

    .heading .btn-sm {
        margin: auto !important;
        display: block;
        width: 130px;
    }

    .heading h1 {
        text-align: center;
    }

    .footer {
        margin-top: 20px;
    }

    .banner-header {
        margin-top: -47px;
    }

}