@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;500;600;700&display=swap');

html {scroll-behavior:smooth;}
body {background:#f4f4f4; color:#000; font-family: Inter, sans-serif; font-size:15px;line-height:2; font-weight:300; }
*, *:focus {outline:none !important;}
a {text-decoration:none !important; color:#000;} a:hover{color:#ffc600;}
p {margin-bottom:25px;} .nomrgn{margin:0px !important;}
.container { max-width:1400px;}
header .container { max-width:1400px;}

ul {
    margin:0;
    padding:0;
    list-style:none;
}

li {
    margin:0;
    padding:0;
}

form .border-bottom { border-left:none; border-top:none; border-right:none; border-color:#797979 !important;}

/***************************/
.btn{ moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in;text-decoration:none !important;  font-size:15px; padding:20px 40px; font-family: 'Barlow', sans-serif; letter-spacing:.040em; border-radius:0;  font-weight:600;}

/*****************************/
.bg-primary { background: rgb(50,50,50); background: linear-gradient(-180deg, rgba(70,70,70,1) 0%, rgba(50,50,50,1) 100%);}
.bg-secondary { background-color:#173367}
.bg-light { background-color:#f3f4f7 !important;}
.bg-dark { background-color:#000 !important}
.bg-info { background-color:#0d2146 !important}
/*****************************/
.text-primary { color:#141c62}
.text-light { color:#848484}

/*****************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-weight:600; line-height:1.2;}
h1, .h1 {font-size:48px;}
h2, .h2 {font-size:36px;}
h3, .h3 {font-size:24px;}
h4, .h4 {font-size:20px;}
h5, .h5 {font-size:18px; margin:10px 0px 0px 0px;}
h6, .h6 {font-size:14px;}
input.form-control,input.form-control:focus {box-shadow:none;}
select.form-control {height:calc(1.5em + 1.2rem + 2px);}
textarea.form-control,textarea.form-control:focus {resize:none;box-shadow:none;}
textarea.form-control:not([rows]) {height:136px;}
.form-control::-webkit-input-placeholder {color: #b6b6b6;}
.form-control::-moz-placeholder {color: #b6b6b6;}
.form-control:-ms-input-placeholder {color: #b6b6b6;}
.form-control:-moz-placeholder {color: #b6b6b6;}

