@charset "utf-8";

/*
Theme Name: ECI
Autor:Maxim
Discription: theme for ECI
Version:1.0
*/

html,body
{overflow-x: hidden;}

/*Lang*/


.pa-background-grow li a
{color: #FFFFFF;
text-decoration: none;
display: block;
text-align: center;
font-family: 'Roboto', sans-serif;}

.pa-background-grow li{
   position: relative;
   z-index: 1;
   background:#374B92;
	padding: 15px 10px;
	list-style-type: none;
	border-radius: 25px;
	font-family: "Montserrat", sans-serif;
}

.pa-background-grow li a::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background:#FDA729;
   z-index: -1;
   opacity: 0;
   -webkit-transform: scale(.5);
   -ms-transform: scale(.5);
   transform: scale(.5);
   -webkit-transition: .3s;
   -o-transition: .3s;
   transition: .3s;
   -webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
   -o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
   transition-timing-function: cubic-bezier(.58, .3, .005, 1);
	border-radius: 25px;
}

.pa-background-grow li a:hover {
   color: #ffffff!important;
}

.pa-background-grow li a:hover::before {
   opacity: 1;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
}

.lang ul li
{width: 40px;
height: 40px;
padding-top: 8px;
display: block;
float: left;
margin: 5px 6px;
font-family: "Montserrat", sans-serif;}

.lang li a
{display: block;
text-align: center;
margin-left: -1px;}



.navbar-brand img
{width: 75%;}

.additional span
{color: #000000 !important;
cursor: pointer;}

.wrap-about
{color: #000000 !important;
}

.comp_i h4
{font-size: 18px;}

td
{color: #000000 !important;
text-align: center !important;}


.right_white
{height:550px;
width: 100%;
background: rgba(255,255,255,0.6);}

.homeform 
{
padding: 10px;
}

.formouter
{color: #000000;}


.homeform input
{width: 100%;
height: 50px;
padding: 7px;
outline: none;
border: none;
border-bottom: 1px solid #FFFFFF;
background: none;
margin-bottom: 20px;
color:#FFFFFF;
font-family: "Montserrat", sans-serif;
}

.homeform input::-moz-placeholder
{color:#FFFFFF;}

.homeform input::-webkit-input-placeholder
{color:#FFFFFF;}

.homeform textarea::-moz-placeholder
{color:#FFFFFF;}

.homeform textarea::-webkit-input-placeholder
{color:#FFFFFF;}

.homeform textarea
{width: 100%;
height: 140px;
padding: 7px;
outline: none;
border: none;
border-bottom: 1px solid #FFFFFF;
background: none;
margin-bottom: 20px;
font-family: "Montserrat", sans-serif;}

.sendform
{width:90%;
height: 60px;
margin:10% auto;
background:#FDA729;
border:none;
}

.sendform a
{display: block;
color: #FFFFFF;
text-decoration: none;}

.wrapper
{margin-top: 20px;
margin-bottom: 20px;}

.comp_wrapper
{width: 90%;
margin: auto;}

.bm li
{list-style-type: none;
display: flex;
color: #FFFFFF;
line-height: 12px;
margin-top: 12px;
margin-bottom: 12px;
margin-left: -40px;}

.bm li a 
{display: block;
padding-left: 10px;}

.bm li .ion-ios-arrow-round-forward
{display: flex;
color: #FFFFFF;}




