
/*******************************************************
********************************************************
	INCLUDE
********************************************************
*******************************************************/

@import "../lib/bootstrap/bootstrap.min.css";
@import "../lib/wow/animate.min.css";
@import "../lib/fontawesome/all.min.css";
@import "../lib/fancybox/jquery.fancybox.min.css";

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,600,700|Raleway:400,600,700|Roboto:300,400,700&display=swap');*/

/*
*{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none}
input,textarea,.afs-copy,.afs-copy *{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;-o-user-select:text}
*/

.wow { visibility: hidden; }

/*******************************************************
********************************************************
	LAYOUT
********************************************************
*******************************************************/


/*-------------------------------------------
	menu
-------------------------------------------*/

.menu1-solid {
	background: rgba(24, 24, 24, 0.97) !important;
    filter: none;
	
	/*background: #FFF !important;*/
	
}
.menu1-solid a {
	color: #FFF !important;	
}

.menu1-trasparent {
	background: transparent !important;
	filter: none;
	border-bottom: 0 !important;
    box-shadow: none !important;
}



@media ( max-width: 990px ) {
	.menu1-trasparent .navbar-nav a.nav-link {
		background: rgba(66, 95, 137, 0.97) !important; /* #425F89;*/
		margin: 0  !important;

	}
}


/* animation */
#menu1 .navbar-brand {
	animation-delay: 400ms;
}
#menu1 .navbar-toggler {
	animation-delay: 800ms;
}
#menu1 .navbar-nav li a:nth-child(1) {
	animation-delay: 800ms;
}
#menu1 .navbar-nav li a:nth-child(2) {
	animation-delay: 900ms;
}
#menu1 .navbar-nav li a:nth-child(3) {
	animation-delay: 1000ms;
}
#menu1 .dropdown {
	animation-delay: 800ms;
}
#header_home h1 {
	animation-delay: 1500ms;
}
#header_home h2 {
	animation-delay: 1800ms;
}
#header_home p {
	animation-delay: 2200ms;
}


/* underline effect */

#menu1 .navbar-nav a.nav-link::before {
  transition: 300ms;
  height: 4px;
  content: "";
  position: absolute;
  background-color: #FFF;
}

#menu1 .navbar-nav a.nav-link-ltr::before {
  width: 0;
  bottom: 26px;
}

#menu1 .navbar-nav a.nav-link-ltr:hover::before,
#menu1 .navbar-nav a.nav-link-ltr.active::before {
  width: 40px;
}
@media ( max-width: 990px ) {
	#menu1 .navbar-nav a.nav-link-ltr:hover::before,
	#menu1 .navbar-nav a.nav-link-ltr.active::before {
	  width: 0;
	}
}


#menu1 {
	background: rgba(255, 255, 255, 0.97);
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#97FFFFFF, endColorstr=#97FFFFFF);
	background: #2c3e50 url('../img/bg2.jpg') no-repeat;
	background-size:cover;
	background: rgba(66, 95, 137, 0.97); /* #425F89;*/
	/*border-bottom: solid 1px #E7E7E7;*/
	box-shadow: 0 2px 5px rgba(0,0,0,0.075);
	padding: 0 1rem;
	min-height: 100px;
	
		transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	

	background: rgba( 24,24,24,0.97);
}

#menu1 .navbar-toggler {
	outline: none;
}

#menu1 .navbar-brand {
	height: 100px;
	padding: 0;
}

#menu1 .navbar-brand img {
	max-width: 390px;
		margin-top:35px;
		max-height: 45px;
}

@media ( max-width: 600px ) {
	
	
	#menu1 {
		background-size: auto;
	background-position: -200px top;
	}
	
	#menu1 .navbar-brand {
		max-width: 70%;
	}
	
	#menu1 .navbar-brand img {
		max-width: 100%;
		margin-top: 35px;
	}
}

#menu1 .navbar-nav a.nav-link {
	text-transform: uppercase;
	padding: 0 15px;
    font: bold 17px/100px 'Roboto', sans-serif; 
	color: #FFF; /*#888;*/
	text-decoration: none;
	white-space: nowrap;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
 
#menu1 .navbar-nav a.nav-link:hover,
#menu1 .navbar-nav a.nav-link.active {
    color: #FFF;
    /*background: url(../img/tpl/menu_bg.png) repeat-x top;*/
}

#menu1 .btn {
	text-transform: uppercase;
	font: bold 17px 'Roboto', sans-serif; 
	color: #FFF;
	background: #668B2B;
	padding: 15px 22px;
	letter-spacing: 0.5px; 
	height: 50px;
	margin: 25px 0 0 20px;
	white-space: nowrap;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	-ms-transition: background 0.5s;
	box-shadow: none !important;
	border-radius: 25px;
	
	


}

#menu1 .btn:hover, #menu1 .btn:focus, #menu1 .btn:active {
    background: #346A12;
}

/* fix mobile width */

@media ( max-width: 990px ) {

	#menu1 .container {
		max-width: 100%;
	}
	
	#menu1 .navbar-nav a.nav-link {
		line-height: 48px;
		/*border-top: solid 1px #EEE;*/
		margin: 0 -16px;
		padding-left: 30px;
	}
	
	#menu1 .navbar-brand {
		padding-left: 14px;
	}
	
	#menu1 .navbar-nav a.nav-link:hover,
	#menu1 .navbar-nav a.nav-link.active {
		color: #FFF;
		background: none;
	}
	
	#menu1 .btn {
		margin: 10px 14px 20px; 
	}
}

/* toggler */

#menu1 .navbar-toggler {
    border: 0;
    background: #FFF;
	height: 40px;
	width: 42px;
	margin-right: 14px;
}

#menu1 .navbar-toggler i {
	color: #333;
}

/* langs */

#menu1 .dropdown {
	position:fixed; 
	top: 30px; 
	right: 25px;
	padding-bottom: 29px;
}

		#menu1 .dropdown img {
			margin-top: -3px;
			border: solid 2px #FFF;
			border-radius: 20px;
			height: 28px;
			width: 28px;
		}



#menu1 .dropdown .dropdown-menu {
	min-width: 58px;
	margin-top: -2px;
	background: rgba(24, 24, 24, 0.97);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#97FFFFFF, endColorstr=#97FFFFFF);
	border: solid 1px #E7E7E7;
	box-shadow: 0 2px 5px rgba(0,0,0,0.075);*/
	border-top: 0;
	border-radius: 0 0 4px 4px;
}

#menu1 .dropdown .dropdown-menu a {
	height: 50px;
	line-height: 50px;
	padding: 0px 17px 3px;
}

@media (max-width: 1300px) {
	
	#menu1 .dropdown {
		display: none;
	}
}
/*-------------------------------------------
	header (home)
-------------------------------------------*/

html, body {
  height: 100%;
}

		
#particles-js{
  width: 100%;
  height: 100%;

  /*background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
	*/
	
	position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 15;
	
	opacity: 0.6;
}
		
#header_home {
	padding-top: 250px !important;
	/*margin-top: 100px;*/
	background: #425F89 url('../img/bg2.jpg') no-repeat 50% 0 ;
	background-size: cover;
	padding: 100px 0 130px;
	overflow: hidden;
	background-attachment: fixed;  /* parallax scrolling effect */

	position: relative;
	width: 100%;
	height: 100%;
	min-height: 750px;
	
box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.5);
}

#header_text {
	position: absolute;
	z-index: 16;
	width: 100%;
	overflow: hidden;
}

#header_home h1 {
	font: 700 45px/1.2 'Poppins', sans-serif;	
	text-shadow: 2px 2px 10px #000; /*text-shadow: 2px 2px 3px rgba(0,0,0,0.6); */
	letter-spacing: 1px;
	color: #FFF;
	text-align: center;
	padding: 22px 0; /* padding: 22px 40px;*/
}

#header_home h2 {
	font: 700 36px/1.2 'Poppins', sans-serif;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	color: #FFF;
	text-align: center;
	padding: 22px 0;
	text-transform: none;
	margin-top: 0;
	
	font: 700 24px/1.5 'Open Sans', sans-serif;
	text-shadow: 2px 2px 10px #000; /*text-shadow: 2px 2px 3px rgba(0,0,0,0.6); */
	letter-spacing: 1px;
	padding: 22px 0px;
	
	max-width: 400px;
}

#header_home #header_img {
	float: right;
	margin-top: -50px
}

@media ( max-width: 990px ) {
	
	#header_home {
		padding-top: 120px !important;	
		min-height: 620px;
	}
	#header_home #header_img {
		max-width: 250px;
		margin-top: auto;
		margin-bottom: -30px;
	}
}

@media ( max-width: 768px ) {
	
	#header_home {
		padding-top: 200px !important;	
		padding: 200px 0 45px !important;
		min-height: 700px;
		background-attachment: initial;
		background-position: -400px 000px;
		/*background: rgb(24, 33, 65) !important;*/
	}
	
	/*#header_home #header_img {
		display: none;
	}*/
	
	#header_home h1 {
		font-size: 30px;
		padding: 20px 14px;
	}
	
	#header_home h2 {
		font-size: 22px;
		padding: 6px 14px;
	}
	
	#header_arrow {
		height: auto;
	}
}


#arrowDown {
	color: #FFF !important; 
	margin-left: 14px;
	bottom: 48px;
	position: absolute; 
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 48px; 
	z-index: 20;
}

#arrowDown2 {
	color: #FFF !important; 
	margin-left: 14px;
	margin-top: 100px;
	position: absolute; 
	width: 48px; 
	z-index: 20;
}

/*-------------------------------------------
	footer menu
-------------------------------------------*/

#footer_img {
	height: 200px;
	width: 100%;
	margin-top:55px
}

#footer_menu {
	background: #22280B; 
	background: #232323;
}

#footer_menu .container {
	padding-top: 20px;
	padding-bottom: 50px;
	/*background: url(../img/footer_bg.png) center bottom no-repeat;*/
	background-size: 675px 250px;
}

#footer_menu h6 {
	margin: 40px 0 25px 0;
	/*font: 600 24px 'Roboto', sans-serif;*/
	font: 600 20px 'Poppins';
	color: #FFF;
	text-transform: uppercase;
}

	#footer_menu ul li {
		font: 16px/32px 'Open Sans';
		color: #FFF;

	}

#footer_menu ul li a {
	/*font: 500 16px/30px 'Roboto', sans-serif;*/
	font: 16px/32px 'Open Sans';
	color: #FFF;
	text-decoration: none;
}

/* last column */

#footer_menu .social {
	text-align: right;
}

#footer_menu .social ul li {
	display: inline;
}

#footer_menu .social ul li a img {
	width: 30px;
	height: 30px;
	margin: 0 0 0 8px;
	vertical-align: middle;
}

#footer_menu .social img:last-child {
	max-width: 65%;
}
	
/* tablet fix padding */

#footer_menu .col-6:nth-child(2) {
	padding-left: 0;
}

@media ( max-width: 991px ) {
	#footer_menu .social ul li a img {
		width: 24px;
		height: 24px;
	}

}

@media ( max-width: 768px ) {

	#footer_menu .container {
		background: none;
		padding-top: 0;
	}

	#footer_menu .col-6 {
		padding-left: 60px !important;
	}
	
	#footer_menu .social { 
		text-align: left;
	}
	
	#footer_menu .social ul li a img {
		width: 24px;
		height: 24px;
		margin: 0 7px 0 0;
	}
}

/* mobile fix padding */

@media ( max-width: 576px ) {

	#footer_menu .col-6 {
		padding-left: 30px !important;
		padding-right: 0;
	}
	#footer_menu .col-6:nth-child(2),
	#footer_menu .col-6:nth-child(4) {
		padding-left: 20px !important;
	}
	
	#footer_menu h6 {
		font-size: 18px;
	}
		
	#footer_menu ul li a {
		font-size: 15px;	
	}
}

/*-------------------------------------------
	footer copyright
-------------------------------------------*/

#footer_copyright {
	background: #181818; 
	padding: 32px 0 30px 0;
}

#footer_copyright a,
#footer_copyright a:hover {
	/*font: 500 16px/30px 'Roboto', sans-serif;*/
	font: 15px/30px 'Open Sans', sans-serif;
	text-decoration: none;
	color: #FFF; 
}

#footer_copyright img {
	float: right;
}

@media ( max-width: 1200px ) {
	
	#footer_copyright .col-lg-7 {
		text-align: center;	
		max-width: 100%;
		flex: none;
	}
	
	#footer_copyright .col-lg-5 {
		display: none;
	}
}

@media ( max-width: 768px ) {
	
	#footer_copyright span {
		display: none;
	}
}

/*******************************************************
********************************************************
	ELEMENTS
********************************************************
*******************************************************/

/* typography */




h2 {
	font: 500 36px/1.2 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 40px 0 15px;
	color: #2c3e50;
}

h3 {
	/*font: 600 36px/1 'Roboto', sans-serif;*/
	font: 700 36px/1.2 'Poppins', sans-serif;
	margin-bottom: 70px;
    color: #1F3946;
	/*text-transform: uppercase;*/
}

.iw_50 {
	width: 50%;
	margin: auto;
}

@media ( max-width: 768px ) {
	.iw_50 {
		width: 100%;
	}
}

.iw_title {
	font: 700 42px/1.2 'Poppins', sans-serif;
	color: #181818;
	text-transform: none;
}

.iw_subtitle {
	color: #666; /* #182141 #F8A000;*/
	font: 500 18px/1.2 'Poppins', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
	
}

@media ( max-width: 768px ) {
	.iw_title {
		font-size: 36px;
	}
}

p {
	font: 300 20px/1.4 'Open Sans', sans-serif;
	color: #212529;
}

p strong {
	font-weight: 600;
}

a:not(.btn) {
	color: #668B2B;
	text-decoration: underline;
	font-weight: 400;
}

hr.hr {
	margin: 50px 0;
	border-top: dotted 3px #DDD;
}

@media ( max-width: 991px ) {
	
	h2 {	
		font-size: 24px;
		font-weight: bold;
	}
	
	h3 {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 45px;
	}
	
	p {
		font-size: 16px;
	}
}

@media ( max-width: 768px ) {
	
	h2 {
		font-size: 21px;
		font-weight: bold;
	}
	
	h3 {
		font-size: 21px;
		margin-bottom: 35px;
		font-weight: bold;
	}

	p {
		font-size: 17px;
	}
}

/* form */

.form-group {
	margin-bottom: 20px;
}

.form-group label {
	margin-bottom: 4px;
	font: 400 18px 'Karla', 'sans serif';
}

.form-group label img {
	vertical-align: baseline;
	width: 18px;
}

/*.form-group span.float-right { 
	color: #668B2B;
	font-weight: 600;
}*/
.form-group span { 
	color: #f2b636;
	font-weight: 700;
	margin-left: 12px;
}

.form-group textarea {
	resize: vertical;
}

.form-group .feedback-icon {
    position: absolute;
    width: auto;
    bottom: 6px;
    right: 10px;
    margin-top: 0;
	margin-right: 12px;
	display: block;
	color: #668B2B;
}

.form-group .form-control.feedback {
	padding-right: 45px;
}

.form-group .form-control {
  /*padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;*/
}

.select2-selection--single {
	height: 40px !important;
	line-height: 28px !important;
	/*border: 1px solid #aaaaaa !important;*/
}

/* button */

.btn-primary {
    padding: 17px 35px;
    border: 0;
	margin: 0;
	/*height: 60px;*/
	/* line-height: 60px; */
    font: 600 23px 'Poppins', sans-serif;
    letter-spacing: 1px;
    background: #181818;
	color: #FFF;
	text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	box-shadow: none !important;
	border-radius: 40px;
	min-width: 250px;
}

.btn-lg {
	height: 74px;
	line-height: 40px;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #464646 !important;
}

.btn-primary:disabled, .btn-primary:disabled:hover {
    background-color: #8C8C8C;
}

.btn-outline-light {
    padding: 6px 0;
	margin: 10px 0px;
	width: 280px;
	height: 72px; /**/
    font: bold 22px/52px 'Poppins', sans-serif;
	/*text-transform: uppercase;*/
    letter-spacing: 1px;
	/*text-shadow: none;*/
	/*box-shadow: none !important;*/
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#05FFFFFF, endColorstr=#05FFFFFF);*/
	border: 4px solid #f2b636;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	border-radius: 40px;
	/*filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));*/
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	/*text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);*/
	box-shadow: none !important;
	
	
	box-shadow: 0 0 0 0.2rem rgba(248,249,250,.5);
	
	
	
	background: rgba(24,24,24,0.9); 
	color: #FFF;
	border-color: #111;
	border:0;
	line-height: 58px
}

.btn-outline-light:hover {
    /*background: transparent !important;/* rgba(255, 255, 255, 0.25);  */
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#25FFFFFF, endColorstr=#25FFFFFF);*/
	color: #FFF;
	/*border: 4px solid #f2b636;*/
	background: rgba(24,24,24,1) !important;
	/*transform: scale(1.1);*/
}

@media ( max-width: 768px ) {

	.btn-primary {
		/*width: 200px;*/
		font-size: 18px;
	}
	
	.btn-outline-light {
		width: 220px;
		font-size: 18px;
		padding: 0;
		height: 60px;
		margin-left: 14px;
	}
}

/* checkbox */

input[type=radio].css-checkbox {
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
}

input[type=radio].css-checkbox + label.css-label {
	padding-left:35px;
	height:30px; 
	display:inline-block;
	font: 500 24px/30px 'Roboto', sans-serif;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -30px;
}

label.css-label {
	background-image:url(../img/tpl/icon_checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media ( max-width: 768px ) {

	input[type=radio].css-checkbox + label.css-label {
		font-size: 21px;
	}
}

/* recaptcha */

.g-recaptcha-outer{
	margin-bottom: -8px;
	padding-left: 12px;
    text-align: left;
    border-radius: 3px;
    background: #f9f9f9;
    border: solid 1px #CCC;
	overflow: hidden;
}
.g-recaptcha-inner{
    width: 290px;
    height: 74px;
    overflow: hidden;
    margin: 0;
}
.g-recaptcha{
    position:relative;
    left: -2px;
    top: -1px;
}

/* disclaimer */

p.disclaimer {
	color: #999;
	font: 400 15px/21px 'Open Sans', sans-serif;
	font-style: italic;
	margin: 10px 0 0;
}

p.disclaimer a {
	color:#999 !important;
	text-decoration: underline;
}

@media ( max-width: 768px ) {

	p.disclaimer {
		margin-top: 30px;
	}
}

/* fancybox */

.fancybox-content { 
	background: #FFF !important;
}

/* back on top */

#backtop {
    position: fixed;
	z-index: 102;
    bottom: 22px;
    right: 25px;
	width: 48px;
	height: 48px;
    background: url('../img/icon_up.png') no-repeat;
    display: none;
}

@media ( max-width: 991px ) {

	#backtop {
		display: none !important;
		/*bottom: 62px;
		right: 0;
		zoom: 50%;*/
	}	
}

/*******************************************************
********************************************************
	BLOCKS
********************************************************
*******************************************************/

/*-------------------------------------------
	page (default)
-------------------------------------------*/

.page_content {
	padding: 80px 0 50px;
	overflow: hidden;
}

@media ( max-width: 768px ) {
	
	.page_content {
		padding: 80px 14px 25px;
	}
}

.page_margin {
	margin-top: 100px;
	padding-top: 65px;
	border-top: solid 5px #CCC;
}

/*-------------------------------------------
	messages
-------------------------------------------*/

.alert {
	margin: -80px -14px 80px;
	padding: 25px 1.25rem;
	font: 500 19px/1.3 'Roboto', sans-serif;
	border-radius: 0;
	border-top: solid 1px #FFF !important;
}

.alert-success {
	background: #668B2B;
	border-color: #668B2B;
	color: #FFF;
}

.alert-danger {
	background: #721c24;
	border-color: #721c24;
	color: #FFF;
}

.alert-secondary {
	background: #1F3B47;
	border-color: #1F3B47;
	color: #FFF;
}

@media ( max-width: 768px ) {
	
	.alert  {
		padding: 25px 15px;
		font-size: 17px;
	}
}

/*-------------------------------------------
	about
-------------------------------------------*/
/*
#about {
	padding-bottom: 135px;
}
#about img {
	box-shadow: 15px 15px #DDD;
}
@media ( max-width: 768px ) {
	#about img {
		max-width: calc(100% - 10px);
	}
}
*/

/* team */

#team ul{
  margin:0;
  padding:0;
  list-style:none;
}		
#team .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}
#team .cnt-block{ 
   float:left; 
   width:100%; 
   background:#fff; 
   padding:35px 20px 20px; 
   text-align:center; 
   border:2px solid #d5d5d5;
   margin: 0 0 58px;
}
#team .cnt-block figure{
   width:148px; 
   height:148px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
#team .cnt-block img{ 
   width:148px; 
   height:148px; 
   border-radius:100%; 
}
#team .cnt-block h3{ 
   color:#2a2a2a; 
   font-size:20px; 
   font-weight:500; 
   padding: 16px 0 6px 0;
   
	margin-bottom: 0;
}
#team .cnt-block p{ 
   color:#2a2a2a; 
   font-size:13px; 
   line-height:20px; 
   font-weight:400;
	text-transform:uppercase;
}

/*-------------------------------------------
	timeline
-------------------------------------------*/

#services {
	padding: 100px 0;
}

#services .btn_wrap { 
	text-align: center;
}
@media only screen and (max-width:767px){
	#services .btn_wrap { 
		text-align: left;
	}
}


.main-timeline{position:relative; }
.main-timeline-start { height: 20px; width: 20px; background-color: #181818; border-radius: 50%; display: block; margin: 0 auto; }
.main-timeline:before{content:"";width:5px;height:100%;border-radius:20px;margin:0 auto;background:#181818;position:absolute;top:0;left:0;right:0}
.main-timeline .timeline{display:inline-block;margin-bottom:50px;position:relative; min-width: 100%; }
.main-timeline .timeline:before{content:"";width:20px;height:20px;border-radius:50%;border:4px solid #fff;background:#181818;position:absolute;top:50%;left:50%;z-index:1;transform:translate(-50%,-50%)}
.main-timeline .timeline-icon{display:inline-block;width:130px;height:130px;border-radius:50%;border:3px solid #181818;padding:13px;text-align:center;position:absolute;top:50%;left:30%;transform:translateY(-50%)}
.main-timeline .timeline-icon i{display:block;border-radius:50%;background:#181818;font-size:64px;color:#fff;line-height:100px;z-index:1;position:relative}
.main-timeline .timeline-icon:after,.main-timeline .timeline-icon:before{content:"";width:100px;height:4px;background:#181818;position:absolute;top:50%;right:-100px;transform:translateY(-50%)}
.main-timeline .timeline-icon:after{width:70px;height:50px;background:#fff;top:89px;right:-30px}
.main-timeline .timeline-content{width:50%;padding:0 50px;margin:52px 0 0;float:right;position:relative}
.main-timeline .timeline-content:before{content:"";width:70%;height:100%;border:3px solid #181818;border-top:none;border-right:none;position:absolute;bottom:-13px;left:35px}
.main-timeline .timeline-content:after{content:"";width:37px;height:3px;background:#181818;position:absolute;top:13px;left:0}
.main-timeline .title{font-size:28px;font-weight:600;color:#181818;text-transform:uppercase; margin: -16px 6px 0; }
.main-timeline .description{display:inline-block;font-size:19px;color:#404040;line-height:22px;letter-spacing:1px; margin: 0 6px 5px; }
.main-timeline .timeline:nth-child(even) .timeline-icon{left:auto;right:30%; }
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-100px}
.main-timeline .timeline:nth-child(even) .timeline-icon:after{right:auto;left:-30px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:left; text-align: right;}
.main-timeline .timeline:nth-child(even) .timeline-content:before{left:auto;right:35px;transform:rotateY(180deg)}
.main-timeline .timeline:nth-child(even) .timeline-content:after{left:auto;right:0}
.main-timeline .timeline:nth-child(2n) .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-icon i,.main-timeline .timeline:nth-child(2n) .timeline-icon:before,.main-timeline .timeline:nth-child(2n):before{background:#181818}
.main-timeline .timeline:nth-child(2n) .timeline-icon{border-color:#181818}
.main-timeline .timeline:nth-child(2n) .title{color:#181818}
.main-timeline .timeline:nth-child(2n) .timeline-content:before{border-left-color:#181818;border-bottom-color:#181818}
.main-timeline .timeline:nth-child(3n) .timeline-content:after,.main-timeline .timeline:nth-child(3n) .timeline-icon i,.main-timeline .timeline:nth-child(3n) .timeline-icon:before,.main-timeline .timeline:nth-child(3n):before{background:#181818}
.main-timeline .timeline:nth-child(3n) .timeline-icon{border-color:#181818}
.main-timeline .timeline:nth-child(3n) .title{color:#181818}
.main-timeline .timeline:nth-child(3n) .timeline-content:before{border-left-color:#181818;border-bottom-color:#181818}
.main-timeline .timeline:nth-child(4n) { margin-bottom: 70px; }
.main-timeline .timeline:nth-child(4n) .timeline-content:after,.main-timeline .timeline:nth-child(4n) .timeline-icon i,.main-timeline .timeline:nth-child(4n) .timeline-icon:before,.main-timeline .timeline:nth-child(4n):before{background:#181818}
.main-timeline .timeline:nth-child(4n) .timeline-icon{border-color:#181818}
.main-timeline .timeline:nth-child(4n) .title{color:#181818}
.main-timeline .timeline:nth-child(4n) .timeline-content:before{border-left-color:#181818;border-bottom-color:#181818}
@media only screen and (max-width:1200px){.main-timeline .timeline-icon:before{width:50px;right:-50px}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-50px}
.main-timeline .timeline-content{margin-top:75px}
}
@media only screen and (max-width:990px){.main-timeline .timeline{margin:0 0 10px}
.main-timeline .timeline-icon{left:25%}
.main-timeline .timeline:nth-child(even) .timeline-icon{right:25%}
.main-timeline .timeline-content{margin-top:115px}
}
@media only screen and (max-width:767px){
.main-timeline-start { display: inline-block; margin: 0 auto -7px 73px; }
.main-timeline{padding-top:50px}
.main-timeline:before{left:80px;right:0;margin:0}
.main-timeline .timeline{margin-bottom:70px}
.main-timeline .timeline:before{top:0;left:83px;right:0;margin:0}
.main-timeline .timeline-icon{width:60px;height:60px;line-height:40px;padding:5px;top:0;left:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:0;right:auto}
.main-timeline .timeline-icon:before,.main-timeline .timeline:nth-child(even) .timeline-icon:before{width:25px;left:auto;right:-25px}
.main-timeline .timeline-icon:after,.main-timeline .timeline:nth-child(even) .timeline-icon:after{width:25px;height:30px;top:44px;left:auto;right:-5px}
.main-timeline .timeline-icon i{font-size:30px;line-height:45px}
.main-timeline .timeline-content,.main-timeline .timeline:nth-child(even) .timeline-content{width:100%;margin-top:-15px;padding-left:130px;padding-right:5px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:right; text-align: left;}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(even) .timeline-content:before{width:50%;left:120px}
.main-timeline .timeline:nth-child(even) .timeline-content:before{right:auto;transform:rotateY(0)}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(even) .timeline-content:after{left:85px}
}
@media only screen and (max-width:479px){.main-timeline .timeline-content,.main-timeline .timeline:nth-child(2n) .timeline-content{padding-left:110px}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(2n) .timeline-content:before{left:99px}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-content:after{left:65px}
}




/*-------------------------------------------
	features
-------------------------------------------*/


#features {
	padding: 120px 0 80px 0;
	margin-top: 1px;
	border-bottom: solid 1px #DDD;
}

#features .col-lg-3,
#features .col-lg-4 {
	margin-bottom: 60px;
	text-align: center;
}

#features .col-lg-3 p.lead,
#features .col-lg-4 p.lead{
	margin: 0 12px;
	font: 300 18px/1.3 'Roboto', sans-serif;
	color: #333;
}

#features .col-lg-3 p.lead span,
#features .col-lg-4 p.lead span{ 
	text-transform: uppercase;
	font: 500 30px/1 'Roboto', sans-serif;
	margin: 25px 0 12px 0; /*margin: 15px 0 5px 0;*/
	display: block;	
	color: #1F3B47;
}

/* icon */

#features .col-lg-3 i,
#features .col-lg-4 i{
	height: 100px;
	width: 100px;
	padding: 30px;
	font-size: 34px;
	color: #1F3B47;
	background: #FFF;
	border: solid 3px #1F3B47;
}

#features .col-lg-3 i,
#features .col-lg-4 i{
	height: 100px;
	width: 100px;
	padding: 30px;
	font-size: 34px;
	color: #1F3B47;
	background: #FFF;
	border: solid 3px #1F3B47;
}

#features .col-lg-3 i.v2,
#features .col-lg-4 i.v2 {
	height: 72px;
	width: 72px;
	padding: 0;
	font-size: 72px;
	color: #1F3B47;
	background: none;
	border: 0;
	margin-bottom: -1px;
}

/*#features .col-md-3:hover i,
#features .col-md-4:hover i{
	-moz-animation: swing 1s linear infinite;
	-webkit-animation: swing 1s linear infinite;
    animation: swing 1s linear infinite;
}*/

@media ( max-width: 991px ) {
	
	#features {
		padding: 60px 0 35px 0;
	}
	
	#features .col-lg-3 p.lead span,
	#features .col-lg-4 p.lead span{
		font-size: 24px;
	}
}

/*-------------------------------------------
	partner logo
-------------------------------------------*/

.partner {
	padding: 95px 0 85px;
	border-top: solid 1px #DDD;
}

.partner h3 {
	margin-bottom: 60px;
	text-align: center;
}

.partner img {
	width: 100%;
	max-width: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

@media ( max-width: 768px ) {
	
	.partner {
		padding: 60px 14px 55px;
		overflow: hidden;
	}
	
	.partner h3 {
		margin-bottom: 30px;
	}

}

/*-------------------------------------------
	partner testimonials
-------------------------------------------*/

#partner_testimonials {
	padding: 95px 0 100px 0;
	background: #333333 url(../img/testimonial_bg.jpg) no-repeat 0 0;
	background-size: cover;
}

#partner_testimonials h3 {
	color: #FFF;
	margin-bottom: 60px;
	font: 700 36px "Poppins";
	text-transform: capitalize;
}

/* carousel testimonial */

#partner_testimonials .carousel .carousel-item {
	min-height: 285px;
}

#partner_testimonials .carousel .carousel-caption {
	position: static;
    text-align: center;
	padding: 0;
}

#partner_testimonials .carousel img {
	width: 112px;
	height: 112px;
	border: solid 6px #FFF;
	border-radius: 56px;
	margin-bottom: 10px;
}

#partner_testimonials .carousel h5,
#partner_testimonials .carousel h5 a,
#partner_testimonials .carousel h5 a:hover {
	font: 600 24px 'Open Sans', sans-serif;
	text-decoration: none;
	color: #FFF;
}

#partner_testimonials .carousel p {
	font: 17px/1.3 'Open Sans', sans-serif;
	color: #FFF;
}

@media ( max-width: 768px ) {
	
	#partner_testimonials {
		padding: 65px 0 60px 0;
		background: #333333 url(../img/testimonial_bg2.jpg) no-repeat 0 0;
		background-size: cover;
	}
	
	#partner_testimonials h3 {
		font-size: 24px;
	}
	#partner_testimonials .carousel .carousel-item {
		min-height: 370px;
	}
	
	#partner_testimonials .carousel h5,
	#partner_testimonials .carousel h5 span.wrap,
	#partner_testimonials .carousel h5 a:hover {
		font-size: 18px;
		display: block;
	}

	#partner_testimonials .carousel h5 .separator {
		display: none;
	}

	#partner_testimonials .carousel p {
		font: 15px/1.2 'Open Sans', sans-serif;
	}
}

/* indicators */

#partner_testimonials .carousel .carousel-indicators li {
	border: 0;
	margin-left: 4px;
	height: 10px;
    width: 10px;
    border-radius: 6px;
	opacity: 0.5;
}

#partner_testimonials .carousel .carousel-indicators .active {
	/*background-color: #668B2B;*/
	opacity: 1;
}

#partner_testimonials .carousel .carousel-indicators {
	bottom: -25px;
}

/*-------------------------------------------
	how / steps
-------------------------------------------*/

#steps {
	overflow: hidden;
	padding: 100px 0 175px 0;
	background: #F8F8F8;
	border-top: solid 1px #DDD; 
	border-bottom: solid 1px #DDD;
}

#steps h3 {
	margin-bottom: 65px;
}
	
#carousel_steps .carousel-caption {
	position: static;
	/*padding: 20px 0 16px 0;*/
    background: #181818;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99181818, endColorstr=#99181818);

	/*background: linear-gradient(transparent, rgba(0,0,0,0.5) 100% );*/
	border: solid 1px #181818;
	border-top: 0;
	border-radius: 0 0 6px 6px;
	font: 700 20px "Poppins";
	letter-spacing: 1px;
}

#steps .carousel-caption .btn {
	font: 700 16px Poppins;
	background: #FFF;
	color: #333;
	margin-top: -5px;
	margin-right: 18px;
	/*border-radius: 20px;*/
	padding: 6px 15px;
}

@media ( max-width: 991px ) {
	
	#steps {
		padding-top: 60px;
	}
	
	#steps h3 {
		margin-bottom: 40px;
	}
	
	#carousel_steps .carousel-caption {
		font-size: 16px;
	}
}
	
/* carousel indicators */		
	
#carousel_steps .carousel-indicators {	
	bottom: -105px;
}
	
#carousel_steps .carousel-indicators li {
	text-indent: 0;
	margin: 0 8px;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 100%;
	line-height: 40px;
	color: #fff;
	background-color: #777;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	text-align: center;
	font-weight: bold;
}
#carousel_steps .carousel-indicators li.active,
#carousel_steps .carousel-indicators li:hover {
	background-color: #181818;
}

/* carousel controls */	
	
#carousel_steps .carousel-control-prev {
    left: -80px;
    width: 50px;
}

#carousel_steps .carousel-control-next {
    right: -80px;
    width: 50px;
}
#carousel_steps .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231F3946' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

#carousel_steps .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231F3946' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

@media ( max-width: 991px ) {
	
	#carousel_steps .carousel-control-prev, .carousel-control-next {
		display: none;
	}
}

/*******************************************************
********************************************************
	PAGES
********************************************************
*******************************************************/

/*-------------------------------------------
	error 404 + offline
-------------------------------------------*/

#error_page i {
	font-size: 200px;
	color: #ccc;
	float: right;
	margin: 40px;
	opacity: 0.3;
}

#error_page h3 {
	color: rgb(24, 33, 65);
}

@media ( max-width: 992px ) {
	#error_page i {
		margin: 50px 0;
	}
}

@media ( max-width: 768px ) {
	#error_page i {
		display: none;
	}
}

/*-------------------------------------------
	portfolio / brands
-------------------------------------------*/

#portfolio .nav-tabs a {
	text-decoration: none;
	color: #666;
}

#portfolio .nav-tabs a.active {
	color: rgb(24, 33, 65);
	font-weight: bold;
}

#portfolio .img-hover-zoom,		
#brands .img-hover-zoom {
	position: relative;
  	height: 300px; /* [1.1] Set it as per your need */
  	overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

#portfolio .img-hover-zoom img,
#brands .img-hover-zoom img {
  	transition: all 0.4s;
	transform-origin:  top;
}

#portfolio .img-hover-zoom:hover img,
#brands .img-hover-zoom:hover img {
  	transform: scale(1.15);
}

#portfolio .img-hover-zoom div.portfolio-text,
#brands .img-hover-zoom div.portfolio-text {
	position: absolute;
	top: 0;
	left: 0;
	height: 300px;
	width: 100%;
	/*background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 5%, rgba(22, 22, 23, 0) 28%, rgba(0, 0, 0, 0) 100%);*/
	background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 5%, rgba(22, 22, 23, 0) 30%, rgba(0, 0, 0, 0) 100%);
	z-index: 99;
}

#portfolio .img-hover-zoom div.portfolio-text span:first-child,
#brands .img-hover-zoom div.portfolio-text span:first-child {
	position: absolute;
	/*bottom: 30px;*/
	left: 30px;
	color: #FFF;
	z-index: 100;
	font: 700 22px 'Poppins';
	
	bottom: 40px;
	text-shadow: 1px 1px 2px #000;
	letter-spacing: 0.3px;
}

#portfolio .img-hover-zoom div.portfolio-text span:last-child,
#brands .img-hover-zoom div.portfolio-text span:last-child {
	position: absolute;
	/*bottom: 16px;*/
	left: 30px;
	color: #FFF;
	z-index: 100;
	font: 17px 'Karla';
	
	line-height: 1;
	bottom: 12px;
	height: 32px;
	text-shadow: 1px 1px 2px #000;
}
@media ( max-width: 991px ) {

	#portfolio .img-hover-zoom,
	#portfolio .img-hover-zoom div.portfolio-text,
	#brands .img-hover-zoom,
	#brands .img-hover-zoom div.portfolio-text{
		height: 220px;
	}
}

@media ( max-width: 768px ) {
	
	#portfolio .nav {
		display: none;
	}
	
	#portfolio .img-hover-zoom,
	#portfolio .img-hover-zoom div.portfolio-text,
	#brands .img-hover-zoom,
	#brands .img-hover-zoom div.portfolio-text {
		height: 250px;
	}
}

/*-------------------------------------------
	portfolio single (portfolio2)
-------------------------------------------*/

#portfolio2 .card-header {
	background: #181818; 
	color: #FFF; 
	font: 700 18px Poppins; 
	border-bottom: solid 5px #CCC;
}
#portfolio2 a.list-group-item { 
	color: #333 !important;
	text-decoration: none !important;
}

/*-------------------------------------------
	contact
-------------------------------------------*/

.contact_info {
	margin-top: 140px;
}
.contact_info div.contact_icon {
	font-size: 100px;
	margin-top: -130px;
	color: #181818;
}
.contact_info div.contact_icon i {
	background: #FFF; 
	border-radius: 50px
}
.contact_info h4 {
	font: 700 24px 'Poppins';
	letter-spacing: 1px;
	color: #181818;
}
.contact_info p {
	font-family: Karla;
	font-size: 18px;
}	
.contact_info a { 
	display: inline-block;
	width: 24px;
	margin: 0 10px 10px 0;
}

/*-------------------------------------------
	privacy
-------------------------------------------*/

#privacy h2 {
	color: rgb(24, 33, 65); 
	font: 700 24px Poppins; 
	text-transform: none;
}
#privacy p {
	color: #333;
	/*font: 300 18px Karla;*/
}

#privacy p a {
	color: rgb(24, 33, 65); 
}
