@import url(global.css);
@import url(font-awesome.min.css);
@import url(animate.min.css);
@import url(font-awesome-animation.min.css);
@import url(fonts.css);
@import url(magnific-popup.css);

.footer-view,
.head-caption:after,
.right-image:after,
.testimonial-view {
    background-repeat: no-repeat
}
#main {
    background-color: #ffffff;
	z-index:1;
}
.slide-banner,section{
	background-color: #fff;
}
/* .req-div {
    text-align: center;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eee;
    display: inline-block;
    width: 100%;
} */
/* .req-div .btn.btn-xl {
    border-radius: 0;
    padding: 20px 60px;
} */
.req-div .btn.btn-xl .fa {
    margin-left: 6px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 18px;
    display: none;
}
.req-divside {
    margin: 0 auto;
    text-align: end;
    position: fixed;
    bottom: 60px;
    right: -175px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    z-index: 9;
}
.req-divside .btn.btn-xl {
    border-radius: 0;
    padding: 10px 18px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
.req-divside .btn.btn-xl .fa {
    margin-right: 20px;
}
.req-divside:hover{
    right:0px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.req-quote-section, .signup-section{
    background-color: #025aa9;
    padding: 60px 15px;
    margin-top: 50px;
}
.req-quote-section .req-left p, .signup-section .signup-left p{
    color: #fff;
    font-size: 32px;
    margin: 0;
}
.req-quote-section .btn-xl, .signup-section .btn-xl{
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #0087ff;
    border-radius: 0;
    padding: 20px 60px;
}
.req-quote-section .btn-xl:hover, .signup-section .btn-xl:hover{
    background-color: #0087ff;
    border-color: #0087ff;
    color: #ffffff;
}
.req-quote-section .container>.row, .signup-section .container>.row{
    display: flex;
    align-items: center;
}
.req-quote-section .req-left, .signup-section .signup-left{
    width: 100%;
    max-width: calc(100% - 308px);
    padding-right: 150px;
}
.req-quote-section .req-right, .signup-section .signup-right{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 308px;
}
.request_modal .modal-dialog {
    width: 100%;
    max-width: 800px;
}
.request_modal form .form-group:nth-child(2), .request_modal form .form-group:nth-child(3), .request_modal form .form-group:nth-child(4), .request_modal form .form-group:nth-child(5) {
    width: 50%;
}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}
@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}
.page-text p {
    display: inline-block;
    width: 100%;
	margin-bottom: 15px;
}
.page-text h3{font-weight:500;margin-bottom: 5px;position: relative;display: inline-block;font-size: 30px;}
.page-text h3 a{font-weight:500;color:#0087ff;}
.page-text h3 a:hover{color:#025aa9;}
.f-content-block p a {
   color:#0087ff;
}
.f-content-block p a:hover{color:#025aa9;}
.f-content-block {
    clear: both;
    padding: 15px 0px;
    margin-top: 5px;
    position: relative;
    border-top: 3px solid #ababab;
}
.f-sub-content-block p {
    font-size: 18px;
}
.f-sub-content-block h4{position:relative;padding-left:0px;}
.f-sub-content-block ul li span, .f-sub-content-block ol li span {
    font-weight: 500;
}
.page-text .f-content-block:first-child {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.btn-view,
.career_form {
    clear: both
}
.main-navigation .sidenav{height:100%;width:280px;position:fixed;z-index:1;top:0;right:-280px;background-color:#23272a;overflow-x:hidden;padding-top:60px;-moz-transition:.3s;-webkit-transition:.3s;transition:.3s;}
.sidenav ul li {border-bottom: 1px solid rgba(255,255,255,.15);}
.sidenav ul li:last-child {
    border: 0px;
}
.main-navigation .sidenav a:hover {color: #f1f1f1;}
.main-navigation .sidenav .closebtn {position: absolute;top: 0;right: 0;font-size: 36px;margin-left: 50px;opacity: 1;color: #fff;width: 54px;text-align: center;background-color: #2470b4;border-radius: 50px 0px 50px 50px;}
.main-navigation .sidenav .closebtn:hover{color: #fff;background-color: #0087ff;}
#main {-moz-transition: margin-left .3s;-webkit-transition: margin-left .3s;transition: margin-left .3s;}
.main-navigation.navbar button.navbar-toggle {margin: 0;float: initial;color: #fff;font-size: 32px;}
ul.right-side-menu {float: right;line-height: 90px;}
ul.right-side-menu li{display:inline-block;vertical-align:middle;}
body .main-navigation.navbar{background-color:transparent;}
.main-navigation ul.nav_bar li a,ul.right-side-menu li a{padding:15px;color:#fff;line-height:1.5em;font-size:20px;font-weight:600;position:relative;display:block}
.main-navigation ul.right-side-menu li a{padding: 15px 10px;}
.main-navigation.navbar{height:110px;background-color:transparent;border:0;-webkit-transition:all 150ms ease 0s;-moz-transition:all 150ms ease 0s;-o-transition:all 150ms ease 0s;-ms-transition:all 150ms ease 0s;transition:all 150ms ease 0s}
.main-navigation.navbar a.navbar-brand {width: 332px;display: block;height: auto}
.main-navigation.navbar button.navbar-toggle:hover,.main-navigation ul.right-side-menu li a:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 35%;
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
}
.main-navigation.navbar ul.nav.navbar-nav {float: right}
.main-navigation.navbar .navbar-header {width: 100%;}
.main-navigation ul{padding:0px;list-style:none;}
.main-navigation ul.sub-menu{display: none;}
li.dropdown.open>ul.sub-menu {display: block;}
.main-navigation ul.nav_bar>li>a:before,.main-navigation ul.sub-menu>li>a:before{content:"";width:0;height:2px;background-color:#fff;display:inline-block;position:absolute;margin:auto;top:0;bottom:0;-webkit-transition:width 1s;-moz-transition:width 1s;transition:width 1s;left:15px}
.main-navigation ul.nav_bar>li>a,.main-navigation ul.sub-menu>li>a {-webkit-transition: padding 1s;-moz-transition: padding 1s;transition: padding 1s;}
.main-navigation ul.nav_bar>li:hover>a,
.main-navigation ul.sub-menu>li:hover>a,
.main-navigation ul.nav_bar>li:focus>a,
.main-navigation ul.sub-menu>li:focus>a,
.main-navigation ul.nav_bar>li>a.active,
.main-navigation ul.sub-menu>li>a.active{padding-left: 40px;}
.main-navigation ul.nav_bar>li:hover>a:before,
.main-navigation ul.sub-menu>li:hover>a:before,
.main-navigation ul.sub-menu>li:hover>a:before,
.main-navigation ul.nav_bar>li:focus>a:before,
.main-navigation ul.sub-menu>li:focus>a:before,
.main-navigation ul.nav_bar>li>a.active:before,
.main-navigation ul.sub-menu>li>a.active:before{width: 15px;-webkit-transition:width 1s;-moz-transition:width 1s;transition:width 1s;}
#main div#myCanvasNav{position:absolute;width:0;top:0;bottom:0;left:0;right:0;z-index:999}
.main-navigation li.dropdown .icon-plus {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    position: relative;
    vertical-align: middle;
    padding: 0;
    -moz-transition: transform .3s;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    margin-right: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-navigation li.dropdown span.dd-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: center;
    height: 60px;
	cursor:pointer;
}
.main-navigation ul.sub-menu li span.dd-toggle{
	height:54px;
}
.main-navigation ul.sub-menu li span.dd-toggle>.icon-plus{width:54px;height:54px;}
.main-navigation ul.sub-menu {background-color:#3f4346;border-top: 1px solid rgba(255,255,255,.15);}
.main-navigation ul.sub-menu ul.sub-menu{background-color:#696c6f}
.main-navigation li.dropdown .icon-plus:before{transform: rotate(90deg);-webkit-transition: width .3s;
-moz-transition: width .3s;transition: width .3s;}
.main-navigation li.dropdown .icon-plus:after,.main-navigation li.dropdown .icon-plus:before{content:'';display:block;height:0;top:50%;border-bottom:solid 3px #fff;position:absolute;width:12px;transition:transform .3s}
.main-navigation li.dropdown.open span.dd-toggle.show .icon-plus{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}
.main-navigation ul.sub-menu li a{font-size:16px;}
ul.right-side-menu li a:hover .fa {
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
}

/**********************/
.main-header  .navbar-nav>li>a:before {
    content: '';
    height: 4px;
    width: 0;
    display: inline-block;
    background-color: #0087ff;
    transition: 1s;
    -webkit-transition: 1s;
    position: absolute;
    bottom: 30px;
    right: 10px
}

.main-header  .navbar-nav>li:hover>a:before,
.main-header  .navbar-nav>li>a.active:before,
.main-header  .navbar-nav>li>a:focus:before,
.main-header  .navbar-nav>li>a:hover:before {
    width: 30px
}

.right-image:after,
.slide-banner .left-content:after {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    content: "";
    background-position: center;
    background-size: 100% auto;
}

.main-header  .navbar-nav>li.dropdown:hover>a:before {
    background-color: #025aa9
}

.slide-banner .left-content:after {
    background-image: url(../img/slider-bg.png);
    height: 100%;
    display: inline-block;
    left: 35px;
    opacity: .2;
	background-repeat: no-repeat;
}

.slide-banner .right-image {
    z-index: -1
}

/* .slide-banner .carousel, */
/* .slide-banner .left-content, */
/* .slide-banner .right-image { */
    /* height: 100vh */
/* } */

.slide-banner .carousel img {
    height: 100%
}

.right-image:after {
    z-index: 9;
    height: 100vh;
    background-image: url(../img/curve.png);
    background-color: transparent;
    left: 0;
    top: 0;
	background-size: cover;
}

.slide-banner .left-content {
    position: static
}

.slide-banner .carousel .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.slide-banner .carousel .carousel-inner .active.left,
.slide-banner .carousel .carousel-inner .active.right,
.slide-banner .carousel .carousel-inner .item {
    opacity: 0
}

.slide-banner .carousel .carousel-inner .active,
.slide-banner .carousel .carousel-inner .next.left,
.slide-banner .carousel .carousel-inner .prev.right {
    opacity: 1
}

.slide-banner .carousel .carousel-inner .active.left,
.slide-banner .carousel .carousel-inner .active.right,
.slide-banner .carousel .carousel-inner .next,
.slide-banner .carousel .carousel-inner .prev {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slide-banner .right-image {
    background-color: #022e56;
}

.slide-banner .right-image img {
    opacity: .3;
}

.slide-banner a.carousel-control {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 100px;
    font-size: 50px;
    background-image: none;
    text-shadow: none;
    color: #fff;
    opacity: 0;
    background-color: #0075be;
    margin: auto
}

.slide-banner .carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 125px;
    text-align: left;
    text-shadow: none
}

.slide-banner .carousel-caption h4 {
    color: #025aa9;
    margin-top: 0;
    font-weight: 400;
    font-size: 28px;
    padding-bottom: 0;
    position: relative;
    padding-top: 15px
}

.slide-banner .carousel-caption h2,
.slide-banner .carousel-caption h3 {
    margin-bottom: 0;
    position: relative;
	font-size: 44px;
    line-height: 48px;
    font-weight: 600;
    margin-left: -2px
}
.slide-banner .carousel-caption h2 span{
	color: #0087ff;
}
.slide-banner .carousel-caption h2 span,
.slide-banner .carousel-caption h3 span{font-size:inherit;}
.slide-banner .carousel-caption h3 {
    padding-bottom: 30px;
    margin-top: 0;
    display: inline-block;
    color: #025aa9
}
/*Letter Glow*/
@keyframes letter-glow{
  0%   { opacity: 0; text-shadow: 0px 0px 1px rgba(0, 119, 225, 0.19)}
  66%  { opacity: 1; text-shadow: 0px 0px 20px rgba(0, 119, 225, 0.40) }
  77%   { opacity: 1;  }
  100% { opacity:1; text-shadow: 0px 0px 20px rgba(0, 119, 225, 0)}
}
.home-slide h2 span ,.home-slide h3 span{
    -webkit-animation: letter-glow 0.7s 0s ease both;
    animation: letter-glow 0.7s 0s ease both;
}
.home-slide h2 span:nth-child(1) {-webkit-animation-delay: 0.05s;animation-delay: 0.05s;}
.home-slide h2 span:nth-child(2) {-webkit-animation-delay: 0.1s;animation-delay: 0.1s;}
.home-slide h2 span:nth-child(3) {-webkit-animation-delay: 0.1s;animation-delay: 0.15s;}
.home-slide h2 span:nth-child(4) {-webkit-animation-delay: 0.1s;animation-delay: 0.2s;}
.home-slide h2 span:nth-child(5) {-webkit-animation-delay: 0.1s;animation-delay: 0.25s;}
.home-slide h2 span:nth-child(6) {-webkit-animation-delay: 0.1s;animation-delay: 0.3s;}
.home-slide h2 span:nth-child(7) {-webkit-animation-delay: 0.1s;animation-delay: 0.35s;}
.home-slide h2 span:nth-child(8) {-webkit-animation-delay: 0.1s;animation-delay: 0.4s;}
.home-slide h2 span:nth-child(9) {-webkit-animation-delay: 0.1s;animation-delay: 0.45s;}
.home-slide h2 span:nth-child(10) {-webkit-animation-delay: 0.1s;animation-delay: 0.5s;}
.home-slide h2 span:nth-child(11) {-webkit-animation-delay: 0.1s;animation-delay: 0.55s;}
.home-slide h2 span:nth-child(12) {-webkit-animation-delay: 0.1s;animation-delay: 0.6s;}
.home-slide h2 span:nth-child(13) {-webkit-animation-delay: 0.1s;animation-delay: 0.65s;}
.home-slide h2 span:nth-child(14) {-webkit-animation-delay: 0.1s;animation-delay: 0.7s;}
.home-slide h2 span:nth-child(15) {-webkit-animation-delay: 0.1s;animation-delay: 0.75s;}
.home-slide h2 span:nth-child(16) {-webkit-animation-delay: 0.1s;animation-delay: 0.8s;}
.home-slide h2 span:nth-child(17) {-webkit-animation-delay: 0.1s;animation-delay: 0.85s;}
.home-slide h2 span:nth-child(18) {-webkit-animation-delay: 0.1s;animation-delay: 0.9s;}
.home-slide h2 span:nth-child(19) {-webkit-animation-delay: 0.1s;animation-delay: 0.95s;}
.home-slide h2 span:nth-child(20) {-webkit-animation-delay: 0.1s;animation-delay: 1.0s;}
.home-slide h2 span:nth-child(21) {-webkit-animation-delay: 0.1s;animation-delay: 1.05s;}
.home-slide h2 span:nth-child(22) {-webkit-animation-delay: 0.1s;animation-delay: 1.1s;}
.home-slide h2 span:nth-child(23) {-webkit-animation-delay: 0.1s;animation-delay: 1.15s;}
.home-slide h2 span:nth-child(24) {-webkit-animation-delay: 0.1s;animation-delay: 1.2s;}
.home-slide h2 span:nth-child(25) {-webkit-animation-delay: 0.1s;animation-delay: 1.25s;}
.home-slide h2 span:nth-child(26) {-webkit-animation-delay: 0.1s;animation-delay: 1.3s;}
.home-slide h2 span:nth-child(27) {-webkit-animation-delay: 0.1s;animation-delay: 1.35s;}
.home-slide h2 span:nth-child(28) {-webkit-animation-delay: 0.1s;animation-delay: 1.4s;}
.home-slide h2 span:nth-child(29) {-webkit-animation-delay: 0.1s;animation-delay: 1.45s;}
.home-slide h2 span:nth-child(30) {-webkit-animation-delay: 0.1s;animation-delay: 1.5s;}
.home-slide h2 span:nth-child(31) {-webkit-animation-delay: 0.1s;animation-delay: 1.55s;}
.home-slide h2 span:nth-child(32) {-webkit-animation-delay: 0.1s;animation-delay: 1.6s;}
.home-slide h2 span:nth-child(33) {-webkit-animation-delay: 0.1s;animation-delay: 1.65s;}
.home-slide h2 span:nth-child(34) {-webkit-animation-delay: 0.1s;animation-delay: 1.7s;}
.home-slide h2 span:nth-child(35) {-webkit-animation-delay: 0.1s;animation-delay: 1.75s;}
.home-slide h2 span:nth-child(36) {-webkit-animation-delay: 0.1s;animation-delay: 1.85s;}
.home-slide h3 span:nth-child(1) {-webkit-animation-delay: 0.1s;animation-delay: 1.6s;}
.home-slide h3 span:nth-child(2) {-webkit-animation-delay: 0.1s;animation-delay: 1.65s;}
.home-slide h3 span:nth-child(3) {-webkit-animation-delay: 0.1s;animation-delay: 1.7s;}
.home-slide h3 span:nth-child(4) {-webkit-animation-delay: 0.1s;animation-delay: 1.75s;}
.home-slide h3 span:nth-child(5) {-webkit-animation-delay: 0.1s;animation-delay: 1.8s;}
.home-slide h3 span:nth-child(6) {-webkit-animation-delay: 0.1s;animation-delay: 1.85s;}
.home-slide h3 span:nth-child(7) {-webkit-animation-delay: 0.1s;animation-delay: 1.9s;}
.home-slide h3 span:nth-child(8) {-webkit-animation-delay: 0.1s;animation-delay: 1.95s;}
.home-slide h3 span:nth-child(9) {-webkit-animation-delay: 0.1s;animation-delay: 2s;}
.home-slide h3 span:nth-child(10) {-webkit-animation-delay: 0.1s;animation-delay: 2.05s;}
.home-slide h3 span:nth-child(11) {-webkit-animation-delay: 0.1s;animation-delay: 2.1s;}
.home-slide h3 span:nth-child(12) {-webkit-animation-delay: 0.1s;animation-delay: 2.15s;}
.home-slide h3 span:nth-child(13) {-webkit-animation-delay: 0.1s;animation-delay: 2.2s;}
.home-slide h3 span:nth-child(14) {-webkit-animation-delay: 0.1s;animation-delay: 2.25s;}
.home-slide h3 span:nth-child(15) {-webkit-animation-delay: 0.1s;animation-delay: 2.3s;}
.home-slide h3 span:nth-child(16) {-webkit-animation-delay: 0.1s;animation-delay: 2.35s;}
.home-slide h3 span:nth-child(17) {-webkit-animation-delay: 0.1s;animation-delay: 2.4s;}
.home-slide h3 span:nth-child(18) {-webkit-animation-delay: 0.1s;animation-delay: 2.45s;}
.home-slide h3 span:nth-child(19) {-webkit-animation-delay: 0.1s;animation-delay: 2.5s;}
.home-slide h3 span:nth-child(20) {-webkit-animation-delay: 0.1s;animation-delay: 2.55s;}
.home-slide h3 span:nth-child(21) {-webkit-animation-delay: 0.1s;animation-delay: 2.6s;}
.home-slide h3 span:nth-child(22) {-webkit-animation-delay: 0.1s;animation-delay: 2.65s;}
.home-slide h3 span:nth-child(23) {-webkit-animation-delay: 0.1s;animation-delay: 2.7s;}
.home-slide h3 span:nth-child(24) {-webkit-animation-delay: 0.1s;animation-delay: 2.75s;}
.home-slide h3 span:nth-child(25) {-webkit-animation-delay: 0.1s;animation-delay: 2.8s;}
.home-slide h3 span:nth-child(26) {-webkit-animation-delay: 0.1s;animation-delay: 2.85s;}
.home-slide h3 span:nth-child(27) {-webkit-animation-delay: 0.1s;animation-delay: 2.9s;}
.home-slide h3 span:nth-child(28) {-webkit-animation-delay: 0.1s;animation-delay: 2.95s;}
.home-slide h3 span:nth-child(29) {-webkit-animation-delay: 0.1s;animation-delay: 3s;}
.home-slide h3 span:nth-child(30) {-webkit-animation-delay: 0.1s;animation-delay: 3.05s;}
.home-slide h3 span:nth-child(31) {-webkit-animation-delay: 0.1s;animation-delay: 3.1s;}
.home-slide h3 span:nth-child(32) {-webkit-animation-delay: 0.1s;animation-delay: 3.15s;}
.home-slide h3 span:nth-child(33) {-webkit-animation-delay: 0.1s;animation-delay: 3.2s;}
.home-slide h3 span:nth-child(34) {-webkit-animation-delay: 0.1s;animation-delay: 3.3s;}
.home-slide h3 span:nth-child(35) {-webkit-animation-delay: 0.1s;animation-delay: 3.35s;}
.home-slide h3 span:nth-child(36) {-webkit-animation-delay: 0.1s;animation-delay: 3.4s;}
.home-slide h3 span:nth-child(37) {-webkit-animation-delay: 0.1s;animation-delay: 3.45s;}
.btn-view {
    margin-top: 30px;
    display: inline-block;
    padding-left: 0
}

.btn-view .btn.btn-xl {
    height: 50px;
    padding: 0;
    border: 0;
    background-color: #0087ff
}

.btn-view .btn.btn-xl span {
    color: #fff;
    font-size: 20px;
    padding: 0 20px
}

.btn-view .btn.btn-xl .fa {
    line-height: 50px;
    width: 45px;
    height: 50px;
    background-color: #025aa9;
    border-radius: 0 50px 50px 0
}

.btn-view .btn.btn-xl:hover {
    background-color: #025aa9
}

.btn-view .btn.btn-xl:hover .fa {
    -webkit-animation: horizontal 2s ease infinite;
    animation: horizontal 2s ease infinite
}

.slide-banner .carousel-caption h3:after {
    content: "";
    border-top: 5px solid #0087ff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    height: 0;
    width: 70px;
    position: absolute;
    left: 0;
    bottom: 0
}

.slide-banner .carousel-caption span {
    color: #025aa9;
    text-shadow: none;
    font-size: 22px
}

.main-header ul.sub-menu li a,
.sv-icon {
    color: #fff
}

.slide-banner .carousel-indicators {
    display: inline-block;
    right: 15px;
    left: inherit;
    width: auto;
    bottom: 140px;
}

.slide-banner .carousel-indicators li {
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    margin: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: all .3s linear!important;
    -khtml-transition: all .3s linear!important;
    -moz-transition: all .3s linear!important;
    -ms-transition: all .3s linear!important;
    -o-transition: all .3s linear!important;
    transition: all .3s linear!important
}

.slide-banner .carousel-indicators li.active {
    width: 8px;
    height: 8px;
    background-color: #fff;
    margin: 10px
}

.slide-banner .carousel-indicators li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 1px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    -webkit-transition: all .3s linear!important;
    -khtml-transition: all .3s linear!important;
    -moz-transition: all .3s linear!important;
    -ms-transition: all .3s linear!important;
    -o-transition: all .3s linear!important;
    transition: all .3s linear!important
}

.slide-banner .carousel-indicators li.active:before {
    border-color: #fff;
    width: 16px;
    height: 16px;
    left: -5px;
    right: 0;
    top: -5px
}

.people-info {
    padding: 12px 30px 0;
    -webkit-transition: all .3s linear 0s;
    -khtml-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.sv-button a,
.sv-icon {
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -khtml-transition: all .3s linear 0s
}

.main-header nav.navbar ul.nav.navbar-nav,
.main-header nav.navbar ul.nav.navbar-nav li {
    position: static
}

.main-header ul.sub-menu {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #025aa9;
    font-size: 14px;
    color: #fff;
    padding: 0;
    width: 580px;
    text-align: left;
    border-top: 4px solid #fff
}

.our-box,
.services-box,
.sv-icon {
    text-align: center
}

.main-header ul.sub-menu>li>a {
    font-weight: 700;
    font-size: 14px;
    padding: 12px;
    display: block
}

.main-header ul.sub-menu ul {
    padding-left: 0;
    list-style: none;
    margin-top: 0
}

.main-header nav.navbar ul.sub-menu>li {
    display: table-cell
}

.main-header nav.navbar ul.sub-menu>li ul li a {
    padding: 8px 12px;
    display: block
}

.main-header ul.sub-menu li.active>a,
.main-header ul.sub-menu li:focus>a,
.main-header ul.sub-menu li:hover>a,
.main-header ul.sub-menu li>a.active {
    background-color: #0087ff
}


.services-box {
    height: 100%;
    background-color: #eaeaed;
    background-image: -webkit-gradient(linear, left top, right top, from(#eaeaed), to(#fff));
    background-image: -webkit-linear-gradient(left, #eaeaed, #fff);
    background-image: -moz-linear-gradient(left, #eaeaed, #fff);
    background-image: -ms-linear-gradient(left, #eaeaed, #fff);
    background-image: -o-linear-gradient(left, #eaeaed, #fff);
    background-image: linear-gradient(left, #eaeaed, #fff);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#eaeaed', endColorStr='#fff', gradientType='1');
    padding: 50px 25px
}

.sidebar-view .tab-list ul li a.active,
.sidebar-view .tab-list ul li a:hover,
.sv-icon,
.team-social {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#0087ff', endColorStr='#025aa9')
}

.about-view,
.services-view {
    padding-bottom: 80px
}

.sv-icon {
    transition: all .3s linear 0s;
    width: 100px;
    height: 100px;
    background-color: #0087ff;
    line-height: 110px;
    border-radius: 100px;
    font-size: 35px;
    margin: auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0087ff), to(#025aa9));
    background-image: -webkit-linear-gradient(top, #0087ff, #025aa9);
    background-image: -moz-linear-gradient(top, #0087ff, #025aa9);
    background-image: -ms-linear-gradient(top, #0087ff, #025aa9);
    background-image: -o-linear-gradient(top, #0087ff, #025aa9);
    background-image: linear-gradient(top, #0087ff, #025aa9)
}

.sv-button a.item-more,
.sv-button a.item-more-text {
    color: #fff;
    background-color: #025aa9;
    display: inline-block;
    -khtml-border-radius: 39px
}

.sv-button,
.sv-title {
    margin-top: 20px
}
.services-box {
    min-height: 410px;
}
.services-content {
    position: static;
}
.sv-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
}
.services-box:hover .sv-icon {
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.sv-title {
    margin-bottom: 20px
}

.sv-button a.btn.btn-xl span {
    padding-left: 10px
}

.sv-button a.item-more-text:before,
.sv-button a.item-more:before {
    content: "+";
    display: inline-block
}

.sv-button a.item-more-text:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 15px
}

.sv-button a.item-more {
    height: 39px;
    width: 39px;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    -ms-border-radius: 39px;
    -o-border-radius: 39px;
    border-radius: 39px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.about-img,
.heading-title h2,
a.btn.btn-links {
    position: relative
}

.sv-button a.item-more-text {
    font-size: 20px;
    line-height: 39px;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    -ms-border-radius: 39px;
    -o-border-radius: 39px;
    border-radius: 39px;
    padding-left: 27px;
    padding-right: 47px;
    position: relative;
    opacity: 0;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.services-box:hover .item-more {
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.services-box:hover .item-more-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.sv-button a {
    transition: all .3s linear 0s
}

.about-view {
    padding-top: 30px
}

.heading-title.text-center h1:before,.heading-title.text-center h2:before {
    margin: auto;
    left: 0;
    right: 0
}

.heading-title h2,.heading-title h1{
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 60px;
    line-height: 65px;
    font-weight: 300;
    padding-bottom: 15px;
	position: relative;
}

.heading-title h1:before, .heading-title h2:before{
    content: "";
    border-top: 5px solid #0087ff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    height: 0;
    width: 70px;
    position: absolute;
    left: 0;
    bottom: 0
}

a.btn.btn-links {
    color: #f0f8ff;
    background-color: #0087ff;
    font-size: 20px;
    border-radius: 50px;
    height: 44px;
    border: 0;
    overflow: hidden;
    margin-top: 10px;
    -webkit-transition: all .3s linear 0s;
    -khtml-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    padding: 8px 74px 8px 30px
}

.about-content .btn-view {
    margin-top: 15px;
    padding-left: 0
}

.have-we-done,
.our-bg,
.our-team,
.request-bg,
.testimonial-bg,
.what-we-do-view {
    padding: 80px 15px
}

.about-img .hover-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 135, 255, .5411764705882353);
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .3s linear 0s;
    -khtml-transition: all .3s linear 1ms;
    -moz-transition: all .3s linear 1ms;
    -ms-transition: all .3s linear 1ms;
    -o-transition: all .3s linear 1ms;
    transition: all .3s linear 1ms
}

.about-img:hover .hover-icon {
    opacity: 1;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.about-img .hover-icon span.glyphicon {
    font-size: 60px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 60px;
    width: 60px;
    margin: auto
}

.about-img .hover-icon a:hover span.glyphicon {
    -webkit-animation: tada 2s linear infinite;
    animation: tada 2s linear infinite
}

.our-view {
    /* background-image: url(../img/our-bg.jpg); */
    background-size: cover;
    background-position: center;
    background-image: -webkit-linear-gradient(top, #0087ff, #025aa9);
}

.our-bg {
    background-image: url(../img/pattern2.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center;
}

.our-box * {
    color: #fff;
    text-shadow: 2px 2px 10px #060606;
    transition: 1s;
    -webkit-transition: 1s
}
.our-box h3 {
    text-transform: uppercase;
}
span.count-number {
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
    display: block
}

.our-box .fa {
    font-size: 68px;
    margin-bottom: 12px
}

.our-box:last-child {
    border: 0
}

.our-box {
    border-right: 1px solid #f7f7f7
}

.our-box:hover * {
    text-shadow: none
}

.we-do-content .we-do-img,
.we-do-content .we-do-list {
    display: inline-block;
    width: 49%;
    margin-top: 20px
}

.we-do-img {
    vertical-align: top
}

.we-do-content {
    margin-top: 20px
}

.we-do-content ul.we-do-list {
    padding-left: 0;
    list-style: none
}

.we-do-content .we-do-list li {
    padding-left: 20px;
    position: relative
}

.we-do-content ul.we-do-list li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f013";
    position: absolute;
    left: 0;
    right: inherit;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 30px;
    color: #025aa9
}

.have-we-done .carousel {
    margin-top: 30px
}

.have-we-done .carousel .wrapper-slides {
    box-shadow: rgba(0, 0, 0, .56) 0 16px 38px -12px, rgba(0, 0, 0, .12) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px
}

.have-we-done a.carousel-control {
    background-image: none;
    opacity: 1;
    background-color: #000;
    width: 100px;
    height: 70px;
    line-height: 75px;
    margin: auto;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.have-we-done a.carousel-control.left {
    border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
    -khtml-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -ms-border-radius: 50px 0 0 50px;
    -o-border-radius: 50px 0 0 50px;
    left: -100px;
    padding-left: 24px
}

.have-we-done a.carousel-control.right {
    border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0;
    -khtml-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
    -o-border-radius: 0 50px 50px 0;
    right: -100px;
    padding-right: 24px
}

.have-we-done a.carousel-control span.glyphicon:before {
    content: "";
    background-image: url(../img/arrow-white.png);
    width: 32px;
    height: 17px;
    display: inline-block
}

.have-we-done ol.carousel-indicators,
.team-slider .carousel-control {
    display: none
}

.have-we-done a.carousel-control.right span.glyphicon:before {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.have-we-done .carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: inherit;
    bottom: 0;
    text-align: center;
    padding: 19px 30px;
    background-color: rgba(0, 0, 0, .7215686274509804);
    width: 100%;
    margin: auto;
    text-shadow: none
}

.have-we-done .carousel-caption h3,
.have-we-done .carousel-caption p {
    font-weight: 400;
    color: #fff;
    margin-top: 0
}

.have-we-done .carousel-caption p {
    margin-bottom: 0
}

.have-we-done .carousel-caption h3 {
    position: relative;
    padding-bottom: 18px;
    font-size: 30px
}

.have-we-done .carousel-caption h3:before {
    content: "";
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    height: 0;
    width: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.p-img,
.team-box {
    position: relative
}

.have-we-done a.carousel-control:hover {
    background-color: #0087ff
}

.request-view {
    background-image: url(../img/request-quote-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center
}

.request-bg {
    background-color: rgba(1, 95, 179, .82);
    color: #fff
}

.rq-button {
    height: 50px;
    margin: auto;
    text-align: right;
    padding-left: 15px
}

.rq-content,
.team-box {
    text-align: center
}

.rq-button .btn.btn-links {
    margin-top: 0;
    color: #0087ff;
    background-color: #fff
}

.rq-content h2 {
    color: #fff;
    font-size: 40px
}

.request-view a.btn.btn-links:hover {
    background-color: #025aa9;
    color: #fff
}

.request-view a.btn.btn-links i.fa {
    color: #fff
}

.request-view a.btn.btn-links:hover i.fa {
    color: #025aa9;
    background-color: #fff
}

.team-box .hover-text .team-position p,
.team-box .hover-text .team-title h3 {
    color: #fff
}

.team-title h3 {
    margin-bottom: 0;
    font-weight: 500
}

.team-position p {
    font-size: 18px
}

.p-img {
    background-color: #000;
    transition: 1s
}

.team-box:hover .p-img img {
    opacity: .5;
    transition: 1s
}

.read-more,
.team-box .hover-text {
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s
}

.team-box:hover .hover-text {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.team-box .hover-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	padding-bottom: 26px;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -khtml-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.team-social {
    position: absolute;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0087ff), to(#025aa9));
    background-image: -webkit-linear-gradient(top, #0087ff, #025aa9);
    background-image: -moz-linear-gradient(top, #0087ff, #025aa9);
    background-image: -ms-linear-gradient(top, #0087ff, #025aa9);
    background-image: -o-linear-gradient(top, #0087ff, #025aa9);
    background-image: linear-gradient(top, #0087ff, #025aa9);
    overflow: hidden;
    padding: 0 24px;
    line-height: 44px;
    -webkit-border-radius: 44px;
    -khtml-border-radius: 44px;
    -moz-border-radius: 44px;
    -ms-border-radius: 44px;
    -o-border-radius: 44px;
    border-radius: 44px;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -22px;
    left: 50%;
    flex-wrap: nowrap;
    display: flex;
    -webkit-box-shadow: 0 4px 10px rgba(49, 64, 252, .36);
    -khtml-box-shadow: 0 4px 10px rgba(49, 64, 252, .36);
    -moz-box-shadow: 0 4px 10px rgba(49, 64, 252, .36);
    -ms-box-shadow: 0 4px 10px rgba(49, 64, 252, .36);
    -o-box-shadow: 0 4px 10px rgba(49, 64, 252, .36);
    box-shadow: 0 4px 10px rgba(49, 64, 252, .36)
}

.team-social a {
    color: #fff;
    font-size: 13px;
    margin: 0 8px
}

.team-social a:hover .fa {
    color: #fff;
    -webkit-animation: tada 2s linear infinite;
    animation: tada 2s linear infinite
}

.team-box:hover .people-info {
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.team-slider .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: #025aa9
}

.team-slider .carousel-indicators li {
    background-color: #222;
    margin: 0;
    border: 0
}

.team-slider .carousel-indicators {
    bottom: -32px;
    margin-bottom: 0
}

.testimonial-view {
    /* background-image: url(../img/testimonial-bg.jpg); */
    /* background-attachment: fixed; */
    /* background-size: cover; */
    /* background-position: center; */
	background-size: cover;
    background-position: center;
    background-image: -webkit-linear-gradient(top, #0087ff, #025aa9);
}

.testimonial-bg {
    background-image: url(../img/pattern2.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center;
}

.testimonial-view a.carousel-control {
    background-image: none;
    opacity: 1;
    background-color: #000;
    width: 60px;
    height: 60px;
    line-height: 62px;
    margin: auto;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    border-radius: 60px;
    top: 166px;
    border: 1px dashed #000
}

.testimonial-view a.carousel-control:hover {
    background-color: transparent
}

.testimonial-view a.carousel-control.left {
    left: -100px
}

.testimonial-view a.carousel-control.right {
    right: -100px
}

.testimonial-view a.carousel-control span.glyphicon:before {
    content: "";
    background-image: url(../img/arrow-white.png);
    width: 20px;
    height: 17px;
    display: inline-block
}

.testimonial-view a.carousel-control.right span.glyphicon:before {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.testimonial-view ol.carousel-indicators {
    display: none
}

.test-img {
    border-bottom: 2px dashed #fff;
    width: 100px;
    margin: auto auto 20px
}

.test-img img {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 100px
}

.test-content {
    padding: 0 50px;
    color: #fff;
    font-weight: 300;
}

.test-content h3 {
    color: #fff;
    margin-top: 20px;
}

.testimonial-bg .heading-title h2 {
    color: #fff;
}

.testimonial-bg .heading-title h2:before {
    border-top-color: #fff;
}

footer {
    font-size: 14px;
	background-color: transparent;
	position: fixed;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
}

.footer-view {
	background-image: url(../img/footer-bg.png);
	background-size: cover;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: local;
	padding-top: 100px;
	overflow: hidden;
}

.footer-top {
    padding: 60px 15px;
    /* background-color: rgba(35, 35, 35, .46) */
}

.footer-about {
    margin-top: 20px;
    color: #fff;
    text-align: justify;
    font-size: 16px
}

.subscribe-form {
    margin-top: 20px;
    position: relative
}

.subscribe-form input.form-control {
    border-color: #fff;
    box-shadow: none;
    height: 40px;
    color: #fff;
    padding-left: 50px;
    padding-right: 12px
}

.footer-view ul li:before,
.subscribe-form:before {
    display: inline-block;
    padding-right: 10px;
    position: absolute;
    left: 0;
    -moz-osx-font-smoothing: grayscale
}

.subscribe-form button.btn {
    background-color: #025aa9;
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
    border-left: 0;
    font-size: 16px
}

.subscribe-form button.btn:focus {
    outline: 0
}

.subscribe-form:before {
    content: "\2709";
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: #025aa9;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding-left: 10px;
    border-right: 1px solid #fff;
    text-align: center;
    background-color: #fff;
}

.footer-view h3 {
    text-transform: uppercase;
    font-weight: 400;
	color: #fff;
}

.footer-view ul {
    padding-left: 0;
    list-style: none;
}

.footer-view ul li a,.footer-view ul li:before {
    color: #fff;
}

.footer-view ul li:hover a,
.footer-view ul li:hover:before {
    color: #dedede;
}

.footer-view ul li:before {
    content: "\f1b2";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    margin-top: -4px;
    vertical-align: middle;
    top: 12px
}

.footer-view ul li {
    padding: 5px 0
}

.footer-view .contact-info li:before,
.footer-view ul.social-icon li:before {
    display: none
}

.footer-view .contact-info li .fa {
    position: absolute;
    top: 6px;
    left: 0;
    color: #777878;
    vertical-align: middle;
    margin-top: 3px;
	color: #fff;
}

.footer-view .contact-info li {
    position: relative;
    padding-left: 20px
}

.footer-view ul.social-icon li {
    display: inline-block;
    padding: 0 15px 0 0
}

.footer-view ul.social-icon {
    margin-top: 0;
    padding-top: 35px;
    border-top: 2px dashed #ffffff;
}

.footer-bottom a,
.footer-bottom p {
    display: inline-block;
    color: #fff;
    margin-bottom: 0
}

.footer-view ul.social-icon li a {
    display: block;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    font-size: 20px;
    line-height: 44px;
    text-align: center
}

.footer-view ul.social-icon li a:hover {
    color: #dedede;
	border-color: #dedede;
}

.footer-view ul.social-icon li a:hover .fa {
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite
}

.footer-bottom {
    padding: 15px;
    border-top: 1px solid #fff;
    background-color: #025aa9;
}

.footer-bottom a {
    font-weight: 600
}

button.scrolltop {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background-color: #0087ff;
    border: 0;
    box-shadow: none;
    color: #fff;
    font-size: 20px;
    line-height: 58px;
    display: none;
    z-index: 9;
}

button.scrolltop:focus {
    outline: 0;
    box-shadow: none
}

button.scrolltop .fa:before {
    content: "";
    background-image: url(../img/arrow-white.png);
    width: 25px;
    height: 17px;
    display: inline-block;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg)
}

.industries-footer ul,
.services-footer ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

.footer-view .contact-info {
    padding-bottom: 30px;
    margin-bottom: 0
}

.industries-footer ul li,
.services-footer ul li {
    padding: 5px 0 5px 20px;
    position: relative
}

.footer-menu ul {
    margin-bottom: 0;
    margin-left: -12px
}

.footer-menu ul li {
    display: inline-block;
    position: relative;
    padding: 0
}

.footer-menu ul li:before {
    display: none
}

.head-caption .head-caption-inner:before,
.head-caption:after,
.thumb-img:after {
    display: inline-block;
    content: ""
}

.footer-menu ul li a {
    padding: 0 12px
}

.featured-banner {
    height: 400px;
    overflow: hidden;
    background-size: cover;
    background-position: top center
}

.featured-bg {
    background-color: #000;
    height: 100%
}

.featured-bg img {
    opacity: .3;
}

.head-caption {
    height: 100%;
}

.head-caption .head-caption-inner {
    position: absolute;
    height: 143px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-left: 30px;
    padding-top: 50px;
    z-index: 9;
}

.head-caption .head-caption-inner:before {
    height: 93px;
    width: 5px;
    background-color: #025aa9;
    position: absolute;
    left: 0;
}

.head-caption .head-caption-inner h2,
.head-caption .head-caption-inner h2,.head-caption .head-caption-inner h3 {
    color: #0087ff;
    margin-top: 0;
    margin-bottom: 0;
}

.head-caption .head-caption-inner h1 {
    margin-bottom: 0;
    position: relative;
    font-size:56px;
    line-height:56px;
    font-weight: 300;
	margin-top: 0px;
}

.head-caption .head-caption-inner h2,.head-caption .head-caption-inner h3 {
    color: #025aa9;
    margin-top: 0;
    font-weight: 400;
    font-size: 28px;
    padding-bottom: 0;
    position: relative;
    padding-top: 0;
}

.head-caption:after {
    position: absolute;
    height: 400px;
    width: 50%;
    background-image: url(../img/curve-inner.png);
    background-color: transparent;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.thumb-img {
    width: 400px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
}

.thumb-img:after {
    background-color: #025aa9;
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.about-inner .design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px
}

.about-inner .design-process-content {
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 15px;
}

.about-inner .design-process-content img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-height: 100%;
}

.about-inner .design-process-content h3 {
    margin-bottom: 10px;
    font-weight: 500;
}

.about-inner .design-process-content p {
    line-height: 26px;
    text-align: justify;
}

.about-inner .process-model {
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 600px;
    margin: 20px auto 26px;
	margin-top:0px;
    border: none;
    z-index: 0;
}

.about-inner .process-model li::after {
    background: #e5e5e5;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    right: -30px;
    top: 33px;
    width: 85%;
    z-index: -1;
}

.about-inner .process-model li.visited::after {
    background: #0087ff;
}

.about-inner .process-model li:last-child::after {
    width: 0;
}

.about-inner .process-model li {
    display: inline-block;
    width: 32%;
    text-align: center;
    float: none;
}

.about-inner .nav-tabs.process-model>li.active>a,
.about-inner .nav-tabs.process-model>li.active>a:focus,
.about-inner .nav-tabs.process-model>li.active>a:hover,
.about-inner .process-model li a:focus,
.about-inner .process-model li a:hover {
    border: none;
    background: 0 0;
	outline: none;
}

.about-inner .process-model li a {
    padding: 0;
    border: none;
    color: #606060;
}

.about-inner .process-model li.active,
.about-inner .process-model li.active a,
.about-inner .process-model li.active a:focus,
.about-inner .process-model li.active a:hover,
.about-inner .process-model li.visited,
.about-inner .process-model li.visited a,
.about-inner .process-model li.visited a:focus,
.about-inner .process-model li.visited a:hover {
    color: #0087ff;
}

.about-inner .process-model li.active p,
.about-inner .process-model li.visited p {
    font-weight: 600;
}

.about-inner .process-model li i {
    display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 2px solid #e5e5e5;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
}

.about-inner .process-model li.active i,
.about-inner .process-model li.visited i {
    background: #fff;
    border-color: #0087ff;
}

.about-inner .process-model li p {
    font-size: 14px;
    margin-top: 11px;
}

.about-inner .process-model.contact-us-tab li.visited a,
.about-inner .process-model.contact-us-tab li.visited p {
    color: #606060!important;
    font-weight: 400;
}

.about-inner .process-model.contact-us-tab li::after {
    display: none;
}

.about-inner .process-model.contact-us-tab li.visited i {
    border-color: #e5e5e5;
}

.right-tab img {
    width: 200px;
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
}

.sr-box {
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
}

.sr-box-l {
    text-align: left;
    padding-left: 0;
}

.sr-box-r {
    text-align: right;
    padding-right: 0;
}

.sr-box-r .sr-icon {
    float: left;
    text-align: left;
}

.sr-box .sr-content h3 {
    font-weight: 500;
}

.sr-box .sr-content ul {
    padding-left: 0;
    list-style: none;
}

.sr-icon a {
    width: 169px;
    height: 169px;
    line-height: 180px;
    font-size: 50px;
    color: #fff;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 3px #0087ff;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

.sr-icon a:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #0087ff;
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    -moz-transition: -moz-transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.sr-icon a:hover:after {
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
}

.sr-icon a:hover {
    color: #fff;
}

.sr-choosed-box ul {
    padding-left: 10px;
    list-style: none;
}

.sr-choosed-box {
    padding-top: 60px;
    margin-top: 45px;
    position: relative;
}

.sr-choosed-box h2 {
    font-weight: 500;
    margin-top: 0;
}

.sr-choosed-box ul li:before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
}

.sr-choosed-box:before {
    content: "";
    border-top: 6px dashed #025aa9;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 97%;
    margin: auto;
}

.portfolio-inner .grid {
    margin-top: 30px;
}
.portfolio-thumbnail{
    clear: both;margin-bottom: 30px;
}
.mfp-figure:after {box-shadow: none;background: transparent;}
.gallery-tab .btn:focus {
    outline: 0;
}

.gallery-tab {
    border-bottom: 4px solid #0087ff;
    background-color: transparent;
}
.gallery-tab .btn {
    z-index: 2;
    padding: 18px 25px 12px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #444;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin-right: -4px;
    background-color: transparent;
    border: 0;
}
.gallery-tab ul.nav {
    display: table;
	margin: auto;
}
.gallery-tab ul.nav li.btn {
    display: table-cell;
    width: 22%;
    border: 0px;
    background-color: transparent;
}
.gallery-tab .btn-default.filter-active.focus,
.gallery-tab .btn-default.filter-active:focus,
.gallery-tab .btn-default.filter-active:hover,
.gallery-tab .btn-default:active.focus,
.gallery-tab .btn-default:active:focus,
.gallery-tab .btn-default:active:hover,
.gallery-tab .open>.dropdown-toggle.btn-default.focus,
.gallery-tab .open>.dropdown-toggle.btn-default:focus,
.gallery-tab .open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none
}

.gallery-tab .btn:after {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    content: "";
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: perspective(5px) rotateX(2deg);
    -webkit-transform-origin: bottom;
    -moz-transform: perspective(5px) rotateX(2deg);
    -moz-transform-origin: bottom;
    transform: perspective(5px) rotateX(2deg);
    transform-origin: bottom
}

.gallery-tab .btn.filter-active,
.gallery-tab .btn:focus,
.gallery-tab .btn:hover,
.gallery-tab .btn:focus {
    color: #fff
}

.gallery-tab .btn.filter-active:after,
.gallery-tab .btn:focus:after,
.gallery-tab .btn:hover:after,
.gallery-tab .btn:focus:after {
    background: #0087ff;
    height: 80px
}
.portfolio-inner a.popup-img:before {
    content: "\e140";
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    color: #fff;
    font-size: 30px;
    margin: auto;
    height: 110px;
    z-index: 9;
    opacity: 0;
}
.portfolio-inner a.popup-img:hover:after, .portfolio-inner a.popup-img:hover:before {
    opacity: 1;
}

.portfolio-inner a.popup-img:after {
    bottom: 90px;
}
.portfolio-inner a.popup-img:after {
    background-color: #292929a6;
    display: inline-block;
    left: 15px;
    right: 15px;
    top: 0px;
    position: absolute;
    content: "";
    opacity: 0;
}
.contact-form {
    background-image: url(../img/contact-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 90px 60px
}

.contact-inner .form-control,.request-inner .form-control {
    border-color: transparent transparent #0087ff;
    padding-left: 0;
	background-color:transparent;
	box-shadow: none;
	color: #0087ff;
}
.contact-inner .form-control::-webkit-input-placeholder {
    color: #0087ff
}

.contact-inner .form-control::-moz-placeholder {
    color: #0087ff
}

.contact-inner .form-control:-ms-input-placeholder {
    color: #0087ff
}

.contact-inner .form-control:-moz-placeholder {
    color: #0087ff
}
.contact-inner .form-control:focus,.request-inner .form-control:focus {
    box-shadow: none;
    outline: 0;
	border-color: transparent transparent #025aa9;
    color: #025aa9;
}

.contact-inner textarea.form-control,.request-inner textarea.form-control {
    height: 160px;
}

.contact-inner .btn-xl,.request-inner .btn-xl {
    background-color: #025aa9;
    border: 1px solid #025aa9;
    box-shadow: none;
    outline: 0;
    color: #fff;
    margin-top: 10px;
    padding: 8px 40px;
    font-size: 24px;
}

.contact-inner .btn-xl:hover,.request-inner .btn-xl:hover {
    background-color: transparent;
    color: #0087ff;
    border-color: #0087ff;
}

.contact-info {
    padding-bottom: 40px;
}

.map-view {
    height: 310px;
}

.address-info ul {
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #025aa9;
    padding-bottom: 10px
}

.address-info li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 5px
}

.address-info li .fa {
    position: absolute;
    top: 1px;
    left: 0;
    color: #025aa9;
    vertical-align: middle;
    margin-top: 3px
}

.address-info h4 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 15px
}

.address-info ul:last-child {
    border-bottom: 0
}

.address-info {
    font-size: 18px
}

.gallery-inner img#fg-close {
    width: auto;
    cursor: pointer;
}

.gallery-inner div#fg-lightbox {
    z-index: 999999!important
}

.gallery-inner div#fg-lightbox-text {
    width: 100%!important
}

.sidebar-view {
    margin-top: 15px;
    padding-right: 30px
}

.sidebar-view ul {
    padding-left: 0;
    list-style: none
}

.sidebar-view .tab-list ul li a {
    position: relative;
    transition: background 2s;
    width: 100%;
    display: block;
    color: #025aa9;
    padding: 10px 15px;
    border: 1px solid #777878;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700
}

.sidebar-view .tab-list ul li a.active,
.sidebar-view .tab-list ul li a:hover {
    background-color: #0087ff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0087ff), to(#025aa9));
    background-image: -webkit-linear-gradient(top, #0087ff, #025aa9);
    background-image: -moz-linear-gradient(top, #0087ff, #025aa9);
    background-image: -ms-linear-gradient(top, #0087ff, #025aa9);
    background-image: -o-linear-gradient(top, #0087ff, #025aa9);
    background-image: linear-gradient(top, #0087ff, #025aa9);
    color: #fff;
    border: 1px solid #0087ff;
    transition: background 2s
}

.sidebar-view .tab-list ul li a:after {
    content: "\e080";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    font-weight: 300;
    line-height: 26px;
    font-size: 14px
}

.page-content-title h2 {
    color: #025aa9;
    font-weight: 400;
    font-size: 44px;
}

.page-text ul {
    padding-left: 0;
    list-style: none
}

.page-text ul li {
    padding-left: 20px;
    position: relative
}

.page-text ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f013";
    position: absolute;
    left: 0;
    right: inherit;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 30px;
    color: #025aa9
}

.blog-inner .sidebar-view.right {
    margin-top: -10px;
    padding-right: 15px
}

.side-box ul li a {
    font-weight: 400;
    color: #025aa9;
    display: block;
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #ececf0;
    position: relative
}

.comment-box h2,
.side-box h3 {
    position: relative;
    padding-bottom: 10px
}

.comment-box h2:before,
.side-box h3:before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #025aa9;
    position: absolute;
    bottom: 0;
    left: 0
}

.side-box ul li a:hover {
    color: #0087ff;
    border-bottom-color: #0087ff
}

.side-box {
    margin-top: 25px
}

.side-box:first-child {
    margin-top: 0
}

.blog-box {
    -webkit-box-shadow: 0 2px 15px rgba(34, 34, 34, .17);
    -khtml-box-shadow: 0 2px 15px rgba(34, 34, 34, .17);
    -moz-box-shadow: 0 2px 15px rgba(34, 34, 34, .17);
    -ms-box-shadow: 0 2px 15px rgba(34, 34, 34, .17);
    -o-box-shadow: 0 2px 15px rgba(34, 34, 34, .17);
    box-shadow: 0 2px 15px rgba(34, 34, 34, .17);
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 44px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.read-more,
.read-more .btn {
    -khtml-transition: all .3s linear 0s;
    text-align: center
}

.read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .3s linear 0s;
    opacity: 0;
    visibility: hidden
}

.read-more .btn {
    background-color: #0087ff;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 0 32px;
    line-height: 47px;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    -webkit-border-radius: 47px;
    -khtml-border-radius: 47px;
    -moz-border-radius: 47px;
    -ms-border-radius: 47px;
    -o-border-radius: 47px;
    border-radius: 47px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 500;
    outline: 0;
    white-space: nowrap;
    -webkit-box-shadow: 0 4px 10px rgba(49, 64, 252, .36);
    -khtml-box-shadow: 0 4px 10px rgba(49, 64, 252, .36);
    -moz-box-shadow: 0 4px 10px rgba(49, 64, 252, .36);
    -ms-box-shadow: 0 4px 10px rgba(49, 64, 252, .36);
    -o-box-shadow: 0 4px 10px rgba(49, 64, 252, .36);
    box-shadow: 0 4px 10px rgba(49, 64, 252, .36);
    height: auto
}

.read-more .btn:hover {
    background-color: #025aa9
}

.blog-box:hover .read-more {
    -webkit-animation: bounceReadMore .6s ease-in-out both;
    -moz-animation: bounceReadMore .6s ease-in-out both;
    -o-animation: bounceReadMore .6s ease-in-out both;
    animation: bounceReadMore .6s ease-in-out both;
    bottom: -24px;
    opacity: 1;
    visibility: visible
}

.post-image {
    border-radius: 7px 7px 0 0;
    overflow: hidden;
    background-color: #000
}

.blog-box:hover .post-image img {
    opacity: .5;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.post-content {
    padding: 30px 30px 38px
}

.post-info ul li {
    padding-left: 0;
    display: inline-block;
    padding-right: 15px
}

.post-info ul li:last-child {
    padding-right: 0
}

.post-info ul li:before {
    display: none
}

.post-info ul li a {
    font-size: 18px;
    color: #0087ff;
    font-weight: 600
}

.post-info ul li a .fa {
    padding-right: 10px
}

.post-Title h3 {
    color: #025aa9
}

.post-info {
    display: inline-block;
    width: 100%
}

.post-info ul {
    margin: 0 0 17px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececf0;
    position: relative
}

.post-info ul:before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #025aa9;
    position: absolute;
    bottom: -1px;
    left: 0
}

ul.pagination li:before {
    display: none
}

.blog-detail .blog-box {
    margin-bottom: 15px
}

.blog-detail .pagination {
    margin: 20px 0;
    border-bottom: 1px solid #ececf0;
    border-top: 1px solid #ececf0;
    padding: 20px 0
}

.blog-detail .pagination a {
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle
}

.blog-detail .pagination a .glyphicon {
    font-size: 14px
}

.blog-detail .comment-box a.btn.btn-xl {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    height: 47px;
    margin: auto;
    background-color: #333;
    border-color: #333
}

.blog-detail .comment-box a.btn.btn-xl:hover {
    background-color: transparent;
    color: #333
}

.c-dateandtime {
    font-size: 16px;
    font-weight: 700
}

.comment-view {
    border-bottom: 1px solid #ececf0;
    padding: 15px 0
}

.comment-form textarea.form-control {
    height: 160px
}

.careers-inner .career-img img {
    margin-top: 15px
}

.career-top-content {
    padding-bottom: 50px
}

.career_form,
.careers-inner .panel-group {
    margin-top: 30px
}

.careers-inner .panel-group img {
    margin-top: 15px;
    margin-bottom: 15px
}

.careers-inner h4.panel-title a {
    display: block
}

.careers-inner .panel-group .panel {
    border: 0;
    margin-bottom: 20px;
    border-radius: 0;
    background-color: transparent
}

.careers-inner .panel-group .panel-heading {
    padding: 0
}

.careers-inner .panel-group .panel-heading h4 a {
    font-weight: 500;
    color: #0087ff;
    font-size: 26px;
    padding: 10px 12px;
    border: 1px solid #0087ff
}

.careers-inner .panel-group .panel-heading h4 a:focus,
.careers-inner .panel-group .panel-heading h4 a:hover {
    text-decoration: none
}

.careers-inner .panel-group .panel-body {
    padding: 15px 0;
    border: 1px solid #0087ff;
    border-top: 0
}

.careers-inner .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0
}

.careers-inner .panel-group .panel-heading h4 a span {
    float: right;
    margin-top: 0
}

.careers-inner a.accordion-toggle.collapsed span.glyphicon:before {
    content: "\e252"
}

.careers-inner a.accordion-toggle span.glyphicon:before {
    content: "\e253"
}

.careers-inner .panel-group .panel-body ul {
    padding-left: 0;
    list-style: none
}

.careers-inner .panel-group .panel-body ul li {
    padding-left: 20px;
    position: relative
}

.careers-inner .panel-group .panel-body ul li:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 30px;
    color: #218dff
}

.career_form .form-group .uploadFile {
    width: 90%;
    float: left
}

.career_form .fileUpload.btn {
    float: right;
    margin: 0;
    background-color: #0087ff;
    color: #fff;
    padding: 12px 10px;
    text-align: center;
    border-radius: 0;
    font-size: 18px;
    width: 10%;
    height: 50px
}

.career_form .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 50px
}

.career_form button.btn.btn-xl {
    margin-top: 40px;
    width: 200px
}

.career_form button.btn.btn-xl:hover {
    background-color: transparent;
    color: #025aa9
}

.request_modal .modal-content, .signup_modal .modal-content{
    display: inline-block;
    border-radius: 0;
    width: 100%;
}

.request_form textarea.form-control {
    height: 115px
}

.request_form button.btn.btn-xl {
    margin: 15px auto;
    padding: 10px 28px;
    background-color: #0087ff;
    border: 1px solid #0087ff;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    max-width: 240px;
    width: 100%;
    border-radius: 0;
    line-height: inherit;
}
.request_form button.btn.btn-xl:hover{
    background-color: #025aa9;
    border: 1px solid #025aa9;
}
.request_modal .modal-body, .signup_modal .modal-body{
    clear: both;
    display: inline-block;
    width: 100%;
}

.request_modal .modal-header,
.video_modal .modal-header, .signup_modal .modal-header{
    border-bottom: 1px solid #0087ff;
    background-color: #0087ff
}

.request_modal .modal-header button.close,
.request_modal .modal-header h4,
.video_modal .modal-header button.close,
.video_modal .modal-header h4, 
.signup_modal .modal-header button.close,
.signup_modal .modal-header h4{
    color: #fff;
    font-size: 24px;
    opacity: 1;
    text-shadow: none;
    line-height: 33px
}

.video_modal iframe {
    width: 100%
}
/****************Hire-page*****************/
.hire-inner h2 span{color:#025aa9;}
.hire-list-title ul{padding-left:0px;list-style:none;}
.hire-list-title ul li {position:relative;background-color: #025aa9;margin-bottom:15px;padding: 0px 5px;padding-left: 65px;border-radius: 50px;transition:1s;-webkit-transition:1s;-moz-transition:1s;-ms-transition:1s;-o-transition:1s;}
.hire-list-title ul li a {
    color: #fff;
    display: block;
    padding:0px;
	line-height:40px;
}
.hire-list-title ul li:hover {background-color: #0087ff;transition:1s;-webkit-transition:1s;-moz-transition:1s;-ms-transition:1s;-o-transition:1s;padding-left: 80px;}
.hire-list-title ul li:before {
    content: "";
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    width: 54px;
    height: 54px;
    background-color: #0087ff;
    position: absolute;
    left: 0px;
    top: -7px;
    bottom: 0;
    right: inherit;
    border: 3px solid #fff;
    border-radius: 54px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
	transform: none;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	-ms-transition:1s;
	-o-transition:1s;
}
.hire-list-title ul li:hover:before{background-color: #025aa9;border-radius: 54px 54px 0px 54px;border-radius: 54px 54px 0px 54px;-moz-transform: rotate(314deg);-webkit-transform: rotate(314deg);transform: rotate(314deg);font-size: 0px;transition:1s;-webkit-transition:1s;-moz-transition:1s;-ms-transition:1s;-o-transition:1s;}
.hire-list-title ul li:after {
    content: "\e258";
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    width: 54px;
    height: 54px;
    line-height: 56px;
    position: absolute;
    left: 0px;
    top: -7px;
    bottom: 0;
    right: inherit;
    font-size: 16px;
	text-align: center;
}
.h-thumb {
    padding-top: 40px;
}
.h-thumb-box{transition:1s;-webkit-transition:1s;-moz-transition:1s;-o-transition:1s;}
.type-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #0087ff;
    padding: 15px 15px 40px 15px;
    position: relative;
}
.type-title h3{color:#fff;font-weight: 400;}
.type-content {
    padding: 35px 15px 15px 15px;
    text-align: center;
    border: 1px solid #0087ff;
    border-top: 0px;
}
.icon-view {
    color: #fff;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 54px;
    background-color: #0087ff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    border-radius: 60px;
    margin-top: -30px;
    border: 4px solid #fff;
}
.type-title:before,.type-title:after{
    content: "";
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    top: 100%;   
    width: 0;
    height: 0;    
}
.type-title:before{
	left: 0;
	border-top: 30px solid #0087ff;
    border-right: 40px solid transparent;
}
.type-title:after{
	right: 0;
	border-top: 30px solid #0087ff;
    border-left: 40px solid transparent;
}
.h-thumb p strong {
    font-size: initial;
}
.h-thumb-box:hover .type-title
{
    background-color: #025aa9;
	transition:1s;-webkit-transition:1s;-moz-transition:1s;-o-transition:1s;
}
.h-thumb-box:hover .type-title:before {border-top-color:#025aa9;transition:1s;-webkit-transition:1s;-moz-transition:1s;-o-transition:1s;}
.h-thumb-box:hover .type-title:after {border-top-color:#025aa9;transition:1s;-webkit-transition:1s;-moz-transition:1s;-o-transition:1s;}
.h-thumb-box:hover .icon-view{background-color:#025aa9;transition:1s;-webkit-transition:1s;-moz-transition:1s;-o-transition:1s;}
.h-thumb-box:hover .type-content {border-color:#025aa9;}
.h-thumb-box:hover {box-shadow:2px 35px 16px -30px #025aa9;}
.h-thumb-box {
    margin-bottom: 15px;
}
.h-thumb-box:last-child{margin-bottom:0px;}
.about-inner .panel-heading {padding: 0px;}
.about-inner .panel-group .panel-heading h4 a {
    display: block;
    width: 100%;
    line-height: 42px;
    padding-left: 60px;
    position: relative;
    border: 0pc;
    color: #fff;
}
.about-inner .panel-group .panel-heading h4 a.accordion-toggle.collapsed{
	 background-color: #0087ff;
}
.about-inner .panel-group .panel-heading h4 a .fa {
    width: 30px;
    height: 42px;
    text-align: center;
    background-color: #025aa9;
    color: #fff;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
	padding-left: 6px;
}
.about-inner .panel-group .panel-heading h4 a .fa:after {
    content: "";
    height: 0;
    border-top: 21px solid transparent;
    border-left: 8px solid #025aa9;
    border-bottom: 21px solid transparent;
    position: absolute;
    right: -8px;
}
.about-inner .panel-group .panel-body {
    padding: 15px 0px;
    border: 1px solid #dedede;
	padding-bottom: 5px;
}
.about-inner .panel-group .panel-heading h4 a:hover,.about-inner .panel-group .panel-heading h4 a.accordion-toggle {
    background-color: #025aa9;
}
/*******************************/
.coming-title {
    text-align: center;
}
.heading-soon h2 {
    font-size: 100px;
}
.heading-soon h2 span{
    font-size:40px;
	color: #025aa9;
}
.coming-title .btn{margin-top:20px;}
.coming-title .heading-soon .fa {
    font-size: 80px;
    -webkit-animation: tada 2s linear infinite;
    animation: tada 2s linear infinite;
}
.coming-title .heading-soon .fa:before {
    content: "!";
    font-style: italic;
}
/********************************/
.f-sub-content-block {
    margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
    float: left;
}
.f-sub-content-block .panel-title a {
    display: block;
    padding: 10px 15px;
    background-color: #1a5fa9;
    color: #fff;
    position: relative;
    font-weight: 400;
    font-size: 22px;
}
.f-sub-content-block .panel-heading{padding:0px;}
.f-sub-content-block .accordion-toggle.collapsed .glyphicon:before {
    content: "\002b";
}
.f-sub-content-block .accordion-toggle .glyphicon::before {
    content: "−";
}
.f-sub-content-block .panel-title .accordion-toggle span {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    background-color: rgb(51, 51, 51);
}
.f-sub-content-block .panel-group .panel+.panel {
    margin-top: 15px;
}
.f-sub-content-block .panel-body {
    padding-bottom: 0px;
}
.f-sub-content-block .panel-group .panel {
    float: left;
    width: 100%;
}
.f-sub-content-block h4,.f-sub-content-block .panel-heading,.f-sub-content-block .panel-group {float: left;width: 100%;}
.f-sub-content-block .panel-collapse{clear:both;}
.page-text .f-sub-content-block ul+.panel-group {
    margin-top: 10px;
}
/********************************/

/* .home-slide .left-bottom-corner { */
    /* content: ""; */
    /* width: 300px; */
    /* height: 800px; */
    /* background-color: #025aa9; */
    /* background-image: linear-gradient(to bottom, #00305a, #0087ff); */
    /* display: block; */
    /* position: absolute; */
    /* bottom: -200px; */
    /* left: -148px; */
    /* z-index: -1; */
    /* transform: rotate(-40deg); */
    /* box-shadow: 10px 0px 60px -8px #8585858c; */
/* } */
.left-bottom-corner {
    position: absolute;
    left: 0;
    bottom: 0;
	animation: floating 5s ease-in-out infinite;
    -webkit-animation: floating 5s ease-in-out infinite;
}
.line-anim {
    position: absolute;
    right: 100px;
    top: 100px;
    width: 134px;
    height: auto;
	animation: floating 3.5s ease-in-out infinite;
    -webkit-animation: floating 3.5s ease-in-out infinite;
}
.circle-line {
    position: absolute;
    left: 100px;
    top: 100px;
    width: 240px;
    height: 242px;
    margin: auto;
	animation: floating 2.8s ease-in-out infinite;
    -webkit-animation: floating 2.8s ease-in-out infinite;
}
.circle-line-2 {
    position: absolute;
    left: 400px;
    bottom: 100px;
    width: 80px;
	animation: floating 1.7s ease-in-out infinite;
    -webkit-animation: floating 1.7s ease-in-out infinite;
}
.spiral-line {
    position: absolute;
    left: 0;
    bottom: 150px;
    right: 0;
    width: 200px;
    margin: auto;
    animation: floating 4.5s ease-in-out infinite;
    -webkit-animation: floating 4.5s ease-in-out infinite;
    transform: rotate(180deg);
}
.spiral-line-2 {
    position: absolute;
    bottom: 200px;
    left: -350px;
    right: 0;
    margin: auto;
    width: 300px;
	animation: floating 3.5s ease-in-out infinite;
    -webkit-animation: floating 3.5s ease-in-out infinite;
}
.line-black {
    position: absolute;
    left: -285px;
    top: 160px;
    right: 0;
    bottom: auto;
    margin: auto;
    width: 160px;
	animation: floating 3.5s ease-in-out infinite;
    -webkit-animation: floating 3.5s ease-in-out infinite;
}
.min-circle {
    position: absolute;
    bottom: 32px;
    right: 240px;
    animation: floating 2.8s ease-in-out infinite;
    -webkit-animation: floating 2.8s ease-in-out infinite;
    width: 100px;
    height: 100px;
}
.min-circle-2 {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 200px;
    top: 200px;
    bottom: 0;
    margin: auto;
	animation: floating 3.5s ease-in-out infinite;
    -webkit-animation: floating 3.5s ease-in-out infinite;
}
.effect-mover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.circle-sp {
    position: absolute;
    width: 84px;
    height: 84px;
    left: 0;
    right: 0;
    margin: auto;
    top: 190px;
	animation: floating 4s ease-in-out infinite;
    -webkit-animation: floating 4s ease-in-out infinite;
	
}
.circle-sp img {
    -webkit-transform: rotate(-88deg);
    transform: rotate(-88deg);
}

.circle-sp-2 {
    position: absolute;
    width: 140px;
    height: 140px;
    right: 560px;
    bottom: 64px;
	animation: floating 4s ease-in-out infinite;
    -webkit-animation: floating 4s ease-in-out infinite;
}
.home-slide:before {
    content: "";
    background-image: url(../img/shape-intro.svg);
    display: block;
    position: absolute;
    background-size: cover;
    z-index: -1;
    top: 0;
    right: 0;
    width: 1118px;
    height: 100%;
}
.home-slide:after{
	content: "";
}
.right-c-slide svg {
    width: 100%;
	animation: floating 4s ease-in-out infinite;
    -webkit-animation: floating 4s ease-in-out infinite;
}
.right-c-slide {
    padding: 0px 50px;
}
.home-slide {
    display: flex;
    align-items: center;
	height: 920px;
}
.slide-banner .left-content:after{display:none;}
.home-slide .carousel-caption {
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
@keyframes floating {
  from {
    transform: translate(0, 0);
  }
  65% {
    transform: translate(0, 15px);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes opacity {
  from {
    opacity: 0.5;
  }
  65% {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}

@-webkit-keyframes anim{
  0% {
    -webkit-transform: scale(0,0) rotateZ(-90deg);
    transform: scale(0,0) rotateZ(-90deg);opacity:0
  }
  30% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  50% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  80% {
    -webkit-transform: scale(0,0) rotateZ(90deg);
    transform: scale(0,0) rotateZ(90deg);opacity:0
  }
}

@keyframes anim{
  0% {
    -webkit-transform: scale(0,0) rotateZ(-90deg);
    transform: scale(0,0) rotateZ(-90deg);opacity:0
  }
  30% {
    -webkit-transform: scale(1,1) rotateZ(0deg);transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  50% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  80% {
    -webkit-transform: scale(0,0) rotateZ(90deg);
    transform: scale(0,0) rotateZ(90deg);opacity:0
  }
}
/*waves****************************/


.box{
    position: absolute;
    top: 0;
    left: 0;
    bottom: -230px;
    margin: auto;
    height: 400px;
}
.box-2 {
	position: absolute;
	right: 0;
	top: 0;
	bottom: -230px;
	margin: auto;
	height: 400px;
}
.wave{
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	background: #5bb2ff;
	width: 500px;
	height: 550px;
	margin-left: -150px;
	margin-top: 0;
	transform-origin: 50% 48%;
	border-radius: 43%;
	animation: drift 7000ms infinite linear;
}
.wave.-two{
	animation: drift 5000ms infinite linear;
	opacity: .1;
	background: #3ca2fd;
	position: absolute;
}
.wave.-three {
	animation: drift 7500ms infinite linear;
	position: absolute;
	background-color: #1e95ff;
}

.box:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  transform: translate3d(0, 0, 0);
}

@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}
.op-circle {
	width: 100px;
	height: 100px;
	background-color: #51adff;
	border-radius: 50%;
	margin: auto;
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	animation: opacity 3000ms infinite linear;
}
.op-circle-2 {
	width: 200px;
	height: 200px;
	background-color: #51adff;
	border-radius: 50%;
	margin: auto;
	top: 20%;
	position: absolute;
	left: auto;
	right: 20%;
	animation: opacity 4000ms infinite linear;
}
.op-circle-3 {
	width: 50px;
	height: 50px;
	background-color: #51adff;
	border-radius: 50%;
	margin: auto;
	top: 20%;
	position: absolute;
	right: auto;
	left: 20%;
	animation: opacity 2500ms infinite linear;
}
.op-circle-4 {
	width: 100px;
	height: 100px;
	background-color: #51adff;
	border-radius: 50%;
	margin: auto;
	top: auto;
	bottom:0px;
	position: absolute;
	right: auto;
	left: 30%;
	animation: opacity 2800ms infinite linear;
}
.op-circle-5 {
	width: 300px;
	height: 300px;
	background-color: #51adff;
	border-radius: 50%;
	margin: auto;
	top: auto;
	bottom: -50px;
	position: absolute;
	left: auto;
	right: 28%;
	animation: opacity 2800ms infinite linear;
}
.op-circle-6 {
	width: 75px;
	height: 75px;
	background-color: #51adff;
	border-radius: 50%;
	margin: auto;
	top: 0;
	bottom: 0;
	position: absolute;
	left: 28%;
	right: auto;
	animation: opacity 2800ms infinite linear;
}
.getcontact-view {
	padding-top: 80px;
	padding-bottom: 80px;
}
.get-box {
	display: flex;
	align-items: center;
	min-height: 660px;
	z-index: 1;
}
.get-contact-img {
	position: absolute;
	width: 80%;
	right: 0;
	z-index: -1;
}
.get-box h3 {
	font-size: 52px;
	padding-right: 50px;
	width: 500px;
	text-transform: capitalize;
	font-weight: 800;
	color: #000;
	opacity: 0.8;
	margin-top: -80px;
}
/***************career page****************/
.menuTabContent{
	padding: 80px 15px;
	background-color:#fff;
}
.menuTabContent.blue {
	background-color: rgba(0, 135, 255, 0.10);
}
ul.taberViews {
	padding-left: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
ul.taberViews:before {
	content: "";
	height: 6px;
	width: 100%;
	display: block;
	background-color: #0087ff;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
ul.taberViews li.nav-item {
	text-align: center;
	background-color: #fff;
	padding: 10px 40px;
	font-size: 20px;
	font-weight: 600;
	position: relative;
}
ul.taberViews li.nav-item:before {
	content: "";
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	border: 6px solid #0087ff;
	display:none;
}
ul.taberViews li.nav-item:first-child:before, ul.taberViews li.nav-item:last-child:before{
	display: block;
}
ul.taberViews li.nav-item:first-child:before{
	border-right: 0;
	left: 0;
}
ul.taberViews li.nav-item:last-child:before{
	border-left: 0;
	right: 0;
}
.subheading h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 54px;
}
.subheading p {
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 0px;
}
.subheading {
	padding-bottom: 8px;
	border-bottom: 1px solid #777878;
}
.mentors-slide {
	padding-top: 60px;
}
.mentors-slide ul.slick-dots {
	padding-left: 0;
	list-style: none;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.mentors-slide ul.slick-dots button{
	font-size: 0;
	width: 40px;
	height: 4px;
	margin: 4px;
	border: 0;
	border-radius: 4px;
	background-color: #ddd;
}
.mentors-slide ul.slick-dots li.slick-active button{
	background-color: #0087ff;
}
.mentors-slide .item.slick-slide a {
	display: block;
}
.mentors-slide .item.slick-slide:focus, .mentors-slide .item.slick-slide a:focus{
	outline: none;
	border:0px;
	box-shadow:none;
}
.mentors-slide .item.slick-slide {
	padding: 0px 8px;
}
.list_full_w a{
	color:#0087ff;
}

.list_full_w  ul {
	padding-left: 0;
	list-style: none;
}

.list_full_w  ul li{
	position:relative;
	padding-left:20px;
}
.list_full_w  ul li::before{
	content: "\f00c";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 13px;
	line-height: 30px;
	color: #218dff;
}
.list_full_w {
	width: 100%;
	float: left;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	font-size: 18px;
	line-height: 1.8;
}
.list_quotation {
	clear: left;
}
.list_quotation_grp {
	float: left;
	/* line-height: 40px; */
	padding: 5px 0;
	width: 100%;
	font-size: 18px;
}
.list_q_a {
	float: left;
    width: 20%;
	color:#0087ff;
	font-weight:500;
	text-transform: uppercase;
}
.list_q_b {
	float: left;
	width: 10%;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.list_q_c {
	float: left;
	width: 70%;
}
.list_quotation_grp ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.accordion-job .tab-content {
	padding: 15px;
	background-color: transparent;
	float: left;
	width: 100%;
	border: 0;
}
.accordion-job .nav-tabs {
    border-bottom: 2px dashed #0087ff;
    margin-top: 40px;
    background-color: #fff;
    padding: 10px 15px;
}
.accordion-job .nav-tabs > li > a {
	border-radius: 0;
	font-weight:600;
}

.accordion-job .nav-link img {
	width: 20px;
	height: auto;
	position: relative;
	top: -4px;
	margin-right: 10px;
}

.accordion-job .nav-link{
	color:#000;
}


.accordion-job .active .nav-link,
.accordion-job .nav-link:focus,
.accordion-job .nav-link:hover
 {
	color: #fff !important;
	background-color: #0087ff !important;
	border: 1px solid #0087ff;
}

.accordion-job .active .nav-link img,
.accordion-job .nav-link:focus img,
.accordion-job .nav-link:hover img{
-webkit-filter: invert(1);
   filter: invert(1);	
}
.accordion-job #accordion {
	float: left;
	width: 100%;
}
/*********/
.team-position p {
	font-size: 17px;
}
button.btnopen {
	background-color: transparent;
	border: 0;
	padding: 0;
	width: 100%;
}
.mentors-slide .item.slick-slide a:hover {
	color: #fff;
}
.teamdetails .modal-body {
	display: flex;
	padding: 0;
	margin: 0px;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.teamdetails .modal-body .teamImg {
	flex: 0 0 338px;
	max-width: 338px;
}
.teamdetails .modal-body .teamInfo {
	flex: 0 0 calc(100% - 338px);
	max-width: calc(100% - 338px);
	padding: 16px 50px;
}
.teamdetails .modal-dialog {
	max-width: 1170px;
	width: 100%;
	margin: 80px auto;
}
.teamdetails button.close {
	width: 40px;
	height: 40px;
	opacity: 1;
	font-size: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 1;
}
.teamTitle h3 {
	font-size: 30px;
	font-weight: 600;
	line-height: 38px;
	margin: 0px;
}
.teamPosition p {
	color: #333;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 0px;
}
.teamSocial {
	display: flex;
}
.teamSocial a {
	width: 46px;
	height: 46px;
	text-align: center;
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	color: #fff;
	margin-right: 10px;
}
.teamSocial a.facebook {
	background-color: #3b589c;
}
.teamSocial a.twitter{
	background-color: #1DA1F2;
}
.teamSocial a.linkedin{
	background-color: #0e76a8;
}
.teamSocial a:hover{
	background-color: #ebebeb;
}
.teamSocial a.twitter:hover{
	color: #1DA1F2;
}
.teamSocial a.facebook:hover{
	color: #3b589c;
}
.teamSocial a.linkedin:hover{
	color: #0e76a8;
}
.teamInfo .teamContent {
	margin: 20px 0px 28px 0px;
}
.modal-open .modal.teamdetails {
	background-color: rgba(0, 135, 255, 0.88);
}
.teamdetails .modal-content {
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 15px rgba(51, 51, 51, 0.45);
	box-shadow: 0 5px 15px rgba(51, 51, 51, 0.45);
	background-color: #e9f5ff;
}
.people-info {
	padding: 12px 30px 12px 30px;
}
.team-box .hover-text .team-title h3 {
	text-transform: uppercase;
}
.team-box:hover .p-img img {
	opacity: .3;
	transition: 1s;
}
.p-img>a {
	display: block;
	overflow: hidden;
	position: relative;
}
.p-img>a:before{
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.team-box:hover .p-img>a::before {
	-webkit-animation: skewAnim .75s;
	animation: skewAnim .75s;
}
@-webkit-keyframes skewAnim{
	100% {
		left: 125%;
	}
}
@keyframes skewAnim{
	100% {
		left: 125%;
	}
}
.team-box:hover .hover-text {
	z-index: 1;
}
.modal-open .modal {
	background-color: rgba(0, 0, 0, 0.50);
}
.modal-open #main {
	z-index: 1060;
}
.mapouter>.gmap_canvas>a {
    display: none;
}
/***********************/
.csr-box {
    padding: 60px 15px;
    margin: 20px 0;
}
.csr-box>.row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.csr-box .content-box {
    padding: 40px 80px;
}
.csr-box {
    padding: 40px 15px;
    margin: 20px 0;
    border-bottom: 2px solid #0087ff;
}
.csr-box:last-child {
    border: 0;
}
.csr-box.even>.row {
    flex-direction: row-reverse;
}
.csr-box.odd .content-box {
    padding-right: 0;
}
.csr-box.even .content-box {
    padding-left: 0;
}

/***************************************/
.apply-training form {
    padding: 20px 40px;
    margin-top: 20px;
    border: 1px solid #777878;
    background-color: rgba(0, 135, 255, 0.10);
}
.apply-training .form-group label, .investor-form .form-group label, .job-applicationform form label{
    font-weight: 600;
    margin-bottom: 0;
    color: #0087ff;
    display: inline-block;
    font-size: 18px;
}
.apply-training .check-inline, .investor-form .check-inline, .job-applicationform form .check-inline{
    display: flex;
    flex-wrap: wrap;
}
.apply-training .check-inline>label, .investor-form .check-inline>label, .job-applicationform form .check-inline>label{
    display: flex;
    align-items: center;
    padding-left: 0;
    color: #7e7e7e;
    font-weight: 400;
    width: 100%;
    flex: 0 0 20%;
    max-width: 20%;
    margin: 4px 0px;
}
.apply-training .check-inline>label input[type="radio"], .apply-training .check-inline>label input[type="checkbox"],
.investor-form .check-inline>label input[type="radio"], .investor-form .check-inline>label input[type="checkbox"],
.job-applicationform form .check-inline>label input[type="radio"], .job-applicationform form .check-inline>label input[type="checkbox"]{
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 10px;
    margin-top: -2px;
    margin-left: 0;
}
.apply-training .checkbox-inline+.checkbox-inline, .apply-training .radio-inline+.radio-inline, 
.investor-form .checkbox-inline+.checkbox-inline, .investor-form .radio-inline+.radio-inline,
.job-applicationform form .checkbox-inline+.checkbox-inline, .job-applicationform form .radio-inline+.radio-inline{
    margin-left: 0px;
	margin-right:0px;
	padding-right:5px;
}
.thank-you-block {
    max-width: 640px;
    margin: 0px auto;
    float: none;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.thank-you-center {
    text-align: center;
}
.thank-you-block .checkmark-icon {
    max-width: 100px;
    margin: 0px auto 30px auto;
}
.thank-you-block h2 {
    font-weight: 300;
    font-size: 110px;
    color: #4cbb17;
}
.thank-you-block p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
}
.thank-you-block .back-btn {
    background-color: #0087ff;
    border: 1px solid #0087ff;
    box-shadow: none;
    outline: 0;
    color: #fff;
    margin-top: 10px;
    padding: 18px 40px;
    font-size: 24px;
    display: inline-block;
    font-weight: 400;
}
.thank-you-block .back-btn:hover {
    background-color: transparent;
    color: #0087ff;
}
.featured-banner.submit-success {
    height: 110px;
}
.thank-you-page {
    min-height: calc(100vh - 110px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.subtitle-type {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}
.investor-form form {
    padding: 20px 40px;
    margin-top: 20px;
    border: 1px solid #777878;
    background-color: rgba(0, 135, 255, 0.10);
}
.investor-form hr {
    border-top: 2px solid #0087ff;
    margin-top: 0;
    margin-bottom: 40px;
}
.job-applicationform {
    display: inline-block;
    width: 100%;
}
.job-applicationform:before {
    content: "";
    display: block;
    border-top: 2px solid #0089ff;
    margin-top: 30px;
    padding-bottom: 30px;
}
.job-applicationform p {
    letter-spacing: normal;
    margin-bottom: 0;
    font-weight: 700;
    color: #0087ff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
}
.job-applicationform form h4 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
}
/******************************apppromotion page*********************************/
.apppromotion-banner {
    padding-bottom: 180px;
    background-color: #FFF;
}
.apppromotion-banner .featured-bg img {
    opacity: 1;
}
.apppromotion-banner .featured-bg {
    background-color: #0087ff;
    padding-top: 200px;
}
.apppromotion-banner .featured-bg:before {
    content: "";
    display: block;
    background-image: url(../img/app-video-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    mix-blend-mode: screen;
    opacity: 0.2;
}
.apppromotion-banner .left-image{
    max-width: 460px;
    margin-bottom: -140px;
}
.apppromotion-banner .left-image:after{
    display: none;
}
.apppromotion-banner:after {
    content: "";
    width: 100%;
    background-image: url(../img/App-promotions-wave.png);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: 94px;
    left: 0;
    right: 0;
    height: 215px;
}
.apppromotion-banner .featured-bg .container {
    z-index: 1;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.apppromotion-banner .right-content {
    width: 100%;
    max-width: calc(100% - 460px);
    padding-left: 60px;
    padding-top: 100px;
}
.apppromotion-banner .app-logo {
    max-width: 240px;
    margin-bottom: 20px;
}
.apppromotion-banner h1 {
    font-size: 42px;
    color: #fff;
}
.apppromotion-banner p {
    font-size: 24px;
    color: #fff;
}
.apppromotion-banner ul.button-group {
    padding-left: 0;
    list-style: none;
    display: flex;
    margin-top: 20px;
}
.apppromotion-banner ul.button-group>li{
    padding-right:15px;
}
.apppromotion-banner ul.button-group>li:last-child{
    padding-right:0px;
}
.apppromotion-banner ul.button-group img {
    max-width: 200px;
    border-radius: 14px;
    transform: scale(1);
    -webkit-transform:scale(1);
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.apppromotion-banner ul.button-group a:hover img{
    transform: scale(1.05);
    -webkit-transform:scale(1.05);
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0);
}
.apppromotion-logo h4 {
    white-space: nowrap;
    margin-right: 15px;
    color: #0087ff;
    margin-top: 0;
    margin-bottom: 0;
}
.apppromotion-logo {
    display: flex;
    align-items: center;
    margin-top: -260px;
    justify-content: flex-end;
    padding-left: 42% !important;
}
.apppromotion-logo ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding-left: 0;
}
.apppromotion-logo ul li {
    padding: 15px;
}
.apppromotion-logo ul li img {
    max-width: 100px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.apppromotion-features .mx-auto {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.apppromotion-features .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
}
.appfeatures-thumb {
    margin: 15px 0px;
    height: 50%;
}
.appfeatures-thumb-box {
    padding: 0;
}
.apppromotion-features .row>.appfeatures-thumb-box:nth-child(2) {
    margin-top: 120px;
}
.appfeatures-thumb .f-inner {
    padding: 28px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    height: 100%;
}
.appfeatures-thumb .icon {
    max-width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.appfeatures-thumb p {
    margin-bottom: 0;
}
.appfeatures-list {
    margin-top: -110px;
    margin-bottom: 100px;
}
.apppromotion-video, .apppromotion-professionals{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #0087ff;
    width: 100vw;
    margin-left: calc(-50vw + 50% - 8px);
    position: relative;
}
.apppromotion-video::before, .apppromotion-professionals::before{
    content: "";
    display: block;
    background-image: url(../img/app-video-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    mix-blend-mode: screen;
    opacity: 0.2;
}
.apppromotion-video-inner>.container>.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.apppromotion-video .video-wrapper {
    position: relative;
    padding-top: 60.5%;
    padding-bottom: 60.5%;
    height: 0;
}
.apppromotion-video .video-wrapper video {
    box-sizing: border-box;
    background: url(../img/mobile-video-screen.png) center center no-repeat;
    background-size: contain;
    padding: 1.6% 1% 1.6% 1%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.apppromotion-video .video-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 150px;
    height: 40px;
    background-color: #ffffff;
    z-index: 1;
    margin: 0px auto;
    border-radius: 0px 0px 20px 20px;
}
.apppromotion-video .video-wrapper:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: 90px;
    height: 6px;
    z-index: 1;
    background-color: #0087ff;
    border-radius: 6px;
    margin: 0px auto;
}
.apppromotion-video .left-content, .apppromotion-video .left-content h2 {
    color: #fff;
}
.apppackages-box {
    margin-top: 30px;
}
.apppromotion-packages {
    padding-top: 80px;
    padding-bottom: 80px;
}
.apppackages-thumb {
    margin: 15px 0px;
}
.apppackages-thumb .apppackages-inner {
    padding: 60px 28px;
    background-color: #fff;
    border-radius: 20px;
    height: 100%;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}
.apppackages-thumb .apppackages-inner:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(100% + 40px);
    height: calc(100% - 60px);
    border-radius: 20px;
    margin: auto;
    z-index: -2;
}
.apppackages-thumb .apppackages-inner:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin: auto;
    z-index: -1;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}
.apppackages-thumb.green .apppackages-inner:before {
    background-color: #3ea522;
}
.apppackages-thumb.blue .apppackages-inner:before {
    background-color: #216398;
}
.apppackages-thumb.orange .apppackages-inner:before {
    background-color: #ff8f24;
}
.apppackages-heading {
    text-align: center;
    margin-bottom: 20px;
}
.apppackages-heading h3 {
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
}
.green .apppackages-heading h3{
    color: #3ea522;
}
.blue .apppackages-heading h3{
    color: #216398;
}
.orange .apppackages-heading h3{
    color: #ff8f24;
}
.apppackages-heading span{
    display: block;
}
.apppackages-features {
    margin-bottom: 20px;
}
.apppackages-features ul {
    list-style: none;
    padding: 30px 0px;
    margin: 0;
    position: relative;
    text-align: center;
}
.apppackages-features ul li{
    margin-bottom: 10px;
}
.apppackages-features ul li:last-child{
    margin-bottom: 0px;
}
.apppackages-features ul:before, .apppackages-features ul:after {
    content: "";
    display: block;
    border: 1px solid rgba(120, 119, 119, 0.10);
    width: 50%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}
.apppackages-features ul:before{
    top: 0;
}
.apppackages-features ul:after{
    bottom: 0;
}
.apppackages-thumb .apppackages-inner .btn.btn-xl {
    width: 100%;
    display: block;
    padding: 12px 30px;
}
.green .apppackages-inner .btn.btn-xl {
    background-color: #3ea522;
    border-color: #3ea522;
}
.blue .apppackages-inner .btn.btn-xl {
    background-color: #216398;
    border-color: #216398;
}
.orange .apppackages-inner .btn.btn-xl {
    background-color: #ff8f24;
    border-color: #ff8f24;
}
.green .apppackages-inner .btn.btn-xl:hover {
    background-color: #277811;
    border-color: #277811;
}
.blue .apppackages-inner .btn.btn-xl:hover {
    background-color: #10426b;
    border-color: #10426b;
}
.orange .apppackages-inner .btn.btn-xl:hover {
    background-color: #da720f;
    border-color: #da720f;
}
.apppromotion-professionals h2, .apppromotion-professionals p, .apppromotion-professionals span, .apppromotion-professionals h4 {
    color: #fff;
}
.apppromotion-professionals .heading-title h2:before {
    border-top-color: #FFF;
}
.tprofessionals-slider {
    margin-top: 30px;
}
.tprofessionals-slider .carousel-control {
    background-image: none;
    text-shadow: none;
    opacity: 1;
}
.tprofessionals-slider .wrapper-slides{
    max-width: calc(100% - 20%);
    border: 1px solid #fff;
    margin-left: auto;
    margin-right: auto;
}
.tprofessionals-slider .item {
    padding: 40px 40px 60px 40px;
}
.tprofessionals-slider h4 {
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 22px;
}
.tprofessionals-slider span {
    display: block;
    font-size: 16px;
}
.tprofessionals-slider ol.carousel-indicators {
    bottom: 0;
    margin-bottom: 15px;
}
.get-today {
    padding-top: 80px;
    padding-bottom: 0;
    text-align: center;
}
.get-today .btn.btn-xl {
    padding: 15px 50px;
    font-size: 30px;
}
.get-today h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 65px;
    font-weight: 400;
}
.apppromotion-page .main-navigation.navbar {
    background-color: white !important;
}
.apppromotion-page ul.right-side-menu li a, .apppromotion-page .main-navigation.navbar button.navbar-toggle, .apppromotion-page .main-navigation.navbar button.navbar-toggle span{
    color: #000 !important;
}
#newsLatterModal .modal-body {
    padding: 40px 50px;
}
.newslatter-box h2{
    font-weight: 400;
    text-align: center;
}
.newslatter-form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.newslatter-form .form-group {
    margin-right: 0;
    position: relative;
    width: 100%;
}
.newslatter-form .form-group .form-control{
    padding-left: 65px;
    padding-right: 12px
}
.newslatter-form .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #dedede;
}
.newslatter-form .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #dedede;
}
.newslatter-form .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #dedede;
}
.newslatter-form .form-group .form-control:-moz-placeholder { /* Firefox 18- */
    color: #dedede;
}
.newslatter-form .form-group:before {
    content: "";
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: #0087ff;
    top: 0;
    bottom: auto;
    left: 1px;
    width: 48px;
    height: 50px;
    font-size: 20px;
    padding-left: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-right: 1px solid #0087ff;
}
.newslatter-form .form-group.form-name:before{
    content: "\e008";
}
.newslatter-form .form-group.form-email:before{
    content: "\2709";
}
.newslatter-form .form-group.form-skype:before {
    content: "\f17e";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-right: 1px solid #0087ff;
}
.newslatter-form input[type="submit"] {
    margin: 15px auto;
    padding: 10px 28px;
    background-color: #0087ff;
    border: 1px solid #0087ff;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    max-width: 240px;
    width: 100%;
}
.newslatter-form input[type="submit"]:hover{
    background-color: #025aa9;
    border: 1px solid #025aa9;
}
#newsLatterModal .modal-content {
    border-radius: 0px;
    z-index: 1;
    overflow: hidden;
}
#newsLatterModal .modal-content button.close {
    position: absolute;
    opacity: 1;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    font-size: 40px;
    font-weight: 300;
    z-index: 2;
}
/* .modal-content:before {
    content: "";
    background-image: url(../img/shape-intro.svg);
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    bottom: -26px;
    width: 200px;
    height: 54%;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: -1;
} */
.newslatter-modalbtn {
    width: 100%;
    padding: 6px 20px;
    color: #000;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
    margin-top: 10px;
    font-size: 20px;
}
.newslatter-modalbtn:hover {
    background-color: #025aa9;
    border: 1px solid #025aa9;
    color: #fff;
}
.why-choose-services-section {
    display: flex;
    align-items: center;
    padding-bottom: 120px;
    flex-wrap: wrap;
}
.why-choose-services-section .rightimg .thumbnail-image {
    max-width: 80%;
    margin-left: auto;
    margin-right: 0;
    border-radius: 20px;
    overflow: hidden;
    background-color: #000;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.3393732492997199) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.3393732492997199) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.3393732492997199) 0%, rgba(0,0,0,1) 100%);
    mix-blend-mode: luminosity;
}
.why-choose-services-section .rightimg .thumbnail-image img {
    opacity: 0.8;
}
.why-choose-services-section .leftcontent ul {
    padding-left: 20px;
}
.why-choose-services-section .popimg {
    position: absolute;
    bottom: -12%;
    left: 12%;
    max-width: 360px;
    border-radius: 20px;
    overflow: hidden;
}
.row.services-thumbnail {
    display: flex;
    flex-wrap: wrap;
}
.services-thumbnail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.services-thumbnail .st-thumb {
    margin: 15px 0px;
}
.services-thumbnail .st-inner {
    border: 0px;
    height: 100%;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    background-color: #eaeaed;
    background-image: -webkit-gradient(linear, left top, right top, from(#eaeaed), to(#fff));
    background-image: -webkit-linear-gradient(left, #eaeaed, #fff);
    background-image: -moz-linear-gradient(left, #eaeaed, #fff);
    background-image: -ms-linear-gradient(left, #eaeaed, #fff);
    background-image: -o-linear-gradient(left, #eaeaed, #fff);
    background-image: linear-gradient(left, #eaeaed, #fff);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#eaeaed', endColorStr='#fff', gradientType='1');
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.services-thumbnail .st-inner:hover {
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: none;
}
.services-thumbnail .st-content {
    padding: 60px 20px;
    text-align: center;
}
.services-thumbnail .read-more {
    position: relative;
    opacity: 1;
    visibility: visible;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    align-items: center;
    margin: 10px 0px;
    padding: 5px 24px;
    background-color: #0087ff;
    border-radius: 34px;
}
.services-thumbnail .st-content>p {
    color: #777878;
}
.g-recaptcha {
    width: 100%;
}

#section-wrap>.container-fluid.pad-tb>.row>.container>.row>.col-xs-12.col-sm-12:not(.portfolio-inner):not(.gallery-inner):not(.apppromotion-video):not(.apppromotion-professionals){
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.site-main>.blog-inner {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: flex;
    flex-wrap: wrap;
}
.flipGallery-page .navbar-fixed-top.fixed-open {
    z-index: 1;
}
.skypeimage {
    padding-top: 60px;
    border-top: 2px solid #0087ff;
}
.skypeimage-box {
    padding-top: 30px;
}
.skypeimage-box>img {
    border: 10px solid #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.footer-view .contact-info>li:first-child {
    display: none;
    pointer-events: none;
}
/******************************END apppromotion page*********************************/
@media (min-width:2500px){
	.footer-view {
		padding-top: 146px;
	}
}
@media (min-width:1825px){
	.slide-banner .right-image {height: 838px;overflow: hidden;}
	.right-image:after {height: 100%;}
	/* .slide-banner .carousel, .slide-banner .left-content{height: 100%;} */
}
@media (min-width:1200px){
    .site-main>.blog-inner {
        width: 1170px;
    }
}
@media (max-width:1720px){
	.home-slide {height: 840px;}
	.home-slide:before {width: 1011px;}
}
@media (max-width:1600px){
	.home-slide {
		height: 742px;
	}
	.home-slide:before {
		width: 880px;
	}
	.slide-banner .carousel-indicators {
		bottom: 130px;
	}
	.slide-banner .carousel-caption h2, .slide-banner .carousel-caption h3 {
		font-size: 42px;
		line-height: 46px;
	}
	.circle-line {left: 10px;top: 66px;width: 200px;height: 200px;}
	.min-circle {bottom: 66px;}
	.min-circle-2 {top: 334px;}
	.circle-sp-2 {width: 110px;height: 110px;right: 470px;}
	.box {left: -158px;bottom: -96px;height: 300px;}
	.op-circle {top: 34%;}
	.op-circle-2 {right: 14%;}
}
@media (max-width:1450px){
	.home-slide {
		height: 630px;
	}
	.home-slide:before {
		width: 780px;
	}
	.circle-line {
		left: 0px;
		top: 66px;
		width: 160px;
		height: 160px;
	}
	.slide-banner .carousel-indicators {
		bottom: 80px;
	}
	.spiral-line-2 {bottom: 148px;left: -300px;width: 210px;}
	.spiral-line {left: -58px; bottom: 128px;width: 148px;}
	.left-bottom-corner { width: 200px;}
	.circle-sp {left: -144px;top: 110px;}
	.min-circle {
		bottom: 30px;
		width: 86px;
		height: 86px;
		right: 140px;
	}
	.spiral-line {left: -142px;bottom: 100px;}
	.circle-sp-2 {
		width: 84px;
		height: 84px;
		right: 420px;
	}
}
@media (max-width:1366px){
	.slide-banner .carousel-caption h2, .slide-banner .carousel-caption h3 {font-size: 38px;}
	.left-bottom-corner {width: 160px;}
	.circle-line {top: 90px;width: 130px;height: 130px;}
	.min-circle-2 {
		top: 300px;
		left: 120px;
	}
	.circle-line-2 {left: 260px;}
	.circle-sp {left: -298px;}
	.spiral-line-2 {
		bottom: 136px;
		left: -300px;
		width: 180px;
	}
	.min-circle {
		bottom: 70px;
		width: 70px;
		height: 70px;
		right: 258px;
	}
	.op-circle-2 {
		right: 18%;
		width: 160px;
		height: 160px;
	}
	.op-circle-3 {top: 18%;left: 12%;}
	.op-circle-4 {width: 80px;height: 80px;bottom: 24px;left: 26%;}
	.op-circle-5 {width: 240px;height: 240px;bottom: -14px;right: 22%;}
	.subheading h2 {
		font-size: 48px;
		line-height: 1.2;
	}
	.subheading p {
		font-size: 26px; 
		line-height: 1.4;
	}
	.mentors-slide .item {
		padding: 0px 30px;
	}
	.mentors-slide .row {
		margin-right: -30px;
		margin-left: -30px;
	}
	.team-position p {
		font-size: 16px;
	}
}
@media (max-width:1241px){
	.slide-banner .carousel-caption h2, .slide-banner .carousel-caption h3 {
		font-size: 36px;
	}
}
@media (min-width:1200px) and (max-width:1320px) {
    .right-image:after {
        background-position: top left
    }
}
@media only screen and (max-width:1199px) {
    .req-divside {
        bottom: 110px;
    }
    .form-control,
    body {
        font-size: 18px
    }
    .main-header  .navbar-nav>li>a {
        line-height: 80px;
        font-size: 20px;
        padding: 15px 6px
    }
    .main-header  .navbar-nav>li>a:before {
        right: 6px
    }
    .main-header ul.sub-menu {
        width: 535px
    }
    .main-header nav.navbar ul.sub-menu>li ul li a {
        padding: 8px 6px
    }
    .main-header ul.sub-menu>li>a {
        padding: 12px 7px
    }
    .right-image:after {
        background-size: 100% 100%
    }
    .slide-banner .carousel-caption h2,
    .slide-banner .carousel-caption h3 {
        font-size: 30px;
        line-height: 36px
    }
    .slide-banner .carousel-caption h4 {
        font-size: 22px
    }
    .heading-title h2,.heading-title h1 {
        font-size: 45px;
        line-height: 45px
    }
    .heading-title h1:before,.heading-title h2:before {
        width: 50px
    }
    .have-we-done a.carousel-control {
        width: 76px;
        height: 64px;
        line-height: 70px
    }
    .have-we-done a.carousel-control.left {
        left: -76px
    }
    .have-we-done a.carousel-control.right {
        right: -76px
    }
    .testimonial-view a.carousel-control.left {
        left: -60px
    }
    .testimonial-view a.carousel-control.right {
        right: -60px
    }
    .featured-banner,
    .head-caption:after {
        height: 320px
    }
    .head-caption .head-caption-inner h1 {
        font-size: 40px;
        line-height: 40px
    }
    .head-caption .head-caption-inner h2,.head-caption .head-caption-inner h3 {
        font-size: 24px
    }
    .head-caption .head-caption-inner:before {
        height: 66px
    }
    .head-caption .head-caption-inner {
        height: 108px;
        padding-top: 42px
    }
    .contact-inner button.btn-xl {
        font-size: 20px
    }
    .gallery-tab button.btn,
    .sidebar-view .tab-list ul li a {
        font-size: 14px
    }
    .sidebar-view .tab-list ul li a:after {
        line-height: 20px;
        font-size: 12px
    }
    .address-info,
    .post-info ul li a {
        font-size: 16px
    }
    .gallery-inner div#flipGallery {
        width: 750px!important
    }
    .gallery-inner div#fg-back-nav,
    .gallery-inner div#fg-nav {
        width: 164px!important
    }
    .gallery-inner div#fg-title {
        width: 422px!important
    }
    .footer-menu ul li a {
        padding: 0 5px
    }
    .footer-menu ul {
        margin-left: -5px
    }
    button.scrolltop {
        bottom: 52px
    }
    .post-info ul li a .fa {
        padding-right: 6px
    }
    .team-social {
        padding: 0 18px
    }
    .rq-content h2 {
        font-size: 34px
    }
	.hire-list-title ul li a {
		line-height:37px;
	}
	.hire-list-title ul li{padding-left: 60px;}
	.hire-list-title ul li:before {width: 48px;height: 48px;top: -6px;}
	.hire-list-title ul li:after {width: 48px;height: 48px;line-height: 52px;top: -8px;font-size:14px;}
	.portfolio-inner a.popup-img:after {bottom:85px;}
	.services-box {padding: 50px 18px;}
	.sv-button {bottom: 24px;}
	.page-content-title h2 {font-size: 40px;}
	.page-text h3 {font-size: 24px;}
	.f-sub-content-block .panel-title a {font-size: 20px;}
	.f-sub-content-block .panel-title .accordion-toggle span {line-height: 42px;width: 42px;height: 42px;}
	/*******************/
	.home-slide {
		height: 526px;
	}
	.home-slide:before {
		width: 648px;
	}
	.circle-sp {
		left: -220px;
		width: 70px;
		height: 70px;
		top: 96px;
	}
	.circle-sp-2 {
		right: 360px;
	}
	.circle-line-2 {
		left: 230px;
		bottom: 40px;
	}
	.spiral-line-2 {bottom: 100px;left: -230px;}
	.spiral-line {
		left: -95px;
		bottom: 70px;
	}
	.min-circle {
		bottom: 10px;
		width: 70px;
		height: 70px;
		right: 110px;
	}
	.circle-sp-2 {
		right: 278px;
		bottom: 28px;
	}
	.left-bottom-corner {
		width: 140px;
	}
	.circle-line {
		top: 90px;
		width: 110px;
		height: 110px;
		left: -15px;
	}
	.op-circle-5 {
		width: 180px;
		height: 180px;
		bottom: 0px;
		right: 26%;
	}
	.op-circle-4 {
		left: 30%;
	}
	.op-circle-2 {
		right: 20%;
		width: 130px;
		height: 130px;
	}
	.op-circle {
		top: 38%;
		width: 86px;
		height: 86px;
	}
	.teamdetails .modal-dialog {
		padding: 0px 40px;
	}
	.teamdetails .modal-body .teamImg {
		flex: 0 0 312px;
		max-width: 312px;
	}
	.teamdetails .modal-body .teamInfo {
		flex: 0 0 calc(100% - 312px);
		max-width: calc(100% - 312px);
		padding: 16px 30px;
	}
	.apply-training .check-inline>label, .job-applicationform form .check-inline>label{
		flex: 0 0 25%;
		max-width: 25%;
	}
    .apppromotion-banner .right-content {
        max-width: calc(100% - 320px);
    }
    .apppromotion-banner .left-image {
        max-width: 320px;
        margin-bottom: -140px;
    }
    .apppromotion-banner h1 {
        font-size: 30px;
    }
    .apppromotion-banner .app-logo {
        max-width: 140px;
    }
    .apppromotion-banner p {
        font-size: 20px;
    }
    .apppromotion-banner ul.button-group img {
        max-width: 166px;
        border-radius: 6px;
    }
    .get-today h2 {
        font-size: 44px;
        line-height: 52px;
    }
    .apppackages-thumb .apppackages-inner {
        padding: 36px 20px;
    }
    .why-choose-services-section .popimg {
        max-width: 300px;
    }
    .req-quote-section .req-left {
        padding-right: 60px;
    }
    .req-quote-section .req-left p {
        font-size: 28px;
    }
    .list_quotation_grp {
        font-size: 16px;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .footer-bottom .container {
        width: 992px;
    }
}
@media only screen and (max-width :991px){
	.blog-inner .sidebar-view, .sidebar-view{
		margin-top: 30px;
	}
	.subheading h2 {
		font-size: 42px;
	}
	.subheading p {
		font-size: 24px;
	}
	.list_quotation_grp {
		line-height: 32px;
		font-size: 16px;
	}
	.list_full_w {
		font-size: 16px;
		line-height: 1.8;
	}
	div#our_Mentors .fullwidth_box>.container {
		max-width: 906px;
		width: 100%;
	}
	.list_q_a {
		width: 28%;
	}
	.list_q_c {
		width: 62%;
	}
	.teamdetails .modal-body .teamInfo {
		max-height: 326px;
		overflow: auto;
	}
	.teamdetails .modal-dialog {
		margin: 60px auto;
	}
	.csr-box .img-box img {
		max-width: 450px;
		margin: auto;
		display: block;
	}
	.csr-box .content-box {
		padding: 40px 15px;
		padding-bottom: 0;
	}
	.csr-box.even .content-box{
		padding-left: 15px;
	}
	.csr-box.odd .content-box{
		padding-right: 15px;
	}
	.apply-training .check-inline>label, .job-applicationform form .check-inline>label{
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
    .appfeatures-thumb {
        height: auto;
    }
    .appfeatures-thumb .icon {
        max-width: 100px;
        height: 100px;
    }
    .apppromotion-features .row>.appfeatures-thumb-box:nth-child(2) {
        margin-top: 0;
    }
    .apppromotion-banner {
        padding-bottom: 100px;
    }
    .apppromotion-features {
        padding-top: 60px;
    }
    .appfeatures-list {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .apppromotion-logo {
        margin-top: 0;
        justify-content: center;
        padding-left: 0px !important;
    }
    .apppromotion-banner .left-image {
        max-width: 300px;
        margin-bottom: -110px;
    }
    .apppromotion-banner .right-content {
        max-width: calc(100% - 300px);
        padding-top: 60px;
        padding-left: 40px;
    }
    .apppromotion-banner .featured-bg {
        padding-top: 160px;
    }
    .apppromotion-video .video {
        margin-top: 40px;
    }
    .tprofessionals-slider .item {
        padding: 20px 20px 60px 20px;
    }
    .why-choose-services-section .rightimg {
        margin-top: 40px;
    }
    .why-choose-services-section .rightimg {
        margin-top: 40px;
        padding: 0px 20%;
    }
    .why-choose-services-section .popimg {
        bottom: -14%;
        left: 25%;
    }
    .req-quote-section .req-left {
        padding-right: 30px;
        max-width: calc(100% - 248px);
    }
    .req-quote-section .btn-xl {
        padding: 12px 30px;
    }
    .req-quote-section .req-right {
        max-width: 248px;
    }
    .req-quote-section .req-left p {
        font-size: 22px;
        line-height: 1.4;
    }
    .request_modal .modal-dialog {
        width: 100%;
        max-width: calc(100% - 20px);
    }
    .skypeimage-box>img {
        border: 6px solid #fff;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.20);
        border-radius: 10px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }
}
@media (min-width:768px) and (max-width:1199px) {
	.services-view {
		padding-top: 60px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	h4 {font-size: 16px;}
	.f-sub-content-block p{font-size: 16px;}
	.page-text h3:after {margin-bottom: -2px;right: -15px;}
    .form-control,
    body {
        font-size: 16px
    }
    h3 {
        font-size: 20px
    }
    .main-navigation.navbar a.navbar-brand {
        width: 260px;
        padding: 25px 15px
    }
    .main-header  .navbar-nav>li>a {
        line-height: 80px;
        font-size: 14px;
        padding: 15px 5px
    }
    .main-header  .navbar-nav>li>a:before {
        right: 5px
    }
    .main-header ul.sub-menu {
        font-size: 14px;
        width: 720px
    }
    .main-header nav.navbar ul.sub-menu>li ul li a {
        padding: 8px 10px
    }
    .main-header ul.sub-menu>li>a {
        font-size: 16px;
        padding: 12px 10px
    }
    .slide-banner .carousel-caption h2,
    .slide-banner .carousel-caption h3 {  
		font-size: 25px;
		line-height: 32px;
    }
    .slide-banner .carousel-caption h3 {
        padding-bottom: 18px
    }
    .slide-banner .btn-view {
        margin-top: 18px
    }
    .slide-banner .carousel-caption h4 {
        font-size: 18px
    }
    .slide-banner .carousel-caption {
        bottom: 125px
    }
    .slide-banner .btn-view .btn.btn-xl span {
        font-size: 16px
    }
    .slide-banner .btn-view .btn.btn-xl {
        line-height: 50px;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex
    }
    .services-box {
        padding: 50px 0
    }
    .page-text ul li:before,
    .we-do-content ul.we-do-list li:before {
        font-size: 12px;
        line-height: 26px
    }
    .page-text ul li,
    .we-do-content .we-do-list li {
        padding-left: 16px
    }
    span.count-number {
        font-size: 30px;
        line-height: 35px
    }
    .have-we-done .carousel-caption {
        padding: 16px 15px
    }
    .have-we-done .carousel-caption h3 {
        padding-bottom: 15px;
        font-size: 24px;
        margin-bottom: 8px
    }
    .have-we-done a.carousel-control.left {
        padding-left: 10px
    }
    .heading-title h2,.heading-title h1 {
        font-size: 36px;
        line-height: 36px
    }
    .team-social {
        padding: 0 10px
    }
    .team-social a {
        margin: 0 5px
    }
    .people-info {
        padding: 12px 15px 0
    }
    .testimonial-view a.carousel-control {
        top: 140px
    }
    .footer-view ul.social-icon li a {
        width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 38px
    }
    .footer-view ul.social-icon li {
        padding: 0 4px
    }
    .subscribe-form:before {
        width: 25px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        padding-left: 0;
        padding-right: 0
    }
    .featured-banner,
    .head-caption:after {
        height: 272px
    }
    .about-inner .process-model li i {
        height: 50px;
        width: 50px;
        line-height: 48px;
        font-size: 20px
    }
    .about-inner .process-model li::after {
        height: 4px;
		right: -13px;
		top: 23px;
		width: 40%;
    }
    .about-inner .process-model li {
        float: left
    }
    .sr-icon a {
        width: 86px;
        height: 86px;
        line-height: 90px;
        font-size: 26px
    }
    .sr-content {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px
    }
    .sr-choosed-box ul {
        padding-left: 0
    }
    .sr-choosed-box ul li {
        position: relative;
        padding-left: 15px
    }
    .sr-choosed-box ul li:before {
        position: absolute;
        left: 0
    }
    .sr-choosed-box:before {
        border-top: 4px dashed #025aa9
    }
    .head-caption .head-caption-inner h1 {
        font-size: 30px;
        line-height: 30px
    }
    .head-caption .head-caption-inner h2,.head-caption .head-caption-inner h3 {
        font-size: 20px
    }
    .head-caption .head-caption-inner:before {
        height: 52px
    }
    .head-caption .head-caption-inner {
        height: 94px;
        padding-left: 15px
    }
    .contact-form {
        padding: 90px 35px
    }
    .address-info ul,
    .sv-button a.item-more-text {
        font-size: 14px
    }
    .contact-inner .btn-xl,.request-inner .btn-xl{
        font-size: 18px
    }
    .gallery-tab button.btn {
        font-size: 12px;
        padding: 18px 10px 12px
    }
    .gallery-tab button.btn.is-checked:after,
    .gallery-tab button.btn:focus:after,
    .gallery-tab button.btn:hover:after,
    .gallery-tab button:focus:after {
        height: 70px
    }
    .address-info {
        font-size: 14px
    }
    .sidebar-view .tab-list ul li a:after {
        position: absolute;
        right: 10px;
        margin: auto;
        top: 0;
        bottom: 0;
        line-height: 12px;
        height: 12px
    }
    button.scrolltop {
        bottom: 49px
    }
    .post-info ul li {
        padding-left: 0;
        padding-right: 8px
    }
    .post-content {
        padding: 20px 14px 38px
    }
    .blog-box:hover .read-more {
        bottom: -20px
    }
    .read-more .btn {
        font-size: 14px;
        padding: 0 20px;
        line-height: 40px;
        -webkit-transition: all .3s linear 0s;
        -khtml-transition: all .3s linear 0s;
        -moz-transition: all .3s linear 0s;
        -ms-transition: all .3s linear 0s;
        -o-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
        -webkit-border-radius: 40px;
        -khtml-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
        border-radius: 40px
    }
    .side-box ul li a {
        font-size: 12px
    }
    .career_form .fileUpload.btn {
        padding: 14px 10px;
        font-size: 14px
    }
    .rq-content h2 {
        font-size: 26px
    }
	.services-box {min-height: 360px;}
	.page-content-title h2 {font-size: 34px;}
	/***********/
	.home-slide {
		height: 480px;
	}
	.home-slide:before {
		width: 700px;
		right: -190px;
	}
	.slide-banner .carousel-caption {
		bottom: 0px;
	}
	.slide-banner .carousel-indicators {
		bottom: 98px;
	}
	.circle-sp-2 {
		right: 210px;
		bottom: 48px;
	}
	.circle-line-2 {
		left: 196px;
		bottom: 25px;
	}
	.industries-footer ul, .services-footer ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
    .footer-menu {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #fff;
    }
    .footer-bottom .text-left, .footer-bottom .text-right {
        text-align: center;
    }
    .footer-bottom .col-xs-12.col-sm-5.text-right {
        width: 100%;
    }
}

@media only screen and (min-width:768px) {
	.main-navigation .navbar-toggle {display:block;}
    .hidden-sm {
        display: none!important
    }
    .main-header .navbar-collapse.collapse {
        display: inline-block!important;
        float: right
    }
    .main-header nav.navbar ul.nav.navbar-nav {
        width: 100%
    }
    .main-header li ul.sub-menu {
        display: none
    }
    .main-header li:hover ul.sub-menu {
        display: table
    }
}

@media only screen and (max-width:767px) {
    h4 {font-size: 14px;}
    .f-sub-content-block p{font-size: 14px;}
    .sidebar-view{
        order: 2;
        padding-right: 15px;
    }
    .page-text h3:after {margin-bottom: -2px;right: -15px;}
    .main-navigation.navbar.navbar-fixed-top {position: relative;margin-bottom: 0}
    .form-control,body {font-size: 16px}
    h3 {font-size: 20px}
    h2 {font-size: 30px}
    .main-navigation.navbar .navbar-header {margin-right: 0px;margin-left: 0px;}
    .main-navigation.navbar a.navbar-brand { width: 200px}
    .main-navigation.navbar{height: 75px}
    .main-navigation.navbar .navbar-header{margin-right:0px;}
    .main-navigation.navbar .container {padding: 0px;}
    .main-navigation.navbar button.navbar-toggle {padding: 9px 15px;}
    ul.right-side-menu {line-height: 55px;margin-bottom: 0px;}
    ul.right-side-menu li a ,.main-navigation.navbar button.navbar-toggle span{color: #000 !important;}
    .service-inner .sr-box,.sr-choosed-box {text-align: center}
    .featured-banner {height: 200px;background-attachment: inherit}
    .head-caption:after {height: auto}
    .head-caption .head-caption-inner h1 {font-size: 36px;line-height: 1em}
    .head-caption .head-caption-inner h2,.head-caption .head-caption-inner h3 {
        font-size: 22px
    }
    .head-caption .head-caption-inner {
        width: 36%;
        height: 62px;
        padding-top: initial;
        padding-left: 20px
    }
    .head-caption .head-caption-inner:before {
        height: 100%
    }
    .slide-banner .carousel,
    .slide-banner .carousel img,
    .slide-banner .left-content,
    .slide-banner .right-image {
        height: auto
    }
    .slide-banner .left-content:after {
        width: 70%;
        height: 70%;
        left: 35px
    }
    .featured-banner [data-aos=fade-right],
    .slide-banner [data-aos=fade-right] {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none
    }
    .featured-banner [data-aos^=fade][data-aos^=fade],
    .slide-banner [data-aos^=fade][data-aos^=fade] {
        opacity: 1!important;
        transition-property: unset;
        -webkit-transition-property: unset;
        -moz-transition-property: unset
    }
    .right-image:after {
        height: auto;
        bottom: -1px
    }
    .slide-banner .carousel-caption {
        bottom: 26px
    }
    .slide-banner .carousel-caption h2,
    .slide-banner .carousel-caption h3 {
        font-size: 22px;
        line-height: 28px
    }
    .slide-banner .carousel-caption h3 {
        padding-bottom: 16px
    }
    .btn-view {
        margin-top: 16px
    }
    .btn-view .btn.btn-xl span {
        font-size: 14px
    }
    .btn-view .btn.btn-xl {
        height: 40px;
        font-size: 14px
    }
    .btn-view .btn.btn-xl .fa {
        line-height: 40px;
        width: 40px;
        height: 40px
    }
    .btn-view.rq-button {
        margin: auto
    }
    .sv-icon {
        width: 60px;
        height: 60px;
        line-height: 68px;
        border-radius: 60px;
        font-size: 20px;
        top: -78px
    }
    .slide-banner .carousel-indicators {
		right: 15px;
		bottom: 100px;
	}
    .page-text ul li:before,
    .we-do-content ul.we-do-list li:before {
        font-size: 12px;
        line-height: 23px
    }
    .heading-title h2,.heading-title h1 {
        font-size: 30px;
        line-height: 30px
    }
    .have-we-done .carousel-caption {
        position: relative;
        background-color: #000;
        padding: 15px
    }
    .have-we-done .carousel-caption h3 {
        font-size: 20px;
        padding-bottom: 15px
    }
    .have-we-done a.carousel-control.right {
        right: -30px;
        padding-right: 0
    }
    .have-we-done a.carousel-control.left {
        left: -30px;
        padding-left: 0
    }
    .have-we-done a.carousel-control span.glyphicon:before {
        width: 16px;
        height: 16px
    }
    .have-we-done a.carousel-control {
        width: 30px;
        height: 50px;
        line-height: 52px;
        border-radius: 0!important
    }
    .have-we-done .margauto {
        padding: 0 40px
    }
    .testimonial-view a.carousel-control.left {
        left: 0
    }
    .testimonial-view a.carousel-control.right {
        right: 0
    }
    .test-content {
        padding: 0 90px
    }
    .services-view {
        padding-bottom: 40px
    }
    .about-img {
        padding-top: 28px
    }
    .about-view {
        padding-bottom: 70px
    }
    .our-box {
        padding-bottom: 20px
    }
    .our-box:last-child {
        padding-bottom: 0
    }
    .have-we-done,
    .our-bg,
    .our-team,
    .request-bg,
    .testimonial-bg,
    .what-we-do-view {
        padding: 70px 15px
    }
    .team-slider {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px
    }
    .testimonial-view a.carousel-control {
        top: 140px
    }
    .our-team {
        padding-bottom: 100px;
        overflow: hidden
    }
    .btn-view,
    .slide-banner .btn-view {
        padding: 0
    }
    .thumb-img {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 15px
    }
    .thumb-img:after {
        content: "";
        background-color: #025aa9;
        width: 100%;
        height: 5px;
        display: inline-block;
        position: absolute;
        right: inherit;
        top: inherit;
        bottom: 0
    }
    .gallery-tab.btn-group-justified {
        display: block;
        width: 100%;
        table-layout: auto;
        border-collapse: unset
    }
    .portfolio-inner a.popup-img:after,
    .portfolio-inner a.popup-img:before,
    .sr-choosed-box ul li:before {
        display: none
    }
    .gallery-tab button.btn {
        font-size: 12px;
        padding: 18px 15px 12px
    }
    .portfolio-inner a.popup-img img {
        -webkit-filter: grayscale(0) blur(0);
        filter: grayscale(0) blur(0);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }
    .portfolio-inner a.popup-img:hover img {
        -webkit-filter: grayscale(100%) blur(3px);
        filter: grayscale(100%) blur(3px)
    }
    .pad-tb {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .service-inner .sr-icon a {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 34px;
        margin: auto
    }
    .service-inner .sr-box-r,
    .sr-box-l {
        padding-right: 0;
        padding-left: 0
    }
    .sr-box.sr-box-r {
        padding-top: 25px
    }
    .sr-box.sr-box-l {
        padding-top: 0
    }
    .sr-choosed-box:before {
        border-top: 4px dashed #025aa9;
    }
    .sr-choosed-box ul {
        padding-left: 0;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .sr-choosed-box img {
        width: 80%;
        margin: auto;
    }
    .gallery-inner div#flipGallery {
        width: 377px!important;
    }
    .gallery-inner div#fg-back-nav,
    .gallery-inner div#fg-nav {
        width: 100%!important;
        text-align: center!important;
    }
    .gallery-inner div#fg-title {
        width: 100%!important;
    }
    .map-view {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .footer-bottom .text-left,
    .footer-bottom .text-right {
        text-align: center;
    }
    button.scrolltop {
        bottom: 0
    }
    .footer-menu ul {
        margin-left: 0
    }
    .footer-menu {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #fff;
    }
    .form-group, .form-action{
        width: 100%;
		clear:both;
		
    }
    .career_form .fileUpload.btn {
        padding: 14px 10px;
        font-size: 14px;
        width: 15%
    }
    .career_form .form-group .uploadFile {
        width: 85%
    }
    .careers-inner .panel-group .panel-heading h4 a {
        font-size: 20px
    }
    .btn-view.rq-button {
        padding-right: 15px
    }
    .rq-content h2 {
        font-size: 32px
    }
	.hire-list-title, .hire-img {
		width: 60%;
		margin: auto;
		float: none;
		clear: both;
	}
	.hire-img img {margin-top: -50px;}
	.gallery-tab ul.nav li.btn {display: block;width: 100%;}
	.gallery-tab ul.nav {display: block;}
	.mfp-arrow {margin-top: -100px;}
	.services-content {position: relative;}
	.sv-button {position: relative;bottom: inherit;}
	.services-box {min-height: initial;}
	.about-inner .process-model li::after {right: -72px;}
	.page-content-title h2 {font-size: 34px;}
	/*****************************/
	.home-slide {
		height: auto;
		flex-direction: column-reverse;
	}
	.home-slide .left-content {
		height: 160px;
		position: relative;
	}
	.right-c-slide img {
		width: 380px;
		height: auto;
		margin-left: auto;
	}
	.home-slide:before {
		width: 568px;
	}
	.right-c-slide {
		padding: 38px 50px;
		height: 332px;
	}
	.left-bottom-corner,.min-circle,.min-circle-2,.circle-sp-2 {
		display: none;
	}
	.slide-banner {
		padding-bottom: 50px;
	}
	.spiral-line-2 {
		bottom: auto;
		left: 0px;
		right: auto;
		top: 50px;
	}
	.circle-line-2 {
		left: auto;
		right: 100px;
		bottom: 80px;
		width: 50px;
	}
	.spiral-line {
		left: 0px;
		bottom: -40px;
		top: 0;
		right: auto;
		margin: auto;
		height: 18px;
	}
	.circle-sp {
		left: 48px;
		right: auto;
		top: 160px;
	}
	footer {
		position: relative;
		z-index: 1;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.get-box {min-height: auto;flex-direction: column;}
	.get-box h3 {font-size: 44px; padding-right: 0px; width: 400px;margin-top: 0;}
	.get-contact-img {
		position: relative;
		width: 400px;
		margin-top: -100px;
		margin-left: 100px;
	}
	.getcontact-view { padding-bottom: 0px;}
	.op-circle-6 {margin: auto;top: auto;bottom: 80px;}
	.op-circle-5 {width: 154px;height: 154px;bottom: 216px;}
	.box {
		left: 0;
		bottom: 115px;
		height: 280px;
		width: 280px;
		top: auto;
		overflow: hidden;
		padding:20px;
	}
	.wave {width: 240px;height: 240px;top: 0;bottom: 0; margin: auto;left: -100px;}
	.box-2 {
		top: auto;
		bottom: 360px;
		height: 280px;
		width: 280px;
		overflow: hidden;
		right: 0;
		left: auto;
		padding:20px;
	}
	.box-2 .wave {
		margin-left: 0;
		right: -110px;
		left: auto;
	}
	.footer-view {
		background-color: #fff;
		background-image: none;
		padding-top: 0px;
		margin-top: 40px;
		position: relative;
	}
	.footer-top {padding: 30px 15px;}
	.footer-view>.row{
		background-color: #0087ff;
		margin-top: 30px;
	}
	.footer-view:before {
		content: "";
		background-image: url(../img/footer-bg-mobile.png);
		width: 100%;
		height: 33px;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		display: block;
		background-size: cover;
		background-position: center;
	}
	.teamdetails .modal-body {
		flex-wrap: wrap;
	}
	.teamdetails .modal-body .teamInfo {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.teamdetails .modal-body .teamInfo {
		max-height: unset;
		overflow: visible;
	}
	.teamdetails .modal-dialog {
		margin: 40px auto;
	}
	.subheading h2 {
		font-size: 36px;
		margin-bottom: 4px;
	}
	.subheading p {
		font-size: 22px;
		line-height: 1.2;
	}
	.subheading {
		padding-bottom: 6px;
	}
	.list_quotation_grp {
		line-height: 28px;
		font-size: 14px;
	}
	.list_full_w {
		font-size: 14px;
		line-height: 1.5;
	}
	.menuTabContent {
		padding: 60px 15px;
		padding-top: 80px;
	}
	.list_full_w ul li {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.list_full_w ul li::before {
		font-size: 13px;
		line-height: 29px;
	}
	.menuTabContent .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.accordion-job .nav-tabs {
		margin-top: 30px;
	}
	.accordion-job .nav-tabs {
		padding: 10px;
	}
	.team-box {
		-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
	}
	.mentors-slide button.slick-arrow {
		width: 60px;
		height: 60px;
		font-size: 0px;
		border: 0;
		background-color: #7c7c7c;
		border-radius: 60px;
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		margin: auto;
		padding: 0;
	}
	.mentors-slide button.slick-arrow:before {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 28px;
		line-height: 18px;
		color: #fff;
	}
	.mentors-slide button.slick-prev.slick-arrow:before {
		content: "\f104";
		margin-left: -2px;
	}
	.mentors-slide button.slick-next.slick-arrow:before{
		content: "\f105";
		margin-right: -2px;
	}
	.mentors-slide button.slick-arrow.slick-prev{
		left: 30px;
	}
	.mentors-slide button.slick-arrow.slick-next{
		right: 30px;
	}
	.mentors-slide .item.slick-slide {
		padding: 0px 4px;
	}
	.mentors-slide {
		padding-top: 0;
	}
	.subheading {
		margin-bottom: 40px;
	}
	div#our_Mentors {
		padding-left: 0px;
		padding-right: 0px;
	}
	div#our_Mentors .subheading {
		max-width: calc(100% - 30px);
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.team-title h3 {
		margin-top: 0;
		font-size: 26px;
		line-height: 32px;
	}
	ul.taberViews li.nav-item {
		padding: 10px 28px;
		font-size: 18px;
	}
	.tabmenu_header>.container {
		padding-left: 0;
		padding-right: 0;
	}
	.list_q_a {
		width: auto;
		max-width: unset;
		flex: 0 0 auto;
	}
	.list_q_c {
		width: auto;
	}
	.apply-training .check-inline>label, .job-applicationform form .check-inline>label{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.apply-training form, .investor-form form, .job-applicationform form{
		padding: 20px 20px;
	}
	.csr-box:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.featured-banner.submit-success {
		display: none;
	}
	.thank-you-block h2 {
		font-size: 60px;
	}
	.thank-you-block p {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.thank-you-block .back-btn {
		padding: 14px 28px;
		font-size: 20px;
	} 
	.thank-you-page {
		min-height: unset;
	}
	.investor-form {
		padding-top: 20px;
	}
    .apppromotion-banner .featured-bg .container {
        flex-direction: column-reverse;
    }
    .apppromotion-banner .featured-bg {
        padding-top: 60px;
    }
    .apppromotion-banner .left-image {
        max-width: 260px;
        width: 100%;
        margin: 0px auto -100px;
        display: block;
    }
    .apppromotion-banner .right-content {
        max-width: 100%;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 40px;
    }
    .apppromotion-logo {
        flex-wrap: wrap;
        padding: 0px 15px !important;
    }
    .apppromotion-logo h4 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .apppromotion-video, .apppromotion-professionals {
        width: 100%;
        margin-left: 0;
    }
    .req-divside {
        bottom: 60px;
    }
    .request_form, .request_form .col-sm-12 {
        padding: 0;
    }
    .why-choose-services-section .rightimg {
        margin-top: 40px;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px 15px;
    }
    .why-choose-services-section .rightimg .thumbnail-image {
        max-width: 80%;
    }
    .why-choose-services-section .popimg {
        bottom: -16%;
        left: 12%;
        max-width: 320px;
    }
    .req-quote-section .container>.row {
        flex-wrap: wrap;
    }
    .req-quote-section .req-left {
        padding-right: 15px;
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .req-quote-section .req-right {
        max-width: 100%;
        justify-content: center;
    }
    #newsLatterModal .modal-body {
        padding: 30px 20px;
    }
    form#jobForm {
        padding: 20px !important;
    }
    .request_modal form .form-group:nth-child(2), .request_modal form .form-group:nth-child(3), .request_modal form .form-group:nth-child(4), .request_modal form .form-group:nth-child(5) {
        width: 100%;
    }
    .request_modal .request_form {
        padding: 0;
    }
}
@media only screen and (max-width:567px) {
	.heading-soon h2 {font-size: 60px;}
	.heading-soon h2 span {font-size: 26px;}
	.coming-title .heading-soon .fa {font-size: 60px;}
	ul.right-side-menu li {display: none;}
	ul.right-side-menu li:last-child {display: block;}
    .slide-banner .right-image:after {
        display: none
    }
	.slide-banner .carousel-caption h2, .slide-banner .carousel-caption h3 {
		font-size: 18px;
		line-height: 26px;
	}
    .slide-banner .carousel-caption h2 {
        margin-top: 0
    }
    .we-do-content .we-do-img,
    .we-do-content .we-do-list {
        width: 100%
    }
    .request-view .d-flex,
    .sr-box.d-flex {
        -webkit-display: block;
        -moz-display: block;
        display: block
    }
    .btn-view.rq-button {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px
    }
    .industries-footer ul,
    .services-footer ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
    button.scrolltop {
        height: 50px;
        width: 35px;
        font-size: 20px;
        line-height: 52px
    }
    button.scrolltop .fa:before {
        width: 18px;
        height: 14px;
        background-size: cover
    }
	.team-title h3{
		font-size:18px;
	}
    .team-position p{
        font-size: 16px
    }
    .team-social a {
        font-size: 12px;
        margin: 0 8px
    }
    .team-social {
        padding: 0 18px;
        bottom: -17px;
        line-height: 35px
    }
    .team-box:hover .hover-text {
        padding-bottom: 24px
    }
    .test-content h3 {
        margin-top: 16px
    }
    .heading-title h2,.heading-title h1 {
        font-size: 26px;
        line-height: 28px
    }
    .slide-banner .carousel-caption h2,
    .slide-banner .carousel-caption h3 {
        color: #e0dddd
    }
    .featured-banner {
        height: 150px
    }
    .head-caption .head-caption-inner h1 {
        font-size: 24px;
        line-height: 1em
    }
    .head-caption .head-caption-inner h2,.head-caption .head-caption-inner h3 {
        font-size: 16px
    }
    .head-caption .head-caption-inner {
        height: 41px
    }
    .about-inner .process-model li i {
        height: 50px;
        width: 50px;
        line-height: 48px;
        font-size: 20px
    }
    .about-inner .process-model li::after {
        height: 4px;
		right: -46px;
		top: 23px;
		width: 71%;
    }
    .about-inner .process-model {
        margin: 0 auto 5px
    }
    .about-inner .process-model li {
        float: left;
        width: 33%;
        margin: aut
    }
    .gallery-tab.btn-group-justified {
        display: inline-block
    }
    .gallery-tab.btn-group-justified>.btn,
    .gallery-tab.btn-group-justified>.btn-group {
        display: inline
    }
    .gallery-tab button.btn {
        font-size: 14px
    }
    .footer-bottom {
        font-size: 12px
    }
    .gallery-inner div#fg-lightbox-content img {
        width: 332px!important;
        height: 332px!important
    }
    .gallery-inner div#fg-lightbox-content img#fg-close {
        width: 40px!important;
        margin-left: 300px!important;
        height: 40px!important
    }
    .footer-menu ul li a {
        padding: 0 4px
    }
    .careers-inner .heading-title h2 {
        font-size: 30px;
        line-height: 30px
    }
    .career_form .fileUpload.btn {
        width: 20%
    }
    .career_form .form-group .uploadFile {
        width: 80%
    }
    .accordion-job {
        clear: both;
        margin-bottom: 20px
    }
    .slide-banner .carousel-caption .carousel-inner {
        padding: 0 15px
    }
    .rq-content h2 {
        font-size: 24px;
    }
	.hire-list-title, .hire-img {width: 80%;}
	.mfp-arrow,.mfp-arrow:active {margin-top: -85px;}
	img.mfp-img {padding-left: 40px;padding-right: 40px;}
	/**********/
	.home-slide:before {
		width: 440px;
	}
	.right-c-slide img {width: 320px;}
	.right-c-slide {height: 280px;padding-bottom: 0px;}
	.circle-sp {
		top: 100px;
	}
	.circle-line-2 {
		right: 62px;
		bottom: 56px;
	}
	.get-box h3 {font-size: 40px;width: 350px;}
	.get-contact-img {width: 314px;margin-top: -78px;}
	.op-circle-5 {
		bottom: 160px;
		right: 10%;
	}
	.list_quotation_grp {
		line-height: 20px;
		font-size: 14px;
	}
    .apppromotion-banner h1 {
        font-size: 28px;
    }
    .apppromotion-banner p {
        font-size: 18px;
    }
    .apppromotion-banner .left-image {
        max-width: 200px;
        margin: 0px auto -60px;
    }
    .apppromotion-banner {
        padding-bottom: 65px;
    }
    .apppromotion-logo ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .appfeatures-thumb .icon {
        max-width: 70px;
        height: 70px;
    }
    .appfeatures-thumb .f-inner {
        padding: 20px;
        border-radius: 16px;
    }
    .apppromotion-video, .apppromotion-professionals, .apppromotion-packages{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .get-today {
        padding-top: 50px;
    }
    .get-today h2 {
        font-size: 38px;
        line-height: 42px;
    }
    .get-today .btn.btn-xl {
        padding: 12px 40px;
        font-size: 20px;
    }
    .tprofessionals-slider {
        padding: 0;
    }
    .req-divside .btn.btn-xl {
        padding: 10px 11px;
    }
    .footer-bottom .footer-menu {
        padding-left: 30px;
        padding-right: 30px;
    }
    #newsLatterModal .modal-body {
        padding: 30px 15px;
    }
}
@media only screen and (max-width:480px) {
	.mentors-slide button.slick-arrow {
		width: 50px;
		height: 50px;
	}
	.mentors-slide button.slick-arrow.slick-prev {
		left: 6px;
	}
	.mentors-slide button.slick-arrow.slick-next {
		right: 6px;
	}
}
@media only screen and (max-width:440px) {
	.home-slide:before {
		width: 375px;
	}
	.right-c-slide {
		height: 260px;
		padding: 38px 20px;
		padding-bottom: 0px;
	}
	.right-c-slide img {
		width: 300px;
	}
	.slide-banner .carousel-indicators li {background-color: #0087ff; border: 1px solid #0087ff;}
	.slide-banner .carousel-indicators li.active {
		background-color: #0087ff;
	}
	.slide-banner .carousel-indicators li.active:before {border-color: #0087ff;}
	.slide-banner .carousel-indicators {
		right: 10px;
		bottom: 14px;
	}
	.slide-banner .btn-view .btn.btn-xl span {
		padding: 0 12px;
	}
	.slide-banner .btn-view .btn.btn-xl .fa { width: 36px;}
	.slide-banner .list-inline>li {
		padding-right: 3px;
		padding-left: 3px;
	}
	.spiral-line {left: -108px;}
	.spiral-line-2 {left: -100px;}
	.circle-line {top: 90px;width: 60px;height: 60px;left: 8px;}
	.circle-sp {
		top: -38px;
	}
	.get-contact-img {
		margin-left: 30px;
	}
	.get-box h3 {
		font-size: 36px;
		width: 320px;
	}
	.get-contact-img {
		width: 286px;
		margin-top: -62px;
		margin-left: 78px;
	}
	.op-circle {left: 50px;right: auto;}
	.footer-view h3 {
		font-size: 20px;
	}
	.teamdetails .modal-dialog {
		padding: 0px 15px;
	}
	.teamdetails .modal-dialog {
		max-width: 342px;
	}
	.teamdetails button.close {
		color: #fff;
	}
	.teamdetails .modal-body .teamInfo {
		padding: 30px 15px;
	}
	ul.taberViews li.nav-item {
		padding: 10px 18px;
	}
	ul.taberViews:before {
		height: 3px;
	}
	ul.taberViews li.nav-item:before {
		width: 12px;
		border: 3px solid #0087ff;
	}
    .why-choose-services-section .rightimg {
        max-width: 320px;
    }
    .why-choose-services-section .popimg {
        max-width: 240px;
    }
}
@media only screen and (max-width:414px) {
	.heading-soon h2 {font-size:50px;}
	.heading-soon h2 span {font-size:24px;}
	.coming-title .heading-soon .fa {font-size:40px;}
    .form-control,
    body {
        font-size: 14px
    }
    h3 {
        font-size: 16px
    }
    h2 {
        font-size: 24px
    }
	.main-navigation.navbar button.navbar-toggle {font-size: 24px;}
	.main-navigation ul.nav_bar li a{font-size: 16px;}
	.main-navigation ul.sub-menu li a{font-size: 14px;}
    .slide-banner .carousel-caption h2,
    .slide-banner .carousel-caption h3 {
        font-size: 18px;
		line-height: 24px;
    }
    .heading-title h1:before,
	.heading-title h2:before,
    .slide-banner .carousel-caption h3:after {
        border-top: 3px solid #0087ff;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        width: 40px
    }
    .slide-banner .carousel-caption h3 {
        padding-bottom: 10px
    }
    .slide-banner .carousel-caption {
        padding-bottom: 5px;
        padding-right: 28px;
        padding-top: 10px
    }
    .slide-banner .carousel-indicators {
        bottom: 20px
    }
    .sv-icon {
        font-size: 20px;
        top: 0;
        position: relative
    }
    .services-box {
        padding: 40px 0
    }
    span.count-number {
        font-size: 34px;
        font-weight: 700;
        line-height: 34px
    }
    .test-content {
        padding: 0 50px
    }
    .testimonial-view a.carousel-control {
        width: 35px;
        height: 35px;
        line-height: 32px;
        border-radius: 35px
    }
    .testimonial-view a.carousel-control span.glyphicon:before {
        width: 15px;
        height: 12px;
        background-size: cover
    }
    .people-info {
        padding: 12px 5px 12px 5px;
    }
    .team-box .hover-text {
        left: 10px;
        right: 10px;
        padding-bottom: 20px
    }
    .team-position p,
    .team-title h3 {
        font-size: 14px
    }
    .team-social a {
        margin: 0 5px
    }
    .team-social {
        padding: 0 18px;
        bottom: -17px;
        line-height: 35px
    }
    .footer-top {
        padding: 40px 15px
    }
    .industries-footer ul,
    .services-footer ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
	footer {font-size: 12px;}
	.op-circle-5 {
		bottom: 190px;
		right: 6%;
		width: 120px;
		height: 120px;
	}
	.op-circle-6 {
		bottom: 100px;
		left: 34%;
	}
    .our-box .fa {
        font-size: 40px
    }
    .heading-title h2,.heading-title h1 {
        font-size: 20px;
        line-height: 20px
    }
    .footer-view ul.social-icon li a {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 38px
    }
    .pad-tb {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .featured-banner {
        height: 115px
    }
    .head-caption .head-caption-inner h1 {
        font-size: 20px
    }
    .head-caption .head-caption-inner h2,.head-caption .head-caption-inner h3 {
        font-size: 12px
    }
    .head-caption .head-caption-inner {
        height: 35px;
        padding-left: 10px
    }
    .head-caption .head-caption-inner:before {
        width: 3px
    }
	.about-inner .process-model li::after {right: -40px;}
    .portfolio-inner .grid-item {
        width: 100%;
        float: left;
        clear: both
    }
    .gallery-inner div#flipGallery {
        width: 320px!important
    }
    .contact-inner textarea.form-control,.request-inner textarea.form-control{
        height: 120px
    }
    .contact-inner .btn-xl,.request-inner .btn-xl{
        font-size: 16px
    }
    .footer-menu ul li a {
        padding: 0 4px
    }
    .test-img img {
        width: 80px;
        height: 80px;
        margin: auto;
        border-radius: 80px
    }
    .testimonial-view a.carousel-control {
        top: 106px
    }
    .careers-inner .heading-title h2 {
        font-size: 26px;
        line-height: 26px
    }
    .careers-inner .panel-group .panel-body ul li:before {
        font-size: 12px;
        line-height: 21px
    }
    .careers-inner .panel-group .panel-heading h4 a,
    .request_form button.btn.btn-xl {
        font-size: 16px
    }
    .career_form .fileUpload.btn {
        width: 25%
    }
    .career_form .form-group .uploadFile {
        width: 75%
    }
    .career_form button.btn.btn-xl {
        margin-top: 30px;
        width: auto
    }
    .gallery-inner div#flipGallery div,
    .gallery-inner div#flipGallery img {
        width: 100%!important;
        height: 100%!important;
        margin-left: 0!important;
        margin-right: 0!important
    }
    .gallery-inner div#flipGallery div#fg-lightbox-text {
        width: 100%!important;
        height: auto!important
    }
    .gallery-inner div#flipGallery div#fg-lightbox-content {
        width: 250px!important;
        height: 250px!important;
        margin: auto!important;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }
    .gallery-inner div#fg-lightbox-content img#fg-close {
        margin-left: 0!important;
        position: absolute;
        right: 0;
        top: -40PX;
        margin-top: 0!important;
        left: 215px
    }
    .gallery-inner div#flipGallery img {
        display: inline-block!important;
        margin: auto!important;
        left: 0;
        right: 0
    }
    .gallery-inner div#fg-nav {
        margin-bottom: 15px!important
    }
    .form-group {
        margin: 10px 0
    }
    .video_modal iframe {
        width: 100%;
        height: 268px
    }
    .request_modal .modal-header button.close,
    .request_modal .modal-header h4,
    .video_modal .modal-header button.close,
    .video_modal .modal-header h4 {
        font-size: 16px;
        line-height: 16px
    }
    .right-tab img {
        width: 130px;
        padding-right: 12px;
        padding-bottom: 12px
    }
    .rq-content h2 {
        font-size: 18px
    }
    .footer-bottom .text-right {
        padding: 0 26px
    }
    .have-we-done .carousel-caption h3 {
        padding-bottom: 10px;
        margin-bottom: 5px;
        font-size: 18px
    }
    .have-we-done .carousel-caption h3:before {
        border-top: 3px solid #fff;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        width: 50px
    }
	.hire-list-title, .hire-img {
		width: 100%;
		float: left;
	}
	.hire-inner h2 {font-size: 20px;}
	.mfp-arrow, .mfp-arrow:active {margin-top: -75px;}
	.page-content-title h2 {font-size: 30px;}
	.page-text h3 {font-size: 22px;}
	.f-sub-content-block .panel-title a {font-size: 16px;}
	.f-sub-content-block .panel-title .accordion-toggle span {line-height: 37px;width: 37px;height: 37px;}
	.f-sub-content-block .panel-body {padding-left: 0px;padding-right: 0px;}
	.menuTabContent {
		padding: 50px 15px;
		padding-top: 80px;
	}
	.team-title h3 {
		font-size: 20px;
		line-height: 26px;
	}
}
@media only screen and (max-width:374px) {
	.home-slide:before {
		width: 320px;
		height: 90%;
	}
	.right-c-slide img {
		width: 240px;
	}
	.slide-banner .btn-view .btn.btn-xl span {
		padding: 0 16px;
	}
	.slide-banner .btn-view .btn.btn-xl .fa {
		display: none;
	}
	.slide-banner .btn-view .btn.btn-xl {
		line-height: 40px;
	}
	.industries-footer ul, .services-footer ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	footer {
		font-size: 16px;
	}
	.box-2 {bottom: 560px;}
	.op-circle-5 {bottom: 294px;}
	.get-box h3 {
		font-size: 33px;
		width: 280px;
	}
	.get-contact-img {
		width: 100%;
		margin-top: 0px;
		margin-left: 0;
	}
	.slide-banner .carousel-caption h2,
    .slide-banner .carousel-caption h3 {
        font-size: 16px;
		line-height: 22px;
    }
}
@media only screen and (max-width:360px) {
    .g-recaptcha {
        left: -10px;
        position: relative;
    }    
}
@media only screen and (max-width:319px) {
    .main-navigation.navbar a.navbar-brand {
        width: 130px;
        padding: 12px 15px;
    }
    .main-navigation .sidenav {
        width: 100%;
        right: -100% !important;
    }
    .main-navigation .sidenav[style="right: 0px;"] {
        right: 0px !important;
    }
    ul.right-side-menu {
        line-height: 32px;
    }
    .slide-banner .carousel-caption h2,
    .slide-banner .carousel-caption h3 {
        font-size: 12px;
        line-height: 12px
    }
    .slide-banner a.carousel-control {
        display: none
    }
    .slide-banner .btn-view .btn.btn-xl span {
        font-size: 10px;
        padding: 0 10px
    }
    .slide-banner .btn-view.list-inline>li {
        padding-right: 2px;
        padding-left: 2px
    }
    .main-navigation.navbar {
        height: 52px
    }
    .footer-view ul.social-icon li {
        padding: 0 5px 0 0
    }
    .featured-banner {
        height: 82px
    }
    .head-caption .head-caption-inner h1 {
        font-size: 12px
    }
    .head-caption .head-caption-inner h2,.head-caption .head-caption-inner h3 {
        font-size: 8px
    }
    .head-caption .head-caption-inner {
        height: 20px
    }
    .contact-form {
        padding: 60px 25px
    }
    .address-info ul {
        word-break: break-word
    }
    .gallery-tab button.btn,
    .sidebar-view .tab-list ul li a {
        font-size: 10px
    }
    .sidebar-view .tab-list ul li a:after {
        line-height: 12px;
        font-size: 8px
    }
    h2 {
        font-size: 18px
    }
	/**************/
	.right-c-slide img {
		width: 100%;
	}
	.home-slide:before {
		width: 100%;
		height: 100%;
		background-position: center;
	}
	.effect-mover {
		display: none;
	}
	.get-box h3 {
		width: 100%;
	}
}

@media screen and (max-width:560px) {
    .more-icon-preocess.process-model li span {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px
    }
}

@media screen and (max-width:380px) {
    .more-icon-preocess.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px
    }
    .more-icon-preocess.process-model li p {
        font-size: 8px
    }
    .process-model.more-icon-preocess {
        text-align: center
    }
}