/*====================================================
                DEFAULT VALUES:

                Font Family                 : Roboto Condensed
                
                Greenish Blue               : #34c6d3       (Buttons, Icons, Links, Lines & Backgrounds)
                Steel Gray                  : #41464b       (Headings)
                Blue Bayoux                 : #64707b       (Paragraphs)
                White                       : #fff          (Text With Black Backgrounds)
                Black                       : #000 

======================================================*/


/* General CSS */

html,
body {
    height: 100%;
}

body {
    font-family: "Roboto Condensed", sans-serif;
}

p {
    color: #64707b;
    font-size: 16px;
    font-weight: 300;
}

h3 {
    color: #41464b;
    text-transform: uppercase;
}


.waterMarkLogo{
    width: 100%;
    height: auto;
    position: fixed;
    bottom:168px;
    left: 180px;
    display: none;
}



/*====================================================
                        HOME
======================================================*/

#home {
    float:inherit;
    width: auto;
    height: 100%;
}

#home-cover {
    height: 100%;
    background-image: url("../img/bg-home.jpg");
}

#home-content-box {
    width: 100%;
    height: 100%;
    display: table;
}

#home-content-box-inner {
    display: table-cell;
    vertical-align: middle;
    /* text-align: center; */
}

#home-heading h3 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    margin: 10px 0 20px 0;
}


/*====================================================
                        PARALLAX (Generic)
======================================================*/

.bg-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


/*====================================================
                        BUTTONS (Generic)
======================================================*/

.btn-general {
    border-width: 2px;
    border-radius: 0;
    padding: 12px 26px 12px 26px;
    font-size: 1vw;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-white {
    border-color: #fff;
    color: #fff;
    box-shadow: 2px 2px 8px #000000;
}

.btn-whiteB {
    border-color: #fff;
    color: #000000;
    box-shadow: 2px 2px 8px #000000;
}

.btn-white:hover,
.btn-white:focus {
    background-color: #fff;
    color: #FF0000;
}

.btn-red {
        color: #FF0000;
}

.btn-red:hover,
.btn-red:focus {
     box-shadow: 2px 2px 10px #888888;
    background-color: #fff;
}

.btn-back-to-top {
    position: fixed;
    bottom: 5%;
    left: 10%;
    padding: 3px 15px;
    border-radius: 0;
    display: none;
}


/*====================================================
                       ANIMATE
======================================================*/

#home-cover,
#home-heading,
#home-btn {
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
}

#home-cover {
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
}

#home-heading {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}

#home-btn {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}


/*====================================================
                       CONTENT (Generic)
======================================================*/

.content-box {
    /*padding:5em 0em 0em 0em;*/
    

}

.content-title h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 8px 0;
}

.content-title-white h3 {
    color: #fff;
}

.content-title-underline {
    width: 68px;
    height: 3px;
    background-color: #FF0000;
    margin: 0 auto 28px auto;
}


/*====================================================
                       ABOUT
======================================================*/

#about {
    padding: 5% 0% 0% 0%;
height: 100%;
background: #f0f0f0;
}

#about .item {
  width: 100%;
  display: block;
}

#about .about-thumb {
  background: #ffffff;
  border-radius: 4px;
  padding: 100px;
  position: relative;
}

#about .about-img img {
  border: 8px solid #ffffff;
  position: absolute;
  left: -120px;
  bottom: -325px;
  padding: 12px;
}

#about .team-thumb {
  width: 100%;
  height: 500px;
  margin: 48px 0;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#about .team-thumb .image-holder {
  position: relative;
  top: 40px;
  display: inline-block;
  margin-bottom: 40px;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#about .team-thumb .heading {
  font-weight: bold;
  position: relative;
  top: 0px;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#about .team-thumb:hover {
  background: #304352;
}

#about .team-thumb:hover .image-holder {
  top: -42px;
  margin-bottom: 0px;
}

#about .team-thumb:hover .heading {
  top: -30px;
    color: yellow;
    
}

#about .team-thumb .description {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

#about .team-thumb:hover .description {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#about .team-thumb:hover p.description {
  color: #ffffff;
}





/*====================================================
                        Gallery 

======================================================*/


/*------PORTFOLIO IMAGE HOVER EFFECT ---------*/

#gallery{
    padding: 10% 0% 0% 0%;
    vertical-align: middle;
    height: 100%;
}
.containerG {
    display: flex;
    width: 100%;
    padding: 4% 2%;
    margin-bottom: 10%;
    box-sizing: border-box;

}


.box {
    flex: 1;
    overflow: hidden;
    transition: .5s;
    margin: 0 1%;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .3);
    line-height: 0;
    border-radius: 5%;
}

.box > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}


.box:hover {
    flex: 1 1 10%;
}

.box:hover > a img {
    width: 100%;
    height: 100%;
}

.boxs {
    flex: 1;
    overflow: hidden;
    transition: .5s;
    margin: 0 1%;
    margin-bottom: -40;
    margin-top: 40;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .3);
    line-height: 0;
    border-radius: 5%;
}

.boxs > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}


.boxs:hover {
    flex: 1 1 10%;
}

.boxs:hover > a img {
    width: 100%;
    height: 100%;
}






/*====================================================
                       CONTACT
======================================================*/
#contact{
     padding: 1% 0% 0% 0%;
}


footer {
    height: 100%;
    background-color: #41464b;
    padding-top: 8.8vw;
    border-top: 28px solid rgba(0, 0, 0, 0.1);
}

#contact-left h3,
#contact-right h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
}

#contact-left p {
    color: #fff;
    margin-bottom: 30px;
}

#contact-info {
    background-image: url("../img/world-map.png");
    background-repeat: no-repeat;
    background-size: contain;
}

address {
    color: #fff;
}
address strong { font-size: 16px; }
address strong,
#phone-fax-email strong {
    letter-spacing: 1px;
}

form .form-control {
    background: transparent;
    border-radius: 0;
    border-color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding: 8px 16px;
    margin-bottom: 20px;
    color: #fff;
}


/*====================================================
                       FOOTER
======================================================*/

#footer-bottom {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 30px 0;
    
    margin-top: 3.5%;
}

#footer-copyrights p {
    margin: 0;
    color: #fff;
}

#footer-menu {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

#footer-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#footer-menu ul li {
    display: inline-block;
}

#footer-menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 10px;
    text-decoration: none;
}

#footer-menu a:hover {
    color: #ff0000;
}


/*====================================================
                       MAP
======================================================*/
.map-responsive{
    padding-top: 3%;
   
}


/*====================================================
                       NAVIGATION
======================================================*/

.navbar {
    padding: 28px 0px 0px 0px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.vesco-top-nav {
    background: rgba(255, 255, 255, 0.88);
    padding: 10px 0;
}



.vesco-nav-wrapper {
    padding: 0 128px;
}

.navbar-nav {
    float: right;
}



.navbar-nav>li>a {
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}


.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    background: none;
    color: #FF0000;
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

.navbar-collapse {
    max-height: none !important;
}

.vesco-top-nav ul.navbar-nav>li.active>a {
    color: #FF0000;
}

.vesco-top-navB ul.navbar-nav>li>a {
    color: #000000;
}


