.gray-bg-f6 {
    background-color: #edf6ff;
}

.text-bold-dark {
    font-weight: bold;
    color: #666;
}

.left-bg-img {
    background-image: url('../img/shape-bg-blue-2.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.hero-img {
    width: 50%;
    height: auto;
    bottom: 0;
    /*top: 0;*/
    object-fit: cover;
}

.who-we-are-img {
    max-width: 450px;
    max-height: 450px;
}

.who-we-are-pointers {
    list-style-type: disc;
    padding-left: 20px;
}

.who-we-are-pointers li {
    margin-bottom: 10px;
}

.our-capibilities {

}

.capibilities-container {
    padding: 15px;
}

.capibilities-box {
    background-color: #fff;
    /*padding: 30px 60px;*/
    padding: 0;
    /*border: 1px solid #ddd;*/
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in;
}

.capibilities-box:hover {
    /*background-color: #fff;*/
    -webkit-box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.2);
    box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.2);
    /*transform: scale(1.1,1.1);*/
}

.capibilities-icon-title {
    padding: 40px 20px;
    background-color: #edf6ff;
    transition: all 0.5s ease;
}

.capibilities-box:hover .capibilities-icon-title {
    background-color: #459bf0;
}

.capibilities-icon-title img {
    /*margin-bottom: 20px;
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid #83c1ff;
    background-color: #fff;*/
}

.capibilities-icon {
    margin: 0 auto 20px auto;
    width: 80px;
    height: 80px;
    padding: 15px;
    border-radius: 50%;
    border: 2px solid #83c1ff;
    background-color: #fff;
}

.capibilities-icon img {
    max-width: 100%;
    height: auto;
}

.capibilities-icon-title h4 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.capibilities-box:hover .capibilities-icon-title h4 {
    color: #fff;
}

.capibilities-pointers {
    /*text-align: left;
    margin: 15px auto 0 auto;*/
    border: 1px solid #eee;
}

.capibilities-pointers li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    transition: all 0.1s ease;
}

.capibilities-pointers li:hover {
    background-color: #fff;
    color: #459bf0;
    cursor: pointer;
}

/*** CSS - Samir 03Sept2018 ***/
.xs-info-img {
    position: relative;
}
.xs-info-img {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
@-webkit-keyframes floating {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px)
    }
    to {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
}
@keyframes floating {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px)
    }
    to {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.xs-heading[class*=text-] {
    margin-bottom: 35px;
}
.xs-heading .section-title {
    font-size: 3.2rem;
}
.xs-heading .section-title {
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: 500;
    color: #1e1e1e;
}
.xs-heading .section-title span {
    color: #0c5adb;
}
.xs-heading .section-para {
    color: #474747;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.555 !important;
}
.xs-heading .line {
    position: relative;
    display: inline-block;
    padding-top: 25px;
    width: 100%;
}
.xs-heading .line:after, .xs-heading .line:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
}
.xs-heading .line:before {
    background-color: rgba(0, 0, 0, 0.15);
    width: 105px;
    height: 1px;
}
.xs-heading .line:after {
    background-color: #0c5adb;
    width: 40px;
    height: 3px;
    bottom: -1px;
}
.xs-heading .line.white:after {
    background-color: #ffffff;
}
.xs-heading.text-center .line:after, .xs-heading.text-center .line:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.service-info-summary {
    padding-top: 15px;
}
.service-info-summary h3 {
    color: #474747;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.555 !important;
}
.service-info-summary p {
    margin-bottom: 20px;
}
.service-info-summary .xs-list {
    margin-bottom: 35px;
}
.service-info-summary .xs-list>li:not(:last-child) {
    margin-bottom: 8px;
}
.xs-list>li:not(:last-child) {
    margin-right: 10px;
}
.xs-list.checkbox li:before {
    content: "\ea74";
    top: 1px;
}
.xs-list.arrow li:before, .xs-list.checkbox li:before, .xs-list.check li:before, .xs-list.hand li:before {
    padding-right: 16px;
    font-family: "iconfont";
    color: #0c5adb;
    position: relative;
    top: 3px;
    font-size: 1rem;
}
.cleints-projects {
    background: #f9f9f9;
    padding: 40px 0;
    text-align: center;
    background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(90%, white), to(#f9f9f9));
    background: -webkit-linear-gradient(bottom, white 0%, white 90%, #f9f9f9 100%);
    background: -o-linear-gradient(bottom, white 0%, white 90%, #f9f9f9 100%);
    background: linear-gradient(to top, white 0%, white 90%, #f9f9f9 100%);
}
.map-image {
    position: relative;
    opacity: 0.75;
}
.map-image .map {
    position: relative;
    display: none;
}
@media only screen and (min-width: 1024px) {
    .map-image .mobile-only {
        display: none;
    }
}
@media only screen and (min-width: 1024px) {
    .map-image .map {
        display: block;
        width: 1000px;
        margin: 0 auto;
    }
}
svg:not(:root) {
    overflow: hidden;
}
.map-image .map-dots {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
@media only screen and (min-width: 1024px) {
    .map-image .map-dots {
        display: block;
    }
}
.map-image .dot.gradient {
    background-color: #5fbafc;
    background-image: linear-gradient(to right, #5fbafc 50%, #71e1aa 100%);
}
.map-image .dot {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dot-blink 1s linear infinite;
    animation: dot-blink 1s linear infinite;
}
@-webkit-keyframes dot-blink {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}
@keyframes dot-blink {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}
.count {
    text-align: center;
    margin: 7em 0;
    position: absolute;
    display: inline-block;
    width: 100%;
    z-index: 1;
}
.count i {
    color: #7d7d7d;
    font-size: 4em;
    margin-bottom: 30px;
}
.count h3 {
    font-size: 5em;
    color: #0c5adb;
    font-weight: 600;
    margin-bottom: 20px;
}
.count span {
    font-size: 23px;
    color: #474747;
}
.poly {
    position: absolute;
    width: 350px;
    height: 350px;
    background-color: #39cccc;
    background-size: cover;
    clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
}
.caption .owl-carousel .owl-item img {
    max-width: inherit;
    background: transparent;
    position: relative;
    padding: 0;
}
.footer-bottom {

}
.copy-text p {
    margin: 50px 0 15px;
    color: #ffffff;
}
.copy-text p i {
    padding-right: 10px;
}
.slide_heading {
    color: #007bff;
    padding-bottom: 15px;
}

.version1 .hero-section, .version1 .hero-section2 {
    height: 100vh !important;
}
