/*
Theme Name: Custom
Author: FAIRMANN LTD
Author URI: https://fairmann.co.uk/
Description: 
Version: 1.0



*/


/* FAIRMANN THEME */

body{
    margin:0;
    background-size: contain;
}


input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="url"],
input[type="password"],
textarea,
select 
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color:transparent !important;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    margin-bottom: 10px;
    font: 16px Arial, Helvetica, sans-serif;
    height: 45px;
}
textarea{
    resize:none;
    overflow: hidden;
}
input[type="button"], 
input[type="submit"]{
       -moz-box-shadow: inset 0px 1px 0px 0px #45D6D6;
    -webkit-box-shadow: inset 0px 1px 0px 0px #45D6D6;
    box-shadow: inset 0px 1px 0px 0px #45D6D6;
    background-color: #24384200;
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    padding: 8px 18px;
    text-decoration: none;
    text-transform: uppercase;
}

input[type="button"]:hover, 
input[type="submit"]:hover {
    background:linear-gradient(to bottom, #34CACA 5%, #30C9C9 100%);
    background-color:#34CACA;
}


html p, html h1, html h2, html h3, html h4, html h5, html h6 {
    font-family: 'Raleway', sans-serif;
}

div h2{
    margin-bottom:8vh;
    font-size:5vh;
}

div p{
    font-size: 2.3vh;
    letter-spacing: 0.8px;
}


footer p{
    font-family:'Arial';
}

footer a{
    color:white;
}

footer{
    color:white;

}

.dtpad{
    padding:70px;
}

.dtpad p{
    max-width:650px;
    margin:0 auto;
}

.inline{
    display:inline-block;
}

.head-contact{
    margin-bottom: 8vh;
    font-size: 5vh;
    text-transform: uppercase;
}


/* Navigation */
section.navigation{
    position: absolute;
    width: 100%;
    padding: 7px;
    z-index: 1;
}


section.contact{
    position: absolute;
    width: 14%;
    padding: 8px;
    color: white;
    font-size: 3vh;
    z-index: 1;
    right: 0;
}



.tnav{
    position: absolute;
    top:20px;
    width:100%;
    right:20px;
    color:white;
    text-align: right;
}

.tnav a{
    color:white;
}

.tnav .menu ul{
    list-style-type: none;
}

.tnav .menu li{
    display: inline-block;
    margin-right:50px;

}

.tnav .menu a{
    color:white;
    font-size:18px;
}
section.contact-footer {
    background-color: #00283c;
    padding-top: 5vh;
    background: linear-gradient( rgb(0 48 72 / 70%), rgba(0, 0, 0, 0.84) ), url(/wp-content/themes/custom/images/ContactUs.jpg);
    background-size: cover;
    padding-bottom:5vh;
}

section.contact a{
    color:white;
}

section.contact i.fa-envelope {
    font-size:3vh;
}

section.contact i {
    padding-left: 3.5vw;
    vertical-align: top;
}

section.home .logo{
    margin-top: 30vh;
    width:300px;
}

/*Home*/

section.home{
    height:100vh;
    background: linear-gradient( rgb(0 48 72 / 70%), rgba(0, 0, 0, 0.84) ), url(/wp-content/themes/custom/images/head1.jpg);background-repeat: no-repeat;
    background-size: cover !important;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;

}

section.black-full-screen i{
    font-size: 20vh;
    margin-top: 15vh;
}

section.home .main{
    color: white;
    text-align: center;
}


div.fdirinfo{
    position: relative;
    top: 10%;
    left: 50%;
    background-color:whitesmoke;
    width:30%;
    height:200px;
    padding:20px;
}


section.home .main a{
    color: white;
}

section.home .main h1{
    color: white;
    font-family: 'Varela Round', sans-serif;
    margin-top:30vh;
    font-size:30px;
    margin-bottom:0;
}

section.home .main button{
    padding: 10px 50px;
    background-color: #e2e2e200;
    border-radius: 0;
    outline: 0;
    border: 1px solid #979797;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 3vh;
    font-size: 17px;
}

section.home .main button:hover{
    background-color: #4a40409e;
}

div p.footer{
    font-size:17px;
}



section.black-full-screen{
    height: 110vh;
    margin-top: 0vh;
    padding-top: 20vh;
    background-color: #00283c;
    background: linear-gradient( rgb(0 48 72 / 70%), rgba(0, 0, 0, 0.84) ), url(/wp-content/themes/custom/images/bar.jpg);
    background-repeat: no-repeat;
    color: white;
    background-size: cover;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.secttitle{
    font-size:60px;
}

section.white-full-screen{
    height:150vh;
    margin-top:-20vh;
    background-color:white;
    color:black;
}

.sh.row {
    display: table;
    width:100%;
}

.sh [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}



.content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.lt{
    text-align: center;
    color:black;
    display: flex;
    justify-content: center;
    align-items: center; 
    text-align: center;
    height:auto;
    background: #FFF;
}


section.services{
    text-align: center;
    color:black;
    display: flex;
    justify-content: center;
    align-items: center; 
    text-align: center;
    height:60vh;
    background: #FFF;
    transform: skew(0deg, -7deg);
}

section.services .container{
    transform: skew(0deg, 7deg);
}

section.services p{
    text-align: justify;
}

section.lt .info{
    margin-top:5vh;
    font-size:2.5vh;
}



section.services i{
    font-size:20vh;
}

section.lt h3{
    font-size:3vh;
    text-transform: uppercase;
    font-weight:bold;
}

section.contact-footer{
    color:white;
}

section.contact-footer form{
    width: 650px;
    margin-left: auto;
    margin-right: auto;
}

section.contact-footer .form-group{
        margin-bottom:5vh;
}

section.contact-footer input[type="submit"]{
    padding: 20px 75px;
}





section.services .find-out-more{
    right: 50px;
    width:24%;
    top: 5vh;
    text-align:center;
    font-size: 4vh;
    position: absolute;
    text-transform: uppercase;
}

section.services .find-out-more i{
    font-size:5vh;
    align-self: flex-end;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: find-out-more;
    animation-timing-function: linear;
}

div textarea.form-control{
    height:170px;
}

section.services .find-out-more p{
    text-align:center;
}

.lst{
    border-radius:50%;
    width:80%;
}

span.dabout p{
    font-size:13px;
}


@keyframes find-out-more{
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}


@media all and (max-width:768px){
    section.services .find-out-more {
    right:0;
    width: 100%;
    top: 2vh;
    }

    section.contact-footer form{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    section.black-full-screen i, section.services i{
        display:none;
    }

    section.home{
        height:95vh;
    }

    section.home .main h2{
        margin-top:25vh;
        font-size:3.4vh;
    }

    section.contact{
        width:30%;
    }

    section.navigation img.logo{
        width:180px;
    }


    .sh [class*="col-"]{
        float:left;
        width:100%;

    }

    section.home .logo{
        margin-top:5vh;
    }

    section.white-full-screen{
        margin-top:33vh;
    }
}