.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;*/
	font-weight: normal;
    font-size: 14px;
    /*line-height: 28px;*/
    letter-spacing: 0.05em;
    color: #000000;
}
.service-info-summary .xs-list {
    margin-bottom: 0px;
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #000000;
    padding-bottom: 0;
}
.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;
}
.border-l{
    border-left: 2px solid #f2f2f2;
}
.thank-you-img{
    background-image: url(../images/man-width-mobile.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 92%;
}
.padding-tb{
    padding: 100px 0;
}
.iddustry-box, .iddustry-box3{
    background: #fff;
    margin: 14px 0;
    padding: 20px;
    /* min-height: 294px; */
    min-height: 408px;
    border:1px solid #f2f2f2;
    border-radius: 5px;
}
.iddustry-box3{
    /* min-height: 231px; */
    min-height: 344px;
}
.iddustry-box2{
    background: #fff;
    margin: 14px 0;
    padding: 20px;
    /* min-height: 312px; */
    min-height: 429px;
    border:1px solid #f2f2f2;
    border-radius: 5px;
}
.img-box{
    /* position: absolute; */
    bottom: 10px;
    right: 11px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.img-box img{
    opacity: 1;
    width: auto;
    height: 100px;
}
/* .client-point-position{
    position: absolute;
    width: 81%;
} */
.call-to{
    /* background: rgb(0,99,255); */
    /* background: linear-gradient(90deg, rgba(0,99,255,1) 30%, rgba(46,77,185,1) 100%); */
    background: #fff;
    /* border: 4px solid #007bff; */
    border-radius: 5px;
}
.btn-custom{
    border: 1px solid #007bff;
    background: #fff;
    color: #007bff;
    font-weight: 600;
}
.btn-custom:hover{
    border: 1px solid #fff;
    background: #007bff;
    color: #fff;
}
.wahtsapp{
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
}
.wahtsapp a img{
    width: 60px;
    height: auto;
}
@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;
    }
}

@media only screen and (max-width: 600px) {
    .iddustry-box, .iddustry-box2, .iddustry-box3{
        min-height: auto;
    }
    .bgimg-5 {
        background-size: 73%;
    }
}
.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: 2em 0 0 0;
    /* position: absolute; */
    /* display: inline-block; */
    width: 100%;
}
.count i {
    color: #7d7d7d;
    font-size: 4em;
    margin-bottom: 30px;
}
.count h3 {
    font-size: 4em;
    color: #0c5adb;
    font-weight: 600;
	margin:10px 0 5px 0;
}
.count span {
    font-size: 14px;
    color: #474747;
    font-weight: bold;
}
.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: #0c5adb;
    padding-bottom: 15px;
}*/
.slide_heading {
    color: #222222;
    padding-bottom: 15px;
    font-weight: bold;
}
.version1 .hero-section, .version1 .hero-section2 {
    height: 100vh !important;
}
.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.wrap:hover {
    background: linear-gradient(135deg,#6394ff 0%,#0a193b 100%);
    color: white;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 700;
}

 p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 25px;
}
.display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1re}

.dropdown:hover>.dropdown-menu {
    display: block;
    cursor: pointer;
}
.dropdown a{
    color: #222 !important;
}
.nav-menu > li {
    padding: 10px 0;
}
.drop-down-sec .dropdown-menu{
    padding: 8px 0px !important;
}
.drop-down-sec .dropdown-menu .dropdown-item{
    padding: 6px 15px;
}
.drp-btn-link {
    color: #ffffff;
    display: block;
    padding: 14px 15px;
    font-size: 16px;
    background-color: transparent;
    box-shadow: none !important;
}
.drop-body{
    background: #3271d9;

}
.f-quik-link li a {
    font-size: 13px;
}
.footer-text-address {
    font-size: 13px;
    line-height: 23px;
}
.f-head{
    font-size: 13px;
    color: #242424;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid #c7c7c7;
}