@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body {
    color: #222;
    font-size: 16px;
    line-height: 23px;
    word-wrap: break-word;
    font-family: 'Nunito', sans-serif;
    height: 100%;
    background: #f9f9f9;
}
    body::-webkit-scrollbar {
        width: 5px;
    }

    body::-webkit-scrollbar-track {
        background: #fff;
    }

    body::-webkit-scrollbar-thumb {
        background: rgb(49,236,231);
        background: linear-gradient(180deg, rgba(49,236,231,1) 0%, rgba(111,102,250,1) 50%, rgba(0,212,255,1) 100%);
    }
html {
    height: 100%;
}
a {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight:700;
}
img,
figure {
    max-width: 100%;
    height: auto;
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url('../font/Roboto-Thin.eot');
    /* IE9 Compat Modes */
    
    src: url('../font/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('../font/Roboto-Thin.woff2') format('woff2'),
    /* Super Modern Browsers */
    
    url('../font/Roboto-Thin.woff') format('woff'),
    /* Pretty Modern Browsers */
    
    url('../font/Roboto-Thin.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('../font/Roboto-Thin.svg#svgFontName') format('svg');
    /* Legacy iOS */
    
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../font/Roboto-Regular.eot');
    /* IE9 Compat Modes */
    
    src: url('../font/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('../font/Roboto-Regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    
    url('../font/Roboto-Regular.woff') format('woff'),
    /* Pretty Modern Browsers */
    
    url('../font/Roboto-Regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('../font/Roboto-Regular.svg#svgFontName') format('svg');
    /* Legacy iOS */
    
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../font/Roboto-Bold.eot');
    /* IE9 Compat Modes */
    
    src: url('../font/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('../font/Roboto-Bold.woff2') format('woff2'),
    /* Super Modern Browsers */
    
    url('../font/Roboto-Bold.woff') format('woff'),
    /* Pretty Modern Browsers */
    
    url('../font/Roboto-Bold.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('../font/Roboto-Bold.svg#svgFontName') format('svg');
    /* Legacy iOS */
    
    font-weight: normal;
    font-style: normal;
}
/* 2.0 - Navigation */

.main-navigation {
    position: fixed;
    width: 100%;
    height: auto;
    background: #ffffff;
    z-index: 100;
    box-shadow: 0 10px 5px -10px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.1);
    padding: 0;
    border-top: 0px solid #123e7d;
    border-radius: inherit;
    border-bottom: inherit;
}
.main-nav {
    position: relative;
    width: auto;
    margin-left: 70px;
    float: left;
}
.main-navigation > .container {
    padding: 0;
}
.main-navigation .navbar-brand {
    padding: 0;
    margin-top: 10px;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
    border-radius: inherit;
    border: inherit;
    left: 0;
    right: 0;
    margin-left: 6px;
    padding-bottom: 15px;
    border-radius: 0px 0px 5px 5px;
    padding-top: 15px;
}
.navbar-nav li a.active {
    background-color: #123e7d;
}
.main-navigation.navbar-default .navbar-nav > li > a {
    font-weight: normal;
    margin: 0 6px;
    font-size: 16px;
    font-family: 'Roboto-Regular';
    color: #000;
    padding-top: 28px;
    padding-bottom: 27px;
    padding-left: 15px;
    padding-right: 15px;
}
.last-menu .dropdown-menu {
    width: 280px!important;
}
    .main-navigation.navbar-default .navbar-nav > li > a:focus,
    .main-navigation.navbar-default .navbar-nav > li > a:hover {
        color: #fff !important;
        background: #123e7d !important;
        outline: none !important;
    }
.active {
    color: #fff !important;
    outline: none !important;
}
.main-navigation .dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: normal;
    font-size: 14px;
    margin-bottom: 1px;
    font-family: 'Roboto-Regular';
}
.main-navigation .dropdown-menu > li:last-child > a {
    margin-bottom: 0px;
    border-radius: 0px 0px 5px 5px;
}
.main-navigation .dropdown-menu > li > a:hover, .main-navigation .dropdown-menu > li > a.active {
    background-color: #fff;
    color: #ff7601 !important;
}
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
        background: #123e7d;
        outline: none;
    }
.main-navigation.navbar-default .navbar-nav > .open > a,
.main-navigation.navbar-default .navbar-nav > .open > a:hover,
.main-navigation.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: #123e7d;
}
.dropdown .dropdown-menu .caret {
    border: 4px solid transparent;
    border-left-color: #000;
    float: right;
    margin-top: 6px
}
.dropdown-menu {
    min-width: 250px;
    width: 307px;
    word-wrap: break-word;
}
.dropdown-menu > li.open > a {
    background-color: #F5F5F5;
    color: #262626;
    text-decoration: none
}
.dropdown-menu .dropdown-menu {
    left: 100%;
    margin: 0;
    right: auto;
    top: -1px
}
.dropdown-menu-right .dropdown-menu,
.navbar-right .dropdown-menu .dropdown-menu,
.pull-right .dropdown-menu .dropdown-menu {
    left: auto;
    right: 100%
}
.dropdown-menu.animated {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s
}
.dropdown-menu.animated:before {
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99
}
.dropdownhover-top {
    margin-bottom: 2px;
    margin-top: 0
}
.navbar-fixed-bottom .dropdown-menu .dropdown-menu,
.dropdownhover-top .dropdown-menu {
    bottom: -1px;
    top: auto
}
.navbar-nav > li > .dropdown-menu {
    margin-bottom: 0
}
.dropdownhover-bottom {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}
.dropdownhover-left {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}
.dropdownhover-right {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100% border: inherit;
    border-radius: 0;
}
.dropdownhover-top {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 15px;
}
/********************************/
/*          2nd top slider     */
/********************************/
/* 3.0 - Banners */

.banner-section {
    box-shadow: 0px 5px 30px #cdcdcd;
    padding-top: 70px;
}
#first-slider .main-container {
    padding: 0;
}
#first-slider .slide1 .text-left,
#first-slider .slide3 .text-left {
    padding-left: 40px;
}
#first-slider .carousel-indicators {
    bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
    background-image: none;
}
#first-slider .carousel .item {
    height: 528px;
    width: 100%;
}
.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
    outline: none;
    margin: 30px auto;
    border-radius: inherit;
    font-size: 17px;
    padding: 8px 15px 8px 15px;
    text-align: left;
}
#first-slider h2 {
    animation-delay: 0.5s;
}
#first-slider h4 {
    animation-delay: 1.5s;
}
.btn-hero {
    animation-delay: 2.5s;
}
#first-slider .carousel-control {
    width: 6%;
    text-shadow: none;
}
#first-slider h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}
#first-slider .p {
    padding-top: 125px;
    text-align: center;
}
#first-slider .p a {
    text-decoration: underline;
}
#first-slider .carousel {
    position: relative;
    height: 528px;
}
#first-slider .carousel-indicators > li {
    margin: 0 1px;
    background-color: #ffffff;
    border: 0;
    width: 14px;
    height: 14px;
}
    #first-slider .carousel-indicators > li.active {
        background-color: #71cee0;
        width: 14px;
        height: 14px;
    }
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-control .fa-angle-right,
.carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left {
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right {
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}
/********************************/
/*       Slides backgrounds     */
/********************************/

#first-slider .slide1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
}
#first-slider .slide8 {
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url(../images/banner-8.jpg);
    background-size: cover;
}
    #first-slider .slide8 h2 {
        color: transparent;
        background: linear-gradient(90deg,#2c4d91 0,#8f40ae 41%,#2c4d91 80%);
        background-clip: text;
        -webkit-background-clip: text;
        margin-top: 20px;
        font-size:60px;
        font-weight:700;
    }
    #first-slider .slide8 h4 {
        color: #000;
        margin-top:35px;
        font-weight:400;
    }
        #first-slider .slide8 h4 strong {
            font-weight: 700;
        }
        #first-slider .slide8 .slider-content {
            text-align: center;
        }
#first-slider .slide2 {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/banner-2.jpg);
    background-size: cover;
}
#first-slider .slide3 {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/banner-3.jpg);
    background-size: cover;
}
#first-slider .slide4 {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/banner-4.jpg);
    background-size: cover;
}
#first-slider .slide5 {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/banner-5.jpg);
    background-size: cover;
}
#first-slider .slide6 {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/banner-6.jpg);
    background-size: cover;
}
.slider-content {
    left: 0;
    padding-top: 60px;
    width: 100%;
    height: 100%;
}
    .slider-content h2 {
        font-size: 45px;
        margin: 0;
        padding: 0;
        color: #fff;
        font-family: 'Nunito', sans-serif;
        font-weight: 200;
        margin: 40px 0 10px;
        line-height: 55px;
    }
#first-slider .slide1 .slider-content h2 {
    margin: 15px 0 10px;
}
#first-slider .slide2 .slider-content h2 {
    margin: 20px 0 10px;
}
.slider-content h4 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 200;
    margin: 10px 0;
    margin-top: 30px;
}
        .slider-content h4 strong {
            font-weight:500;
        }
        /********************************/
        /*         End 2nd top slider     */
        /********************************/
        /* Carousel testimonials */
        #quote-carousel {
            padding: 0 10px 30px 10px;
            margin-top: 30px;
        }
#quote-carousel .carousel-control {
    background: none;
    color: #fff;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
    opacity: 1;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #fff;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.multi-item-carousel {
    .carousel-inner {
        > .item {
            transition: 500ms ease-in-out left;
        }
        @media all and (transform-3d),
        (-webkit-transform-3d) {
            > .item {
                // use your favourite prefixer here
                transition: 500ms ease-in-out all;
                backface-visibility: visible;
                transform: none!important;
            }
        }
    }
    .carouse-control {
        &.left, &.right {
            background-image: none;
        }
    }
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.item:not(.prev) {
    visibility: visible;
}
.item.right:not(.prev) {
    visibility: hidden;
}
.rightest {
    visibility: visible;
}
/* The indicators */

.banner-section .carousel-indicators {
    right: 0;
    top: auto;
    bottom: 10px;
    margin-right: -19px;
    width: 91%;
    left: 30%;
    text-align: right;
}
/* The colour of the indicators */

.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
    background: #428bca;
}
.application-caption {
    background: #2a363f;
    padding: 15px 20px;
    text-align: center;
    color: #fff;
    min-height: 370px;
}
.segment-box h2{ min-height:50px;}
.Mobile-app-caption {
    background: #3183d7;
    padding: 15px 20px;
    text-align: center;
    color: #fff;
    min-height: 370px;
}
.Qa-caption {
    background: #f3f3f3;
    padding: 15px 20px;
    text-align: center;
    color: #2a363f;
    min-height: 370px;
}
.project-caption {
    background: #d7d7d7;
    padding: 15px 20px;
    text-align: center;
    color: #1b1b1b;
    min-height: 370px;
}
.segments-section h2 {
    font-size: 24px;
    font-weight: 300;
}
.segments-section-title h2 {
    color: #000;
    margin: 8px 0;
    font-size: 30px;
    font-weight: 700;
}
.testimonials-title {
    text-align: center;
}
.testimonials-title h2 {
    color: #fff;
    margin: 8px 0;
}
.testimonials-title span {
    color: #d7d7d7;
    font-size: 14px;
}
.segments-section-title span {
    color: #3a3a3a;
    font-weight: 700;
}
.segment-icons {
    margin: 25px 0px;
}
.padding0 {
    padding: 0;
}
.btn-mini {
    display: block;
    background: #71cee0;
    border: 1px solid #71cee0;
    color: #fff;
    padding: 4px 15px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 12px;
    transition: all 0.3s ease 0s;
}
    .btn-mini:hover {
        background: transparent;
        border: 1px solid #71cee0;
        color: #71cee0;
    }
.Qa-caption .btn-mini:hover {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}
.Qa-caption .btn-mini {
    background: #2a363f;
    color: #fff;
    font-family: Roboto-Bold;
    border-radius: 15px;
    padding: 7px 25px;
    margin-top: 12px;
    font-size: 13px;
}
.Qa-caption .segment-icons {
    margin: 30px 0px;
}
.segments-section .carousel-indicators {
    bottom: -60px;
}
.segments-section-title {
    text-align: center;
    margin: 30px 0;
    margin-bottom: 40px;
}
.segments-section .carousel-indicators > li.active {
    background-color: #2a363f;
    border: 2px solid #2a363f;
    height: 18px;
    width: 18px;
}
.segments-section .carousel-indicators > li {
    background-color: #ffffff;
    border: 2px solid #2a363f;
    height: 18px;
    margin: 0 2px;
    width: 18px;
}
.testimonials-section {
    margin: 50px 0;
    float: left;
    width: 100%;
    color: #fff;
}
.overlay-testimonials {
    background: rgba(0, 0, 0, 0) url("../images/parallax-bg.png") no-repeat fixed center center / cover;
    padding: 40px 0;
}
.segments-section {
    padding-bottom: 40px;
    float: left;
    width: 100%;
    background: #fff;
    padding-top: 30px;
}
.testimonials-content p {
    font-size: 16px;
    color: #fff;
}
.testimonials-content small {
    font-size: 16px;
    font-family: Roboto-Thin;
    color: #fff;
}
.recent-project-section ul.thumbnails li {
    list-style-type: none;
}
.recent-project-section ul.thumbnails {
    margin: 0px;
}
#ProjectCarousel .carousel-control {
    background: none;
    color: #2a363f;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
    opacity: 1;
}
#ProjectCarousel .carousel-control.left {
    left: -70px;
    top: 38%;
}
#ProjectCarousel .carousel-control.right {
    right: -70px;
    top: 38%;
}
#ProjectCarousel .carousel-inner {
    width: 97%;
}
.recent-project-section {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.iconRounded {
    border-radius: 50%;
    display: block;
    font-size: 18px;
    height: 35px;
    text-align: center;
    width: 35px;
    border: 2px solid #fff;
    color: #fff;
    line-height: 32px;
    margin-right: 6px;
}
ul.socialNetwork {
    padding: 0;
}
ul.socialNetwork li {
    display: inline-block;
    list-style-type: none;
    margin-top: 0.8em;
}
ul.socialNetwork li a {
    outline: none text-decoration: none;
}
.footer-section {
    background: url("../images/footer-bg.jpg") repeat scroll 0% 0%;
    padding: 25px 0px;
    float: left;
    width: 100%;
}
.footer-section .footerWidget h3 {
    border-bottom: 1px solid #8c8c8c;
    padding-bottom: 8px;
    color: #82cdff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}
#footerRights {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #0e213d;
    float: left;
    width: 100%;
}
ul.footerNav {
    margin: 0;
    padding-left: 0px;
    list-style-type: none;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}
ul.footerNav li a {
    color: #fff;
}
ul.footerNav li a:hover {
    color: #82cdff;
    text-decoration: none;
}
.footerWidget address {
    color: #fff;
}
.footerWidget address a {
    color: #fff;
}
.footerWidget address a:hover {
    color: #82cdff;
    text-decoration: none;
}
.faadress {
    width: 22px;
    margin-bottom: 8px;
}
.footer-nav-tab {
    width: 19%;
    float: left;
    margin: 0px 15px;
}
.footer-nav-tab-last {
    width: 32%;
    float: left;
    margin: 0px 15px;
}
.footerLogo {
    width: 150px;
    padding: 0;
    margin-right: 15px;
}
.copyrightDiv {
    font-size: 12px;
    color: #8494ad;
    font-family: 'Open Sans', sans-serif;
}
.right-footerNav {
    font-size: 14px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-family: 'Open Sans', sans-serif;
    color: #f1f1f1;
}
.right-footerNav li {
    display: inline-block;
    margin: 8px;
}
.right-footerNav li a {
    color: #fff;
}
.right-footerNav li a:hover {
    color: #82cdff;
    text-decoration: none;
}
#ProjectCarousel .thumbnail {
    background-color: inherit !important;
    border: none !important;
    box-shadow: 0px 0px 5px #bbb;
    margin-top: 4px;
}
#ProjectCarousel .thumbnail.none {
    box-shadow: none !important;
}
.btn-caret {
    margin-left: 12px;
}
.slide-content-strong {

    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    line-height:normal;
}
.inner-banner {
    padding-top: 75px;
}
.inner-header-top-nav .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: ">";
}
.inner-header-top-nav ul {
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}
.inner-header-top-nav ul li a {
    color: #a0c8f2;
}
.inner-header-top-nav ul li a:hover {
    color: #fff;
    text-decoration: none;
}
.inner-header-top-nav .breadcrumb {
    padding: 5px 0px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: inherit;
}
.inner-header-top-nav {
    background: #29343e;
    position: fixed;
    width: 100%;
    z-index: 9;
    display:none
}
.inner-middle-header .slider-content h4 {
    margin-top: 15px;
    line-height: 32px;
}
.inner-middle-header .slider-content {
    padding-top: 70px;
}
.inner-middle-header {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}
.application-header {
    height: 390px;
    background-image: url(../images/application-banner.png);
}
.aboutUs-header {
    height: 390px;
    background-image: url(../images/about.jpg);
}
.portfolio-header {
    height: 256px;
    background-image: url(../images/portfolio-bg.png);
}
.casestudy-header {
    height: 256px;
    background-image: url(../images/case-study-bg.png);
}
.clientFocus-header {
    height: 256px;
    background-image: url(../images/clients.jpg);
}
.testimonials-header {
    height: 256px;
    background-image: url(../images/testimonials.jpg);
}
.project-managment-header {
    height: 256px;
    background-image: url(../images/project-managment.jpg);
}
.Monitoring-Support {
    height: 256px;
    background-image: url(../images/Monitoring-Support.jpg);
}
.media-entertainment {
    height: 256px;
    background-image: url(../images/media-entertainment.jpg);
}
.ed-tech {
    height: 256px;
    background-image: url(../images/ed-tech.jpg);
}
.healthcare {
    height: 300px;
    background-image: url(../images/healthcare.jpg);
    background-position: left;
}
.utilities {
    height: 256px;
    background-image: url(../images/utilities.jpg);
}
.e-commerce {
    height: 286px;
    background-image: url(../images/e-commerce.jpg);
    background-position: left;
}
.staffing-header {
    height: 390px;
    background-image: url(../images/staffing.jpg);
}
.smallBiz-header {
    height: 390px;
    background-image: url(../images/smallBiz-entrepreneurs.jpg);
}
.front-end-engineering-header {
    height: 390px;
    /* background-image: url(../images/case-study-bg.png); */
    
    background: #4781c1;
}
.mobile-app-development-header {
    height: 390px;
    background-image: url(../images/mobilapp-develpoment.jpg);
}
.application-development-maintenance-header {
    height: 256px;
    /* background-image: url(../images/case-study-bg.png); */
    
    background: #4781c1;
}
.solutions-architecture-header {
    height: 256px;
    /* background-image: url(../images/case-study-bg.png); */
    
    background: #4781c1;
}
.sitemap-header {
    height: 256px;
    /* background-image: url(../images/case-study-bg.png); */
    
    background: #4781c1;
}
.contactUs-header {
    height: 256px;
    background-image: url(../images/contact.jpg);
}
.contactUs-header-locations {
    height: 256px;
    background-image: url(../images/locations.png);
}
.enterprise-services-header {
    height: 256px;
    background-image: url(../images/enterprise-services.jpg);
}
.insurance-fund {
    height: 256px;
    background-image: url(../images/insurance-fund.png);
}
.insurance-fund-container ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-flow: column;
    width: max-content;
}
    .insurance-fund-container ul li {
        color: #ff7600;
        font-weight: 600;
        background: #fff;
        border-radius: 10px;
        margin-bottom: 7px;
        padding: 4px 13px;
        font-size: 14px;
        position: relative;
        padding-left: 25px;
    }
        .insurance-fund-container ul li::before {
            content: "";
            height: 6px;
            width: 6px;
            background: #ccc;
            position: absolute;
            left: 11px;
            border-radius: 50%;
            top: 13px;
        }
.insurance-fund-container h2 {
    margin-bottom: 15px;
}
.insurance-fund-container .subHeading {
    margin-top: 0px;
    margin-bottom: 25px;
}
.insurance-fund-container ul li .caret {
    border-top: 6px dashed;
    border-top: 4px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-bottom: 2px;
    rotate: 270deg;
}
.insurance-fund-container .table  {
    background: #fff;
}
.insurance-fund-container .table ul li {
    background:none;
}
    .insurance-fund-container .table ul li::before {
        background: #909090;
        top: 11px;
    }

.Cloud-Migration {
    height: 256px;
    background-image: url(../images/Cloud-Migration.jpg);
}
.Application-Data-Modernization {
    height: 256px;
    background-image: url(../images/Application-Data-Modernization.jpg);
}
.Cloud-Adoption-Framework {
    height: 340px;
    background-image: url(../images/Cloud-Adoption-Framework.jpg);
}
    .Cloud-Adoption-Framework .orgBtn, .architectedFramework .orgBtn {
        margin-top: 20px;
        font-size: 16px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
        .Cloud-Adoption-Framework .orgBtn:hover, .architectedFramework .orgBtn:hover {
            background: #ff8822;
        }
        .Solutioning-Implementation {
            height: 256px;
            background-image: url(../images/Solutioning-Implementation.jpg);
        }

.architectedFramework {
    height: 340px;
    background-image: url(../images/architectedFramework.jpg);
}
.services-header {
    height: 256px;
    /* background-image: url(../images/case-study-bg.png); */
    background: #4781c1;
}
.QA-header {
    height: 256px;
    background-image: url(../images/qa-testing.jpg);
}
.analystic-header {
    height: 256px;
    background-image: url(../images/analytics.jpg);
}
.system-administration-header {
    height: 390px;
    background-image: url(../images/system-administration.jpg);
}
.internet-of-thing-header {
    height: 256px;
    background-image: url(../images/internet-of-things.jpg);
}
.blockchain-header {
    height: 256px;
    background-image: url(../images/blockchain.jpg);
}
.sticky-nav {
    background: #58595b -moz-linear-gradient(center top, #58595b 0%, #333 100%) repeat scroll 0 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #58595b), color-stop(1, #333));
    background-color: #58595b;
}
.sticky-nav .navbar-default .navbar-brand {
    color: #fff;
}
.sticky-nav .navbar-default .navbar-brand:hover,
.sticky-nav .navbar-default .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.sticky-nav .navbar-default .navbar-nav > li > a {
    color: #fff;
}
.sticky-nav .navbar-default .navbar-nav>li>a:hover,
.sticky-nav .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background: transparent;
}
.sticky-nav .navbar-default .navbar-nav > .active > a,
.sticky-nav .navbar-default .navbar-nav > .active > a:hover,
.sticky-nav .navbar-default .navbar-nav > .active > a:focus {
    color: #2e3a44 !important;
    background-color: #f4f4f4;
}
.sticky-nav.affix {
    position: fixed;
    top: 75px;
    z-index: 99;
    margin: 0;
    width: 100%;
    left: 0;
    right: 0;
}
.sticky-nav .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: inherit;
    background: transparent !important;
}
.main-section {
    padding: 60px 0px 60px 0px;
    float: left;
    width: 100%;
}
.main-section-content {
    float: left;
    padding: 60px 0 60px;
    width: 100%;
}
#ProjectCarousel {
    float: left;
}
.services h2 {
    margin-bottom: 35px;
    margin-top: 0px;
}
.services {
    background: #49c6dd;
    color: #fff;
}
.services-box {
    background: #fff;
    margin-right: 15px;
    border-radius: 10px;
    padding: 15px 15px 35px 15px;
    color: #3b3b3b;
    box-shadow: 1px 1px 8px #989898
}
.services-box h4 {
    color: #006396;
    font-size: 20px;
}
.services-box-main {
    margin: 0px;
    padding: 0;
    color: #3b3b3b;
    font-size: 14px;
}
.services-box ul li {
    line-height: 27px;
}
.services-box-main li:last-child {
    margin: 0;
}
.services-box-main ul {
    padding-left: 15px;
    list-style-image: url('../images/right-arrow.png');
    line-height: 25px;
}
.benifits {
    background: url('../images/benifit-bg.png');
    color: #3b3b3b;
    line-height: 25px;
}
.bottom-slide-img {
    margin-right: -90px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.bottom-slide-img-1 {
    margin-right: 150px;
    position: absolute;
    right: 0;
    bottom: -90px;
}
.overview {
    color: #030712;
    font-size: 16px;
}
    .overview h2 {
        color: #0f141c;
        margin-top: 0px;
        font-weight: 700;
        margin-bottom: 25px;
    }
.benifits h2 {
    color: #2a455d;
    margin-bottom: 35px;
    font-weight: 700;
}
.paddingLeft0 {
    padding-left: 0;
}
.paddingRight0 {
    padding-right: 0;
}
.benifit-box {
    background: #fff;
    padding: 20px;
    min-height: 300px;
    box-shadow: 0px 0px 3px #b1b1b1;
}
.resources {
    background: url('../images/resource-bg.png') no-repeat center center;
    color: #1f1f1f;
    line-height: 25px;
    background-size: cover;
    background-attachment: fixed;
}
.staffing-bg {
    color: #1f1f1f;
    line-height: 25px;
    padding-bottom: 40px;
    color: #fff;
    background: url('../images/parallax-bg.jpg') no-repeat center center;
    background-attachment: fixed;
    fixed;
    background-size: cover;
}
.resources-box {
    background: url('../images/resource-box-bg.png');
    padding: 20px;
    min-height: 230px;
    box-shadow: 0px 0px 5px #1f1e1e;
}
.resources h2 {
    margin-bottom: 35px;
    color: #fff;
}
.Roboto-bold {
    font-family: 'Roboto-Bold';
    color: #000;
}
.resources-btn {
    background: #258bce;
    color: #fff;
    padding: 3px 15px;
    border-radius: 5px;
    position: absolute;
    bottom: 20px;
}
.resources-btn:hover {
    background: #3b3b3b;
    color: #fff;
    text-decoration: none;
}

.casestudy-sidebar {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 10px;
}
.casestudy-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.casestudy-sidebar h4 {
    color: #000;
    margin-bottom: 0;
    margin-top: 20px;
}
.casestudy-sidebar h4:first-child {
    margin: 0;
}
.casestudy-content-box h2 {
    font-size: 26px;
    font-family: Roboto-Thin;
    color: #000;
    font-weight: bold;
}
.segment-box {
    position: relative;
    display: inline-block;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
    .segment-box.first {
        background-image: linear-gradient(to top, #5540cd, #493fc7, #3c3ec0, #2e3dba, #1e3bb3);
    }
    .segment-box.second {
        background-image: linear-gradient(to top, #4292ff, #388cff, #2e86ff, #2380ff, #177aff);
    }
.segment-box:hover {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    z-index: 9;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 1;
}
.portfolio-box {
    background: #fff;
    height: 170px;
    box-shadow: 0 0 10px #b1b1b1;
    text-align: center;
    padding: 20px;
    margin: 15px 0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.portfolio-section {
    margin: 30px 0;
    overflow: hidden;
    padding: 10px 0;
}
.portfolio-box img {
        margin: 0 auto;
}
.margin-top-botm {
    margin: 15px 0;
}
.case-study-box {
    background: #fff;
    min-height: 265px;
    box-shadow: 0 0 10px #b1b1b1;
    text-align: center;
    padding: 8px;
    margin: 15px 0;
    border-radius: 5px;
}
.case-study-box h5 {
    margin: 20px 0;
    margin-bottom: 10px;
}
.sticky-nav .navbar-brand {
    border-right: 1px solid #000;
    pointer-events: none;
}
.img-center {
    margin: 0 auto;
    max-width: 250px;
}
.marginTopBottom {
    margin: 25px 0;
}
.partner-logo {
    margin-right: 40px;
    max-width: 150px;
}
.partner-content {
    min-height: 140px;
}
.contact-caption {
    margin-top: 10px;
}
.contact-info h3,
.contact-form h3 {
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-left: 0;
    text-transform: uppercase;
}
.contact-info {
    padding-left: 40px;
}
.info-detail {
    border-top: 1px solid #53cde5;
    padding-top: 20px;
		position:relative;
		    margin-bottom: 45px;
}
.location-map {    position: absolute;
    bottom: 0px;
    padding: 5px 10px;
    background: rgba(18,62,125, 0.9);
    color: #fff;
		width:100%;     font-size: 16px;
		}
		
		.location-map i.fa{font-size: 17px; margin-right:5px;}
.contact-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.contact-info ul li {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
		    line-height: normal;
				margin-bottom:25px;
}
.contact-info i.fa {
    font-size: 16px;
    height: 25px;
    padding-right: 12px;
    width: 25px;
    float: left;
    line-height: normal;
    margin-bottom: 16px;
}
.contact-info ul li span {
    font-weight: bold;
}
.contact-form {
    padding-right: 40px;
}
.contact-form input {
    background: #fff none repeat scroll 0 0;
    border: solid 1px #b1b1b1;
    color: #084a5c;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    height: 40px;
    margin-bottom: 12px;
    padding: 12px;
    width: 100%;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border: solid 1px #53cde5;
    outline: none;
    box-shadow: 0px 0px 7px #dedede;
}
.contact-form textarea {
    border: solid 1px #b1b1b1;
    font-family: "Open Sans", sans-serif;
    height: 140px;
    margin-bottom: 12px;
    padding: 12px;
    width: 100%;
}
.contact-form input.submit-btn {
    background: #333;
    color: #fff;
    float: left;
    font-family: "BenchNine", sans-serif;
    font-size: 20px;
    height: 50px;
    padding: 0;
    width: 180px;
}
.contact-form input.submit-btn:focus {
    border: none;
}
.contact-form .form {
    border-top: 1px solid #53cde5;
    padding-top: 40px;
    text-align: right;
}
.inner-middle-header h2 {
    line-height: 45px;
    margin-top: 0;
}
.less-top {
    padding-top: 25px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #687d9c;
    color: #fff!important;
}
.navbar-brand {
    padding-left: 0px;
}
.affix-top {
    position: relative;
    z-index: 99;
}
h2 {
    margin-top: 0px;
}
.affix::before {
    content: "";
}
.Life-Cycle-img {
margin-top: -40px;
    margin-left: 60px;
    width: 25%;
    height: auto;
}
.testimonial-box {
    padding: 30px;
    box-shadow: 0px 0px 15px #ccc;
    margin: 45px 0px 0px 0px;
    border-radius: 5px;
    background: #eee;
}
.post-name {
    display: block;
    padding-left: 30px;
    margin-top: 11px;
    color: #888;
}
.white {
    background: #fff;
}

.icon-container {
    min-height: 110px;
    font-size: 60px;
    display: flex;
    align-items: center;
}

.alm-img {
    margin-top: -20px;
    margin-left: 60px;
    width: 50%;
    height: auto;
}
.qaa-img {
    margin-top: -20px;
    margin-left: 60px;
    width: 50%;
    height: auto;
}
.portfolio-section .carousel-inner {padding-bottom:20px;}
.portfolio-section .carousel-control{    width: 35px; margin-left: -60px;}
.portfolio-section .carousel-control img {    top: 50%;
    position: absolute;
    margin-top: -32px;
    opacity: .5;
    width: 60%;}
.portfolio-section .carousel-control.right {    margin-right: -30px;}
.portfolio-section .carousel-indicators {bottom: -25px;}
.portfolio-section .carousel-indicators .active {
    background: #000;
		width: 15px;
    height: 15px;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.portfolio-section .carousel-control:hover  img{opacity: .8;}


.image-container {
    padding: 40px 30px;
    max-width: 385px;
    margin: 0 10px 0px;
    z-index: 1;
    border-radius: 20px;
    box-shadow: 0 0 5px #cbcbcb;
    background: linear-gradient(-41deg, #74cfe1 -47%,white 22%, white);
}

    .image-container h3 {
        font-size: 16px;
        text-transform: uppercase;
        color: #333;
        font-weight: bold;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .image-container h4 {
        color: #4781c1;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 25px;
    }

    .image-container .img-center {
        max-width: 180px;
        width: 100%;
        border: 2px solid #fff;
    }

.img-center {
    margin: 0 auto;
    max-width: 250px;
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.image-container:hover {
    position: relative;
    z-index: 0;
    overflow: hidden;
    cursor: pointer;
    background: transparent;
}

    .image-container:hover::before {
        content: '';
        position: absolute;
        z-index: -2;
        left: -50%;
        top: -50%;
        width: 200%;
        height: 200%;
        background-repeat: no-repeat;
        background-size: 50% 50%, 50% 50%;
        background-position: 0 0, 100% 100%;
        background-image: linear-gradient(#4781c1, #4781c1), linear-gradient(#71cee0, #71cee0), linear-gradient(#d53e33, #d53e33), linear-gradient(#377af5, #377af5);
        animation: rotate 2s linear infinite;
    }

    .image-container:hover::after {
        content: '';
        position: absolute;
        z-index: -1;
        left: 3px;
        top: 3px;
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        background: white;
        border-radius: 15px;
    }
.our-team-header {
    height: 256px;
    background-image: url(../images/our-team-bg.jpg);
}

.innerPageFlex {
    display: flex;
    margin: 30px 0px;
    align-items: flex-start;
    justify-content: center;
}
    .innerPageFlex img {
        width: 50%;
        margin-left: 30px;

    }
    .innerPageFlex ul {
        padding: 0px;
        list-style: none;
    }
        .innerPageFlex ul li {
            display: flex;
            margin-bottom: 25px;
            margin-top: 25px;
            position:relative;
        }
            .innerPageFlex ul li .fa {
                font-size: 35px;
                color: #71cee0;
                margin-top: 2px;
                margin-right: 20px;
                float: left;
                min-width: 40px;
                text-align: center;
            }
            .innerPageFlex ul li em {
                font-style:normal;
            }
                .innerPageFlex ul li em strong {
                    color: #ff7600;
                }
                .cloud-adoption {
                    background: #fff;
                    text-align: center;
                    color: #030712;
                }
    .cloud-adoption h2 {
        color: #0f141c;
        font-weight: 700;
    }
.azurecloudBox {
    display: flex;
    margin-top: 70px;
    padding: 0 50px;
    margin-bottom: 30px;
}
        .azurecloudBox .item {
            width: 20%;
            padding: 15px 10px;
            margin: 0 15px;
            border: 1px solid #73cfe1;
            border-radius: 10px;
            display: flex;
            flex-flow: column;
            align-items: center;
            justify-content: space-between;
            position: relative;
        }

            .azurecloudBox .item .fa-long-arrow-right {
                position: absolute;
                font-size: 42px;
                right: -43px;
                z-index: 9;
                top: 142px;
                margin-top: -25px;
                color: #71cee0;
            }
            .azurecloudBox .item h3 {
                font-size: 18px;
                line-height: normal;
                color: #0f141c;
                font-weight: 800;
                display: flex;
                justify-content: center;
                min-height: 48px;
                margin: 20px 5px 10px;
            }

            .azurecloudBox .item a {
                display: block;
                background: #ff8822;
                color: #fff;
                margin: 10px 10px 0px;
                padding: 2px 10px;
                border-radius: 25px;
                font-size: 14px;
                font-weight: 600;
            }
            .azurecloudBox .item a:hover {
                background: #0f141c;
                text-decoration:none;
            }

.Azure-cloud-work {
    margin-top: 50px;
}
    .Azure-cloud-work ul {
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px;
        padding: 0px;
    }
        .Azure-cloud-work ul li {
            background: #e3e3e3;
            padding: 5px 10px 5px 7px;
            font-size: 14px;
            margin-right: 10px;
            border-radius: 10px 30px 30px 10px;
            border-left: 4px solid #71cee0;
            color: #000;
            position: relative;
        }
            .Azure-cloud-work ul li:last-child {
                margin-right: 0px;
                border-color: #dbdbdb;
                background: #dbdbdb;
                font-weight: 700;
            }
            .Azure-cloud-work ul li:after {
                content: "";
                width: 10px;
                height: 1px;
                background: #c9c9c9;
                right: -10px;
                top: 17px;
                position: absolute;
                z-index: 0;
            }

            .Azure-cloud-work ul li:before {
                content: "";
                top: 9px;
                position: absolute;
                width: 0;
                height: 0;
                vertical-align: middle;
                border-top: 8px solid transparent;
                border-left: 8px dashed;
                left: -17px;
                border-bottom: 8px solid transparent;
                color: #c9c9c9;
            }
            .Azure-cloud-work ul li:last-child::after, .Azure-cloud-work ul li:first-child::before {
                display: none;
            }
            .Azure-cloud-work ul li:first-child {
                border-left: 0px solid #ff7601;
                font-weight: bold;
                background: #dbdbdb;
            }

.aboutTricon {
    margin-top: 50px;
    padding: 0 70px;
    margin-bottom:30px;
}
    .aboutTricon a {
        color: #014fff;
        font-weight:600;
    }
.leftBoxImg {
    color: #030712;
    font-size: 16px;
    padding-top: 70px;
    padding-bottom:70px;
}

    .leftBoxImg .innerPageFlex img {
        width: 50%;
        margin-left: 0px;
        margin-right:30px;
    }

.rightBoxImg {
    background: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #030712;
    font-size: 16px;
}
.innerPageFlex a {
    color: #014fff;
    font-weight: 600;
}

b, strong {
    font-weight: 700;
}

#cloudMigration .innerPageFlex ul {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    #cloudMigration .innerPageFlex ul li {
        margin-bottom: 10px;
        margin-top: 15px;
        display: inline-flex;
        width: 49%;
    }
#cloudMigration .innerPageFlex img {
    width:40%
}
#cloudMigration .innerPageFlex {
    margin-bottom: 0px;
    align-items:flex-start;
}
    #cloudMigration .innerPageFlex ul li .fa {
        min-width: 30px;
    }

.orgBtn {
    display: inline-block;
    background: #ff8822;
    color: #fff !important;
    margin: 10px 0px 0px;
    padding: 5px 15px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
}
    .orgBtn:hover {
        color: #fff !important;
        background:#333;
    }

    .orgBtn .fa-chevron-right {
        font-size: 10px;
        margin-left: 2px;
    }

.cloudDesign {
    width: 350px;
    height: 350px;
    border: 2px solid #71cee0;
    border-radius: 50%;
    position: relative;
    margin-top: 70px;
}

    .cloudDesign ul li {
        margin: 0px;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        background: #ff8822;
        position: absolute;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        color: #fff;
    }

    .cloudDesign .fa-cloud {
        font-size: 160px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -80px;
        margin-left: -85px;
        color: #71cee0;
    }
    .cloudDesign ul li:first-child {
        top: -52px;
        left: 120px;
    }
    .cloudDesign ul li.second {
        top: 10px;
        left: 256px;
    }

    .cloudDesign ul li.third {
        right: -47px;
        top: 160px;
    }
    .cloudDesign ul li.fourth {
        top: inherit;
        bottom: -32px;
        right: 42px;
    }
    .cloudDesign ul li.fifth {
        bottom: -34px;
        left: 46px;
    }
    .cloudDesign ul li.six {
        bottom: 80px;
        left: -47px;
    }
    .cloudDesign ul li:last-child {
        bottom: 225px;
        left: -20px;
    }

.cloudDesign .fa-cloud span {
    color: #fff;
    position: absolute;
    font-size: 19px;
    left: 25px;
    top: 48px;
    font-family: 'Nunito', sans-serif;
    width: 114px;
    font-weight: 700;
    line-height: 23px;
}

.cloudDesignBox {
    padding: 0 180px;
}

#cloudManagement .innerPageFlex img {
    margin-right:50px;
}
.designerList {
    margin-top: 30px;
}
    .designerList ul {
        list-style: none;
        padding: 0px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 25px;
    }
    .designerList li {
        width: 48%;
        padding: 15px;
        background: #fff;
        margin-bottom: 25px;
        border-radius: 10px;
        display: flex;
    }
        .designerList li strong {
            color: #ff7600;
        }
        .designerList li .fa {
            font-size: 50px;
            color: #71cee0;
            margin-right: 20px;
            text-align: center;
        }
    .designerList li em {
        font-style: normal;
    }
        .designerList li .fa.fa-chevron-right {
            font-size: 10px !important;
            color: #fff !important;
            margin-right: 0px;
        }


.simpleList {
    margin-top: 30px;
}

    .simpleList ul {
        list-style: none;
        padding: 0px;
        margin-top: 45px;
        margin-bottom: 15px;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }
        .simpleList ul li {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            width: 48%;
            color: #ff7600;
            font-weight: 600;
            background: #fff;
            border-radius: 10px;
            padding: 15px;
        }
        .simpleList ul li .fa {
            font-size: 35px;
            color: #71cee0;
            margin-right: 10px;
        }
.carousel-contact {
    display: flex;
    margin: 50px 0px;
    justify-content: space-between;
    border-radius:0px 10px 10px 0px;
}
.carouselText {
    /*position: relative;
    width: 70%;
    background: rgb(40,180,255);
    background: linear-gradient(150deg, rgba(0,158,242,1) 0%, rgba(40,180,255,1) 100%);
    height: 230px;*/
    position: relative;
    width: 65%;
    background: #fb8d2d;
    height: 280px;
}
    .carouselText .carousel-inner {
        height: 250px;
        min-height: inherit;
    }
    .carouselText .carousel-caption {
        position: initial;
        padding: 20px 35px;
        text-shadow: none;
        text-align: left;
    }
        .carouselText .carousel-caption h3 {
            font-size: 50px;
            font-weight: 400;
            margin: 10px 0px 15px;
        }
        .carouselText .carousel-caption p {
            font-size: 17px;
            font-weight:300;
        }
    .carouselText .carousel-indicators li {
        background: #d57420;
        margin: 0px 1px;
        width: 14px;
        height: 14px;
        border: 1px solid #fb8d2d;
    }
    .carouselText .carousel-indicators .active {
        background: #fff;
        width: 14px;
        height: 14px;
    }
    .carouselText .carousel-indicators {
        left: 35px;
        width: auto;
        margin: 0px;
    }
.carousel-contact .contactBox {
    width: 30%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    background: #fff;
    text-align: center;
    padding: 25px 20px;
    line-height: 26px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
}
    .carousel-contact .contactBox h5 {
        font-size: 28px;
        font-weight: 700;
        margin: 0px;
        margin-bottom: 15px;
    }
    .bigBtn {
        font-size: 20px;
        padding: 6px 20px;
        line-height: normal;
    }
    .bigBtn .fa-chevron-right {
        font-size: 13px;
        margin-left: 2px;
    }

.application-modernization-box {
    padding-top:40px;
}

.singleLine {
    font-weight:700;
    margin-bottom:40px;
}
.PathDesign {
    background: #fff;
    color: #030712;
}

.innerPageFlex .boxDesign {
    width: 340px;
    background: #ff8822;
    margin-right: 30px;
    color: #fff;
    height: 170px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
    .innerPageFlex .boxDesign h3 {
        margin-top: 0px;
        font-size: 26px;
    }
    .innerPageFlex .boxDesign .fa-caret-right {
        position: absolute;
        right: -29px;
        color: #f82;
        font-size: 110px;
    }

.subHeading {
    margin-top:40px;
    font-size:18px;
}
.Pathbox {
    margin-top: 20px;
    justify-content: flex-start;
}
.PathDesign .designerList {
    margin-top:70px;
}
    .PathDesign .designerList li {
        background: #f7f7f7;
    }
.PathDesign .designerList p {
    font-size: 18px;
}
.twoColumDesignn {
    justify-content: space-between;
    align-items: stretch!important;
}
    .twoColumDesignn > div {
        width: 40%;
        padding: 20px;
        border: 1px solid #e1e1e1;
        background: #fff;
        border-radius: 10px;
    }
        .twoColumDesignn > div:first-child {
            width: 55%;
        }
        .twoColumDesignn > div:last-child li{
           align-items:center;
        }
.org-heading {
    color: #ff7600;
}
.Increased-Agility {
    transform: rotate(-90deg);
    position: relative;
    left: 18px;
    top: -14px;
}

.smallDollar {
    position: absolute;
    font-size: 20px!important;
    color: #71cee0;
    left: 17px;
    top: 16px;
}
.why-modernize { margin-top:40px;}
.why-modernize.innerPageFlex ul li {
    margin-bottom: 30px;
    margin-top: 0px;
}
    .why-modernize.innerPageFlex ul li:last-child {
        margin-bottom: 0px;
    }
    .why-modernize.innerPageFlex img {
        width:40%;
        margin-left:50px;
    }
.benefits {
    justify-content:flex-start;
}
    .benefits ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
    }

    .benefits.innerPageFlex ul li {
        display: flex;
        margin-bottom: 25px;
        margin-top: 25px;
        position: relative;
        width: 150px;
        background: #fb8d2d;
        margin-right: 15px;
        border-radius: 10px;
        padding: 20px 13px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        color: #fff;
        font-size: 18px;
        line-height: normal;
    }
    .benefits.innerPageFlex ul li .fa {
        color: #fff;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .benefits.innerPageFlex ul li:last-child {
        margin-right:0px;
    }
.alonebox {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    display: inline-block;
    margin-top: 10px;
}
    .alonebox .fa-download {
        font-size: 16px;
        margin-left: 2px;
    }

.margin-20 p{
    margin-bottom:20px;
}
.resourceBox {
    width: 300px;
    margin-right: 40px;
    margin-top: 10px;
    position: relative;
    margin-bottom: 50px;
}
    .resourceBox:last-child {
        margin-right:0px;
    }
    .resourceBox h5 {
        font-size: 18px;
        background: #ff7600;
        color: #fff;
        padding: 10px 20px;
        border-radius: 20px;
        margin-bottom: 15px;
        position: relative;
        z-index: 9;
    }
    .resourceBox ul li {
        justify-content: center;
        align-items: center;
        margin: 10px 0px;
        background: #eee;
        border-radius: 30px;
        padding: 5px;
        font-weight: 600;
        z-index: 9;
    }
    .resourceBox:after {
        content: "";
        height: calc(100% - 70px);
        width: 2px;
        background: #ccc;
        position: absolute;
        top: 40px;
        z-index: 0;
        left: 19px;
    }
    .resourceBox:before {
        content: "";
        height: calc(100% - 70px);
        width: 2px;
        background: #ccc;
        position: absolute;
        top: 40px;
        z-index: 0;
        right: 19px;
    }
    .resourceBox ul li:after, .resourceBox ul li:before {
        content: "";
        width: 5px;
        height: 5px;
        position: absolute;
        background: #a7a7a7;
        z-index: 99;
        left: 18px;
        border-radius: 50%;
    }
    .resourceBox ul li:before {
        right: 18px;
        left: inherit;
    }

.modal-lg {
    width: 700px;
    margin-top:45px;
    margin-bottom:0px;
}
    .modal-lg .modal-body {
        position: relative;
        padding: 35px;
        display: flex;
        padding-bottom:0px;
    }
    .modal-lg .modal-title {
        color: #fff;
        font-weight: 600;
        font-size: 21px;
    }
    .modal-lg .modal-header {
        padding: 10px 25px;
        background: #f82;
        border-radius: 6px 6px 0px 0px;
        border: 0px;
    }
    .modal-lg .modal-footer {
        text-align: center;
        clear: both;
        border: 0px;
        padding-top: 0px;
    }
    .modal-lg .modal-header .close {
        opacity: 1;
        font-size: 37px;
        text-shadow: none;
        color: #fff;
        background: #ff8822;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 10px;
    }
        .modal-lg .modal-header .close:hover {
            color: #222;
        }
#message_suc {
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
}
    #message_suc .alert-success {
        color: #53ad55;
        background-color: #f5fff0;
        border-color: #d6e9c6;
    }
        #message_suc .alert-success span {
            font-size: 18px;
            padding-top: 7px;
            display: block;
        }
        .registerPopup .modal-lg {
            margin-top: 185px;
        }
    .registerPopup .modal-lg .error {
        border:1px solid #ff0000;
    }
.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}
.modal-lg .modal-content {
    border-radius: 8px 8px 6px 6px;
}

.modal-lg .modal-content label {
    font-weight: 500;
}
    .modal-lg .modal-content .form-control {
        border-radius: 5px;
        height: 38px;
        box-shadow: none;
        font-size: 16px;
    }
.modal-lg .orgBtn {
    padding: 9px 30px;
    border-radius: 4px;
}
.cloudEngineer {
    width: 1140px;
    margin: 0 auto;
    float: initial;
    margin-top: 70px;
}
    .cloudEngineer h2 {
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 60px;
        color: #0f141c;
        font-weight: 700;
    }
    .cloudEngineer .supHeading {
        text-align: center;
        display: block;
        margin-bottom: 10px;
        color: #3a3a3a;
        font-weight: 700;
    }
    .cloudEngineer .cloudEngineer-box {
        background: #ffffff;
        padding: 25px 20px;
        text-align: center;
        min-height: 445px;
        margin: 0 10px;
        color: #2a363f;
        margin-bottom: 90px;
        box-shadow: 0px 0px 4px #e9e9e9;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        align-items:center;
    }
        .cloudEngineer .cloudEngineer-box:hover {
            box-shadow: 0px 0px 4px #bbb;
        }
        .cloudEngineer .orgBtn {
            font-size: 14px;
        }
.cloudEngineer .cloudEngineer-box h2 {
    font-size: 20px;
    font-weight: 700;
    color: #0f141c;
    line-height: normal;
    margin-bottom: 0px;
}
    .cloudEngineer .btn-mini {
        background: #ff7600;
        color: #fff;
        font-family: Roboto-Bold;
        border-radius: 15px;
        padding: 7px 25px;
        margin-top: 12px;
        font-size: 13px;
    }
        .cloudEngineer .btn-mini:hover {
            background: transparent;
            border: 1px solid #ff7600;
            color: #ff7600;
        }
    .cloudEngineer .icon-container {
        min-height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.kyeServicesBox {
    clear: both;
    width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
    padding-top: 30px;
}
.servicesBox {
    width: 380px;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 25px;
    text-align: center;
    line-height: normal;
    display: inline-flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
}
    .servicesBox:first-child, .bdrLeft-0 {
        border-left: 0px;
    }
.bdrBottom-0 {
    border-bottom: 0px;
}

.servicesBox h2 {
    font-size: 20px;
    font-weight: 700;
    padding-top: 20px;
    min-height: 64px;
}
.servicesBox.grayBg {
    background: #fbfbfb;
}
.servicesBox.contactBox {
    color: #f82;
    font-size: 20px;
    justify-content: center;
    align-items: center;
}
    .servicesBox.contactBox h5 {
        font-size: 34px;
    }
.elevateBox {
    background: #f7931e;
    display: block;
    width: 100%;
    float: left;
    padding: 40px 0px;
    text-align: center;
    margin-bottom: 50px;
    background-image: url(../images/cloudBg.jpg);
    background-size: contain;
}
    .elevateBox .col-md-12 {
        width: 1140px;
        margin: 0 auto;
        float: initial;
        color: #fff;
    }
    .elevateBox .col-md-12 h2 {
        font-size: 50px;
        font-weight: 600;
        margin: 0px 0px 15px;
    }
    .elevateBox .col-md-12 p {
        font-size: 17px;
        padding: 0 130px;
    }
.unsubscribeLink {
    max-width: 21px;
    margin-right: 6px;
    vertical-align: sub;
}
.termsCheck {
    display: flex;
    align-items: flex-start;
}
    .termsCheck label {
        font-weight: 500;
        margin-left: 5px;
        line-height: normal;
    }

.submitBtn .orgBtn {
    border: 0px;
    white-space: nowrap;
    margin-top: 0px;
}
.submitBtn .orgBtn i.fa {
    margin-bottom: 0px;
    float: none;
    padding-right: 0px;
    height: auto;
    width: auto;
}
.mError {
    border-color: red;
}

    .mError::placeholder {
        color: red;
        opacity: 1; /* Firefox */
    }

    .mError::-ms-input-placeholder { /* Edge 12 -18 */
        color: red;
    }

.thanksM {
    color: green;
    margin-left: 20px;
    margin-top: 10px;
    display: flex;
    line-height: normal;
    border-radius: 10px;
    padding: 5px;
    font-size: 14px;
    background: #ebffeb;
}

    .thanksM i.fa {
        color: green;
        border-color: green;
        float: none;
        line-height: 22px;
        padding: 0;
        margin-bottom: 0px;
        min-width: 25px;
    }

.info-detail .submitBtn {
    display: flex;
    align-items: center;
}
.termsCheck.mError{
    position: relative;
}
.termsCheck.mError label{
    color:red;
}
    .termsCheck.mError label:after {
        content: "";
        color: red;
        width: 13px;
        height: 13px;
        position: absolute;
        background: #fff;
        border: 1px solid red;
        left: 0px;
        top: 4px;
    }



@media only screen and (max-width: 750px) {
    .cloudEngineer, .kyeServicesBox {
        width: auto;
    }
    .padding0 {
        padding-right: 15px;
        padding-left: 15px;
    }
    #first-slider .slide8 h2 {
        margin-top: 40px;
        line-height: 60px;
    }
    #first-slider .slide1 .slider-content h2 {
        margin: 45px 0 10px;
    }
    #first-slider .slide8 h4 {
        color: #000;
        margin-top: 35px;
        font-weight: 400;
        line-height: normal;
    }
    #first-slider .carousel-indicators {
        left: 0px;
        margin: 0px;
        width: auto;
        text-align: center;
        padding-bottom: 20px;
    }
    .cloudEngineer .cloudEngineer-box {
        margin-bottom: 30px;
    }
    .servicesBox {
        width: auto;
        margin: 0px 25px;
        background: #fbfbfb;
        margin-bottom: 20px;
        border: 1px solid #dbdbdb!important;
    }
    .main-navigation.navbar-default .navbar-nav > li > a {
        font-size: 14px!important;
        margin: 0 4px;
    }
    .innerPageFlex img, .leftBoxImg .innerPageFlex img, #cloudMigration .innerPageFlex img {
        width: auto;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .innerPageFlex {
        flex-flow: column-reverse;
    }
    .leftBoxImg .innerPageFlex {
        flex-flow: column;
    }
    .main-section-content {
        padding: 30px 0 30px;
    }
    .inner-middle-header .slider-content {
        padding-top: 40px;
    }
    .Azure-cloud-work ul {
        flex-flow: column;
        align-items: stretch;
    }
        .Azure-cloud-work ul li {
            background: #f5f5f5;
            padding: 5px 10px 5px 10px;
            margin-right: 0px;
            border-radius: 30px;
            border-left: 4px solid #71cee0 !important;
            border-right: 4px solid #71cee0 !important;
            margin-bottom: 12px;
        }
            .Azure-cloud-work ul li:after {
                width: 2px;
                height: 10px;
                right: -10px;
                top: 35px;
                left: 50%;
                margin-left: -1px;
                background: #e9e9e9;
            }
            .Azure-cloud-work ul li:before {
                top: -16px;
                left: 50%;
                margin-left: -4px;
                transform: rotateZ(90deg);
                color: #e9e9e9;
            }
            .Azure-cloud-work ul li:first-child, .Azure-cloud-work ul li:last-child {
                background: #e9e9e9;
            }
    .azurecloudBox {
        flex-flow: column;
        padding: 0px;
    }
        .azurecloudBox .item {
            width: auto;
            margin: 0px 0px 29px;
            padding-bottom: 25px;
        }
            .azurecloudBox .item .fa-long-arrow-right {
                transform: rotateZ(90deg);
                left: 50%;
                margin-left: -21px;
                right: inherit;
                top: inherit;
                bottom: -42px;
            }
    .cloudDesignBox {
         padding: 0; 
    }
    #cloudMigration .innerPageFlex ul li, .carouselText, .carousel-contact .contactBox, .designerList li, .twoColumDesignn > div:first-child, .twoColumDesignn > div {
        width: auto;
    }
    .carousel-contact {
        flex-flow: column;
        margin-top: 30px;
    }
    .cloudDesign {
        width: 300px;
        height: 300px;
        margin: 0 auto;
        margin-top: 50px;
    }
        .cloudDesign ul li {
            width: 90px;
            height: 90px;
            font-size: 15px;
        }
            .cloudDesign ul li:first-child {
                top: -42px;
                left: 117px;
            }
            .cloudDesign ul li.second {
                top: 25px;
                left: 225px;
            }
            .cloudDesign ul li.third {
                right: -35px;
                top: 147px;
            }
            .cloudDesign ul li.fourth {
                top: inherit;
                bottom: -30px;
                right: 54px;
            }
            .cloudDesign ul li.fifth {
                bottom: -14px;
                left: 23px;
            }
            .cloudDesign ul li.six {
                bottom: 89px;
                left: -41px;
            }
            .cloudDesign ul li:last-child {
                bottom: 201px;
                left: 1px;
            }
        .cloudDesign .fa-cloud {
            margin-top: -70px;
            margin-left: -71px;
            font-size: 140px;
        }
            .cloudDesign .fa-cloud span {
                left: 18px;
                top: 40px;
            }
    .architectedFramework {
        height: 390px;
    }
    .carouselText {
        height: 290px;
    }
    .carouselText .carousel-inner {
        height: 270px;
    }
    .carouselText .carousel-caption p {
        font-size: 16px;
    }
    .carouselText .carousel-caption {
        padding: 10px 25px 20px;
    }
        .carouselText .carousel-caption h3 {
            font-size: 28px;
            margin: 10px 0px 10px;
        }
    .Application-Data-Modernization {
        height: 306px;
    }
    .why-modernize.innerPageFlex img {
         width: auto; 
         margin-left: 0px; 
    }
    .Increased-Agility {
        left: 60px;
        top: -55px;
        margin: 0px;
    }
    .innerPageFlex .boxDesign {
        width: 100%;
        margin-bottom: 50px;
        height: 190px;
    }
    .innerPageFlex .boxDesign h3 {
        margin-top: 0px;
        font-size: 26px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
        .innerPageFlex .boxDesign h3 .fa {
            font-size: 55px;
            margin-bottom: 10px;
        }
        .innerPageFlex .boxDesign .fa-caret-right {
            right: initial;
            bottom: -67px;
            transform: rotateZ(90deg);
        }
    .twoColumDesignn > div {
        margin-top:20px;
    }
    .simpleList ul li {
        width:100%;
    }
    .benefits.innerPageFlex ul li {
        margin-top: 0px;
        width: 100%;
        margin-right: 0px;
    }
    .main-navigation .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .main-navigation.navbar-default .navbar-nav > li > a {
        padding: 15px 5px 10px 15px!important;
    }
    .sticky-nav .navbar-default .navbar-brand {
        padding-left: 15px;
    }
    .sticky-nav.affix {
        top: 63px!important;
    }
    .elevateBox .col-md-12 {
        width: auto;
    }
        .elevateBox .col-md-12 p {
            font-size: 16px;
            padding: 0px 34px;
        }
        .elevateBox .col-md-12 h2 {
            font-size: 40px;
        }
}