/*

    font-family: 'Inter', sans-serif;
    font-family: 'Poppins', sans-serif;

*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #56413f;
    font-size: 20.00px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

p {

    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #09111e;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 16.00px;
    line-height: 1.2;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 38.00px;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a {
    color: #0b0d27;
    text-decoration: none;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
    text-decoration: none;
    color: #001423;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}

h1 {
    font-size: 51.00px;
}

h2 {
    font-size: 37.00px;

}

h3 {
    font-size: 34.00px;
}

h4 {
    font-size: 27.00px;
}

h5 {
    font-size: 21.00px;
}

h6 {
    font-size: 20.00px;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}


.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
    color: #fff;
}

.white p {
    color: #fff;
}

.white i {
    color: #fff;
}

ul {
    margin: 0px;
    padding: 0px;
}



ul {
    margin: 0;

    padding: 0;
}



input:focus, button:focus {
    outline-color: #d4320f;
    border: 1px solid #c7000e !important;
}

textarea:focus {
    border: 1px solid #c04c61 !important;
    outline-color: #af496e;
}

select:focus {
    border-color: #982903;
    outline-color: #e16866;
    border: 1px solid #b02f55;
}

hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #9e9bca;
    border-top: 0px;
}

hr.style-2 {
    border-bottom: 1px dashed #ff0000;
}

hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #d3d3d3;
}

hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #babeff;
    border-top: 0px;
}

label {
    color: #fff;
    cursor: pointer;
    font-size: 18.00px;
    font-weight: 400;
}

a,
i,
cite,
em,
var,
address,
dfn,
ol,
li,
ul {
    font-style: normal;
    font-weight: 400;
}


*::-moz-selection {
    background: #44cdf5;
    color: #000000;
    text-shadow: none;
}

::-moz-selection {
    background: #1976b3;
    color: #0a0a0a;
    text-shadow: none;
}

::selection {
    background: #1f79d4;
    color: #010101;
    text-shadow: none;
}

::placeholder {
    color: #001234;
    font-size: 20.00px;
}

::-webkit-input-placeholder {
   color: #0a2e42;
}


::-moz-placeholder {
    /* Firefox 19+ */
    color: #898989;
}

:-ms-input-placeholder {
    /* IE 10+ */

    color: #161212;
}

:-moz-placeholder {
    /* Firefox 18- */

    color: #221c1e;
}

/* Contact Area */
.counter_area ::-moz-selection {
    color: #000405;
    text-shadow: none;
}

.contact_area ::-moz-selection {
    color: #00404c;
    text-shadow: none;
}

.contact_area ::selection {
    color: #002a3a;
    text-shadow: none;
}

.contact_area ::placeholder {
    color: #00161d;
    font-size: 20.00px;
}

.contact_area ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000;
}

.contact_area ::-moz-placeholder {
    /* Firefox 19+ */
    color: #01262b;
}

.contact_area :-ms-input-placeholder {
    /* IE 10+ */
    color: #001f37;
}

.contact_area :-moz-placeholder {
    /* Firefox 18- */
    color: #003c4f;
}

.blog_reply ::-moz-selection {
    color: #1d0b5d;
}

.blog_reply ::-moz-selection {
    color: #2c334d;
}

.blog_reply ::selection {
    color: #010102;
}

.blog_reply::placeholder {
    color: #050408;
}

.blog_reply ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000;
}

.blog_reply ::-moz-placeholder {
    /* Firefox 19+ */
    color: #060911;
}

.blog_reply :-ms-input-placeholder {
    /* IE 10+ */
    color: #121654;
}

.blog_reply :-moz-placeholder {
    /* Firefox 18- */
    color: #171f3f;
}


.text-right {
    text-align: right!important;
}

.pr-0{
    padding-right: 0px;
}

.pl-0{
    padding-left: 0px;
}