﻿body{
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 98px 0 0 0;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a, a:hover {
    text-decoration: none;
    color: #676767;
}
:focus {
    outline: none;
}




/*======== Home page =========*/

.header-fixed {
    position: fixed;
    left: 15px;
    right: 15px;
    top: 0;
    z-index: 99;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.header-fixed.header-sticky {
    top: -30px;
}
.header-fixed.nav-down {
    top: 0;    
}
.header-fixed.nav-up{
    top: -110px;
}
.header-navigation-wrappar {
    background: #1c87c8;
}
.header-navigation-wrappar ul{

}
.navigation-left ul li{
    display: inline-block;
    padding: 4px 20px 4px 0;
}
.navigation-left ul li a{
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
}
.navigation-left ul li a i{
    margin-right: 5px;
}
/*.navigation-left ul li a:hover{
    color: #f19820;
    }*/

    .navigation-icon {
        width: 19px;
        margin-right: 3px;
        filter: grayscale(100) brightness(10);
    }

    .navigation-right ul li{
        display: inline-block;
    }
    .navigation-right ul li a{
        color: #fff;
        padding: 4px 3px 4px 10px;
        position: relative;
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        margin: 0 0 0 3px;
    }
   /* .navigation-right ul li a:hover{
        color: #1c87c8;
        }*/
        .navigation-right ul li a:before{
            content: '';
            position: absolute;
            width: 1px;
            height: 15px;
            background: #fff;
            left: 0;
            top: 7px;
        }
        .navigation-right ul li:first-child a:before {
            display: none;
        }
/*.navigation-right ul li a:hover{
    color: #f19820;
    }*/


    .header-menu-wrappar {
        padding: 0 0;
        background: rgba(255,255,255,1);
        -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
        box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    }
    .header-logo {
        width: 180px;
        float: left;
        padding: 7px 0 0;
    }
    ul.menu-list-main {
        float: right;
    }
    ul.menu-list-main li{
        display: inline-block
    }
    ul.menu-list-main li a{
        display: block;
        padding: 25px 8px;
        font-size: 13px;
        color: #828282;
        text-transform: uppercase;
        font-weight: 600;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    ul.menu-list-main li a:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 0;
        background: #1c87c8;
        bottom: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        border-top-left-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        -webkit-border-top-right-radius: 10px;
    }

    ul.menu-list-main li a:hover{
        color: #1c87c8;
    }
    ul.menu-list-main li a:hover:before{
        height: 4px;
    }
    ul.menu-list-main li.active a{
        color: #1c87c8;
    }
    ul.menu-list-main li.active a:before{
        height: 4px;
    }

    ul.menu-list-main li{
        position: relative;
    }

    ul.menu-list-main li.menu-dropdown-main  a:before{
        display: none;
    }
    .menu-dropdown-wrapper {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, -1, 0.00125, 0, 1, 0, 0, 0, 0, 1, 0.99875);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 0, -1, 0.00125, 0, 1, 0, 0, 0, 0, 1, 0.99875);
        -ms-transform: matrix3d(1, 0, 0, 0, 0, 0, -1, 0.00125, 0, 1, 0, 0, 0, 0, 1, 0.99875);
        -o-transform: matrix3d(1, 0, 0, 0, 0, 0, -1, 0.00125, 0, 1, 0, 0, 0, 0, 1, 0.99875);
        transform: matrix3d(1, 0, 0, 0, 0, 0, -1, 0.00125, 0, 1, 0, 0, 0, 0, 1, 0.99875);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .menu-dropdown-wrapper ul {
        position: relative;
    }

    @media (min-width:991px) {
        ul.menu-list-main li:hover .menu-dropdown-wrapper { 
            -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0.99875);
            -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0.99875);
            -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0.99875);
            -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0.99875);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0.99875);
        }
    }

    .mbl-dropdown-open .menu-dropdown-wrapper{
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 10, 0, 0, 1, 0.99875);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10, 0, 1, 0.99875);
        -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10, 0, 1, 0.99875);
        -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10, 0, 1, 0.99875);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 10, 1, 0.99875);
        display: block;
    }




    .menu-dropdown-wrapper ul {
        position: absolute;
        top: 100%;
        right: 0;
        background: #1c87c8;
        width: 206px;
        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        padding: 5px 12px;
    }

    .menu-dropdown-wrapper ul li{
        width: 100%;
        /*border-bottom: 1px solid #de8c20;*/
    }
    .menu-dropdown-wrapper ul li a{
        color: #fff !important;
        padding: 8px 7px 8px 7px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .menu-dropdown-wrapper ul li a:hover{
        color: #fff;
        background: #1f94db;
    }
    .dropdown-arrow {
        -webkit-border-radius: solid transparent;
        -moz-border-radius: solid transparent;
        border: solid transparent;
        height: 0;
        width: 0;
        display: block;
        position: absolute;
        z-index: 0;
        bottom: 0;
        border-bottom-color: #1c87c8;
        border-width: 10px;
        left: auto;
        right: 40%;
    }

    .menu-wrapper {
      float: right;
      cursor: pointer;
      height: 25px;
      margin: 15px 0;
      display: none;
  }

  .hamburger-menu,
  .hamburger-menu:after,
  .hamburger-menu:before {
    width: 35px;
    height: 2px;
}

.hamburger-menu {
    position: relative;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    background: #676868;
}
.hamburger-menu.animate {
    background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: #676868;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: #676868;
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header-sticky .header-menu-wrappar {
    background: rgb(1, 9, 70);

}
.header-sticky ul.menu-list-main li a:hover {
    color: #fff;
}
.header-sticky ul.menu-list-main li a {
    color: #fff;
}





.home-slider-wrappar{
    overflow: hidden;
    margin-bottom: 0 !important;
}
.home-slider-item {
    position: relative;
}
.home-slider-item img{
    display: inline-block;

}
.slider-top-txt {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider-content-wrapper {
    letter-spacing: 1px;
}
.slider-content-lin-1 {
    color: #f0f0f0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.slider-content-lin-2 {
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
}
.slider-content-lin-3 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0 25px 0;
}
.slider-content-lin-4 {
    font-size: 16px;
    color: #dcdcdc;
    font-weight: 500;
    margin: 0 0 50px 0;
    padding: 0 70px 0 0;
    text-align: justify;
}
.slider-content-lin-5 a {
    text-transform: uppercase;
    display: inline-block;
    background: #fff;
    padding: 12px 20px;
    color: #1c87c8;
    font-weight: 600;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
}
.slider-content-lin-5 a span{
    position: relative;
    z-index: 2;
}
.slider-content-lin-5 a i{
    font-size: 22px;
    margin: 0;
    position: relative;
    left: 5px;
    top: 2px;
    text-shadow: none;
}
.slider-content-lin-5 a:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1c87c8;
    z-index: 0;
    width: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.slider-content-lin-5 a:hover{
    color: #fff;
}
.slider-content-lin-5 a:hover:before {
    width: 100%;
}


.home-slider-wrappar ul.slick-dots{
    bottom: 14px;
    width: auto;
    right: 15px;
}
.home-slider-wrappar ul.slick-dots li{
    width: auto;
    height: auto;
    margin: 0 3px;
}
.home-slider-wrappar ul.slick-dots li button{
    width: 20px;
    height: 10px;
    background: #686a6b;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.home-slider-wrappar ul.slick-dots li.slick-active button{
    background: #1c87c8;
    width: 27px;
}
.home-slider-wrappar ul.slick-dots li button:before{
    display: none;
}


.pos-relative {
    position: relative;
}
.services-section {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}
.sec-heading-wrapper {

}
.sec-head-name {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #1e1e1e;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    letter-spacing: 0.5px;
}
.sec-head-name:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    background: #1c87c8;
    height: 3px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.sec-head-name span{
    color: #1c87c8;
}
.sec-head-tgline {
    color: #5a5a5a;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    line-height: 26px;
}
.searvice-rond-ptn-1 {
    width: 360px;
    position: absolute;
    top: 2%;
    left: -13%;
    z-index: 0;
    -webkit-animation: upndown 15s linear 3s infinite;
    animation: upndown 10s linear 5s infinite;
}
.orange-circle {
    width: 100%;
    height: 360px;
    border: 65px solid rgba(28, 135, 200,0.1);
    /*-webkit-animation: round-bdr-animation 15s linear 3s infinite;*/
    animation: round-bdr-animation 10s infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.searvice-dots-ptn-1 {
    position: absolute;
    top: 200px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -90px;
    z-index: 0;
}

.searvice-rond-ptn-2 {
    width: 150px;
    position: absolute;
    top: 0;
    right: -4%;
    z-index: 0;
    /*-webkit-animation: upndown 15s linear 3s infinite;
    animation: upndown 10s linear 5s infinite;*/
}
.orange-circle-2 {
    width: 100%;
    height: 150px;
    border: 30px solid rgba(28, 135, 200,0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

  /*  .section-comn-class:before{
        content: '';
        position: absolute;
        background-image: url(../images/shap-3.svg);
        right: -60px;
        top: -60px;
        width: 180px;
        height: 180px;
        z-index: 0;
        background-size: cover;
        opacity: 0.2;
        transform: rotate(45deg);
    }

    .section-comn-class-contact-us:before{
        content: '' !important;
        position: absolute !important;
        background-image: url(../images/shap-3.svg) !important;
        right: -60px !important;
        top: -60px !important;
        width: 180px !important;
        height: 180px !important;
        z-index: 0;
        background-size: cover !important;
        opacity: 0.2;
        transform: rotate(45deg);
        left: auto !important;
    }
    */
    .searvice-rond-ptn-3 {
        width: 150px;
        position: absolute;
        bottom: 0;
        right: -4%;
        z-index: 0
    /*-webkit-animation: upndown 15s linear 3s infinite;
    animation: upndown 10s linear 5s infinite;*/
}
.orange-circle-3 {
    width: 100%;
    height: 150px;
    border: 30px solid rgba(28, 135, 200,0.1);
    /* -webkit-animation: round-bdr-animation 15s linear 3s infinite; */
    /* animation: round-bdr-animation 10s infinite; */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.searvice-dots-ptn-3 {
    position: absolute;
    bottom: -10%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(0);
    right: -10%;
    z-index: 0;
    width: 250px;
}


.searvice-rond-ptn-4 {
    width: 150px;
    position: absolute;
    top: 5%;
    right: -4%;
    z-index: 0;
    /*-webkit-animation: upndown 15s linear 3s infinite;
    animation: upndown 10s linear 5s infinite;*/
}
.orange-circle-4 {
    width: 100%;
    height: 150px;
    opacity: 0.1;
    border: 40px solid #1c87c8;
    /*-webkit-animation: round-bdr-animation 15s linear 3s infinite;*/
    /*animation: round-bdr-animation 10s infinite;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /*content: '';
    position: absolute;
    background-image: url(../images/dots-iocn.svg);
    left: 2px;
    top: 3px;
    width: 100px;
    height: 100px;
    opacity: 0.2;
    background-size: cover;
    background-repeat: no-repeat;*/
}
.searvice-dots-ptn-4 {
    position: absolute;
    top: -10%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(0);
    right: -8%;
    z-index: 0;
    width: 250px;
}


.searvice-rond-ptn-5 {
    width: 200px;
    position: absolute;
    top: 2%;
    left: -7%;
    z-index: 0;
    -webkit-animation: upndown 15s linear 3s infinite;
    animation: upndown 10s linear 5s infinite;
}
.orange-circle-5{
    width: 100%;
    height: 200px;
    opacity: 0.1;
    opacity: 0.1;
    border: 40px solid #1c87c8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.searvice-dots-ptn-5 {
    position: absolute;
    top: 200px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -90px;
    z-index: 0;
}

.searvice-dots-ptn-5 {

}



@-webkit-keyframes upndown {
    0% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    50% {
        -ms-transform: translateY(100px);
        -webkit-transform: translateY(100px);
        transform: translateY(100px); 
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;

    }
    100% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px); 
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;

    } 
}

@-moz-keyframes upndown {
    0% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    50% {
        -ms-transform: translateY(100px);
        -webkit-transform: translateY(100px);
        transform: translateY(100px); 
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;

    }
    100% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px); 
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;

    } 
}

@-o-keyframes upndown {
    0% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    50% {
        -ms-transform: translateY(100px);
        -webkit-transform: translateY(100px);
        transform: translateY(100px); 
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;

    }
    100% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px); 
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;

    } 
}

@keyframes upndown {
    0% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    50% {
        -ms-transform: translateY(100px);
        -webkit-transform: translateY(100px);
        transform: translateY(100px); 
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;

    }
    100% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px); 
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;

    } 
}


@-webkit-keyframes round-bdr-animation {
    0% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    50% { 
        -webkit-transform: translateX(100px); 
        -moz-transform: translateX(100px); 
        -ms-transform: translateX(100px); 
        -o-transform: translateX(100px); 
        transform: translateX(100px); 
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;

    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    } 
}

@-o-keyframes round-bdr-animation {
    0% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    50% { 
        -webkit-transform: translateX(100px); 
        -moz-transform: translateX(100px); 
        -ms-transform: translateX(100px); 
        -o-transform: translateX(100px); 
        transform: translateX(100px); 
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;

    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    } 
}

@-moz-keyframes round-bdr-animation {
    0% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    50% { 
        -webkit-transform: translateX(100px); 
        -moz-transform: translateX(100px); 
        -ms-transform: translateX(100px); 
        -o-transform: translateX(100px); 
        transform: translateX(100px); 
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;

    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    } 
}

@keyframes round-bdr-animation {
    0% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    50% { 
        -webkit-transform: translateX(100px); 
        -moz-transform: translateX(100px); 
        -ms-transform: translateX(100px); 
        -o-transform: translateX(100px); 
        transform: translateX(100px); 
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;

    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    } 
}


.service-box-main {
    position: relative;
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    background: #fff;
    margin-left: 30px;
    margin-bottom: 25px;
    z-index: 2;
}
.service-box-icon {
	width: 75px;
    position: absolute;
    border: 2px solid #1c87c8;
    background: rgba(28, 135, 200,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    padding: 17px 17px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    left: -35px;
    top: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.service-box-icon:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1c87c8;
    z-index: 0;
    width: 100%;
    height: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.service-box-main:hover .service-box-icon:before {
    height: 100%;
}

.service-box-main:hover .service-box-icon img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.service-box-icon img{
 -moz-opacity: 0.75;
 opacity: 0.75;
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -ms-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: scale(1.1);
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -ms-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
}

.service-box-content {
    padding: 20px 15px 10px 55px;
}
.service-box-content h4{
    color: #323232;
    font-size: 15px;
    font-weight: 600;
}
.service-box-content p{
    color: #5a5a5a;
    margin-bottom: 7px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
}


.industry-we-serve-section {
    background: url(../images/we-industry.png);
    padding-top: 60px;
    padding-bottom: 60px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.industry-we-serve-section .sec-head-name {
    color: #fff;
}
.industry-we-serve-section .sec-head-tgline {
    color: #fff;
}
.industry-serve-shape-wrapper {
    margin: 20px 0 10px 0;
}
.serve-shape-inner {

}
.serve-shape-image {
    position: relative;
}
.shape-serve-icon {
    position: absolute;
    top: 50%;
    width: 90px;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
}
.shape-serve-icon img{
    -webkit-filter: brightness(10) invert(1);
    -ms-filter: brightness(10) invert(1);
    filter: brightness(10) invert(1);
}
.serve-heading {
    text-align: center;
    margin-top: -25px;
    position: relative;
    z-index: 1;
}
.serve-heading a {
   background: #fff;
   font-size: 12px;
   color: #323232;
   font-weight: 700;
   position: relative;
   text-transform: uppercase;
   display: block;
   margin: 0 auto;
   padding: 10px 10px;
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
   border-radius: 50px;
   width: 90%;
   overflow: hidden;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.serve-heading a span{
    position: relative;
    z-index: 1;
}
.btn-hvr-fill-clr {
    position: absolute;
    background: #1fbe99;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.serve-shape-inner:hover .serve-heading a {
    color: #fff;
}
.serve-shape-inner:hover .btn-hvr-fill-clr {
    height: 100%;
}


.core-values-section {
    padding-top: 60px;
    padding-bottom: 26%;
    overflow: hidden;
    background: url(../images/core-values-background-map-shap.png) #fafafa;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.core-values-round-main {
    position: relative;
    padding: 10% 0 0 0;
}
.core-values-round-inner {
    position: relative;
}
.round-inner-image {
    width: 260px;
    margin: 0 auto;
    position: relative;
}
.round-desh-image {
    position: absolute;
    top: 8px;
    width: 330px;
    left: -37px;
}


.cr-vlu-inner {
    position: relative;
}
.cr-vlu-shape {
    position: absolute;
    display: inline-block;
    width: 120px;
    top: 0;
}
.core-value-content-main {

}
.core-value-content-left {
    width: 35%;
    position: absolute;
    text-align: right;
}
.core-value-content-right {
    width: 35%;
    position: absolute;
    text-align: left;
}

.core-value-content-right .cr-vlu-content {
    padding: 10px 15px 10px 140px;
    min-height: 120px;
}

.cr-vlu-content h5{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}
.cr-vlu-content p {
    color: #8d8f94;
    font-size: 14px;
    margin: 0;
}
.core-value-content-left .cr-vlu-content {
    padding: 10px 140px 10px 15px;
    min-height: 120px;
}
.core-value-content-1 {
    top: -43%;
    left: 4.8%;
}
.core-value-content-1 .cr-vlu-shape {
    right: 0;
}
.core-value-content-1 .cr-vlu-content h5 {
    color: #f21f3e;
}

.core-value-content-right {

}

.core-value-content-2 {
    top: 25%;
    left: -1%;
}
.core-value-content-2 .cr-vlu-shape {
    right: 0;
}
.core-value-content-2 .cr-vlu-content h5 {
    color: #f26c12;
}

.core-value-content-3 {
    top: 90%;
    left: 4.5%;
}
.core-value-content-3 .cr-vlu-shape {
    right: 0;
}
.core-value-content-3 .cr-vlu-content h5 {
    color: #f2c214;
}

.core-value-content-4 {
    top: 120%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.core-value-content-4 .cr-vlu-content {
    padding: 140px 10px 10px 15px;
}
.core-value-content-4 .cr-vlu-shape {
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
}
.core-value-content-4 .cr-vlu-content h5 {
    color: #79c738;
    text-align: center;
}
.core-value-content-4 .cr-vlu-content p {
    text-align: center;
}

.core-value-content-5 {
    top: 90%;
    right: 4.5%;
}
.core-value-content-5 .cr-vlu-shape {
    left: 0;
}
.core-value-content-5 .cr-vlu-content h5 {
    color: #398ef3;
}

.core-value-content-6 {
    top: 25%;
    right: -1%;
}
.core-value-content-6 .cr-vlu-shape {
    left: 0;
}
.core-value-content-6 .cr-vlu-content h5 {
    color: #802df1;
}


.core-value-content-7 {
    top: -43%;
    right: 4.8%;
}
.core-value-content-7 .cr-vlu-shape {
    left: 0;
}
.core-value-content-7 .cr-vlu-content h5 {
    color: #f15bc7;
}

.cr-vlu-shape-image {
    width: 120px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.cr-vlu-inner:hover .cr-vlu-shape-image {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.cr-vlu-shape-icon {
    width: 50px;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cr-vlu-inner:hover .cr-vlu-shape-icon {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}


.technological-partners-section {
    padding-bottom: 60px;
    padding-top: 60px;
}
.tech-paetner-box {
    width: 100%;
    background: #fafafa;
    margin: 15px 0 15px 0;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.07);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.07);
    box-shadow: 0 0 4px rgba(0,0,0,0.07);
    text-align: center;
}
.tech-paetner-box a{
    display: block;
}
.tech-paetner-box a img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    padding: 10px 15px;
}
.tech-paetner-box a:hover img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.featured-work-section {
    background: url(../images/featur-work-bg.png);
    padding-top: 60px;
    padding-bottom: 60px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.featured-work-section .sec-head-name{
    color: #fff;
}
.featured-work-section .sec-head-tgline {
    color: #fff;
}
.featured-work-section .slider-content-lin-5 a{
    font-size: 13px;
    padding: 10px 25px;
}
.featured-work-box-inner {
    background: #fff;
    margin: 15px 0 15px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 2px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 2px 4px rgba(0,0,0,0.3);
    box-shadow: 0 0 2px 4px rgba(0,0,0,0.3);
    cursor: pointer;
}
.feart-work-box-img img{
    width: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.feart-work-box-img {
    overflow: hidden;
    background: #eee;
}
.featured-work-box-inner:hover .feart-work-box-img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.feart-work-box-content {
    padding: 0 15px 10px;
}

.new-cust-hgt .feart-work-box-content{
    height: 200px;
}

.feart-work-box-content h3 {
    font-size: 14px;
    text-transform: capitalize;
    color: #323232;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin: 5px 0 0 0;
}
.feart-work-box-content p{
    font-size: 14px;
    color: #787878;
    margin: 10px 0;
}
.feature-work-item {
    padding: 0px 15px;
}



.bedges-section {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    background: #fafafa;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.bedges-contents {

}
.bedges-logos {
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    max-width: 165px;
    margin: 15px auto;
}
.bedges-logos img{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.bedges-logos:hover img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.testimonial-section {
    background: url('../images/teatimonial-background-logo.png') #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.testimonial-image img{
    margin: 0 auto;
    border: 2px solid #1c87c8;
    width: 115px;
    height: 115px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}
.testimonial-name {
    font-size: 22px;
    font-weight: 700;
    color: #1e1e1e;
    margin: 20px 0 10px 0;
}
.testimonial-position {
    font-weight: 600;
    font-size: 15px;
    color: #646464;
}
.testimonial-discription {
    position: relative;
    font-weight: 500;
    color: #5a5a5a;
    margin: 25px 0 40px 0;
    text-transform: capitalize;
    padding: 0 60px;
}
.testimonial-discription:before{
    content: '';
    background: url(../images/coma-1.png);
    width: 38px;
    height: 30px;
    position: absolute;
    left: 15px;
    top: -20px;
    background-repeat: no-repeat;
}
/*.testimonial-discription:after{
    content: '';
    background: url(../images/coma-2.png);
    width: 38px;
    height: 30px;
    position: absolute;
    right: 15px;
    bottom: -20px;
    background-repeat: no-repeat;
    }*/
    .testimonial-slider .slick-prev {
        left: 0;
        width: 45px;
        height: 45px;
        background: url('../images/testimonial-arrow-left.png') #1c87c8;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        z-index: 9;
    }
    .testimonial-slider .slick-prev:before, .testimonial-slider .slick-next:before{
        display: none
    }
    .testimonial-slider .slick-next {
        right: 0;
        width: 45px;
        height: 45px;
        background: url('../images/testimonial-arrow-right.png') #1c87c8;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        z-index: 9;
    }


    .contactus-section {
        background: url('../images/map-background-img.png') #fafafa;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact-form-wrapper {
        background: #fff;
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
        box-shadow: 0 0 3px rgba(0,0,0,0.2);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .contact-form-inner {
        padding: 20px 20px 10px 20px;
    }
    .contact-form-inner label{
        width: 100%;
        font-size: 14px;
        color: #646464;
        text-transform: uppercase;
        font-weight: 600;
    }
    .input-main{
        border: 0;
        -webkit-appearance: none;
        -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.15);
        -moz-box-shadow: 0 0 1px 1px rgba(0,0,0,0.15);
        box-shadow: 0 0 1px 1px rgba(0,0,0,0.15);
        width: 100%;
        padding: 9px 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: #fafafa;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .input-main:focus{
        background: #fff;
        -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.25);
        -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,0.25);
        box-shadow: 0 0 3px 1px rgba(0,0,0,0.25);
    }
    .select-main {
        border: 0;
        -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.15);
        -moz-box-shadow: 0 0 1px 1px rgba(0,0,0,0.15);
        box-shadow: 0 0 1px 1px rgba(0,0,0,0.15);
        width: 100%;
        padding: 9px 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-appearance: none;
        text-transform: capitalize;
        background: #fafafa url(../images/selectarrow.png) no-repeat 97% center;
    }
    .select-main:focus{
        -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.25);
        -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,0.25);
        box-shadow: 0 0 3px 1px rgba(0,0,0,0.25);
        background: #fafafa url(../images/selectarrow.png) no-repeat 97% center;
    }

    .contactus-section .slider-content-lin-5 a {
        background: #e6e6e6;
        -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.15);
        -moz-box-shadow: 0 0 1px 1px rgba(0,0,0,0.15);
        box-shadow: 0 0 1px 1px rgba(0,0,0,0.15);
        padding: 10px 35px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .footer-section {
        padding-top: 50px;
        background: #010946;
        padding-bottom: 40px;
    }
    .footer-inner-row {

    }
    .footer-head h3{
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }
    .footer-inner-row ul{

    }
    .footer-inner-row ul li{
        position: relative;
        padding: 10px 10px 10px 45px;
    }
    .footer-inner-row ul li p{
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 0;
    }
    .footer-inner-row ul li a{
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        color: #fff;
    }
    .footer-inner-row ul li a:hover{
        color: #1c87c8;
    }
    .footer-inner-row ul li .footer-icon{
        width: 20px;
        position: absolute;
        left: 5px;
        top: 10px;
        filter: grayscale(100) brightness(100);
    }
    .footer-inner-row {

    }
    .footer-head {
        margin: 10px 0 20px 0;
    }
    .footer-col-1 , .footer-col-2 {
        border-right: 2px solid #dcdcdc;
    }
    ul.social-icon-footer li{
        display: inline-block;
    }
    ul.social-icon-footer li a{
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        font-size: 16px;
        color: #010002;
        margin: 10px 2px 20px 2px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    ul.social-icon-footer li a:hover{
        background: #1b83c3;
        color: #fff;
    }
    .newsletter-main button{
        background: #fff;
        border: 0;
        color: #010002;
        font-size: 18px;
        width: 45px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 0 0 0 10px;
        cursor: pointer;
    }
    .footer-copyright {
        padding: 7px 0;
        background: #000106;
    }
    .footer-copyright a{
        color: #fff;
        font-weight: 500;
    }


    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        color: #fff;
        background: #676868;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        font-size: 22px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
        position: fixed;
        bottom: 4%;
        right: 2%;
        display: none;
        z-index: 90;
        animation: back-to-top 2s infinite;
    }

    .back-to-top:hover {
        background: #1c87c8;
    }


    @-webkit-keyframes back-to-top {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
        }

        70% {
            -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        }

        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        }
    }

    @keyframes back-to-top {
        0% {
            -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(194, 255, 255, 0.5);
        }

        70% {
            -moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        }

        100% {
            -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(194, 255, 255, 0);
        }
    }



    /*======== Our Products ========*/


    .page-inr-heading-wrapper {
        background: url('../images/our-products-heading-image.png');
        background-position: bottom !important; 
        background-repeat: no-repeat;
        background-size: cover !important;
    /*background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;*/
}
.page-heading-inr {
    padding: 85px 0;
}
.page-inr-heading-text{
    color: #1c87c8;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 10px 0;
    font-size: 30px;
    font-weight: 900;
    position: relative;
    padding: 0 0 8px 0;
}
.page-inr-heading-text:before{
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 80px;
    height: 3px;
    background: #1c87c8;
    bottom: 0;
}
.page-inr-heading-wrapper p{
    display: block;
    color: #fff;
    font-weight: 500;
}
.our-products-section {
    background: #f5f5f5;
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
}
.product-box-wrapper {
    margin-top: 30px;
}
.product-imgs {
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.07);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.07);
    box-shadow: 0 0 4px rgba(0,0,0,0.07);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.product-imgs:hover{
    -webkit-box-shadow: 5px 5px 7px rgba(241, 151, 31,0.25);
    -moz-box-shadow: 5px 5px 7px rgba(241, 151, 31,0.25);
    box-shadow: 5px 5px 7px rgba(241, 151, 31,0.25);
}
.product-imgs:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: #1c87c8;
    z-index: 1;
}
.product-imgs img{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.product-box-wrapper:hover .product-imgs img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.product-informations {
    padding: 15px 0 10px 0;
}
.product-informations h4{
    color: #323232;
    font-size: 16px;
    font-weight: 700;
}
.product-informations p{
    letter-spacing: 0.5px;
    word-spacing: 1px;
    color: #787878;
    margin: 0;
    font-size: 13px;
}



/*====== Our Services =======*/

.services-content-left {
    padding: 30px 0 0 0;
}
.our-services-section {
    background: #f5f5f5;
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
}
.services-images-cnts{
    text-align: center;
}
.services-content-left ul li{
    position: relative;
    padding: 0 0 30px 40px;
}
.services-content-left ul li p{
    color: #595959;
    font-size: 14px;
    font-weight: 600;
    text-align: justify;
    margin: 0;
    letter-spacing: 0.5px;
}
.services-content-arrow {
    width: 15px;
    position: absolute;
    top: 0;
    left: 0;
}
.services-box-wrapper .product-informations{
    padding: 25px 10px 20px 10px;
}
.services-box-wrapper .services-box-icon{
    width: 85px;
}
.services-box-wrapper .product-imgs {
    padding: 20px 5px 5px 5px;
}
.services-box-wrapper .product-informations h4 {
    text-align: center;
    font-size: 14px;
    min-height: 35px;
    margin: 0;
}
.box-our-services-section {
    background: url(../images/srvice-bg.png);
    background-position: center;
    padding-top: 50px;
    padding-bottom: 70px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;

}


/*====== Industry We Serve =======*/

.industry-serve-slider-section {

}

.feature-details .strip {

}
.ind-srv-sldr-icon {
    width: 100px;
    left: -21px;
    position: relative;
}
.feature-details .strip::before, .feature-details .strip::after {
    margin-bottom: 20px;
}
.feature-details .strip::after {
    margin-top: 20px;
}
.feature-details .cont {
    top: 15%;
}
.feature-details .text-wrap p {
    margin: 0 0 5px 0;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 14px;

}
.wrapper-content {
    display: block;
    width: 768px;
    margin: 0 auto;
}
.full-on-window .feature-details .strip {
    position: fixed;
    visibility: hidden;
    left: 50%;
    top: 100px;
    margin: -1430px 0 0 -485px;
    z-index: 2;
}
.feature-details .text-wrap h2 {
    color: #1c87c8;
    margin: 80px 0 20px 0 ;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
}
.slide-group > .nav-group {
    position: fixed;
    left: 25%;
    bottom: 0;
    width: auto;
    height: 50px;
    font-size: 1.1em;
    line-height: normal;
    visibility: visible;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: opacity .3 ease-out;
    -moz-transition: opacity .3 ease-out;
    -o-transition: opacity .3 ease-out;
    transition: opacity .3 ease-out;
    z-index: 3;
}
.slide-group > .nav-group ul, .slide-group > .nav-group ul li {
    display: inline-block;
    list-style: none;
    margin: .7em 0;
    padding: 0;
}
.slide-group > .nav-group ul li a {
    width: 20px;
    height: 7px;
    display: block;
    background: #898a89;
    margin: 0 7px 0 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.slide-group > .nav-group ul li a.active{
    background: #1c87c8;
    width: 30px;
}
.slide-group > .nav-group ul li a span {
    display: none;
}
.feature-details .strip {

}
.slide-group .strip{
    -moz-opacity: 0;
    opacity: 0;
}
.slide-group.full-on-window .strip{
    -moz-opacity: 1;
    opacity: 1;
}
.bgs.w > div > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: auto;
    margin-left: -1px;
}
.bgs > div > img {
    display: block;
    width: auto;
    height: 100%;
}
.bgs.w > div {
    top: -200%;
    width: 100%;
    height: 500%;
    left: 0;
    right: auto;
}



/*======== About Us =======*/

.our-vision-section {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.vison-item-img {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding: 0 0;
    margin: 13px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.vison-item-content p {
    color: #787878;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 10px;
}
.our-vison-slider .slick-dots li button:before,
.our-team-slider .slick-dots li button:before,
.feature-work-slider .slick-dots li button:before {
    display: none;
}
.our-vison-slider.slick-dotted.slick-slider,
.our-team-slider.slick-dotted.slick-slider,
.feature-work-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.our-vison-slider .slick-dots,
.our-team-slider .slick-dots,
.feature-work-slider .slick-dots {
    display: flex;
    bottom: 50%;
    flex-direction: column;
    width: auto;
    left: auto;
    right: -5% !important;
}
.our-vison-slider .slick-dots li,
.our-team-slider .slick-dots li,
.feature-work-slider .slick-dots li {
    margin: 0 1px;
}
.our-vison-slider .slick-dots li button,
.our-team-slider .slick-dots li button,
.feature-work-slider .slick-dots li button {
    background: #c1c1c1;
    width: 13px;
    height: 13px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.our-vison-slider .slick-dots li.slick-active button,
.our-team-slider .slick-dots li.slick-active button,
.feature-work-slider .slick-dots li.slick-active button {
    background: #1c87c8;
}

.our-team-section {
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}
.our-team-slider{
    margin-top: 20px;
}
.team-slider-name {
    margin: 0 0 30px 0;
}
.team-slider-name .sec-head-name{
    font-size: 22px;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}
.team-slider-name .sec-head-name:before{
    display: none;
}
.team-slider-position {
    color: #787878;
    font-weight: 600;
}

.eco-system-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.eco-systm-wrapper {
    /*padding-top: 130px;
    padding-bottom: 130px;*/
}
.step-even {
    margin-top: 130px;
    margin-bottom: 130px;
}
.step-odd {
    margin-top: 130px;
    margin-bottom: 130px;
}
.eco-systm-step{
    position: relative;
}
.eco-stm-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 15px
}
.step-even .step-name {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: 10%;
    right: 0;
    top: 8%;
}
.step-odd .step-name {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    bottom: 9%;
    left: 10%;
    right: 0;
}
.step-discription {
    font-weight: 600;
    text-align: center;
}
.step-even .step-discription{
    position: absolute;
    left: 0;
    right: 15px;
    top: 50%;
}
.step-odd .step-discription{
    position: absolute;
    left: 0;
    right: 15px;
    bottom: 50%;
}
.eco-systm-step-1 .step-discription {
    color: #ff4601;
}
.eco-systm-step-2 .step-discription {
    color: #ff9d04;
}
.eco-systm-step-3 .step-discription {
    color: #8bca00;
}
.eco-systm-step-4 .step-discription {
    color: #00b1ff;
}
.eco-systm-step-5 .step-discription {
    color: #9041b9;
}
.eco-systm-step-6 .step-discription {
    color: #06ad9d;
}
.eco-sym-stp-top-arrow {
    position: absolute;
    top: -60%;
    left: 50%;
    width: 100%;
}
.eco-sym-stp-top-arrow img{
    width: 100%;
}
.eco-sym-stp-btm-arrow {
    position: absolute;
    bottom: -60%;
    left: 50%;
    width: 100%;
}


.statistics-section {
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
}


.statistics-row {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.statistics-column {
    text-align: center;
    border-left: 1px solid #dcdcdc;
    padding-right: 6px;
    padding-left: 6px;
    margin: 10px 0;
}

.statistics-column:last-child{
    border-right: 1px solid #dcdcdc;
}
.statistics-box {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 0 10px 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}
.statistics-column:hover .statistics-box{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-box-shadow: 0 7px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 7px 5px rgba(0,0,0,0.2);
    box-shadow: 0 7px 5px rgba(0,0,0,0.2);
    z-index: 2;
}
.statck-icn {
    width: 60px;
    margin: 0 auto;
}
.statck-txtbld {
    font-size: 24px;
    font-weight: 800;
    color: #1e1e1e;
    margin: 7px 0 0 0;
}
.statck-info {
    color: #787878;
}
.inner-dtl-modal .modal-content{
    border: 0;
}
.inner-dtl-modal .modal-body {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.fwork-mdl-image{
    text-align: center;
    padding-top: 10px;
}
.product-modal-img img{
    background: #fafafa;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}
button.close.feature-work-cls {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #1c87c8 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    color: #fff;
    font-weight: 400;
    font-size: 41px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    z-index: 1;
    outline: none;
    border: 0;
}

.fwork-mdl-content p {
    font-size: 13px;
    color: #787878;
    font-weight: 500;
    margin: 10px 0;
}



/*======== Career ======*/

.career-services-section {
    background: #f5f5f5;
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;

}
.center-heading-wrapper {
    text-align: center;
}
.center-heading-wrapper .sec-head-name:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.how-to-apply-section {
    padding-top: 50px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1;
}
ul.how-aply-step-wrapper {

}
.aply-step-col{
    position: relative;
    z-index: 2;
}

.aply-step-inner {
    position: relative;
    margin: 0 13%;
}
.aply-step-inner:before{
    content: '';
    position: absolute;
    background: url('../images/how-to-apply-step-arrow.png');
    right: -100%;
    width: 100%;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    top: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    visibility: visible;
    -webkit-transform: translate(-3%, -70%);
    -moz-transform: translate(-3%, -70%);
    -ms-transform: translate(-3%, -70%);
    -o-transform: translate(-3%, -70%);
    transform: translate(-3%, -70%);
}
.aply-step-inner:after{
    content: '';
    position: absolute;
    background: url('../images/how-to-apply-step-arrow-active.png');
    right: -100%;
    width: 100%;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -70%) scaleX(0);
    -moz-transform: translate(-50%, -70%) scaleX(0);
    -ms-transform: translate(-50%, -70%) scaleX(0);
    -o-transform: translate(-50%, -70%) scaleX(0);
    transform: translate(-50%, -70%) scaleX(0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    visibility: hidden;
}
.hovered .aply-step-inner:after{
 -webkit-transform: translate(-3%, -70%) scaleX(1);
 -moz-transform: translate(-3%, -70%) scaleX(1);
 -ms-transform: translate(-3%, -70%) scaleX(1);
 -o-transform: translate(-3%, -70%) scaleX(1);
 transform: translate(-3%, -70%) scaleX(1);
 visibility: visible;
}
.hovered .aply-step-inner:before{
   -webkit-transform: translate(20%, -70%) scaleX(0);
   -moz-transform: translate(20%, -70%) scaleX(0);
   -ms-transform: translate(20%, -70%) scaleX(0);
   -o-transform: translate(20%, -70%) scaleX(0);
   transform: translate(20%, -70%) scaleX(0);
   visibility: hidden;
}
.how-aply-step-wrapper .aply-step-col:last-child .aply-step-inner:before{
    display: none
}
.star-input{

}

.star-input {
  width: 0;
  height: 0;
  position: absolute;
  left: -5000px;
}

.aply-step-pin-img {

}
.aply-step-inr-icon {
    position: absolute;
    width: 30%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
    -moz-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    -o-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aply-step-col:hover .aply-step-inr-icon {
    -webkit-transform: translate(-50%, -70%) scale(1.15);
    -moz-transform: translate(-50%, -70%) scale(1.15);
    -ms-transform: translate(-50%, -70%) scale(1.15);
    -o-transform: translate(-50%, -70%) scale(1.15);
    transform: translate(-50%, -70%) scale(1.15);
}
.aply-step-name {
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 15px 0 0 0;
    line-height: 18px;
    color: #000 !important;
    font-weight: 600;
    font-size: 11px;
}
.aply-step-name-1 {
    color: #ff4e00;
}
.aply-step-name-2  {
    color: #ffb100;
}
.aply-step-name-3 {
    color: #65cb00;
}
.aply-step-name-4 {
    color: #00b3ff;
}
.aply-step-name-5 {
    color: #a540bf;
}
.aply-stp-button {
    text-align: center;
    margin: 50px 0 30px 0;
}
.aply-step-lft-arw {
    position: relative;
}
.aply-step-lft-arw:before{
    content: '';
    position: absolute;
    background: url(../images/how-to-apply-step-left-arrow-1.png);
    left: -35px;
    top: 60px;
    bottom: 15px;
    width: 28%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}
.aply-step-lft-arw:after{
    content: '';
    position: absolute;
    background: url(../images/how-to-apply-step-right-arrow-2.png);
    right: -35px;
    top: 60px;
    bottom: 5px;
    width: 30.4%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.job-opening-section {
    background: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 40px;
}
.job-discription-title {
    text-transform: uppercase;
    color: #323232;
    font-size: 16px;
    font-weight: 700;
}
.job-opening-box {
    background: #fff;
    padding: 15px 15px 5px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 15px 0 0 0;
    border: 1px dashed #818181;
}
.job-opening-box p{
    margin-bottom: 7px;
    color: #595959;
    font-weight: 500;
}
.resume-submit-tab {
    display: inline-block;
}
.resume-submit-tab ul.nav-tabs{
    background: #5a5a5a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.resume-submit-tab ul.nav-tabs li{

}
.resume-submit-tab ul.nav-tabs li a.nav-link{
    border: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 35px;
}
.resume-submit-tab ul.nav-tabs li a.nav-link.active {
    background-color: #1c87c8;
    color: #fff;
}
.resume-submit-tab-content {

}
.resume-smbt-head {
    text-transform: uppercase;
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #b3b3b3;
    padding: 5px 0 10px 0;
    margin: 0 0 25px 0;
}
.smbt-rsm-forms {

}
.smbt-rsm-forms .col-form-label{
    color: #323232;
    font-weight: 600;
}
.job-opening-box .slider-content-lin-5 a{
    background: #e6e6e6;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.15);
    padding: 10px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.job-opening-box .slider-content-lin-5 a{

}
.brochure-discrion-row .job-opening-box{
    cursor: pointer;
}
.job-opening-box.active{
    background: #fcf9f5;
    border-color: #f2a948;
}
.download-brochuer-services-section {
    background: #f5f5f5;
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
}

.contact-us-services-section {
    background: url(../images/map-background-img.png) #fafafa;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.contact-us-services-section:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: rgba(255,255,255,0.6);
}
.contact-us-services-section .footer-inner-row h1{
    color: #1c87c8;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.contact-us-services-section .job-opening-box{
    border: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/*========= Success Story ==========*/

.success-story-tabs-section {

}

.success-story-tabs.nav-tabs{
    border: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    overflow: hidden;
}
.success-story-tabs.nav-tabs .nav-link {
    border: 0;
    color: #4c403d;
    font-size: 13px;
    font-weight: 600;
}
.success-story-tabs.nav-tabs .nav-link.active{
    color: #1c87c8;
}
.success-story-tabs.nav-tabs .nav-item {
    max-width: 180px;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}
.success-story-tabs.nav-tabs .nav-item::before {
 content: '';
 position: absolute;
 right: -1px;
 width: 1px;
 height: 32px;
 background: #d2d2d2;
 top: 50%;
 transform: translate(0, -50%);
}
.success-story-tabs.nav-tabs .nav-item::after {
 content: '';
 position: absolute;
 left: 0;
 width: 1px;
 height: 32px;
 background: #d2d2d2;
 top: 50%;
 transform: translate(0, -50%);
}
.success-story-content {
    background: #f5f5f5;
    padding: 30px 0 0 0;
    overflow: hidden;
}
.scs-stry-code-redr-box{
    height: 100%;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.1);
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 15px 15px 15px;
}
.scs-stry-code-redr-box h2{
    color: #1e1e1e;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 10px 5px 0;
    margin: 0 0;
    position: relative;
}

.scs-stry-code-redr-box p{
    margin: 5px 0 5px 0;
    color: #787878;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 21px;
}
.machine-featur-suces-stry {
    background: #fff;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 20px;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
}
.machine-featur-head {
    color: #1e1e1e;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}
.machine-featur-suces-stry .services-content-left ul li {
    padding: 0 0 15px 40px;
}
.solution-upst-suces-stry {
    padding-top: 40px;
    padding-bottom: 30px;
}




/*========== Blog ===========*/
.Our-Blog-section {
    background: #f5f5f5;
    padding: 40px 0 0 0;
    overflow: hidden;
}
.blog-left-side {
    margin: 0 0 25px 0;
    border-bottom: 1px solid #ececec;
}
.blog-left-side p{
    color: #595959;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: justify;
}
.blog-post-img {
    margin: 20px 0 10px 0;
}
.blog-post-img img{
    width: 100%;
}
.blog-title {
    color: #323232;
    font-weight: 500;
    font-size: 18px;
}
.blog-date ul{
    white-space: nowrap;
}
.blog-date ul li{
    display: inline-block;
    color: #595959;
    position: relative;
    padding: 0 0 0 30px;
}
.blog-date ul li:first-child:before{
    content: '';
    width: 20px;
    height: 3px;
    background: #1c87c8;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-100%);
    
}

.blog-social-media-icon {
    margin: 15px 0 20px 0;
    display: inline-block;
    width: 100%;
    position: relative;
}
.blog-social-media-icon:before{
    content: '';
    position: absolute;
    width: 50%;
    border-top: 2px dashed #8a8a8a;
    left: 50%;
    top: 50%;
    transform: translate(-40% , -50%);
}
.blog-social-media-icon ul{

}
.blog-social-media-icon ul li{
    display: inline-block;
}
.blog-social-media-icon ul li a{
    display: block;
    background: #666666;
    color: #f5f5f5;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px 0 0;
    transition: all 0.3s;
}
.blog-social-media-icon ul li a:hover{
    background: #1c87c8;
}
.about-me-img {
    text-align: center;
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translate(-50% , 50%);
}
.about-me-img img{
    display: inline-block;
    width:110px;
    height: 110px;
    object-fit: contain;
}
.blog-pagination{
    text-align: center;
    margin: 0 0 15px 0;
}
.pagination-next, .pagination-prev {
    margin: 0 5px;
}
.blog-pagination ul li, .pagination-next, .pagination-prev{
    display: inline-block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #dcdcdc;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.3s;
}
.blog-pagination ul li:hover, .pagination-next:hover, .pagination-prev:hover{
    background: #010946;
    color: #ffff;
}
.blog-pagination ul li.active{
    background: #1c87c8;
    color: #fff;
}

.blog-right-side {
	margin: 70px 0 0 0;
}
.blog-white-box {
    position: relative;
    background: #fff;
    padding: 10px 15px 10px 15px;
    margin: 0 0 30px 0;
}
.blog-white-box p{
    color: #5a5a5a;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.about-me-box {

}
.about-me-conent {
    padding: 60px 0 0 0;
}
.about-me-conent p{
    color: #595959;
    text-align: center;
}
.about-me-conent a{
    color: #1c87c8;
}
.blog-white-box h5{
    color: #323232;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 15px 0;
    text-align: center;
}
.flow-us-box .blog-social-media-icon{
    margin: 0;
    padding: 10px 0 20px 0;
}
.flow-us-box .blog-social-media-icon::before{
    top: auto;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    transform: none;
}
.newsletter-blog {
    padding: 0 15px 15px 15px;
}
.newsletter-blog input{
    border: 0;
    background: #f5f5f5;
    padding: 13px 15px;
}
.newsletter-blog button{
    width: 100%;
    border: 0;
    background: #1e1e1e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px 0;
    margin: 11px 0 0 0;
}
ul.popular-post-list {

}
ul.popular-post-list li{

}
.post-list {
    position: relative;
    padding: 15px 0 20px 80px;
    border-top: 1px solid #e6e6e6;
}
.post-list-img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0 , -50%);
}
.post-list-img img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.post-list-content h6{
    color: #464646;
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}
.post-inr-info {
    font-size: 12px;
    font-weight: 500;
}






@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1370px;
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1460px;
    }
}





@media (max-width:1199px) {
    .slider-content-lin-2 {
        font-size: 32px;
    }

    .slider-content-lin-1 {
        font-size: 20px;
        margin: 0 0 0 0;
    }

    .slider-content-lin-3 {
        font-size: 24px;
        margin: 0 0 10px 0;
    }

    .round-inner-image {
        display: none;
    }

    .core-value-content-main {
        width: 100%;
        position: relative;
        display: inline-block;
        text-align: left;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 0 15px 0;


    }
    .cr-vlu-inner{
        background: #fff; 
        -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
        -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
        box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
        padding: 10px 10px;
    }
    .cr-vlu-shape {
        left: 0;
        right: auto !important;
        width: 90px;
        margin-left: 10px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .core-value-content-4 .cr-vlu-shape {
        left: 0;
        right: auto !important;
        width: 90px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .core-value-content-4 {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .core-value-content-4 .cr-vlu-content p {
        text-align: left;
    }

    .core-value-content-4 .cr-vlu-content h5 {
        text-align: left;
    }
    .core-value-content-main .cr-vlu-content {
        padding: 10px 15px 10px 105px;
    }
    .cr-vlu-shape-icon {
        width: 40px;
    }
    .cr-vlu-shape-image {

    }
    .core-values-section {
        padding-top: 60px;
        padding-bottom: 3%;
    }
    .core-values-round-main {
        position: relative;
        padding: 2% 0 0 0;
    }
    .aply-step-lft-arw:after {
        width: 25%;
        background-position: right;
    }
    .aply-step-inner:before {
        height: 20px;
    }
    .aply-step-inner:after {
        height: 20px;
    }
    
    .success-story-tabs.nav-tabs {
        flex-wrap: nowrap;
        overflow-y: hidden;
        -ms-justify-content: left !important;
        justify-content: left !important;
        overflow: auto;
    }
    .success-story-tabs.nav-tabs .searvice-rond-ptn-2 {
        display: none;
    }

    .success-story-tabs.nav-tabs .nav-item {
        max-width: 100%;
        white-space: nowrap;
    }
    .blog-social-media-icon::before {
       display: none;
   }
}

@media (max-width:991px) {
    body {
        padding: 85px 0 0 0;
    }
    .menu-derk-bg {
        background: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 5;
    }
    .menu-wrapper {
        display: block;
    }
    .header-logo {
        padding: 10px 0 10px 0;
    }
    .menu-list-main {
        position: fixed;
        z-index: 5;
        background: #fff;
        left: -2px;
        width: 300px;
        top: 0;
        bottom: 0;
        padding: 0 10px 0 15px;
        -webkit-box-shadow: 5px 0 5px rgba(0,0,0,0.2);
        -moz-box-shadow: 5px 0 5px rgba(0,0,0,0.2);
        box-shadow: 5px 0 5px rgba(0,0,0,0.2);
        -webkit-transform: translate(-110%, 0);
        -moz-transform: translate(-110%, 0);
        -ms-transform: translate(-110%, 0);
        -o-transform: translate(-110%, 0);
        transform: translate(-110%, 0);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .menu-list-main.mbl-menu-open {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        overflow: auto;
    }
    ul.menu-list-main li {
        width: 100%;
    }
    ul.menu-list-main li a {
        padding: 10px 0 10px 0;
    }
    .menu-dropdown-wrapper ul {
        position: relative;
        width: 95%;
    }
    .menu-dropdown-wrapper {
        display: none;
    }
    .mbl-dropdown-open.active .menu-dropdown-wrapper{
        margin: 20px 0 0 0;    
        display: block;
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0.99875);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0.99875);
        -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0.99875);
        -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0.99875);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0.99875);
    }
    .dropdown-arrow {
        top: -20px;
        right: auto;
        left: 30px;
    }

    .slider-content-lin-2 {
        font-size: 27px;
    }
    .slider-content-lin-3 {
        font-size: 18px;
    }
    .slider-content-lin-4 {
        display:none;
    }
    .slider-content-lin-5 a {
        padding: 10px 20px;
        font-size: 14px;
    }
    .bgs > div {
        width: 100%;
    }
    .full-on-window .feature-details .strip {
        margin: -1430px 0 0 -47%;
    }
    .feature-details .wrapper-content {
        padding: 0 0 0 100px;
    }
    .feature-details .text-wrap {
        width: 100%;
    }
    .our-vison-slider .slick-dots {
        right: -3%;
    }
    .eco-systm-step-4 .eco-sym-stp-btm-arrow{
        display: none;
    }
    .step-odd, .step-even{
        margin-top: 100px;
        margin-bottom: 0;
    }
    .eco-sym-stp-btm-arrow {
        bottom: auto;
        top: -60%;
        left: 50%;
        width: 100%;
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }
    .statck-info {
        color: #787878;
        height: 40px;
    }
    .aply-step-inner {
        margin: 0 0;
    }

    .resume-submit-tab {
        margin: 30px 0 0 0;
    }
    .machine-featur-head {
       font-size: 14px;
   }
   .services-content-left ul li p {
       font-size: 13px;
       font-weight: 500;
       letter-spacing: 0.4px;
   }

}

@media (max-width:767px) {
    .navigation-icon {
        display: none;
    }
    .navigation-right {
        display: none;
    }
    .navigation-left ul li {
        padding: 4px 10px 4px 0;
    }
    .slider-content-lin-4 {
        display: none;
    }
    .home-slider-item img {
        /*height: 85vh;*/
        object-fit: cover;
    }
    .slider-top-txt img{
        height: auto;
    }
    .searvice-rond-ptn-1 {
        width: 150px;
    }
    .footer-col-1, .footer-col-2 {
        border-right: 0 solid #dcdcdc;
    }
    .orange-circle {
        height: 150px;
        border: 22px solid rgba(28, 135, 200,0.1);
    }
    .service-box-main {
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 50px;
    }
    .service-box-content {
        padding: 55px 10px 10px 10px;
    }
    .service-box-icon {
        left: 50%;
        top: -35px;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .slider-content-lin-2 {
        font-size: 20px;
    }
    .services-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sec-head-tgline {
        /*margin-bottom: 60px;*/
    }
    .slider-content-wrapper {
        margin-bottom: 40px;
    }
    .sec-head-name {
        font-size: 18px;
    }
    .serve-heading a {
        font-size: 12px;
        text-transform: capitalize;
        padding: 10px 5px;
    }
    .core-value-content-main {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .core-value-content-4 .cr-vlu-shape {
        top: 10px;
    }
    .core-value-content-main .cr-vlu-content {
        padding: 105px 0 10px 0;
    }   
    .core-value-content-5 .cr-vlu-shape, .cr-vlu-shape{
        left: 50% !important;
        top: 10px;
        margin-left: 0;
        -webkit-transform: translate(-50%, 0) !important;
        -moz-transform: translate(-50%, 0) !important;
        -ms-transform: translate(-50%, 0) !important;
        -o-transform: translate(-50%, 0) !important;
        transform: translate(-50%, 0) !important;
    }
    .core-values-section {
        padding-top: 30px;
    }
    .testimonial-discription {
        padding: 0 25px;
    }
    .feature-details .wrapper-content {
        padding: 0 0 0 0;
    }
    .slide-group .strip {
        -moz-opacity: 0;
        opacity: 0;
        display: none;
    }
    .page-inr-heading-text {
        font-size: 20px;
    }
    .feature-details .text-wrap h2 {
        font-size: 22px;
    }
    .wrapper-content {
        width: 300px;
    }
    .eco-sym-stp-top-arrow {
        top: 50%;
        left: 70%;
        width: 55%;
        -webkit-transform: rotate(85deg) translate(50%, 0);
        -moz-transform: rotate(85deg) translate(50%, 0);
        -ms-transform: rotate(85deg) translate(50%, 0);
        -o-transform: rotate(85deg) translate(50%, 0);
        transform: rotate(85deg) translate(50%, 0);
    }
    .eco-sym-stp-btm-arrow {
        top: 90%;
        left: 79%;
        width: 54%;
        -webkit-transform: rotate(92deg) translate(0, 0) rotateX(180deg);
        -moz-transform: rotate(92deg) translate(0, 0) rotateX(180deg);
        -ms-transform: rotate(92deg) translate(0, 0) rotateX(180deg);
        -o-transform: rotate(92deg) translate(0, 0) rotateX(180deg);
        transform: rotate(92deg) translate(0, 0) rotateX(180deg);
        bottom: auto;
    }
    .eco-systm-step-4 .eco-sym-stp-btm-arrow {
        display: block;
    }
    .eco-systm-step {
        width: 80%;
    }
    .step-odd, .step-even {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .eco-systm-wrapper {
        -ms-flex-pack: left!important;
        justify-content: left!important;
    }
    .img-rpnsv-rotet {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .step-odd .step-name {
        bottom: auto;
        left: -5%;
        right: 0;
        top: 10%;
    }
    .step-odd .step-discription {
        right: -15px;
        bottom: 35%;
    }
    .our-vison-slider .slick-dots, 
    .feature-work-slider .slick-dots {
        display: inline-block;
        bottom: -15px;
        left: 0;
        right: 0;
    }
    button.close.feature-work-cls {
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 32px;
    }

    .aply-step-inner {
        margin: 0 auto !important;
        width: 150px;
    }
    .aply-step-col {
        padding-bottom: 100px;
    }
    .aply-step-inner:before/*, .aply-step-lft-arw:before, .aply-step-lft-arw:after*/{
        display: block;
        height: 20px;
        left: 25%;
        right: auto;
        top: auto;
        bottom: -70%;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform : rotate(90deg);
        transform: rotate(90deg);
    }
    .aply-step-inner:after {
        display: block;
        height: 20px;
        left: 25%;
        right: auto;
        top: auto;
        bottom: -55%;
        -webkit-transform: rotate(90deg) translate(-3%, 0%) scaleX(1);
        -moz-transform: rotate(90deg) translate(-3%, 0%) scaleX(1);
        -ms-transform: rotate(90deg) translate(-3%, 0%) scaleX(1);
        -o-transform: rotate(90deg) translate(-3%, 0%) scaleX(1);
        transform: rotate(90deg) translate(-3%, 0%) scaleX(1);
    }
    .hovered .aply-step-inner:after {
        -webkit-transform: rotate(90deg) translate(0, 0%) scaleX(1);
        -moz-transform: rotate(90deg) translate(0, 0%) scaleX(1);
        -ms-transform: rotate(90deg) translate(0, 0%) scaleX(1);
        -o-transform: rotate(90deg) translate(0, 0%) scaleX(1);
        transform: rotate(90deg) translate(0, 0%) scaleX(1);
    }
    .aply-stp-button {
        margin: 0 0 30px 0;
    }
    .aply-stp-button img{
        height: 50px;
        object-fit: cover;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }
    .resume-submit-tab ul.nav-tabs li a.nav-link {
        padding: 15px 25px;
    }
    /*.aply-step-name br{
        display: none;
        }*/
        .success-story-tabs.nav-tabs {
            flex-wrap: nowrap;
            overflow-y: hidden;
            -ms-justify-content: left !important;
            justify-content: left !important;
        }

        .success-story-tabs.nav-tabs .nav-item {
            max-width: 100%;
            white-space: nowrap;
        }
        .blog-left-side p {
           font-size: 14px;
           letter-spacing: 0.3px;
       }
       .flow-us-box .blog-social-media-icon {
           padding: 10px 0 0 0;
       }
   }

   /*------------ 30-09-2019 -----------*/
   .feart-work-box-content h3:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: #1c87c8;
    bottom: 0px;
}

.feart-work-box-content ul{
    padding: 0 0 0 20px;
}

.feart-work-box-content ul li{
    list-style-type: disc;
    font-size: 13px;
    color: #787878;
    font-weight: 500;
}

.feart-work-box-content .iocn-head h6{
    color: #1fbe99;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding: 0 0 0 20px;
    text-transform: capitalize;
    margin: 10px 0 5px 0;
}

.feart-work-box-content .iocn-head h6:before{
    content: '';
    position: absolute;
    background-image: url(../images/dots-iocn.svg);
    left: 2px;
    top: 3px;
    width: 13px;
    height: 13px;
    background-size: cover;
    background-repeat: no-repeat;
}

.feart-work-box-content h5{
    color: #323232;
    margin: 10px 0 6px 0;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0 0 0;
}

.vison-item-content h3{
    color: #787878;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
    font-size: 16px;
    padding-bottom: 5px;
}

.cust-color ul li p{
    color: #010946;
}

.cust-color ul li p a{
    color: #010946;
}

.cust-color ul li .footer-icon{
    filter: grayscale(0) brightness(0);
    -webkit-filter: grayscale(0) brightness(0);
}

.single-box {
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 20px;
    text-align: center;
    border-radius: 4px;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    background-color: #ffffff;
    height: 100%;
    padding-bottom: 5px;
}

.single-box .single-img {
    width: 100px;
    height: 100px;
    line-height: 80px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: rgba(28,135,200);
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-img img{
    width: 60px;
}

.single-box h3 {
    color: #323232;
    font-size: 14px;
    padding: 15px 0 15px 0;
    font-weight: 700;
    min-height: 35px;
    margin: 0;
}

.single-box p {
    margin-top: 10px;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    color: #787878;
    margin: 0;
    font-size: 13px;
}

.single-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 5px;
    background-color: #1c87c8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}

.single-box:hover .single-img {
    background: rgba(28,135,200,0.7);
}

.single-box:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}

.modal.show .anim-cust-class {
    transform: translate(0, 0) scale(1) !important;
    -o-transform: translate(0, 0) scale(1) !important;
    -ms-transform: translate(0, 0) scale(1) !important;
    -webkit-transform: translate(0, 0) scale(1) !important;
    -moz-transform: translate(0, 0) scale(1) !important; 
}

.modal.fade .anim-cust-class {
    transform: translate(0, 0) scale(0.5);
    -webkit-transform: translate(0, 0) scale(0.5);
    -o-transform: translate(0, 0) scale(0.5);
    -ms-transform: translate(0, 0) scale(0.5);
    -moz-transform: translate(0, 0) scale(0.5);
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
    -moz-transition: transform .5s ease-out, -webkit-transform .5s ease-out;
    -o-transition: transform .5s ease-out, -webkit-transform .5s ease-out;
    -moz-transition: transform .5s ease-out, -webkit-transform .5s ease-out;
    -ms-transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

.process-div-btm-spc{
    padding-bottom: 50px;
}

.service-box-content p a{
    color: #1c87c8;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 5px;
    border-bottom: 1px solid #eee;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.service-box-content p a:hover{
    color: #010946;
}

.single-box-two .single-img{
    position: absolute;
    top: 30px;
    right: 20px;
}

.single-box-two .box-service-sec-inner{
    padding: 0 120px 0 15px;
    text-align: right;
    min-height: 105px;
}

.single-box-one .box-service-sec-inner{
    padding: 0 15px 0 120px;
    text-align: left;
    min-height: 105px;
}

.single-box-one .single-img{
    position: absolute;
    top: 30px;
    left: 20px;
}

.statck-icn img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}



@media(max-width: 1199px){
    /*.aply-step-lft-arw:before{
        left: -32px;
        top: 40px;
        bottom: 90px;
        width: 50%;
    }

    .aply-step-lft-arw:after{
        right: -35px;
        top: 26px;
        bottom: 82px;
        width: 60%;
    }

    .aply-step-inner:before{
        right: -80px;
    }

    .btn-spc {
        padding-bottom: 120px;
    }

    .aply-step-inner{
        margin: 0 15%;
    }

    .cst-arrow-div .aply-step-inner:before{
        display: none;
    }

    .cst-arrow-div.hovered .aply-step-inner:after{
        display: none;
    }

    .hovered .aply-step-inner:after {
        transform: translate(15%, -25%) scaleX(1);
        }*/
    }

    @media(max-width: 991px){
        .hamburger-menu{
            top: 10px;
        }

        .header-sticky ul.menu-list-main li a {
            color: #828282;
        }

        .header-sticky ul.menu-list-main li a:hover {
            color: #1c87c8;
        }

        .btn-spc {
            padding-bottom: 0;
        }

        .header-sticky .hamburger-menu{
            background-color: #fff;
        }

        .header-sticky .hamburger-menu:after{
            background-color: #fff;
        }

        .header-sticky .hamburger-menu:before{
         background-color: #fff;
     }

     .footer-head h3{
        font-size: 16px;
    }

    .product-imgs img{
        width: 100%;
    }

    .aply-step-lft-arw:before {
        left: -39px;
        top: 45px;
        bottom: 19px;
        width: 15%;
    }

    .aply-step-lft-arw:after {
        width: 15%;
    }

    .aply-step-lft-arw:after {
        background-position: right;
    }

    .aply-step-inner:before {
        height: 11px;
        right: -46%;
        width: 50%;
    }

    .aply-step-inner:after {
        height: 11px;
        right: -46%;
        width: 50%;
    }

    
    .feart-work-box-content h3{
     margin: 15px 0 0 0;
 }

}

@media(max-width: 767px){
    .section-comn-class:before{
        width: 150px;
        height: 150px;
    }

    .section-comn-class-contact-us:before{
        width: 150px !important;
        height: 150px !important;
    }

    .cst-arrow-div .aply-step-inner:before{
        display: block;
    }

    .cst-arrow-div.hovered .aply-step-inner:after{
        display: block;
    }

    .hovered .aply-step-inner:after{
        transform: rotate(90deg);
        bottom: -70%;
    }

    .service-box-content h4{
        margin: 10px 0 5px;
        font-size: 14px;
    }

    .footer-copyright{
        text-align: center;
    }

    .searvice-rond-ptn-4{
        top: 0;
    }

    .aply-step-lft-arw:before{
        display: none;
    }

    .aply-step-lft-arw:after{
        display: none;
    }

    .single-box-one .single-img{
        left: 0;
        right: 0;
        top: -70px;
        text-align: center;
        margin: 0 auto;
    }

    .single-box-two .single-img{
        left: 0;
        right: 0;
        top: -70px;
        text-align: center;
        margin: 0 auto;
    }

    .single-box-one .box-service-sec-inner{
        padding: 15px;
        text-align: left;
        min-height: 105px;
    }

    .single-box-two .box-service-sec-inner{
        padding: 15px;
        text-align: left;
        min-height: 105px;
    }

    .single-box{
        padding: 0;
        height: inherit;
    }

    .respo-spc-btm{
        margin-bottom: 55px !important;
    }

    .single-box h3{
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .new-cust-hgt .feart-work-box-content {
        height: 250px;
    }
}



.border-red
{
    border: 1px solid #ff0000;
}


/*--------------- 07-09-2019 ---------*/
@media(max-width: 1200px){
    .our-team-slider .slick-dots{
        right: 0;
    }
}

@media(max-width: 991px){ 
    .our-team-slider .slick-dots {
        display: inline-block;
        bottom: -15px;
        left: 0;
        right: 0;
    }
}

@media(max-width: 767px){
    .sucess-cust-new .searvice-rond-ptn-2{
        right: 0;
    }

    .sucess-cust-new .searvice-dots-ptn-3{
        right: 0;
    }

    .sucess-cust-new .searvice-rond-ptn-3{
        right: 0;
    }

    .home-slider-item{
        padding-top: 20px;
    }

    .home-slider-wrappar ul.slick-dots li.slick-active button{
        background: #ffffff
    }

    .feature-details {
        min-height: auto !important;
    }

    .feature-details .text-wrap{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .feature-details .text-wrap h2{
        margin: 0;
        margin-bottom: 20px;
        font-size: 19px;
    }

    .wrapper-content{
        width: auto;
    }

    .feature-details .cont{
        position: relative;
    }
}
