:root {
    --theme-color: #e40000;
    --primary-color: #1A2C79;
    --primary-light: #fcf1e7;
    --primary-dark: #ffc945;
    --secondary-color: #f85a40;
    --font-color: #707070;
    --bg-color: #fff;
    --heading-color: #060606;
    --footer-color: #060e1f;
    --footer-cpy-color: #040a17;
    --border-radius: 30px;
    --border-radius-full: 15px;
    --border-color: transparent;
    --border-color-light: #eee;
    --iframe-filter: grayscale(0%);
    --bg-grey: #f4f4f4;
    --bg-light: #fafafa;
    --bg-dark-color: #fff;
    --quote-text-color: #1d2c4c;
    --icon-gra-color: linear-gradient(75deg, #1c2e7b 10%, #e60264);
    --shadow-color: rgba(10, 16, 34, .2);
}


/* about section */
.w3l-features-photo-7 h5.w3l-feature-text {
    font-weight: 600;
}

.w3l-features-photo-7-box i {
    font-size: 38px;
    color: var(--secondary-color);
}

/* //about section */





@media all and (max-width: 1200px) {
    .section-heading p.lead {
        font-size: 1.1rem;
    }
}

@media all and (max-width: 768px) {
    .section-heading p.lead {
        font-size: 1rem;
    }
}

@media all and (max-width: 440px) {
    .grids-ser {
        grid-template-columns: 1fr 1fr;
    }
}


.w3l-grids-block-5 .grids5-info h4 {
    color: var(--heading-color);
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}


.w3l-grids-block-5 .blog-card-single {
    box-shadow: 0 1px 1px 0 rgba(10, 16, 34, .2);
    background: var(--bg-color);
    border-radius: var(--border-radius-full);
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

.w3l-grids-block-5 .blog-card-single:hover {
    box-shadow: 0 10px 30px -5px var(--shadow-color);
}

.w3l-grids-block-5 .grids5-info img {
    display: block;
    width: 100%;
}

.w3l-grids-block-5 .blog-info {
    padding: 20px;
    background: var(--bg-color);
    border: 1px solid var(--border-color-light);
}

.w3l-grids-block-5 p {
    margin: 0;
    height: 80px;
}

.w3l-grids-block-5 .btn-style {
    padding: 0;
    color: var(--secondary-color);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
}
.w3l-grids-block-5 .list-1,.w3l-grids-block-5 .list-1 li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.w3l-grids-block-5 .list-1 li i{
    color: var(--secondary-color);
}


/* customers section */
.two-grids {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    grid-row-gap: 40px;
}

.grids_info h4 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 5px;
    font-weight: 600;
}

.grids_info {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    grid-gap: 15px;
}

.grids_info span.fa {
    font-size: 30px;
    color: var(--primary-color);
}

.quote q::before {
    font-size: 50px;
    color: var(--primary-color);
    font-family: initial;
    line-height: .8;
    padding-top: 8px;
    display: inline-block;
}

h5.source {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
}

@media all and (max-width: 510px) {
    .img-quote {
        padding: 0;
    }
}

/* //customers section */

/* gallery */
.gallery.section-agile {
    background: var(--bg-light);
}

.column .gallery_effect {
    position: relative;
}

.column .gallery_effect img {
    width: 100%;
}

.gallery-img-grid.hover14,
.agile-gallery_grid_main {
    padding: 0;
}

a.sb {
    display: block;
}

.row.grid-2-gallery {
    margin: 0;
}

.hover14 figure {
    overflow: hidden;
    position: relative;
    margin: 0;
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-17deg);
    -moz-transform: skewX(-17deg);
    -o-transform: skewX(-17deg);
    -ms-transform: skewX(-17deg);
    transform: skewX(-17deg);
}

.hover14 figure:hover::before {
    -webkit-animation: shine .95s;
    -moz-animation: shine .95s;
    animation: shine .95s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* work gallery */
@-webkit-keyframes smartphoto {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes smartphoto {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes smartphoto-img-wrap {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes smartphoto-img-wrap {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes smartphoto-inner {
    from {
        transform: translate(0, 100px);
    }

    to {
        transform: translate(0, 0);
    }
}

@keyframes smartphoto-inner {
    from {
        transform: translate(0, 100px);
    }

    to {
        transform: translate(0, 0);
    }
}

@-webkit-keyframes smartphoto-loader {
    0% {
        opacity: .4;
        transform: rotate(0deg);
    }

    50% {
        opacity: 1;
        transform: rotate(180deg);
    }

    100% {
        opacity: .4;
        transform: rotate(360deg);
    }
}

@keyframes smartphoto-loader {
    0% {
        opacity: .4;
        transform: rotate(0deg);
    }

    50% {
        opacity: 1;
        transform: rotate(180deg);
    }

    100% {
        opacity: .4;
        transform: rotate(360deg);
    }
}

@-webkit-keyframes smartphoto-appear {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes smartphoto-appear {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-webkit-keyframes smartphoto-hide {
    0% {
        display: block;
        opacity: 1;
    }

    99% {
        display: block;
        opacity: 0;
    }

    100% {
        display: none;
        opacity: 0;
    }
}

@keyframes smartphoto-hide {
    0% {
        display: block;
        opacity: 1;
    }

    99% {
        display: block;
        opacity: 0;
    }

    100% {
        display: none;
        opacity: 0;
    }
}

.smartphoto {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    opacity: 1;
    font-family: sans-serif;
    cursor: pointer;
    transition: opacity .3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-animation-name: smartphoto;
    animation-name: smartphoto;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.smartphoto[aria-hidden="true"] {
    display: none;
}

.smartphoto-close {
    opacity: 0;
}

.smartphoto-count {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
}

.smartphoto-header {
    display: block;
    box-sizing: border-box;
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.2);
}

.smartphoto-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.smartphoto-dismiss {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
    text-shadow: 0 1px 0 #FFF;
    color: #FFF;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
}

.smartphoto-body {
    position: relative;
    z-index: 102;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.smartphoto-inner {
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.smartphoto-img {
    display: none;
    max-width: none;
    width: auto;
    height: auto;
    cursor: zoom-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: transform 0.3s ease-out;
    -webkit-user-drag: none;
}

.smartphoto-img.active {
    display: block;
}

.smartphoto-img-onmove {
    cursor: grab;
    cursor: -webkit-grab;
    transition: none;
}

.smartphoto-img-elasticmove {
    transition: transform 0.3s ease-out;
}

.smartphoto-img-wrap {
    display: inline-block;
    opacity: 1;
    transition: opacity .3s ease-out;
    -webkit-animation-name: smartphoto-img-wrap;
    animation-name: smartphoto-img-wrap;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.smartphoto-img-left {
    transform: translateX(150%) !important;
}

.smartphoto-img-right {
    transform: translateX(-150%) !important;
}

.smartphoto-arrows {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1002;
    top: 50%;
    left: 0;
    opacity: 1;
    -webkit-animation-name: smartphoto-appear;
    animation-name: smartphoto-appear;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.smartphoto-arrows[aria-hidden="true"] {
    -webkit-animation-name: smartphoto-hide;
    animation-name: smartphoto-hide;
    display: none;
}

.smartphoto-arrows li {
    display: block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    box-sizing: content-box;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-name: smartphoto-appear;
    animation-name: smartphoto-appear;
}

.smartphoto-arrows li:focus {
    outline: none;
}

.smartphoto-arrows [aria-hidden="true"] {
    -webkit-animation-name: smartphoto-hide;
    animation-name: smartphoto-hide;
    display: none;
}

.smartphoto-arrows a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.smartphoto-arrow-right {
    right: 0;
    padding: 5px 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.smartphoto-arrow-right a {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==);
}

.smartphoto-arrow-left {
    left: 0;
    padding: 5px 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.smartphoto-arrow-left a {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+);
}

.smartPhotoArrowHideIcon {
    display: none;
}

.smartphoto-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    -webkit-animation-name: smartphoto-appear;
    animation-name: smartphoto-appear;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.smartphoto-nav[aria-hidden="true"] {
    -webkit-animation-name: smartphoto-hide;
    animation-name: smartphoto-hide;
    display: none;
}

.smartphoto-nav ul {
    display: block;
    overflow-x: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.smartphoto-nav li {
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 50px;
}

.smartphoto-nav a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    background-position: center center;
    background-size: cover;
    opacity: .5;
}

.smartphoto-nav a:focus {
    opacity: .8;
}

.smartphoto-nav a.current {
    opacity: 1;
}

.smartphoto-nav img {
    width: auto;
    height: 100%;
}

.smartphoto-list {
    list-style-type: none;
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.smartphoto-list li {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out;
}

.smartphoto-list li:focus {
    outline: none;
}

.smartphoto-list-onmove {
    transition: all 0.3s ease-out;
}

.smartphoto-caption {
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 50px;
    font-weight: 600;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.smartphoto-caption:focus {
    outline: none;
}

.smartphoto-loader-wrap {
    display: block;
    position: relative;
    z-index: 103;
    width: 0;
    height: 0;
    transform: translate(50vw, 50vh);
}

.smartphoto-loader {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -25px;
    margin-left: -25px;
    border: 8px solid #17CDDD;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: smartphoto-loader .5s infinite linear;
    animation: smartphoto-loader .5s infinite linear;
}

.smartphoto-img-clone {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    transition: all .3s ease-out;
}

.smartphoto-sr-only {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
}

/* gallery */

/* block icons section */
.right-block-bg h6 {
    font-size: 20px;
    margin: 20px 0 10px 0;
    font-weight: 600;
}

.right-block-bg i {
    font-size: 25px;
    line-height: 30px;
    color: var(--secondary-color);
}

/* //block icons section */

/* content with bg */
.w3l-content-bg {
    background: url(../images/bg.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

h4.text-head-content {
    font-size: 45px;
    line-height: 55px;
    color: #fff;
    margin: 20px 0;
    font-weight: 600;
    text-transform: capitalize;
}

.w3l-content-bg p.text-tag {
    color: #eee;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

@media (max-width: 1080px) {
    h4.text-head-content {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    h4.text-head-content {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 414px) {
    h4.text-head-content {
        font-size: 30px;
        line-height: 40px;
    }
}

/* //content with bg */

/* news */
.w3l-news .grids5-info {
    box-shadow: 0 1px 1px 0 rgba(10, 16, 34, .2);
    transition: 0.3s ease-in;
}

.w3l-news .grids5-info:hover {
    box-shadow: 0 10px 30px -5px var(--shadow-color);
}

.w3l-news .blog-info {
    padding: 30px 20px;
    border: 1px solid var(--border-color-light);
}

.w3l-news .grid-view .grids5-info h4 a {
    font-size: 22px;
    line-height: 27px;
    color: var(--heading-color);
    display: block;
    font-weight: 600;
}

.w3l-news .grid-view .grids5-info h4 a:hover {
    color: var(--primary-color);
}

.w3l-news .grid-view .grids5-info p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.w3l-news .grid-view p.date {
    font-size: 16px;
    margin-top: 0;
    font-style: italic;
    font-weight: 500;
    border-bottom: none;
    padding-bottom: 0px;
    text-align: right;
    color: var(--primary-color);
}

.w3l-news .grid-view .grids5-info img {
    width: 100%;
    display: block;
}

.w3l-news a.btn-news {
    padding: 0;
    color: var(--primary-color);
    transition: 0.3s ease-in-out;
    border-radius: 0;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.w3l-news a.btn-news:hover {
    transition: 0.3s ease-in-out;
    color: var(--secondary-color);
}

@media all and (max-width: 768px) {
    .w3l-news .grids5-info h4 a {
        font-size: 20px;
        line-height: 25px;
    }
}

@media all and (max-width: 568px) {
    .w3l-news .grids5-info p {
        margin-top: 12px;
    }
}

@media all and (max-width: 414px) {
    .w3l-news .grids5-info h4 a {
        font-size: 23px;
    }
}

@media all and (max-width: 384px) {
    .w3l-news .grids5-info h4 a {
        font-size: 22px;
    }
}

/* //news */

