/*
Theme Name: 2017
Theme URI: -
Author: MW Creation
Author URI: 
Description: 
Version: 1.0
*/





/* =Reset
-------------------------------------------------------------- */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}
a img {
    border: 0;
}


/* --------------------------- */
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans|Quicksand'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
/*html, body{ height: 100%; }*/

body{
	font-size:14px;
	letter-spacing:1px;
	word-spacing:2px;
	color:rgba(255, 255, 255, 0.8);
	/*font-family: 'futura_ltregular';*/
	/*font-family: 'Quicksand', sans-serif;*/
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
	font-weight:100;
    /* background:url('images/bg2.jpg') no-repeat center center fixed; */
    background:#000;
	}
	
	
/*.bg{
	background:url('images/bg2.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100%;
    }	*/
    
/* .bg{
    position:fixed;
    z-index:-1;
    height:100vh;
} */
    
body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    z-index: -10;
    background:url('images/bg2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

h1{
    font-size:30px;
	}
	
h2{
	}
	
a{
	color:rgba(248, 252, 214, 0.9);
	text-decoration:none;
}

a:hover {
    color:rgba(248, 252, 214, 0.9);
	text-decoration: underline;
}

a:visited {
	color:rgba(248, 252, 214, 0.9);
	text-decoration:none;
}

a:active {
	color:rgba(248, 252, 214, 0.9);
	text-decoration:none;
}

	
.clear{
	clear:both;
	}

	
video {
  width: 100%    !important;
  height: auto   !important;
}


.no-padding {
   padding: 0 !important;
   margin: 0 !important;
}


/*@media only screen and (min-width : 240px) {
.wpcf7-textarea,
.wpcf7-text {
max-width: 100%;
padding: 10px 1px !important;
}
}*/


/* input.wpcf7-submit {
width: auto;
padding:10px;
background: #82746e;
border:0px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
input[type="search"],
select[multiple],
textarea {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
background: #f6f6f7;
border: 0px solid #eaeaeb;
color: #5b4e48;
line-height: normal;
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
-webkit-appearance: none;
width: 100% !important;
} */


/*.wpcf7 input.wpcf7-text { width: 100%; } 
.wpcf7 textarea.wpcf7-textarea { width: 100%; } 
.wpcf7-form textarea { height: 200px; }*/

/*.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: 100%;
}*/



input[type="text"],
input[type="email"],
textarea,
input[type="file"] {
  padding: 10px 0px;
  margin: 10px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(55, 55, 55, 1);
  font-weight: lighter;
  width: 100%;
  font-size: 16px;
  /* font-family: "gill_sans_lightregular"; */
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
}

textarea {
  resize: vertical;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  background: rgba(30, 30, 30, 1);
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 6px;
  width: 100%;
  color: rgba(255, 255, 255, 0.9);
  padding: 20px 0px;
}

input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
  border: none;
}

input:focus,
textarea:focus,
select:focus {
  /*background: rgba(20,20,20,1.00);*/
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  outline: none;
}

textarea::-webkit-scrollbar-track {
  background-color: rgba(20, 20, 20, 1);
}

textarea::-webkit-scrollbar {
  width: 10px;
  background-color: rgba(20, 20, 20, 1);
}

textarea::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 0px solid #555555;
}

input:-webkit-autofill {
  background-color: red !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng {
  border: 0px solid;
  color: rgba(59, 160, 255, 1);
  width: 100%;
  text-align: center;
  padding: 0 auto;
  margin: 0 auto;
}

span.wpcf7-not-valid-tip {
    color:rgba(248, 252, 214, 0.9);
  display: block;
  padding-top: 10px;
}

.wpcf7-mail-sent-ok {
  border: 0px solid #398f14;
  text-align: center;
  color: #398f14;
  padding-bottom: 30px;
}

.footer{
    /* position: fixed;
    bottom:20px;
    width:100%; */
    padding-bottom:30px;
    text-align: center;
}


.enquiry_form{
    background-color: rgba(0, 0, 0, 0.8);
    padding-top:50px;
    padding-bottom: 30px;
    margin-bottom:100px;
    padding-left: 50px;
    padding-right: 50px;
}


.info{
	font-size:24px; text-align:center; padding-top:100px; padding-bottom:100px; padding-left:auto; padding-right:auto;
	}



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
.info{
	font-size:24px; text-align:center; padding-top:auto; padding-bottom:auto; padding-left:auto; padding-right:auto;
	}
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
.info{
	font-size:24px; text-align:center; padding-top:100px; padding-bottom:100px; padding-left:100px; padding-right:100px;
	}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
.info{
	font-size:20px; text-align:left; padding-top:100px; padding-bottom:100px; padding-left:30px; padding-right:30px;
	}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
.info{
	font-size:20px; text-align:left; padding-top:100px; padding-bottom:100px; padding-left:30px; padding-right:30px;
	}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) { 
.info{
	font-size:20px; text-align:left; padding-top:100px; padding-bottom:100px; padding-left:30px; padding-right:30px;
	} 
    }	


    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
/*.info{
	font-size:20px; text-align:left; padding-top:100px; padding-bottom:100px; padding-left:30px; padding-right:30px;
	}*/
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }

    .pnc{
        background-color: rgba(0, 0, 0, 0.4);
        padding: 50px;
        margin-top: 50px;
        margin-bottom: 50px;
        font-size:14px;
    }

    .pnc p{
        padding-top:15px;
        padding-bottom:15px;
    }

    ol {list-style-type: decimal;
        padding-left: 20px;
        padding-top: 10px;
        margin-left: 30px;
    }

    ol li{
        padding-top:5px;
    }

    ul {list-style-type: decimal;
        padding-left: 20px;
        padding-top: 10px;
        margin-left: 30px;
    }

    ul li{
        padding-top:5px;
    }


    .headquarter, .branch_office{
        padding-bottom: 50px;
    }