/**
*****************************************
	Theme Name: AMBI
	Author: ANTS Creation
	Author URL: http://www.ants.lk
	Version: 1.0
******************************************
**/

body {
    font-family: font-1;
    font-weight: normal;
    font-style: normal;
    scroll-behavior: smooth;
}
.table,
.table-cell {
    display: table;
    height: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
a,
button,
.btn,
span.btn1 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.btn {
    border-radius: 0px;
}
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    text-decoration: none;
}
a,
button,
input {
    outline: medium none;
}
button:focus,
.form-control:focus,
.custom-file-input:focus~.custom-file-label{
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
	border-color: transparent;
	box-shadow: none;
}
.form-control:focus,.custom-file-input:focus~.custom-file-label{
    border-color: var(--main-3);
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.uppercase {
    text-transform: uppercase
}
.capitalize {
    text-transform: capitalize
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0px;
    font-style: normal;
    font-family: font-2;
    text-transform: capitalize;
}
p {
    font-weight: normal;
    font-size: 0.95rem;
    margin: 0;
    font-family: font-1;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none
}
label {
    font-size: 0.9rem;
    font-weight: 400;
}
*::-moz-selection {
    text-shadow: none;
}
::-moz-selection {
    text-shadow: none;
}
::selection {
    text-shadow: none;
}

/*************************
    Input
*************************/
input {
    background: transparent none repeat scroll 0 0;
    box-shadow: none;
}
select {
    box-shadow: none;
}
input:focus {
    background: transparent;
}
textarea {
    resize: vertical;
    padding: 10px;
    width: 100%;
}
textarea:focus {
    background: transparent;
    outline: none;
}
::-moz-placeholder {
    font-size: 13px;
}
