/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 29, 2017, 2:16:32 PM
    Author     : Feras
*/
.proimg{
    width:360px;
    height: 240px;
}
@media (min-width: 997px){
  
  .contactsinputs{
    float:right !important;
    
}
}
.contactsinputs{
    float:right !important;
}

.contactsinputs .form-group .form-control{
    text-align: right;
}

body{
background: #8e9eab;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #eef2f3, #8e9eab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.contact{
    color: #fff;
}

#bs-example-navbar-collapse-1 > ul > li:nth-child(8){
    display: none;
}

#contactForm input::-webkit-input-placeholder{
    color:red;
}

#contactForm input::-moz-input-placeholder{
    color:red;
}

@media (min-width: 768px){
    .navbar-nav>li{
        float: right;
    }  
    
}
@media (min-width: 1024px){
    .itemabout{
      width:24%;
  }
}

#contactForm .form-control{
    background-color: transparent !important;
    color:#fff;
    font-size: 15px;
}
.itemabout{
    background: #fff;
   // background-clip: content-box;
   margin: 5px;
   
}
.imgslider{
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
.map iframe.googlemaps {
    width:100%;
    height:400px;
}
.anim-dots{
    visibility: hidden;
}

.logo{
    background-image: url('../../images/logo.png');
    background-repeat: no-repeat;
    background-size: cover;
    position:absolute;
   top: 0;
   left:10px;
   padding-right: 14%;
   padding-bottom: 11%;
   display: block;
  width : 50px; 


}


/*-- contact --*/
section.contact-w3ls {
    padding:100px 0;
/*    background:url(../images/contact.jpg) no-repeat;
    background-position:center;
    background-attachment:fixed;
    background-size:100% 100%;
    -webkit-background-size:100% 100%;
    -moz-background-size:100% 100%;
    -o-background-size:100% 100%;
    -ms-background-size:100% 100%;*/
}
section.contact-w3ls h3 {
    font-size:35px;
    font-weight:normal;
    color:#fff;
    padding-bottom: 20px;
    padding-top: 145px;
    font-family: 'Abel', sans-serif;
}
section.contact-w3ls p.contact-agile1 {
    font-size:16px;
    font-weight:normal;
    padding-bottom:10px;
    line-height:30px;
    color:#fff;
}
section.contact-w3ls p.contact-agile1 a {
    color:#fff;
}
ul.social-icons2 {
    padding:30px 0 0;
}
ul.social-icons2 li {
    display:inline;
}
ul.social-icons2 li a i.fa {
    font-size: 20px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 53px;
    margin-right: 7px;
}
ul.social-icons2 li a i.fa.fa-facebook {
    background-color:#3b5998;
}
ul.social-icons2 li a i.fa.fa-twitter {
    background-color:#55acee;
}
ul.social-icons2 li a i.fa.fa-linkedin {
    background-color:#e68523;
}
ul.social-icons2 li a i.fa.fa-google-plus {
    background-color:#dc4e41;
}
ul.social-icons2 li a i.fa.fa-facebook:hover {
    background-color:#002573;
}
ul.social-icons2 li a i.fa.fa-twitter:hover {
    background-color:#004A82;
}
ul.social-icons2 li a i.fa.fa-linkedin:hover { 
    background-color:#BB5E00;
}
ul.social-icons2 li a i.fa.fa-google-plus:hover { 
    background-color:#8A0B00;
}
ul.social-icons2 li a i.fa.fa-google-plus {
    font-size: 17px!important;
}
ul.social-icons2 li a i.fa:hover {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    -ms-animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
section.contact-w3ls .contact-agileits {
    background-color: rgba(0, 0, 0, 0.55);
    padding: 20px 35px;
    border: 10px solid rgba(49, 49, 49, 0.47);
}
section.contact-w3ls h4 {
    font-size:35px;
    font-weight:normal;
    color:#fff;
    padding-bottom:20px;
    font-family: 'Abel', sans-serif;
    text-align:center;
}
section.contact-w3ls p.contact-agile2 {
    font-size:16px;
    font-weight:normal;
    padding-bottom:20px;
    line-height:30px;
    color:rgb(175, 189, 33);
    text-align:center;
}
section.contact-w3ls label.contact-p1 {
    font-size: 17px;
    font-weight: 300;
    color:#fff;
    padding-bottom: 10px;
    font-family: 'Abel', sans-serif;
}
.form-group {
    margin-bottom: 5px;
}
section.contact-w3ls p.help-block {
    color:#ff0500!important;
}
section.contact-w3ls input#name, section.contact-w3ls input#email, section.contact-w3ls input#phone  {
    height:50px;
}
section.contact-w3ls input#name, section.contact-w3ls input#email, section.contact-w3ls input#phone {
    font-size:17px;
    font-weight:normal;
    color:#fff;
    background-color:transparent;
    border-radius:0;
    border-color:#fff;
}
section.contact-w3ls button.btn.btn-primary {
    color:rgb(41, 57, 150);
    background-color:transparent;
    border: 2px solid rgb(41, 57, 150);
    font-size: 17px;
    padding: 10px 20px;	
    width:100%;
    font-family: 'Abel', sans-serif;
    margin:25px 0;
}
section.contact-w3ls button.btn.btn-primary:hover {
    color: #fff;
    background-color:rgb(41, 57, 150);
    border: 2px solid rgb(41, 57, 150);
}
input::-webkit-input-placeholder {
    color: #fff !important;
} 
input:-moz-placeholder { /* Firefox 18- */
    color: #fff !important;  
} 
input::-moz-placeholder {  /* Firefox 19+ */
    color: #fff !important;  
} 
input:-ms-input-placeholder {  
    color: #fff !important;  
}
.navbar-custom .nav li a{
color: #00aeef;
    font-size: 18px;
    }
@media (min-width: 768px){
.navbar-custom {
    background-color: #eee;
    padding: 25px 0;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    border: none;
}
/*-- /contact --*/
