@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Oswald:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'Nirmala UI';
    src: url('../fonts/NirmalaUI.eot');
    src: url('../fonts/NirmalaUI.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NirmalaUI.woff2') format('woff2'),
        url('../fonts/NirmalaUI.woff') format('woff'),
        url('../fonts/NirmalaUI.ttf') format('truetype'),
        url('../fonts/NirmalaUI.svg#NirmalaUI') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nirmala UI';
    src: url('../fonts/NirmalaUI-Bold.eot');
    src: url('../fonts/NirmalaUI-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NirmalaUI-Bold.woff2') format('woff2'),
        url('../fonts/NirmalaUI-Bold.woff') format('woff'),
        url('../fonts/NirmalaUI-Bold.ttf') format('truetype'),
        url('../fonts/NirmalaUI-Bold.svg#NirmalaUI-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html {scroll-behavior:smooth;}
body { background:#fff; color:#000; font-family: Merriweather, sans-serif; font-size:16px; line-height:1.8; font-weight:400; -webkit-user-select: none !important;
-moz-user-select: -moz-none !important;
-ms-user-select: none !important;
user-select: none !important;}
*, *:focus {outline:none !important;}
a {text-decoration:none !important;}
p {margin-bottom:30px;} .nomrgn{margin:0px !important;}
.bor-ctr:after {content:" "; display:block; border-bottom:4px solid #089247; width:65px; margin:30px auto;} 
.bor-lft:after {content:" "; display:block; border-bottom:5px solid #07a1b6; width:160px; margin:30px 0;} 
.container { max-width:1400px;}
ul,li { margin:0; padding:0; list-style:none;}
form .border-bottom { border-left:none; border-top:none; border-right:none; border-color:#797979 !important;}
.form-control { background:#fff; border:1px solid #f8f8f8; border-radius:0px; font-size:18px; font-weight:300; padding:8px;}
.form-control:focus { border:1px solid #eee; }
.font-italic { font-style:italic;}
.ls-1 {letter-spacing:1px;}
.ls-2 {letter-spacing:2px;}

/************Buttons*****************/
.btn{ color:#fff !important; border:none; -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-family:"Nirmala UI", san-serif; font-size:16px; padding:22px 40px; border-radius:36px; font-weight:bold; letter-spacing:0.05rem; text-transform:uppercase; line-height:1}

/*****************************/
.btn-primary { background:#22b2e1 !important;}
.btn-black { background:#000 !important; color:#fff;}
.btn-black:hover { background:#ffa200 !important;}
.btn-black:hover svg { color:#fff !important;}
.btn-success {background-color: #19de3c !important;}

.bg-primary {background:#ffca00 !important;}
.bg-secondary {background:#003660 !important;}
.bg-dark {background-color: #000 !important;}
.bg-light {background-color: #f8f8f8 !important;}
.bg-gray {background-color: #1f1f1f !important;}
.bg-success {background-color: #19de3c !important;}

/*****************************/
.text-warning {color:#ff0000 !important;}
.text-primary {color:#0084c1 !important;}
.text-blue {color:#22b2e1 !important;}
.text-dark {color:#000 !important;}
.text-light {color:#646464 !important;}
/*****************************/
.shadow{box-shadow:5px 5px 18px rgba(0,0,0,0.5) !important;}
h1, h2, h3, h4, h5, h6 { font-weight:600; }
h3, h4, h5, h6 { line-height:1.6;}
h1 {font-size:60px;}
h2 {font-size:48px;}
h3 {font-size:36px;}
h4 {font-size:26px;}
h5 {font-size:20px; font-weight:bold;}
h6 {font-size:16px; font-weight:bold;}
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;}

/********** Back To Top Button ***************************************************************************************************/
#scroll {background:rgba(95,95,95,0.55); position:fixed; right:10px; bottom:10px; z-index:99999; cursor:pointer; width:45px; height:45px; text-indent:-9999px; display:none; webkit-border-radius:50px; -moz-border-radius:50px; border-radius:50px}
#scroll span {position:absolute; top:50%; left:50%; margin-left:-8px; margin-top:-12px; height:0; width:0; border:8px solid transparent; border-bottom-color:#ffffff;}
#scroll:hover {background-color:#000; opacity:1;filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)";}