@charset "utf-8";
/* CSS Document */

@font-face
{
    font-family: 'philosopher';
    src: url('../fonts/philosopher.woff2') format('woff2'),
         url('../fonts/philosopher.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'Georgia';
    src: url('../fonts/Georgia.woff2') format('woff2'),
         url('../fonts/Georgia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'opensanslight';
    src: url('../fonts/opensans-light.woff2') format('woff2'),
         url('../fonts/opensans-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'opensans-semibold';
    src: url('../fonts/opensans-semibold.woff2') format('woff2'),
         url('../fonts/opensans-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.bg-light {
    background-color: #f8f9fa!important;
    box-shadow: 2px 2px 4px 2px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link
{
	font-family: 'opensans-semibold';
	color:#007e9e;
	text-transform:uppercase;
	padding: 0px 15px;
	font-size:14px;
	line-height:36px;
	letter-spacing:2px;
	
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #007e9e;
}
a.active {
  	background-image: url(../images/menu-active-bg.jpg);
    background-repeat: no-repeat;
	background-position: top center;
	
}

section {
  width: 100%;
  padding: 0px;
  background: #fff;
  text-align: center;
}

.enterprise {
    padding: 15px 0px;
}
.ac-ent {
    margin: 15px 0px;
}
.ac-enterprise {
    border: 1px solid #ddd;
    box-shadow: 2px 2px 4px 2px #ddd;
    padding: 20px;
    height: 500px;
    margin: 15px 0px;
}
.enterprise-section h4 {
    font-family: 'philosopher';
    color: #129cb7;
    font-size: 1.4em;
    font-weight: normal;
}
.btn-more {
    border: 2px solid #17d2ad;
    background-color: transparent;
    border-radius: 0px;
    font-family: 'opensans-semibold';
    font-size: 14px;
    color: #17d2ad;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 30px auto;
    box-shadow: 2px 2px 10px 2px #ddd;
    width: 100%;
    max-width: 200px;
}
.btn-more:hover {
    background-color: #17d2ad;
    color: #fff;
}


section.active {}

/* banner */
#myCarousel h4
{
	font-size:2.5rem;
	margin:15px 0px;
	color:#FFF;
	line-height:100%;
	letter-spacing:1px;
	font-weight:600;
	font-family: 'philosopher';
	color:#66c2cd;
}
#myCarousel p{
	font-size:18px;
	margin-bottom:15px;
	color:#d5d5d5;
}

#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 

#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .carousel-item{height:100%; min-height:500px; }
.slid-1{position:relative; z-index:1; background:url(../images/slide1.jpg) center center no-repeat; background-size:cover; }
.slid-2{position:relative; z-index:1; background:url(../images/slide2.jpg) center center no-repeat; background-size:cover; }
.slid-3{position:relative; z-index:1; background:url(../images/slide3.jpg) center center no-repeat; background-size:cover; }
.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; bottom:auto; transform:translateY(-50%); background-color: #fff; }
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.carousel
{
	padding-top:120px;	
}
/* end banner */


/*-----Testimonial-------*/

.testimonial {
    min-height: 250px;
    position: relative;
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}


.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}

.testimonial4_slide p 
{
    color: #000;
    font-size: 14px;
	font-family: 'opensanslight';
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide a
{
  color: #000;
  font-size: 1.2em;
  font-family: 'opensans-semibold';
  text-decoration:none;
}
.testimonial4_slide p span
{
	font-family: 'opensans-semibold';
	font-size:42px;
	color:#000;
}
.testimonial .carousel 
{
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon
 {
    width: 35px;
    height: 35px;
}
.carousel-control-prev-icon
{
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
}
.carousel-control-next-icon
{
    background-image: url(../images/right.png);
    background-repeat: no-repeat;
}
.sec-back {
    /* background: url(../images/bg-top.jpg) no-repeat center top transparent; */
    background: linear-gradient(to left, #697b7b , #73cac2);
    min-height: 36.72px;
}
.sec-back h1 {
    font-family: 'philosopher';
    font-size: 2.4em;
    color: #fff;
    padding-top: 5px;
}
.intro {
    padding: 15px;
}
.intro h4 {
    font-family: 'philosopher';
    font-size: 1.5em;
    line-height: 1.3em;
    color: #404040;
}
.sec-1 {
    padding: 30px 15px;
}
.sec-1 h1, .clients h1 {
    font-family: 'opensanslight';
    font-weight: normal;
    color: #129cb7;
    font-size: 3.4em;
    line-height: 1.2em;
    text-transform: uppercase;
    border-bottom: 1px solid #e8e8e8;
    letter-spacing: 2px;
}

.exp {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
}
.section h4 {
    font-family: 'opensans-semibold';
    color: #313131;
    text-transform: uppercase;
    font-size: 18px;
    padding: 20px 0px;
}
.services {
    background: url(../images/services-bg.jpg) no-repeat center center transparent;
    background-size: cover;
    color: #fff;
    padding: 40px 15px 15px;
}


.services h1 {
    font-family: 'opensanslight';
    font-weight: normal;
    color: #fff;
    font-size: 3.4em;
    line-height: 1.2em;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    letter-spacing: 2px;
}
.service-section {
    padding: 30px 15px;
}
.service-section h4 {
    color: #fff;
    font-family: 'philosopher';
    font-size: 1.6em;
    font-weight: normal;
    padding: 20px 0px;
    min-height: 105px;
}
.service-section p {
    color: #fff;
    font-family: 'opensanslight';
    font-size: 15px;
}	
.btn-more-1:hover {
    background-color: #fff;
    color: #17d2ad;
}
.btn-more-1 {
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 0px;
    font-family: 'opensans-semibold';
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 30px auto;
    box-shadow: 2px 2px 10px 2px #ddd;
    width: 100%;
    max-width: 200px;
}
.container-fluid
{
	padding-left: 0px !important;	
	padding-right: 0px !important;
}
.industry-sec-1 {
    background: url(../images/manufacturing-bg.jpg) no-repeat center center transparent;
    background-size: 100% 100%;
    overflow: hidden;
    margin-top: 30px;
}
.divwrap {
    clear: both;
    margin-left: 8%;
    margin-right: 25%;
    padding: 15px 0 15px 15px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CCffffff', endColorstr='#CCffffff');
}
.divwrap > span {
    float: left;
}
.divwrap > div {
    float: left;
    width: 85%;
    padding-left: 20px;
}
.divwrap h3 {
    font-family: 'philosopher';
    color: #5d5d5d;
    font-size: 2.2em;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0;
}
.divwrap p {
    font-family: 'opensanslight';
    font-size: 14px;
}
.industry-sec-2 {
    background: url(../images/trading-bg.jpg) no-repeat center center transparent;
    background-size: 100% 100%;
    overflow: hidden;
    margin-top: 30px;
}
.industry-sec-3 {
    background: url(../images/publicsector-bg.jpg) no-repeat center center transparent;
    background-size: 100% 100%;
    overflow: hidden;
    margin-top: 30px;
}
.industry-sec-4 {
    background: url(../images/finance-bg.jpg) no-repeat center center transparent;
    background-size: 100% 100%;
    overflow: hidden;
    margin-top: 30px;
}
.clients {
    padding: 40px 15px;
    margin: 40px 0px;
    background-color: #e9e9e9;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.overlay:hover {
  opacity: 1;
}

.contacts {
    padding: 40px 15px;
    margin-top: 30px;
    background-color: #e9e9e9;
}
.contacts h1 {
    font-family: 'opensanslight';
    font-weight: normal;
    color: #129cb7;
    font-size: 3.4em;
    line-height: 1.2em;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    letter-spacing: 2px;
}
.contacts h4 {
    font-family: 'philosopher';
    font-size: 1.8em;
    font-weight: normal;
    color: #5d5d5d;
    margin: 15px 0px;
    line-height: 40px;
}
.contacts hr {
    border-top: 2px solid #fff;
}
.map-border {
    border: 1px solid #129cb7;
    margin-top: 15px;
}
.contacts h5 {
    font-family: 'philosopher';
    font-size: 1.4em;
    font-weight: bold;
    color: #5d5d5d;
    margin: 15px 0px;
    line-height: 40px;
}
.contacts p {
    font-size: 14px;
    color: #5d5d5d;
    font-family: 'opensanslight';
}
.sa-input {
    border: 1px solid #007e9e;
    border-radius: 0px;
    height: 46px;
    font-family: 'opensanslight';
    font-size: 16px;
    color: #000;
    padding-left: 15px;
}
textarea.form-control {
    height: auto;
    border-radius: 0px;
    padding-left: 15px;
    border: 1px solid #007e9e;
}
.btn-submit {
    border: 1px solid #129cb7;
    background-color: #129cb7;
    border-radius: 0px;
    font-family: 'opensans-semibold';
    font-size: 14px;
    color: #fff !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0px auto;
    width: 100%;
    max-width: 120px;
}
.clearfix {
    padding-top: 6%;
}
.carousel-control-prev{
	display: none;
}
.carousel-control-next {
	display: none;
}
.carousel:hover .carousel-control-prev {
	display: block;
}
.carousel:hover .carousel-control-next {
	display: block;
}
.ja-footer a.back-to-top:hover
{
    background-position: left bottom;
}
.ja-footer a.back-to-top 
{
    background: url(../images/arrow-up.png) no-repeat left top;
    display: block;
    height: 40px;
    margin: 20px auto 0;
    text-indent: -999em;
    width: 40px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.ja-copyright 
{
    border-top: 1px solid #1a1a1a;
    font-size: 11px;
    padding: 40px 0 80px;
}
.ja-footer
 {
    background: #000;
    color: #fff;
}
.ja-footer small {
    display: block;
    font-size: 100%;
}
.ja-footer a {
    color: #fff;
}

.order-2 img {
    position: absolute;
    left: -200px;
    top: -70px;
}
.clearfix img {
    position: absolute;
    left: -200px;
    top: 90px;
}
.clearfix h4
{
	padding-top: 16%;	
}
.with-errors {
    color: red;
}
.bv-form .help-block, .error {
    margin-bottom: 0;
    color: red;
}
.nav-link:hover
{
	background-image: url(../images/menu-active-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
.succ-msg
{
	background-color: #ade5f4 !important;
	color: #007e9e !important;;
	padding:15px !important;;
}
svg circle {
  fill: #129cb7;
}
.successfull-msg
{
	font-size:16px !important;
	color:#129cb7 !important;
	background-color:#d5f6fc !important;
	text-align:center;
	padding:15px;	
}

@media (max-width: 1280px)
{
	.sec-back h1{font-size:2em;	
}
@media (max-width: 992px)
{
	.sec-back h1{font-size:1em;}
	.ac-enterprise{height:100%;}
	.clearfix img, .clearfix, .clearfix h4, .order-2 img{position:relative !important; top: 0px; left: 0px;}
}
@media (max-width: 768px)
{
	#myCarousel .carousel-item{min-height:400px;}
	.divwrap {margin-left: 0%; margin-right: 0%;}
	.industry-sec-1, .industry-sec-2, .industry-sec-3, .industry-sec-4 {padding: 0px;}
	.sec-1 h1, .clients h1, .services h1, .contacts h1{font-size: 2.4em;}
}
@media (max-width: 479px)
{
	.offset-3{margin-left:0px !important;}	

}