/*
    Theme Name: MyBiz
    Theme URL: https://bootstrapmade.com/mybiz-free-business-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/
@font-face {
	font-family: 'Segoe UI';
	src: url('../fonts/SegoeUI.eot');
	src: url('../fonts/SegoeUI.eot') format('embedded-opentype'),
		url('../fonts/SegoeUI.woff2') format('woff2'),
		url('../fonts/SegoeUI.woff') format('woff'),
		url('../fonts/SegoeUI.ttf') format('truetype'),
		url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*General*/
body {
	font-family: 'Segoe UI';
	font-size: 14px;
	font-size: normal;
}

a {
	text-decoration: none;
	-moz-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7e7e7e;
	border-width: 1px;
	border-style: solid;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: border linear .3s;
	-webkit-transition: border linear .3s;
	-o-transition: border linear .3s;
	transition: border linear .3s;
}

textarea {
	padding: 15px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: rgba(62, 212, 255, 0.5);
	/*border-color: #01b1d7 !important;*/
	outline: none;
	color: #333;
}

.btn {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	width: 120px;
	height: 40px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

.btn:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.cover {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

/*.container {
	position: relative;
	z-index: 3;
}*/

/*Header*/
/*Top nav left*/
.top-nav {
	background:#ededed;
	padding:10px 0;
}

/*Top left Menu*/
.top-left {
	float: left;
	padding:10px 0 0;
}

.top-left ul >li {
	display: inline-block;
	margin-right: 10px;
}
.top-left ul >li:last-child{
	margin-right:0;
}
.top-left a {
	font-size: 16px;
	color: #333;
	display:block;
}

.top-left a:hover {
	color: #01b1d7;
}

/*Top Right Menu*/
.top-right {
	float: right;
}
.top-right a.call-back-btn{
	display:block;
	color:#fff;
	font-size: 14px;
	line-height: 16px;
	/*font:14px/16px 'Segoe UI';*/
	background:#a2b23a;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding:15px 20px;
	text-decoration: none;
}
/*.top-right a.call-back-btn img{
	display:inline-block;
	vertical-align:top;
	padding-right:5px;
}*/
.top-right a.call-back-btn span{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 10px;
	line-height: 10px;
	padding: 3px 0;
}
/*Nagivation*/
#main-nav {
	border-bottom:2px solid #a2b23a;
	padding: 20px 0;
}

.navbar-header img{
	max-width: 275px;
}

/*Affix*/
#main-nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    color: #fff;
    z-index:200;
	-moz-box-shadow: 0 1px 2px #ebebeb;
	-webkit-box-shadow: 0 1px 2px #ebebeb;
	box-shadow: 0 5px 5px rgba(0,0,0,.15);
    transition: all 0.3s;
	padding:10px 0;
}

.navbar {
	margin:0;
}
/*Toggle Menu*/
#main-nav .navbar-toggle {
	background-color: #01b1d7;
}

#main-nav .navbar-toggle span {
	background-color: #fff;
}

/*Main Menu*/
#main-nav .navbar-right {
	margin-top: 30px;
}
#main-nav .navbar-right li{
	padding:0 28px;
}
#main-nav .navbar-right li:first-child{
	padding-left:0;
}
#main-nav .navbar-right li:last-child{
	padding-right:0;
}
#main-nav .navbar-right li > a {
	font-family: 'Segoe UI';
	font-size: 20px;
	line-height: 22px;
	color: #177caa;
	padding:0 0 5px 0;
	margin:0 0 15px 0;
	/*padding:0 0 15px;*/
	border-bottom: 2px solid transparent;
}

#main-nav .navbar-nav>li>a:hover,
#main-nav .navbar-nav>li.active>a {
	border-bottom:2px solid #a2b23a;
    background: none;
	outline:0px;
}
#main-nav .nav > li > a:focus{
	background-color: transparent;
}
/*Main Slider*/
#slider {
	margin: 0;
	padding: 0;
	position: relative;
}

.flexslider {
	border: 0;
}
.strip-img{
	width:100%;
	height:100%;
	background:url(../images/strip-bg.png) repeat left top;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	opacity: 0.5;
}

/*#slider.flexslider .slides > li {
	height: 600px;
}*/

/*Slider Caption*/
#slider .caption {
	position: absolute;	
	top: 50%;
	z-index:9999;
}



/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#slider .caption {
		position: absolute;
		width: 400px;
		top: 55%;
	}

	#slider .caption h2 {
		font-size: 15px;
	}

	#slider .caption p {
		font-size: 10px;
		font-style: italic;
		margin: 0;
		padding: 0;
		color: #01b1d7;
	}

	#slider .caption .btn {
		width: 80px;
	    height: 20px;
		font-size: 10px;
		margin-top: 5px;
		padding: 0;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#slider .caption {
		position: absolute;
		width: 450px;
		top: 50%;
	}

	
}

/*Control Nav*/
#slider .flex-control-nav {
	display:none !important;
	position: absolute;
	display: inline;
	z-index: 2;
}

#slider .flex-control-nav li {
	margin: 5px;
	display: inline-block;
}

#slider .flex-control-paging li a {
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #01b1d7;
}

#slider .flex-control-paging li a:hover {
	background: #01b1d7;
}

#slider .flex-control-paging li a.flex-active {
	background: #01b1d7;
	width: 12px;
	height: 12px;
}

/*About*/
#about {
	position:relative;
}
.about-section{
	background:#177caa;
	color:#fff;
	padding:50px 0 22px;
}
#about .about-heading {
	text-align: center;
}

#about .about-heading h2 {
	font-family: 'Segoe UI';
	font-size: 42px;
	line-height:44px;
	padding:0 0 39px;
	margin:0;
}

#about .about-heading p {
	font-family: 'Segoe UI';
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	padding:0 0 35px;
	margin:0;
}

#about .about-left {
	position: relative;
    z-index: 2;
}

#about .about-right:before {
	content: "";
    border: 8px solid #e5eef0;
	width: 120%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

#about .about-right {
	position: relative;
	padding: 0 80px 150px 80px;
}

#about .about-right-heading h1 {
	font-family: 'Raleway', sans-serif;
	
	padding-top: 100px;
	text-transform: uppercase;
}

#about .about-right-boot:before {
	content: "\f080";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

#about .about-right-wrapper {
    padding-left: 0 0 50px 78px;
    position: relative;
	left: 0;
	top: 75px;
}

#about .about-right-wrapper a {
	font-family: 'Raleway', sans-serif;
	
	color: #282828;
}

#about .about-right-wrapper a:hover {
	color: #01b1d7;
}

#about .about-right-wrapper p {
	line-height: 28px;
	margin-top: 20px;
	color: #8e8e8e;
}

#about .about-right-best:before {
	content: "\f201";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

#about .about-right-support:before {
	content: "\f025";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}
/* Share POint Service - Contect */
.share-point-service{
	float:left;
	width:100%;
	position:absolute;
	top:100px;
	left:0;
	padding:0;
	margin:0;
	z-index:1;
	height: 450px;
}
.share-point-service h2 {
	font-family: 'Segoe UI';
	font-size: 30px;
	line-height:32px;
	color:#fff;
	padding:0 0 35px;
	margin:0;
}

.share-point-service p {
	font-family: 'Segoe UI';
	font-size: 16px;
	color: #fff;
	padding:0 0 25px;
	margin:0;
}

.share-point-service button {
	font-family: 'Segoe UI';
	
	font-size: 17px;
	margin-top: 20px;
	background-color: #01b1d7;
	color: #fff;
	border: 1px solid #fff;
}
.share-point-service .contec-form{
	float:left;
	width:100%;
	background:rgba(255,255,255,0.8);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-sizing:border-box;
	padding:20px 0;
	margin:0;
}
.share-point-service .contec-form h2{
	float:left;
	width:100%;
	font:20px/22px 'Segoe UI';
	color:#505050;
	text-align:center;
	text-align:center;
	padding:0 0 30px;
	margin:0;
}
.share-point-service .contec-form .form-group{
	margin-bottom:20px;
}
.share-point-service .contec-form .second-div{
	padding-left:0;
}
.share-point-service .contec-form .submit-btn{
	margin:0;
}
.share-point-service .contec-form input.form-control,.share-point-service .contec-form textarea{
	height:40px;
	background:none;
	border:0px;
	border-bottom:1px solid #000;
	border-radius:0px;
	box-shadow:none;
	font:14px/16px 'Segoe UI';
	color:#000;
	padding:10px;
	margin:0;
}
.share-point-service .contec-form textarea{
	height:auto;
}
.share-point-service .contec-form .btn{
	width:auto;
	height:auto;
	background:#a2b23a;
	border:0px;
	font:14px/16px 'Segoe UI';
	color:#fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:15px 20px;
	margin:0;
}

/*About bg*/
#about-bg {
	position: relative;
	background-image: url(../images/about/about2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    text-transform: uppercase;
    padding: 100px 0;
    color: #fff;
}

.about-bg-heading {
	font-family: 'Josefin', sans-serif;
	font-weight: 900;
	text-align: center;
	line-height: 40px;
	z-index: -2;
}

.about-bg-heading h1 {
	font-size: 40px
}

.about-bg-heading p {
	font-family: 'Raleway', sans-serif;
	
	font-weight: 400;
	font-size: 16px;
}

.about-bg-wrapper {
	color: #fff;
	text-align: center;
	margin-top: 30px;
	z-index: -2;
}

#about-bg .about-bg-wrapper .count {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 45px;
	margin-right: 20px;
	text-align: center;
	float: left;
	color: #01b1d7;
}

#about-bg .about-bg-wrapper p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-top: 30px;
	float: left;
}
/*Service*/
#service {
    padding-bottom:60px;
    padding-top: 26px;
    position: relative;
}
#service .service-heading {
	text-align: center;
}
#service .service-heading h2 {
	font-family: 'Segoe UI';
	font-size: 42px;
	line-height:44px;
	color:#505050;
	padding:17px 0 27px;
	margin:0;
}
#service .service-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}
.services-style-one {
	position: relative;
}
.services-style-one .service-block {
	float:left;
	width:100%;
	padding:0;
	margin:0;
}
/*.services-style-one .service-block:hover{
	background:#f7f7f7;	
}*/
.services-style-one .service-block .service-content{
	display:inline-table;
	height:438px;
}
.services-style-one .service-block .service-content .inner-box{
	display:table-cell;
	vertical-align:middle;
}

.services-style-one .service-block .service-img img{
	width:438px;
	height:438px;
	
}
.services-style-one .service-block h4 {
	font-family: 'Segoe UI';
	font-size: 42px;
	line-height:44px;
	margin-bottom: 10px;
	color: #505050;
	padding:0 0 27px;
	margin:0;
}
.services-style-one .service-block .text {
	font-family: 'Segoe UI';
	font-size: 18px;
	line-height:24px;
	color: #505050;
	padding-right:25px;
}
/*Portfolio*/
#clients {
	background:#177caa;
	padding:52px 0 60px;
	position: relative;
}

#clients .portfolio-heading {
	text-align: center;
}

#clients .portfolio-heading h2 {
	font-family: 'Segoe UI';
	font-size: 42px;
	line-height:44px;
	color:#fff;
	padding:0 0 28px;
	margin:0;
}

#clients .portfolio-heading p {
	font-family: 'Segoe UI';
	font-size: 20px;
	line-height:30px;
	color:#fff;
	padding:0 0 35px;
	margin:0;
}
#clients #owl-demo .item{
	display:inline-block;
	vertical-align:top;
}
#clients #owl-demo .item img{
	display: block;
	height: auto;
}
#clients #owl-demo .owl-pagination{
	display:none;
}
/*Testimonials*/
#testimonials {
	float:left;
	width:100%;
	padding:50px 0 120px;
	margin:0;
	position: relative;
}

#testimonials .testimonials-heading {
	text-align: center;
}

#testimonials .testimonials-heading h2 {
	font-family: 'Segoe UI';	
	font-size: 42px;
	line-height:44px;
	color:#177caa;
	padding:0;
	margin:0;
}
.testimonial-slider{
	float:left;
	width:100%;
	padding:0;
	margin:0;
}
#testimonials .item .text{
	font-family: 'Segoe UI';	
	font-size: 16px;
	line-height:30px;
	color:#505050;
	text-align:center;
	padding:0;
	margin:0;
}
#testimonials .item .text span{
	font-weight:bold;
	font-style:italic;
	display:block;
	color:#a2b23a;
}
/*Contact*/
#contact {
	float:left;
	width:100%;
	background:#177caa;
	padding:38px 0 50px;
	margin:0;
	position: relative;
}

#contact .contact-heading h2 {
	font-family: 'Segoe UI';	
	font-size: 42px;
	line-height:44px;
	color:#fff;
	text-align:center;
	padding:0 0 40px;
	margin:0;
}
#contact p{
	width:100%;
	float:left;
	text-align:center;
	padding:0;
	margin:0;
}
#contact p a{
	display:inline-block;
	color:#fff;
	font:14px/16px 'Segoe UI';
	background:#a2b23a;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding:15px 20px;
}
#contact .wpcf7-form .submit-btn{
	margin-bottom:0;
}
#contact .wpcf7-form .submit-btn .btn{
    width: auto;
    height: auto;
    background: #a2b23a;
    border: 0px;
    font: 14px/16px 'Segoe UI';
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 0;
}
#contact .wpcf7-form .form-control:focus{
	background-color:#fff;
}
/*Footer*/
#footer {
	width:100%;
	float:left;
	background-color: #fff;
	padding:0 0 0;
	margin:0;
}
#footer .outer-box {
    position: relative;
}
#footer .services-column {
    position: relative;
    width: 50%;
    float: left;
	padding: 0 15px;
}
#footer .services-column .content-outer {
    position: relative;
    float: right;
    max-width: 580px;
    padding: 60px 20px 0 15px;
}
#footer .footer-heading h3 {
	font:30px/32px 'Segoe UI';
	color:#505050;
	padding:0 0 30px;
	margin:0;
}
#footer .footer-heading h3 img{
	padding-right:22px;
	max-width: 250px;
}
#footer .footer-heading p{
	font:18px/24px 'Segoe UI';
	color:#505050;
	padding:0;
	margin:-10px 0 0;
}
#footer .request-call-back{
	padding-left:0;
	padding-top:60px;
}
#footer .content-column {
    position: relative;
    float: left;
    width: 50%;
    background: #f7f7f7;
    text-align: left;
    padding: 0 15px;
}
#footer .content-column  .content-box {
    position: relative;
    float: left;
    padding: 60px 0 120px;
    max-width: 570px;
}
#footer .office-location{
	padding-left:35px;
}
#footer .address{
	font:14px/22px 'Segoe UI';
	color:#505050;
	padding-bottom:32px;
}
#footer .address h4{
	font:bold 18px/20px 'Segoe UI';
	padding:0;
	margin:0;
}
#footer .address a{
	color:#505050;
}
#footer .address-1,#footer .address-3{
	padding-left:0;
}
#footer .call-back-form .form-group{
	float:left;
	width: calc(100% - 152px);
}
#footer .call-back-form input{
	float:left;
	width: 100%;
	border-top:1px solid #72706f;
	border-left:1px solid #72706f;
	border-bottom:1px solid #72706f;
	border-right:0px;
	height:auto;
	font-size:14px;
	color:#505050;
	-webkit-border-radius: 7px 0px 0px 7px;
	-moz-border-radius:  7px 0px 0px 7px;
	border-radius:  7px 0px 0px 7px;
	box-shadow:none;
	text-shadow:none;
	box-sizing:border-box;
	padding: 14px 0 13px 8px;
	margin:0;
	font-family:'Segoe UI';
	line-height:14px;
	height: 48px;
}
#footer .call-back-form .btn{
	float:left;
	width:auto;
	height:auto;
	color:#fff;
	font-size:14px;
	background:#a2b23a;
	border:0px;
	-webkit-border-radius: 0px 7px 7px 0px;
	-moz-border-radius: 0px 7px 7px 0px;
	border-radius: 0px 7px 7px 0px;
	padding:17px 20px;
	font-family:'Segoe UI';
	line-height:14px;
}
/*Bottom Footer*/
#bottom-footer {
	float:left;
	width:100%;
	background:#5f6468;
	font:14px/16px 'Segoe UI';
	color:#fff;
	padding:18px 0;
	margin:0;
}
#bottom-footer img{
	margin-top: -4px;
	width: 200px;
}

.container-fluid-main {
    position: relative;
}
.container-fluid-main .service-img {
    position: relative;
}
.container-fluid-main .service-img img{
    position: relative;
	z-index:2;
}
.container-fluid-main:hover .service-img:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 50%;
    background: #f7f7f7;
    left: 0;
    display: inline-block;
    top: 0;
	z-index:1;
}
.container-fluid-main:hover:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    background: #f7f7f7;
    left: -50%;
    display: inline-block;
    top: 0;
    margin-left: 113px;
}
.spoontalk-social {
    color: white !important;
    text-align: center !important;
    border-radius: 47%;
    background: default_style;
    line-height: 34px !important;
    width: 29px !important;
    height: 30px !important;
    font-size: 1.2em !important;
}
.facebook-spoontalk-social {
    background: #295396;
}
.twitter-spoontalk-social {
    background: #55acee;
}
.linkedin-spoontalk-social{
    background: #007ab9;
}
.instagram-spoontalk-social{
    background: #e95950;
}






.container-fluid-main2 {
    position: relative;
    overflow: hidden;
}
.container-fluid-main2 .service-img {
    position: relative;
}
.container-fluid-main2 .service-img img{
    position: relative;
	z-index:2;
}
.container-fluid-main2:hover .service-img:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 50%;
    background: #f7f7f7;
    right: 0;
    display: inline-block;
    top: 0;
    z-index:1;
}
.container-fluid-main2:hover:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    background: #f7f7f7;
    left: 50%;
    display: inline-block;
    top: 0;
    margin-left: -116px;
}

.portfolio-thumbnail{
	width:100%;
	float:left;
	/*overflow:hidden;*/
}
.portfolio-thumbnail .slick-slider img{
	width: auto;
	display: inline-block;
	vertical-align: top;
}
.portfolio-thumbnail .slick-slider .slick-slide {
	padding: 0 15px;
	outline: none;
}
.portfolio-thumbnail .slick-slider .slick-slide .slide-inner {
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
}
.portfolio-thumbnail .slider{
	padding-bottom: 80px;
}
.portfolio-thumbnail .slick-prev, .portfolio-thumbnail .slick-next{
	position: absolute;
	top: auto;
	bottom: 0px;
	background-color: rgb(162, 178, 58);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	z-index: 1;
}
.portfolio-thumbnail .slick-prev:hover, .portfolio-thumbnail .slick-next:hover,
.portfolio-thumbnail .slick-prev:focus, .portfolio-thumbnail .slick-next:focus{
	background-color: rgb(162, 178, 58);
}
.portfolio-thumbnail .slick-prev{
	left: 50%;
	margin-left: -40px;
	padding: 2px 0;
}
.portfolio-thumbnail .slick-next{
	right: 50%;
	margin-right: -40px;
	padding: 2px 0;	
}
.portfolio-thumbnail .slick-prev::before {
    content: '\f100';
    font-family: "FontAwesome";
    font-size: 30px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-left: -4px;
	margin-top: -2px;
	opacity: 1;
}
.portfolio-thumbnail .slick-next::before {
    content: '\f101';
    font-family: "FontAwesome";
    font-size: 30px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	margin-top: -2px;
	opacity: 1;
}

#footer .address p{
	margin: 0 0 10px;
}

.contec-form .wpcf7-response-output {
	display: inline-block;
}

#scroll {
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background: #177caa;
    z-index: 777;
	border: 1px solid #fff;
	transition: all 0.3s ease;
	font-size: 20px;
	line-height: 24px;
	padding: 2px 7px;
	color: #fff;
}
.about-promena form .input-group{
	width: 100%;
}
.about-promena form .input-group > span{
	float: left;
	width: calc(100% - 304px);
}
.about-promena form .input-group p{
	margin: 0;
}
.contec-form .wpcf7-validation-errors,
.about-promena form .wpcf7-validation-errors,
.footer-contact .wpcf7-validation-errors {
	display: none !important;
}

#about-section {
	bottom: 53px;
	position: absolute;
}
#serviceA, 
#clientsA,
#testimonialsA{
	bottom: 100px;
	position: absolute;
}
#contactA {
	position: absolute;
	top: -100px;
}
#callBack{
	position: absolute;
	bottom: 250px;
}

.flexslider .slides img{
	object-fit: cover;
}
.share-point-service .contec-form .form-control:focus{
	border-color: #01b1d7;
}

/*.footer-logo{
	width: 200px;
}*/
/*footer contact after submit */
.footer-contact div.wpcf7-mail-sent-ok  {
    border: 1px solid #a2b23a;
    float: left;
    width: 96%;
    color: #fff;
    padding: 9px 17px;
    margin: 17px 2% 0 2%;
}
/*privacy policy*/
.services-style-one .service-block .privacy-policy ul{
	margin:5px 0 15px 21px;
	padding:0;
	list-style-type:none;
}
.services-style-one .service-block .privacy-policy ul li{
	margin:0;
	padding:0;
	list-style-type:circle;
}
/*privacy policy*/




.career-section .abtcareer{
	padding-top:49px;
	padding-bottom:49px;
}
.career-section .abtcareer h1{
	padding:0 0 50px;
	margin:0;
	font-size:36px;
	color:#177caa;
	text-align:left;
	line-height:36px;
}
.career-section .abtcareer p{
	font-size:14px;
	color:#333333;
	text-align:left;
	line-height:23px;
}
.current-opening-section{
	background:#f6f4f4;
	float:left;
	width:100%;
	padding:50px 0;
}
.current-opening-section .current-opening h1{
	padding:0 0 50px;
	margin:0;
	font-size:36px;
	color:#177caa;
	text-align:left;
	line-height:36px;
}
.current-opening-section .current-opening .col-sm-8{
	padding-left:0;
}
.current-opening-section .current-opening .col-sm-8 .panel-group{
	margin-bottom:0;
}
.current-opening-section .current-opening .glyphicon-plus:before{
	color:#006699;
	margin:0 10px 0 0;
}
.current-opening-section .current-opening .panel-group .panel+.panel{
	margin-top:2px;
}
.current-opening-section .current-opening .panel-group .panel{
	border-radius:0;
}
.current-opening-section .current-opening .panel-default>.panel-heading {
    color: #333;
	background: -webkit-linear-gradient(#fcfcfc, #fbf9f9); /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fcfcfc, #fbf9f9); /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fcfcfc, #fbf9f9); /* Firefox 3.6 to 15 */
    background: linear-gradient(#fcfcfc, #fbf9f9); /* Standard syntax (must be last) */
    border-color: #e0dede;
	padding:8px;
}
.current-opening-section .current-opening .panelhed>.panel-heading {
    color: #333;
	background:none;
    border-color:transparent;
	padding:0 10px 19px 4px;
}
.current-opening-section .current-opening .panelhed{
	border:0 solid transparent;
	background-color:transparent;
}
.current-opening-section .current-opening .panelhed table tr td {
    font-size: 18px;
    text-align: left;
    color: #333;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.current-opening-section .current-opening .panel-title>.small, .panel-title>.small>a, .panel-title>a{
	font-size:14px;
	text-decoration:none;
}
.current-opening-section .current-opening table{
	width:100%;
}
.current-opening-section .current-opening table tr td{
	padding:1px;
}
.current-opening-section .current-opening table tr td:nth-child(1){
	width:35%;
}
.current-opening-section .current-opening table tr td:nth-child(2){
	width:25%;
}
.current-opening-section .current-opening table tr td a.aplbtn{
    background: #006699;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 9px 15px;
    line-height: 13px;
    border-radius: 3px;
	float:left;
}
.current-opening-section .current-opening table tr td a.aplbtn:focus{
	text-decoration:none;
	border:none;
}
.current-opening-section .current-opening .tblHedsection{
	padding:0 10px 10px 0;
}
.current-opening-section .current-opening .tblHedsection table.hedtbl{
	margin-bottom:7px;
}
.current-opening-section .current-opening .tblHedsection table.hedtbl td{
    font-size: 18px;
    text-align: left;
    color: #333;
    font-weight: bold;
    margin:0;
    padding: 0;
}
.current-opening-section .current-opening .appformsec p{
	font-size:18px;
	text-align:left;
	color:#333;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0;
}
.current-opening-section .current-opening .appformsec .appForm{
	-webkit-box-shadow: 0 0 10px rgba(136,136,136, .65);
    -moz-box-shadow: 0 0 10px rgba(136,136,136, .65);
    box-shadow: 0 0 10px rgba(136,136,136, .65);
	background:#fff;
	padding:20px;
	float:left;
}
.current-opening-section .current-opening .appForm input[type="text"]{
	margin:0 0 10px 0;
	background:#f6f5f5;
	border:1px solid #e6e5e5;
	border-radius:0;
	box-shadow:none;
	font-size:14px;
	color:#333;
	text-align:left;
}
.current-opening-section .current-opening .appForm span{
	display:inline-block;
	width:71%;
	margin:8px 0 0 0;
}
.current-opening-section .current-opening .appForm span + span{
	width:auto;
}
.current-opening-section .current-opening .appForm span .sub-btn{
    background: #006699;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 7px 23px;
    line-height: 15px;
    border-radius: 3px;
    border: 0;
}
.success-stories-section{
	background:#f6f4f4;
	float:left;
	width:100%;
	padding:50px 0 100px 0;
}
.success-stories-section .success-stories h1{
	padding:0 0 50px;
	margin:0;
	font-size:36px;
	color:#177caa;
	text-align:left;
	line-height:36px;
}
.success-stories-section .success-stories .success-section{
	margin:0;
}
.success-stories-section .success-stories .success-section .successBox{
	background:#fff;
	border:1px solid #dcdcdc;
	box-shadow: -3px 3px 5px rgba(235,234,234,0.6);
	-moz-box-shadow: -3px 3px 5px rgba(235,234,234,0.6);
	-webkit-box-shadow:-3px 3px 5px rgba(235,234,234,0.6);
	-o-box-shadow: -3px 3px 5px rgba(235,234,234,0.6);
	position:relative;
	padding:17px 25px 35px 25px;
	float:left;
}
.success-stories-section .success-stories .success-section .successBox img {
    position: absolute;
    border-radius: 124px;
    width: 124px;
    height: 124px;
    border: 5px solid #006699;
    top: -55px;
    left: 25px;
}
.success-stories-section .success-stories .success-section .successBox h3{
	font-size:18px;
	color:#177caa;
	margin:0 0 0 142px;
	padding:0 0 7px;
}
.success-stories-section .success-stories .success-section .successBox h4{
	font-size:14px;
	color:#333;
	margin:0 0 0 142px;
	padding:0 0 7px;
	font-weight:400;
}
.success-stories-section .success-stories .success-section .successBox p{
	font-size:14px;
	color:#333;
	margin:0;
	padding:20px 0 0 30px;
	font-style:italic;
	line-height:22px;
	position:relative;
	margin:10px 0 0 0;
}
.success-stories-section .success-stories .success-section .successBox p:before{
	content:'';
	background:url(../images/quotes_left.png) no-repeat;
	width:28px;
	height:26px;
	position:absolute;
	left:0;
	top:11px;
}
.success-stories-section .success-stories .success-section .successBox p:after{
    content: '';
    background: url(../images/quotes_right.png) no-repeat 5px 6px;
    width: 50px;
    height: 50px;
    position: absolute;
}
.life-at-promenna-section{
	background:#fff;
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}
.life-at-promenna-section .life-promenna h1{
	padding:0 0 50px;
	margin:0;
	font-size:36px;
	color:#177caa;
	text-align:left;
	line-height:36px;
}
.life-at-promenna-section div{
	text-align:center;
}
.life-at-promenna-section p{
	font-size:18px;
	color:#177caa;
	margin:30px 0 0 0;
	padding:0;
	font-weight:600;
}
.success-stories-section .storiespad{
	padding:0 23px;
}

.employee-stories-section {
    background: #fff;
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.employee-stories-section div {
    text-align: center;
}
.employee-stories-section .slick-dotted.slick-slider{
	margin-bottom:0;
}
.employee-stories-section .employee-stories h1 {
    padding: 0 0 50px;
    margin: 0;
    font-size: 36px;
    color: #177caa;
    text-align: left;
    line-height: 36px;
}

.our-client-section {
    background: #f6f4f4;
    float: left;
    width: 100%;
	padding-top:50px;
	padding-bottom:50px;
}
.our-client-section .our-client h1 {
    padding: 0 0 32px;
    margin: 0;
    font-size: 36px;
    color: #177caa;
    text-align: left;
    line-height: 36px;
}
.our-client-section .our-client .slick-slide img{
	-webkit-box-shadow: 0 0 10px rgba(137,136,136, .65);
    -moz-box-shadow: 0 0 10px rgba(137,136,136, .65);
    box-shadow: 0 0 10px rgba(137,136,136, .65);
}
.our-client-section .our-client .slick-dots{
	display:none;
}
.our-client-section div {
    text-align: center;
}
.our-client-section .slick-slider .slick-track{
	padding:20px 0;
}


.aplyForm .appformsec .appForm{
	-webkit-box-shadow: 0 0 10px rgba(204,204,204, .65);
    -moz-box-shadow: 0 0 10px rgba(204,204,204, .65);
    box-shadow: 0 0 10px rgba(204,204,204, .65);
	background:#fff;
	padding:20px;
}
.aplyForm .appForm input[type="text"]{
	margin:0 0 10px 0;
	background:#f6f5f5;
	border:1px solid #e6e5e5;
	border-radius:0;
	box-shadow:none;
	font-size:14px;
	color:#333;
	text-align:left;
}
.aplyForm .appForm span{
	display:inline-block;
	width:71%;
	margin:8px 0 0 0;
}
.aplyForm .appForm span + span{
	float:right;
	width:auto;
}
.aplyForm .appForm span .sub-btn{
    background: #006699;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 7px 23px;
    line-height: 15px;
    border-radius: 3px;
    border: 0;
}



